Skip to content

Helm chart release notes for Citrix Node Controller v2.2.11

Compare
Choose a tag to compare
@subashd subashd released this 07 Sep 05:28
· 38 commits to master since this release
dc44d3e

Release notes for Citrix Node Controller version 2.2.11

This release note contains information about the changes introduced for the Citrix node controller version 2.2.11.

What's new

Toleration support

Citrix node controller now supports providing tolerations for kube-cnc-router and node-controller pods so that you can schedule them on appropriate tainted nodes.
The following new environment variables are added to support tolerations:
deploymentTolerations: You can set tolerations for the node-controller pod using this variable.
cncConfigMap.tolerationsInJson: In the Citrix node controller ConfigMap, you can specify the tolerations for the kube-cnc-router pods in the JSON format using the cncConfigMap.tolerationsInJson variable.