minishift-addons icon indicating copy to clipboard operation
minishift-addons copied to clipboard

apply kube-dashboard - "deploy" is deprecated

Open sshaaf opened this issue 7 years ago • 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

sshaaf avatar Feb 26 '18 13:02 sshaaf