
Cluster API bootstrap provider Kubeadm (CABPK) is a component of Cluster API that is responsible of generating a cloud-init script to turn a Machine into a Kubernetes Node Change-Id: Iba71be2bae90c2bb19a52624329ff841717fc349
19 lines
425 B
YAML
19 lines
425 B
YAML
resources:
|
|
- ../../global/crd/kubeadm
|
|
- rbac
|
|
- provider.yaml
|
|
- namespace.yaml
|
|
|
|
commonLabels:
|
|
# NOTE We can't use airshipit.org/clustertype
|
|
# bacause a label can't consists of multiple values
|
|
airshipit.org/ephemeral: "true"
|
|
airshipit.org/target: "true"
|
|
|
|
namespace: capbk
|
|
|
|
#vars:
|
|
# $(IMAGE_PULL_POLICY)
|
|
# The image pull policy by default should be "IfNotPresent",
|
|
# it should be globally defined for all images
|