Skip to content

Commit 85a095d

Browse files
Update ubuntu.sh
1 parent 84028c5 commit 85a095d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

terraform/cloud-init/ubuntu.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22

33
# 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'
4+
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'
55
6-
apt install -y oci-oke-node-all=1.27.2*
6+
apt install -y oci-oke-node-all=1.29.1*
77
8-
oke bootstrap --manage-gpu-services
8+
oke bootstrap --manage-gpu-services

0 commit comments

Comments
 (0)