Skip to content

Claudie v0.9.2

Latest
Compare
Choose a tag to compare
@Despire Despire released this 19 Dec 10:10
8655ff5

v0.9.2

What's Changed

  • Node local dns will be deployed on all newly build clusters #1603.
    For existing clusters that were build using older Claudie version, this change will deploy the node-local-dns into the cluster
    but it will not automatically work. Manual work needs to done, by first editing the kubelet-config ConfigMap in the kube-system namespace of the cluster to change the DNS address to the address of the node-local-dns and then on each node the following changes need to be done: applying-kubelet-configuration-changes.

Bug fixes

  • Improved validation errors when zero nodes are defined in a nodepool #1605
  • Claudie will now correctly recognize a change in the kubernetes version to perform an update #1607
  • Kubernetes secrets with provider credentials that contain leading or trailing whitespace will now be trimmed, avoiding issues with generated terraform templates #1606
  • Changing the API endpoint will now correctly work, after the recent kubeone version update #1619