kubernetes/minikube

profile list returns non-zero if a cluster is not running

オープン

#6,743 opened on 2020/02/22

 (4 件のコメント) (0 件のリアクション) (0 人の担当者)Go (5,222 件のフォーク)batch import
help wantedkind/bugkind/featurelifecycle/frozenpriority/backlog

Repository metrics

Stars
 (31,799 個のスター)
PR merge metrics
 (平均マージ 12d 19h) (30d で 43 merged PRs)

説明

when I was looking at this intergeration test that failed because profile list says one of the clusters is not running yet...

https://storage.googleapis.com/minikube-builds/logs/6717/e653589/Docker_Linux.html#fail_TestFunctional%2fparallel%2fProfileCmd%2fprofile_list

and also one of the users who was using minikube in a test script,... made me think.

When are the resonable times to exit none-zero for profile list ?

currently we exit non-zero for the following:

  • If there is no profile .
  • if there are a few profiles are one of them has error to give status running.

コントリビューターガイド