Skip to content

CES Release v0.5.3

Compare
Choose a tag to compare
@myf5 myf5 released this 04 Jan 06:46
· 48 commits to master since this release

Container Egress Service (CES) Controller. V0.5.3

Publish date

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

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.

Early Release

Click Here