Merge "[k8s][fedora atomic] Using node instead of minion"
This commit is contained in:
commit
51512c3a70
@ -1016,7 +1016,7 @@ resources:
|
||||
name:
|
||||
list_join:
|
||||
- '-'
|
||||
- [{ get_param: 'OS::stack_name' }, 'minion', '%index%']
|
||||
- [{ get_param: 'OS::stack_name' }, 'node', '%index%']
|
||||
prometheus_monitoring: {get_param: prometheus_monitoring}
|
||||
ssh_key_name: {get_param: ssh_key_name}
|
||||
server_image: {get_param: minion_image}
|
||||
|
@ -0,0 +1,7 @@
|
||||
---
|
||||
issues:
|
||||
- |
|
||||
Minion is not a good name for k8s worker node anymore, now it has been
|
||||
replaced in the fedora atomic driver with 'node' to align with the k8s
|
||||
terminologies. So the server name of a worker will be something like
|
||||
`k8s-1-lnveovyzpreg-node-0` instead of `k8s-1-lnveovyzpreg-worker-0`.
|
Loading…
Reference in New Issue
Block a user