Qarik-Group / bootstrap-kubernetes-demos

Bootstrap Cloud Foundry, Knative, Kpack and other systems onto Kubernetes
31 stars 7 forks source link

[scf] add a watch command to each system script that knows how to watch its pods #10

Closed drnic closed 4 years ago

drnic commented 4 years ago

For SCF it can take a long time for cf-operator to create scf pods, and for the scf pods to start running healthily. bootstrap-system-scf watch could run watch kubectl -n scf get pods.

drnic commented 4 years ago

Can use kubectl rollout status deploy/<deployment>