We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'.
rollout latest
rollout cancel
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From shell:
minishift addon apply kube-dashboard
-- Applying addon 'kube-dashboard':........Command "deploy" is deprecated, Use the
rollout latest
androllout 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
The text was updated successfully, but these errors were encountered: