From 7237b124314c05829dd1f4643b79a53eb8ca5cc8 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Sat, 27 Jul 2024 03:37:01 +1000 Subject: [PATCH] add script to install the CRDs --- scripts/5.install-crds.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/5.install-crds.sh b/scripts/5.install-crds.sh index 4b37014..379f3d3 100644 --- a/scripts/5.install-crds.sh +++ b/scripts/5.install-crds.sh @@ -1,6 +1,10 @@ #!/bin/bash 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 + # CRDs for the Intel GPU Device Plugin echo "Installing CRDs for the Intel GPU Device Plugin..." kubectl apply -f https://raw.githubusercontent.com/intel/helm-charts/main/charts/device-plugin-operator/crds/deviceplugin.intel.com_gpudeviceplugins.yaml