CES Release v0.5.3.1 [CVE Fix]
Container Egress Service (CES) Controller. V0.5.3.1
Publish date
- Jun 2
Fix
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( version earlier than 0.5.3)to this version by changing 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.
Image
There are 2 options:
- Use f5devcentral/ces-controller:0.5.3.1 docker hub repo. Pls note the version number.
Please check Github Wiki for all documents.