Skip to content

Commit

Permalink
Merge pull request microsoft#2764 from dkirby-ms/main
Browse files Browse the repository at this point in the history
pindown Az cli connectedk8s extension version to 1.9.3
  • Loading branch information
dkirby-ms authored Oct 14, 2024
2 parents be7dbaa + 96fe13b commit e78415f
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 e78415f

Please sign in to comment.