Merge pull request #699 from 3dwardch3ng/infra/intel-gpu-plugin
add script to install the CRDs
This commit is contained in:
@@ -3,7 +3,9 @@ set -e
|
|||||||
|
|
||||||
# CRDs for the kubernetes-sigs' Application CRD
|
# CRDs for the kubernetes-sigs' Application CRD
|
||||||
echo "Installing CRDs for the kubernetes-sigs' Application CRD..."
|
echo "Installing CRDs for the kubernetes-sigs' Application CRD..."
|
||||||
kubectl apply -k https://raw.githubusercontent.com/kubernetes-sigs/application/master/config/crd/kustomization.yaml
|
kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/application/master/config/crd/bases/app.k8s.io_applications.yaml
|
||||||
|
kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/application/master/config/crd/patches/cainjection_in_applications.yaml
|
||||||
|
kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/application/master/config/crd/patches/webhook_in_applications.yaml
|
||||||
|
|
||||||
# CRDs for the Intel GPU Device Plugin
|
# CRDs for the Intel GPU Device Plugin
|
||||||
echo "Installing CRDs for the Intel GPU Device Plugin..."
|
echo "Installing CRDs for the Intel GPU Device Plugin..."
|
||||||
|
|||||||
Reference in New Issue
Block a user