File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ jobs:
142
142
LINODE_CONTROL_PLANE_MACHINE_TYPE : g6-standard-2
143
143
LINODE_MACHINE_TYPE : g6-standard-2
144
144
CLUSTERCTL_CONFIG : /home/runner/work/cluster-api-provider-linode/cluster-api-provider-linode/e2e/clusterctl-config.yaml
145
- E2E_SELECTOR : ' --selector k3s '
145
+ E2E_SELECTOR : ' --selector flavors '
146
146
147
147
- name : Copy logs
148
148
if : ${{ always() }}
Original file line number Diff line number Diff line change 36
36
set -e
37
37
clusterctl generate cluster $CLUSTER -n $NAMESPACE \
38
38
--kubernetes-version v1.29.1 \
39
- --infrastructure linode:v0.0.0 \
39
+ --infrastructure local- linode:v0.0.0 \
40
40
--control-plane-machine-count 1 --worker-machine-count 1 \
41
41
--config $CLUSTERCTL_CONFIG > default-cluster.yaml
42
42
check :
Original file line number Diff line number Diff line change 36
36
set -e
37
37
clusterctl generate cluster $CLUSTER -n $NAMESPACE \
38
38
--flavor rke2 --kubernetes-version v1.29.1+rke2r1 \
39
- --infrastructure linode:v0.0.0 \
39
+ --infrastructure local- linode:v0.0.0 \
40
40
--control-plane-machine-count 1 --worker-machine-count 1 > rke2-cluster.yaml
41
41
check :
42
42
($error == null) : true
You can’t perform that action at this time.
0 commit comments