Dashboard: ConfigMap data field is getting empty after the auto refresh

Created on 8 Nov 2019  路  2Comments  路  Source: kubernetes/dashboard

Kubernetes dashboard ConfigMap data load fine, but then the data field gets empty after the auto refresh.

Environment
Installation method: Using Helm Chart
Kubernetes version: v1.14.8
Dashboard version: v2.0.0-beta5+0.g93474e5
Operating system: NA
Node.js version ('node --version' output): NA
Go version ('go version' output): NA
Steps to reproduce
  • After the default deployment go to any configmap and display the data
  • Wait for "Resource auto-refresh time interval" time
  • ConfigMap data field gets empty
Observed result

ConfigMap data field gets empty after "Resource auto-refresh time interval". If I disable auto-refresh the data stays there.

Expected result

ConfigMap Data should be preserved even after a resource refresh

Comments

I got this error from the browser inspect. It looks like a javascript error.

polyfills.59a73c0d17aaeb29d331.js:1 Uncaught TypeError: t.match is not a function
    at u.Bhyg.ace.define.$detectNewLine (main.d9fca64efc90054cfeab.js:1)
    at u.Bhyg.ace.define.insert (main.d9fca64efc90054cfeab.js:1)
    at u.Bhyg.ace.define.setValue (main.d9fca64efc90054cfeab.js:1)
    at b.Bhyg.ace.define.setValue (main.d9fca64efc90054cfeab.js:1)
    at t.BXrY.t.setText (main.d9fca64efc90054cfeab.js:1)
    at t.set [as text] (main.d9fca64efc90054cfeab.js:1)
    at cp (main.d9fca64efc90054cfeab.js:1)
    at main.d9fca64efc90054cfeab.js:1
    at main.d9fca64efc90054cfeab.js:1
    at Ab (main.d9fca64efc90054cfeab.js:1)
kinbug

Most helpful comment

Already fixed on master.

/close

All 2 comments

Already fixed on master.

/close

@floreks: Closing this issue.

In response to this:

Already fixed on master.

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

donspaulding picture donspaulding  路  5Comments

wu105 picture wu105  路  3Comments

puja108 picture puja108  路  5Comments

mxey picture mxey  路  3Comments

andrei-dascalu picture andrei-dascalu  路  3Comments