K8s Waiting for Condition=Available=True
While working with Ansible for standing up a vanilla Kubernetes 1.25.5 cluster I found myself separating the the initial bootstrapping of the cluster, which includes intalling the CNI antrea
from the rest of the configuration (metrics
,metallb
,contour
) due to waiting for antrea
to become Ready.