@@ -105,26 +105,36 @@ providers:
105
105
targetName : " cluster-template-limit-az.yaml"
106
106
- sourcePath : " ./infrastructure-aws/cluster-template-spot-instances.yaml"
107
107
targetName : " cluster-template-spot-instances.yaml"
108
-
108
+ - sourcePath : " ./infrastructure-aws/cluster-template-mhc.yaml"
109
+ targetName : " cluster-template-mhc.yaml"
110
+ - sourcePath : " ./infrastructure-aws/cluster-template-machine-pool.yaml"
111
+ targetName : " cluster-template-machine-pool.yaml"
109
112
variables :
110
- KUBERNETES_VERSION : " v1.19.4 "
113
+ KUBERNETES_VERSION : " v1.20.1 "
111
114
CNI : " ../../data/cni/calico.yaml"
112
115
EXP_CLUSTER_RESOURCE_SET : " true"
113
116
AWS_CONTROL_PLANE_MACHINE_TYPE : t3.large
114
117
AWS_NODE_MACHINE_TYPE : t3.large
115
118
AWS_SSH_KEY_NAME : " cluster-api-provider-aws-sigs-k8s-io"
116
- CONFORMANCE_CI_ARTIFACTS_KUBERNETES_VERSION : " v1.19.4 "
119
+ CONFORMANCE_CI_ARTIFACTS_KUBERNETES_VERSION : " v1.20.1 "
117
120
CONFORMANCE_WORKER_MACHINE_COUNT : " 5"
118
121
CONFORMANCE_CONTROL_PLANE_MACHINE_COUNT : " 1"
122
+ EXP_MACHINE_POOL : " true"
123
+ ETCD_VERSION_UPGRADE_TO : " 3.4.13-0"
124
+ COREDNS_VERSION_UPGRADE_TO : " 1.7.1"
125
+ KUBERNETES_VERSION_UPGRADE_TO : " v1.20.1"
126
+ KUBERNETES_VERSION_UPGRADE_FROM : " v1.19.6"
119
127
120
128
intervals :
121
- default/wait-cluster : ["20m ", "10s"]
122
- default/wait-control-plane : ["10m ", "10s"]
123
- default/wait-worker-nodes : ["10m ", "10s"]
124
- conformance/wait-control-plane : ["30m ", "10s"]
125
- conformance/wait-worker-nodes : ["30m ", "10s"]
126
- default/wait-controllers : ["3m ", "10s"]
127
- default/wait-delete-cluster : ["20m ", "10s"]
128
- default/wait-machine-upgrade : ["20m ", "10s"]
129
- default/wait-machine-status : ["20m ", "10s"]
129
+ default/wait-cluster : ["30m ", "10s"]
130
+ default/wait-control-plane : ["40m ", "10s"]
131
+ default/wait-worker-nodes : ["40m ", "10s"]
132
+ conformance/wait-control-plane : ["40m ", "10s"]
133
+ conformance/wait-worker-nodes : ["40m ", "10s"]
134
+ default/wait-controllers : ["40m ", "10s"]
135
+ default/wait-delete-cluster : ["40m ", "10s"]
136
+ default/wait-machine-upgrade : ["40m ", "10s"]
137
+ default/wait-machine-status : ["40m ", "10s"]
130
138
default/wait-infra-subnets : ["5m", "30s"]
139
+ default/wait-machine-pool-nodes : ["40m", "10s"]
140
+ default/wait-machine-pool-upgrade : [ "50m", "10s" ]
0 commit comments