Also, I see that the pod is ready but for some rea...
# general
g
Also, I see that the pod is ready but for some reason
kubectl wait
is taking over 1 minute to tell me it's ready:
Copy code
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