openfaas/ofc-bootstrap

Use kubectl rollout status instead of looping

オープン

#86 opened on 2019/03/15

 (5 件のコメント) (0 件のリアクション) (0 人の担当者)Go (61 件のフォーク)auto 404
good first issuehelp wantedskill/beginner

Repository metrics

Stars
 (177 個のスター)
PR merge metrics
 (PR metrics pending)

説明

We can use the blocking command

Expected Behaviour

We can use kubectl rollout status instead of looping to see if various services / deployments have come up / are ready. Found this out via @zeerorg

Current Behaviour

We are looping in code.

Possible Solution

Try out kubectl rollout status instead for things like checking cert-manager / SealedSecrets / Tiller etc are up and ready for the next stage.

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