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