Skip to content

Commit

Permalink
Update ubuntu.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
OguzPastirmaci authored Oct 3, 2024
1 parent 8d48da6 commit bfec232
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion terraform/cloud-init/ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ while fuser /var/lib/apt/lists/lock >/dev/null 2>&1 ; do
done

apt update

apt install -y oci-oke-node-all*

# TEMPORARY REQUIREMENT: Edit registries.conf to add unqualified registries
cat <<EOF > /etc/containers/registries.conf
unqualified-search-registries = ["container-registry.oracle.com", "docker.io"]
short-name-mode = "permissive"
EOF

oke bootstrap --manage-gpu-services

0 comments on commit bfec232

Please sign in to comment.