fix wait cmd and update default k8s version
Signed-off-by: James Strong <james.strong@chainguard.dev>
This commit is contained in:
parent
b9d098ec8d
commit
c7c6cf3c35
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ if [ "${SKIP_CERT_MANAGER_CREATION:-false}" = "false" ]; then
|
|||
./cmctl help
|
||||
echo "[dev-env] apply cert-manager ..."
|
||||
kubectl apply --wait -f https://github.com/cert-manager/cert-manager/releases/download/v1.11.0/cert-manager.yaml
|
||||
kubectl wait --timeout=30s --for-condition=available -l app=cert-manager -l "app.kubernetes.io/component=controller"
|
||||
kubectl wait --timeout=30s --for=condition=available -l app=cert-manager -l "app.kubernetes.io/component=controller"
|
||||
kubectl get validatingwebhookconfigurations cert-manager-webhook -ojson | jq '.webhooks[].clientConfig'
|
||||
kubectl get endpoints -n cert-manager cert-manager-webhook
|
||||
./cmctl check api --wait=2m
|
||||
|
|
Loading…
Reference in a new issue