@@ -236,35 +236,37 @@ easier transition from `kubectl apply` to `clusterctl`.
236
236
As a reference you can consider the labels applied to the following
237
237
providers.
238
238
239
- | Provider Name| Label |
240
- | --------------| -------------------------------------------------------|
241
- | CAPI | cluster.x-k8s.io/provider=cluster-api |
242
- | CABPK | cluster.x-k8s.io/provider=bootstrap-kubeadm |
243
- | CABPM | cluster.x-k8s.io/provider=bootstrap-microk8s |
244
- | CACPK | cluster.x-k8s.io/provider=control-plane-kubeadm |
245
- | CACPM | cluster.x-k8s.io/provider=control-plane-microk8s |
246
- | CACPN | cluster.x-k8s.io/provider=control-plane-nested |
247
- | CAPA | cluster.x-k8s.io/provider=infrastructure-aws |
248
- | CAPB | cluster.x-k8s.io/provider=infrastructure-byoh |
249
- | CAPC | cluster.x-k8s.io/provider=infrastructure-cloudstack |
250
- | CAPD | cluster.x-k8s.io/provider=infrastructure-docker |
251
- | CAPDO | cluster.x-k8s.io/provider=infrastructure-digitalocean |
252
- | CAPG | cluster.x-k8s.io/provider=infrastructure-gcp |
253
- | CAPH | cluster.x-k8s.io/provider=infrastructure-hetzner |
254
- | CAPIBM | cluster.x-k8s.io/provider=infrastructure-ibmcloud |
255
- | CAPKK | cluster.x-k8s.io/provider=infrastructure-kubekey |
256
- | CAPK | cluster.x-k8s.io/provider=infrastructure-kubevirt |
257
- | CAPM3 | cluster.x-k8s.io/provider=infrastructure-metal3 |
258
- | CAPN | cluster.x-k8s.io/provider=infrastructure-nested |
259
- | CAPO | cluster.x-k8s.io/provider=infrastructure-openstack |
260
- | CAPOCI | cluster.x-k8s.io/provider=infrastructure-oci |
261
- | CAPP | cluster.x-k8s.io/provider=infrastructure-packet |
262
- | CAPV | cluster.x-k8s.io/provider=infrastructure-vsphere |
263
- | CAPVC | cluster.x-k8s.io/provider=infrastructure-vcluster |
264
- | CAPVCD | cluster.x-k8s.io/provider=infrastructure-vcd |
265
- | CAPX | cluster.x-k8s.io/provider=infrastructure-nutanix |
266
- | CAPZ | cluster.x-k8s.io/provider=infrastructure-azure |
267
- | CAPOSC | cluster.x-k8s.io/provider=infrastructure-outscale |
239
+ | Provider Name | Label |
240
+ | ---------------| -------------------------------------------------------|
241
+ | CAPI | cluster.x-k8s.io/provider=cluster-api |
242
+ | CABPK | cluster.x-k8s.io/provider=bootstrap-kubeadm |
243
+ | CABPM | cluster.x-k8s.io/provider=bootstrap-microk8s |
244
+ | CABPKK3S | cluster.x-k8s.io/provider=bootstrap-kubekey-k3s |
245
+ | CACPK | cluster.x-k8s.io/provider=control-plane-kubeadm |
246
+ | CACPM | cluster.x-k8s.io/provider=control-plane-microk8s |
247
+ | CACPN | cluster.x-k8s.io/provider=control-plane-nested |
248
+ | CACPKK3S | cluster.x-k8s.io/provider=control-plane-kubekey-k3s |
249
+ | CAPA | cluster.x-k8s.io/provider=infrastructure-aws |
250
+ | CAPB | cluster.x-k8s.io/provider=infrastructure-byoh |
251
+ | CAPC | cluster.x-k8s.io/provider=infrastructure-cloudstack |
252
+ | CAPD | cluster.x-k8s.io/provider=infrastructure-docker |
253
+ | CAPDO | cluster.x-k8s.io/provider=infrastructure-digitalocean |
254
+ | CAPG | cluster.x-k8s.io/provider=infrastructure-gcp |
255
+ | CAPH | cluster.x-k8s.io/provider=infrastructure-hetzner |
256
+ | CAPIBM | cluster.x-k8s.io/provider=infrastructure-ibmcloud |
257
+ | CAPKK | cluster.x-k8s.io/provider=infrastructure-kubekey |
258
+ | CAPK | cluster.x-k8s.io/provider=infrastructure-kubevirt |
259
+ | CAPM3 | cluster.x-k8s.io/provider=infrastructure-metal3 |
260
+ | CAPN | cluster.x-k8s.io/provider=infrastructure-nested |
261
+ | CAPO | cluster.x-k8s.io/provider=infrastructure-openstack |
262
+ | CAPOCI | cluster.x-k8s.io/provider=infrastructure-oci |
263
+ | CAPP | cluster.x-k8s.io/provider=infrastructure-packet |
264
+ | CAPV | cluster.x-k8s.io/provider=infrastructure-vsphere |
265
+ | CAPVC | cluster.x-k8s.io/provider=infrastructure-vcluster |
266
+ | CAPVCD | cluster.x-k8s.io/provider=infrastructure-vcd |
267
+ | CAPX | cluster.x-k8s.io/provider=infrastructure-nutanix |
268
+ | CAPZ | cluster.x-k8s.io/provider=infrastructure-azure |
269
+ | CAPOSC | cluster.x-k8s.io/provider=infrastructure-outscale |
268
270
### Workload cluster templates
269
271
270
272
An infrastructure provider could publish a ** cluster templates** file to be used by ` clusterctl generate cluster ` .
0 commit comments