mirror of
https://github.com/clearlinux/cloud-native-setup.git
synced 2026-09-06 05:41:40 +00:00
Remove applying runtimeclass CRD
CRD was removed as part of 1.14 update. Missed update to create_stack Fixes: #84 Signed-off-by: Saikrishna Edupuganti <saikrishna.edupuganti@intel.com>
This commit is contained in:
committed by
Ganesh Maharaj Mahalingam
parent
f863bb7f1f
commit
af56d51499
@@ -42,13 +42,6 @@ function kata() {
|
||||
# Install kata artifacts using kata-deploy
|
||||
kubectl apply -f 8-kata/deploy/kata-rbac.yaml
|
||||
kubectl apply -f 8-kata/deploy/kata-deploy.yaml
|
||||
|
||||
#Add support for kata runtime
|
||||
kubectl apply -f 8-kata/runtimeclass_crd.yaml
|
||||
while [[ $(kubectl get crd runtimeclasses.node.k8s.io >/dev/null 2>&1) || $? -ne 0 ]]; do
|
||||
echo "Waiting for runtime class CRD"
|
||||
sleep 2
|
||||
done
|
||||
kubectl apply -f 8-kata/
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user