![Kostiantyn Kalynovskyi](/assets/img/avatar_default.png)
We are missing worker labels and this may lead to future problems when we will want to scale, wrong nodes can be chosen for the worker MachineDeployments. This is a temporary solution to add this to kustomize Permanent solution should add labels to host generation and variable catalogue. Relates-To: #531 Change-Id: Ia07f1d9125bf5b6aadea3750ea53bc34228577ca
9 lines
146 B
YAML
9 lines
146 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
generators:
|
|
- ../hostgenerator
|
|
|
|
commonLabels:
|
|
airshipit.org/k8s-role: worker
|