Skip to content

Commit

Permalink
Updated image-type from cos to cos_containerd for GKE version >1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
nasmart authored and akinfermo committed Jan 9, 2023
1 parent 6a624f9 commit c29fe3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion oracle/scripts/deploy/install-18c-xe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion oracle/scripts/deploy/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c29fe3c

Please sign in to comment.