Add CES_NAMESPACE env in the CES deployment. The install.sh use $CES_NAMESPACE variable for installation.
NOTE:
If you are upgrading the ces pod to this version by change the ces deployment directly, pls add below env under the spec.containers
env:
- name: CES_NAMESPACE
value: kube-system <<<< change this to your real namespace which the ces pod running
You can also check the install.sh for the deployment setting.
The another upgrade way is uninstall the old ces first, and then run the install.sh then.
Allow to control the setting of Virtual Adress, like icmp, arp. Using template to overwrite the default setting is supported. Thanks @Jesonchen for this enhancement.
Download the image on this page directly and load it manually
Use f5devcentral/ces-controller:0.5.1 docker hub repo. Pls note the version number.
Please check Github Wiki for all documents.
System will not log event into F5 local db if logging profile use both local and remote destion, and the remote destion is unable reached.
When an externalservice is referenced by more than one rules. Delete the externalservice CRD first, will cause unexpected result. Pls delete the rule first.