Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

Commit

Permalink
Stop using and showing ComponentStatus
Browse files Browse the repository at this point in the history
`ComponentStatus` was deprecated a while ago and will be removed at some
point: kubernetes/kubernetes#93570

We might add an alternative later.
  • Loading branch information
schu committed May 22, 2021
1 parent e84f1b2 commit fedf219
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions kubedee
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,6 @@ cmd_start() {
fi
kubedee::log_info "Cluster nodes can be accessed with 'lxc exec <name> bash'"
kubedee::log_info "Cluster files can be found in '${kubedee_dir}/clusters/${cluster_name}'\\n"
kubedee::log_info "Current component status is (should be healthy):"
kubectl --kubeconfig "${kubedee_dir}/clusters/${cluster_name}/kubeconfig/admin.kubeconfig" get cs
echo
kubedee::log_info "Current node status is (should be ready soon):"
kubectl --kubeconfig "${kubedee_dir}/clusters/${cluster_name}/kubeconfig/admin.kubeconfig" get nodes
echo
Expand Down

0 comments on commit fedf219

Please sign in to comment.