You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Kubernetes: fix `cert-manager` first installation
All resources that rely on `cert-manager` CRDs should be installed after
1) CRDs are installed (achieved via `helm.sh/hook:
post-install,post-upgrade`)
2) webhook server is ready to accept connections (achieved via
`helm.sh/hook-weight: "10"` which makes it wait until startupapicheck
job is completed aka `cert-manager` is ready)
Related issue/s
* closes#1241
* Remove quotes around hook annotation
* Kubernetes: create local cluster for to init
Wait for calico api resources to initialize before announcing local cluster is
ready. Waiting for calico pods to start was not enough.
0 commit comments