Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zerostate page is flickering with deployment which has kube-system as a namespace #495

Closed
batikanu opened this issue Mar 4, 2016 · 1 comment

Comments

@batikanu
Copy link
Contributor

batikanu commented Mar 4, 2016

Issue details

Environment
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.

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.

@batikanu 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
@batikanu
Copy link
Contributor Author

batikanu commented Mar 8, 2016

Solved with #496

@batikanu batikanu closed this as completed Mar 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant