minishift/minishift-addons

apply kube-dashboard - "deploy" is deprecated

sshaaf opened this issue · 0 comments

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