We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d48da6 + bfec232 commit b09f579Copy full SHA for b09f579
terraform/cloud-init/ubuntu.sh
@@ -10,7 +10,12 @@ while fuser /var/lib/apt/lists/lock >/dev/null 2>&1 ; do
10
done
11
12
apt update
13
-
14
apt install -y oci-oke-node-all*
15
+# TEMPORARY REQUIREMENT: Edit registries.conf to add unqualified registries
16
+cat <<EOF > /etc/containers/registries.conf
17
+unqualified-search-registries = ["container-registry.oracle.com", "docker.io"]
18
+short-name-mode = "permissive"
19
+EOF
20
+
21
oke bootstrap --manage-gpu-services
0 commit comments