openfaas/ofc-bootstrap

Use kubectl rollout status instead of looping

開放

#86 建立於 2019年3月15日

 (5 則留言) (0 個反應) (0 位負責人)Go (61 個分叉)auto 404
good first issuehelp wantedskill/beginner

倉庫指標

星標
 (177 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南