openfaas/ofc-bootstrap

Use kubectl rollout status instead of looping

Offen

#86 geöffnet am 15.03.2019

 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Go (61 Forks)auto 404
good first issuehelp wantedskill/beginner

Repository-Metriken

Stars
 (177 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide