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.

贡献者指南