
Adds labels used by ViNO & SIP to schedule subcluster VMs appropriately, for rack and undercloud server name. This also trues up the label definitions in the SIP CRs to match, and configures the Metal3Cluster resource to synchronize the labels from BMHs to Nodes. This change updates the airshipctl pin to incorporate related functionality: https://review.opendev.org/c/airship/airshipctl/+/797130 Change-Id: I6cf2bc653589d142736990cdfadf82641a6ca4d1
22 lines
448 B
YAML
22 lines
448 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- ../k8scontrol-ha
|
|
|
|
patchesJson6902:
|
|
- target:
|
|
group: controlplane.cluster.x-k8s.io
|
|
version: v1alpha3
|
|
kind: KubeadmControlPlane
|
|
name: cluster-controlplane
|
|
path: iptables-setup.yaml
|
|
|
|
patchesJson6902:
|
|
- target:
|
|
group: infrastructure.cluster.x-k8s.io
|
|
version: v1alpha4
|
|
kind: Metal3Cluster
|
|
name: target-cluster
|
|
path: labelsync-setup.yaml
|