Skip to content

Commit

Permalink
Wait for CRDs
Browse files Browse the repository at this point in the history
  • Loading branch information
programmer04 committed May 16, 2024
1 parent 2282589 commit 03ac68a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,7 @@ install: manifests kustomize install-gateway-api-crds
.PHONY: install.all
install.all: manifests kustomize install-gateway-api-crds
kubectl apply --server-side -f $(PROJECT_DIR)/config/crd/bases/
kubectl get crd -o NAME | grep -E 'konghq.com|gateway.networking.k8s.io' | xargs -I{} bash -c "kubectl wait --for condition=established {};"

# Uninstall CRDs from the K8s cluster specified in ~/.kube/config.
# Call with ignore-not-found=true to ignore resource not found errors during deletion.
Expand Down

0 comments on commit 03ac68a

Please sign in to comment.