Add missing and remove parent labels for subcluster workers
Change-Id: Iaeb52c5623ba00ce6c17bb17efab0fcef46d1bf0 Signed-off-by: Andrii Ostapenko <andrii.ostapenko@att.com>
This commit is contained in:
parent
ebc9c55ac0
commit
5d25216c2f
@ -10,3 +10,4 @@ spec:
|
||||
matchLabels:
|
||||
sip.airshipit.org/cluster-namespace: lma-infra
|
||||
sip.airshipit.org/cluster-name: lma
|
||||
sip.airshipit.org/node-type: Worker
|
||||
|
@ -9,3 +9,4 @@ spec:
|
||||
matchLabels:
|
||||
sip.airshipit.org/cluster-namespace: wordpress-infra
|
||||
sip.airshipit.org/cluster-name: wordpress
|
||||
sip.airshipit.org/node-type: Worker
|
||||
|
@ -3,5 +3,10 @@ kind: Kustomization
|
||||
resources:
|
||||
- ../../../../../airshipctl/manifests/function/workers-capm3
|
||||
|
||||
patches:
|
||||
- target:
|
||||
kind: Metal3MachineTemplate
|
||||
path: m3mt-delete-labels.yaml
|
||||
|
||||
# NOTE: CAPI objects must be in the same namespace in which ViNO applies BMHs.
|
||||
namespace: vino-system
|
||||
|
@ -0,0 +1,2 @@
|
||||
- op: remove
|
||||
path: "/spec/template/spec/hostSelector"
|
Loading…
Reference in New Issue
Block a user