minishift / minishift-addons

A repository for the community to exchange Minishift add-ons
Apache License 2.0
71 stars 86 forks source link

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

Open sshaaf opened 6 years ago

sshaaf commented 6 years ago

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