Skip to content

Commit

Permalink
pindown connectedk8s version
Browse files Browse the repository at this point in the history
  • Loading branch information
dkirby-ms committed Oct 14, 2024
1 parent be7dbaa commit 96fe13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure_jumpstart_arcbox/artifacts/installK3s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ if [[ "$k3sControlPlane" == "true" ]]; then
echo ""
echo "Installing Azure Arc extensions"
echo ""
sudo -u $adminUsername az extension add --name connectedk8s
sudo -u $adminUsername az extension add --name connectedk8s --version 1.9.3
sudo -u $adminUsername az extension add --name k8s-configuration
sudo -u $adminUsername az extension add --name k8s-extension

Expand Down

0 comments on commit 96fe13b

Please sign in to comment.