CES Release v0.5.3
Container Egress Service (CES) Controller. V0.5.3
Publish date
- Jan 4
New
- Support running multi instances in the same cluster now.
Enhancement
- Support multi clusters dock to one F5 better.
Fix
- Fix the typo in install.sh
Change
- Remove the
initialized
setting in the configmap - 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 thespec.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.
Thanks Yang Xiao Qun for the above change.
Image
There are 2 options:
- Download the image on this page directly and load it manually
- Use f5devcentral/ces-controller:0.5.3 docker hub repo. Pls note the version number.
Please check Github Wiki for all documents.