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

apply kube-dashboard - "deploy" is deprecated #89

Open
sshaaf opened this issue Feb 26, 2018 · 0 comments
Open

apply kube-dashboard - "deploy" is deprecated #89

sshaaf opened this issue Feb 26, 2018 · 0 comments

Comments

@sshaaf
Copy link

sshaaf commented Feb 26, 2018

From shell:
minishift addon apply kube-dashboard
-- Applying addon 'kube-dashboard':........Command "deploy" is deprecated, Use the rollout latest and rollout cancel commands instead.
.error: Deployment config "dashboard" waiting on manual update (use 'oc rollout latest dashboard')
Error applying the add-on: Error executing command 'oc rollout status dc/dashboard -n kube-dashboard'.

Minishift version: minishift v1.13.1+75352e5
System Version: macOS 10.13.2 (17C88)

Following worked:
-oc deploy dashboard -n kube-dashboard
+oc rollout latest dashboard -n kube-dashboard

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