gifted-breakfast-73755
09/13/2024, 10:03 PMkubectl wait
is taking over 1 minute to tell me it's ready:
Chads-MacBook-Pro:~ chad$ time kubectl --context=cschmelter-us-west-agc --namespace kube-system get pod --selector=<http://app.kubernetes.io/component=controller|app.kubernetes.io/component=controller>
NAME READY STATUS RESTARTS AGE
rke2-ingress-nginx-controller-6c4t9 1/1 Running 0 103m
real 0m0.400s
user 0m0.045s
sys 0m0.020s
Chads-MacBook-Pro:~ chad$ time kubectl --context=cschmelter-us-west-agc --namespace kube-system wait pod --selector=<http://app.kubernetes.io/component=controller|app.kubernetes.io/component=controller> --for=condition=Ready
pod/rke2-ingress-nginx-controller-6c4t9 condition met
real 1m0.533s
user 0m0.048s
sys 0m0.053s