File tree Expand file tree Collapse file tree 4 files changed +9
-11
lines changed
Expand file tree Collapse file tree 4 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ export AWS_NODE_MACHINE_FLAVOR=t3.large
1414export AWS_SSH_KEY_NAME=my-ssh-key
1515
1616# (optional) Snap risk level and confinement
17- export SNAP_RISKLEVEL=""
18- export SNAP_CONFINEMENT=""
17+ export SNAP_RISKLEVEL="stable "
18+ export SNAP_CONFINEMENT="classic "
1919
2020# Upgrade configuration
2121export UPGRADE_STRATEGY=SmartUpgrade
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export AZURE_CLIENT_SECRET="<Password>"
1010export AZURE_LOCATION=eastus # this should be an Azure region that your subscription has quota for.
1111export AZURE_SUBSCRIPTION_ID="<SubscriptionId>"
1212
13- # Azure virtual machine types
13+ # Azure virtual machine types
1414export AZURE_CONTROL_PLANE_MACHINE_TYPE=Standard_D2a_v4
1515export AZURE_NODE_MACHINE_TYPE=Standard_D2a_v4
1616
@@ -27,9 +27,8 @@ export CLUSTER_IDENTITY_NAME="cluster-identity"
2727export AZURE_CLUSTER_IDENTITY_SECRET_NAMESPACE="default"
2828
2929# (optional) Snap risk level and confinement
30- export SNAP_RISKLEVEL=""
31- export SNAP_CONFINEMENT=""
32-
30+ export SNAP_RISKLEVEL="stable"
31+ export SNAP_CONFINEMENT="classic"
3332
3433# Upgrade configuration
3534export UPGRADE_STRATEGY=SmartUpgrade
Original file line number Diff line number Diff line change @@ -15,9 +15,8 @@ export GCP_NODE_MACHINE_TYPE=n1-standard-2
1515export IMAGE_ID=projects/$GCP_PROJECT/global/images/ubuntu-2204
1616
1717# (optional) Snap risk level and confinement
18- export SNAP_RISKLEVEL=""
19- export SNAP_CONFINEMENT=""
20-
18+ export SNAP_RISKLEVEL="stable"
19+ export SNAP_CONFINEMENT="classic"
2120
2221# Upgrade configuration
2322export UPGRADE_STRATEGY=SmartUpgrade
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ export CONTAINERD_HTTPS_PROXY=""
3232export CONTAINERD_NO_PROXY=""
3333
3434# (optional) Snap risk level and confinement
35- export SNAP_RISKLEVEL=""
36- export SNAP_CONFINEMENT=""
35+ export SNAP_RISKLEVEL="stable "
36+ export SNAP_CONFINEMENT="classic "
3737
3838# Upgrade configuration
3939export UPGRADE_STRATEGY=SmartUpgrade
You can’t perform that action at this time.
0 commit comments