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
14
14
export AWS_SSH_KEY_NAME=my-ssh-key
15
15
16
16
# (optional) Snap risk level and confinement
17
- export SNAP_RISKLEVEL=""
18
- export SNAP_CONFINEMENT=""
17
+ export SNAP_RISKLEVEL="stable "
18
+ export SNAP_CONFINEMENT="classic "
19
19
20
20
# Upgrade configuration
21
21
export UPGRADE_STRATEGY=SmartUpgrade
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export AZURE_CLIENT_SECRET="<Password>"
10
10
export AZURE_LOCATION=eastus # this should be an Azure region that your subscription has quota for.
11
11
export AZURE_SUBSCRIPTION_ID="<SubscriptionId>"
12
12
13
- # Azure virtual machine types
13
+ # Azure virtual machine types
14
14
export AZURE_CONTROL_PLANE_MACHINE_TYPE=Standard_D2a_v4
15
15
export AZURE_NODE_MACHINE_TYPE=Standard_D2a_v4
16
16
@@ -27,9 +27,8 @@ export CLUSTER_IDENTITY_NAME="cluster-identity"
27
27
export AZURE_CLUSTER_IDENTITY_SECRET_NAMESPACE="default"
28
28
29
29
# (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"
33
32
34
33
# Upgrade configuration
35
34
export 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
15
15
export IMAGE_ID=projects/$GCP_PROJECT/global/images/ubuntu-2204
16
16
17
17
# (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"
21
20
22
21
# Upgrade configuration
23
22
export UPGRADE_STRATEGY=SmartUpgrade
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ export CONTAINERD_HTTPS_PROXY=""
32
32
export CONTAINERD_NO_PROXY=""
33
33
34
34
# (optional) Snap risk level and confinement
35
- export SNAP_RISKLEVEL=""
36
- export SNAP_CONFINEMENT=""
35
+ export SNAP_RISKLEVEL="stable "
36
+ export SNAP_CONFINEMENT="classic "
37
37
38
38
# Upgrade configuration
39
39
export UPGRADE_STRATEGY=SmartUpgrade
You can’t perform that action at this time.
0 commit comments