From 54dfd4f13bbf112050b259eef1f12e62b4859f9b Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Sat, 27 Jul 2024 03:38:10 +1000 Subject: [PATCH] add script to install the CRDs --- scripts/5.install-crds.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/5.install-crds.sh b/scripts/5.install-crds.sh index 379f3d3..38c9465 100644 --- a/scripts/5.install-crds.sh +++ b/scripts/5.install-crds.sh @@ -3,7 +3,7 @@ set -e # CRDs for the kubernetes-sigs' Application CRD echo "Installing CRDs for the kubernetes-sigs' Application CRD..." -kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/application/master/config/crd/kustomization.yaml +kubectl apply -k https://raw.githubusercontent.com/kubernetes-sigs/application/master/config/crd/kustomization.yaml # CRDs for the Intel GPU Device Plugin echo "Installing CRDs for the Intel GPU Device Plugin..."