Skip to content

CES Release v0.5.3.1 [CVE Fix]

Compare
Choose a tag to compare
@myf5 myf5 released this 02 Jun 02:58
· 5 commits to master since this release
3e8f64b

Container Egress Service (CES) Controller. V0.5.3.1

Publish date

  1. 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 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.

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.

Early Release

Click Here