Merge "Add labels to controlplane nodes"

This commit is contained in:
Zuul 2021-04-19 23:29:21 +00:00 committed by Gerrit Code Review
commit 9f7d7678ed

View File

@ -30,13 +30,13 @@ spec:
nodeRegistration:
name: '{{ ds.meta_data.local_hostname }}'
kubeletExtraArgs:
node-labels: 'metal3.io/uuid={{ ds.meta_data.uuid }}'
node-labels: 'metal3.io/uuid={{ ds.meta_data.uuid }},node-type=controlplane'
joinConfiguration:
controlPlane: {}
nodeRegistration:
name: '{{ ds.meta_data.local_hostname }}'
kubeletExtraArgs:
node-labels: 'metal3.io/uuid={{ ds.meta_data.uuid }}'
node-labels: 'metal3.io/uuid={{ ds.meta_data.uuid }},node-type=controlplane'
ntp:
servers:
- 0.pool.ntp.org