openfaas/ofc-bootstrap

Use kubectl rollout status instead of looping

Aberta

#86 aberto em 15 de mar. de 2019

 (5 comentários) (0 reação) (0 responsável)Go (61 forks)auto 404
good first issuehelp wantedskill/beginner

Métricas do repositório

Stars
 (177 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador