Upgrade Kubernetes Agent
The new version of the fcli or Kubernetes Agent is 21.3.0-2.1. If you are currently using the fcli version 21.2.0-2.1 or earlier, it is recommended to upgrade to fcli version 21.3.0-2.1.
Follow the steps below to update the Kubernetes agent to the most current version:
- Log into the to the Kubernetes Cluster.
- Execute this command to check the current version of the agent:
fcli get protector version
- Then use the following command to upgrade the Kubernetes agent:
fcli upgrade kubernetes --version <version>
- When the upgrade is complete, check for the deployment status using:
kubectl get pods -n fortinet
- When the deployment is completed, check the image version using:
kubectl describe pods POD_NAME -n fortinet
- After 5-10 minutes, check the current version of the Kubernetes agent again to verify its the correct version:
fcli get protector version
Alternatively, you can also check all the available versions of Kubernetes agent using: fcli get protection version list