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.
1 parent 84028c5 commit 85a095dCopy full SHA for 85a095d
terraform/cloud-init/ubuntu.sh
@@ -1,8 +1,8 @@
1
#!/bin/bash
2
3
# Add OKE repo & install the package
4
-add-apt-repository -y 'deb [trusted=yes] https://objectstorage.us-phoenix-1.oraclecloud.com/p/ryJWdnkQSeI4ruDo9Jh77saOd5XTmORuzjv1k7GmxegExdR4atsUW2y4n7GWjkwq/n/hpc_limited_availability/b/oke_node_repo/o/ubuntu stable main'
+add-apt-repository -y ''deb [trusted=yes] https://objectstorage.us-ashburn-1.oraclecloud.com/p/1_NbjfnPPmyyklGibGM-qEpujw9jEpWSLa9mXEIUFCFYqqHdUh5cFAWbj870h-g0/n/hpc_limited_availability/b/oke_node_packages/o/1.29.1/ubuntu stable main'
5
6
-apt install -y oci-oke-node-all=1.27.2*
+apt install -y oci-oke-node-all=1.29.1*
7
8
-oke bootstrap --manage-gpu-services
+oke bootstrap --manage-gpu-services
0 commit comments