We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e7c92f commit fe0aa13Copy full SHA for fe0aa13
terraform/cloud-init/ubuntu.sh
@@ -3,6 +3,6 @@
3
# Add OKE repo & install the package
4
add-apt-repository -y 'deb [trusted=yes] https://odx-oke.objectstorage.us-sanjose-1.oci.customer-oci.com/n/odx-oke/b/okn-repositories/o/prod/ubuntu-jammy/kubernetes-1.29 stable main'
5
6
-apt install -y oci-oke-node-all=1.29.1*
+apt install -y oci-oke-node-all*
7
8
oke bootstrap --manage-gpu-services
0 commit comments