Skip to content

v2.1.0

Compare
Choose a tag to compare
@osaluden osaluden released this 22 Oct 15:58
· 57 commits to master since this release
  • Add Kubernetes Node Labels (node_label): Kubernetes node label
  • Add VM Tags (vm_tags): Flexible Engine tags
  • Move key_pair parameters from node configuration to global configuration

Important Notes regarding new module version

Note #1

Two additionnal parameters:

  • vm_tags: Tag at Flexible Engine level
  • node_label: Kubernetes Node Label (to apply a Pod placement constraint with the NodeSelector setting in Kubernetes manifest for instance)

These two parameters are mandatory. If no need vm_tags and/or node_label please set them as an empty map  {}

For existing nodes, please add these two parameters

Add vm_tags does not recreate the node

Add node_labels recreate the node so even if the current nodes does not have any labels, please do not forget to add node_labels set it empty like the README example.

Note #2

CCE Node SSH Key pair is now a global parameter (was a specific node configuratin parameter before)

Please comment out the key_pair parameters of the existing nodes and declare key_pair parameter as a global as shown in the examples in the README