You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dashboard version: HEAD
Kubernetes version: HEAD
Operating system: Ubuntu
Steps to reproduce
Deploy single rc like kubernetes-dashboard-canary.yaml or anything which has kube-system as namespace.
Click kubernetes icon in header or refresh the page
Observed result
The replication controller card for the deployment is visible less than a second and the page is redirected to the zerostate.
The text was updated successfully, but these errors were encountered:
batikanu
changed the title
Zerostate page is flickering with single kube-system deployment
Zerostate page is flickering with deployment which has kube-system as a namespace
Mar 4, 2016
Issue details
Environment
Steps to reproduce
Deploy single rc like kubernetes-dashboard-canary.yaml or anything which has kube-system as namespace.
Click kubernetes icon in header or refresh the page
Observed result
The replication controller card for the deployment is visible less than a second and the page is redirected to the zerostate.
Expected result
No flickering effect.
Comments
The reason might be because of this $timeout(() => {
let stateParams = new StateParams(containsOnlyKubeSystemRCs);
$state.go(zerostate, stateParams);
});
the page is redirected asynchronously.
The text was updated successfully, but these errors were encountered: