diff --git a/oracle/scripts/deploy/install-18c-xe.sh b/oracle/scripts/deploy/install-18c-xe.sh index 3630876..1a243d8 100755 --- a/oracle/scripts/deploy/install-18c-xe.sh +++ b/oracle/scripts/deploy/install-18c-xe.sh @@ -148,7 +148,7 @@ function create_cluster() { --machine-type=n1-standard-2 --num-nodes 2 --zone ${ZONE} \ --scopes gke-default,compute-rw,cloud-platform,https://www.googleapis.com/auth/dataaccessauditlogging \ --service-account "${GKE_SA_EMAIL}" \ - --image-type cos \ + --image-type cos_containerd \ --addons GcePersistentDiskCsiDriver else echo "cluster (name=${CLUSTER_NAME} zone=${ZONE}) already exists" diff --git a/oracle/scripts/deploy/install.sh b/oracle/scripts/deploy/install.sh index 21e7010..673caf6 100755 --- a/oracle/scripts/deploy/install.sh +++ b/oracle/scripts/deploy/install.sh @@ -179,7 +179,7 @@ function create_cluster() { --machine-type=n1-standard-2 --num-nodes 2 --zone ${ZONE} \ --scopes gke-default,compute-rw,cloud-platform,https://www.googleapis.com/auth/dataaccessauditlogging \ --service-account "${GKE_SA_EMAIL}" \ - --image-type cos \ + --image-type cos_containerd \ --addons GcePersistentDiskCsiDriver else echo "cluster (name=${CLUSTER_NAME} zone=${ZONE}) already exists"