Updating a Kubernetes connector
Learn how to update a connector through the Helm CLI
Periodically, you may need to update your Kubernetes connector to help maintain functionality, performance, and security.
This article explains how to update a connector through the Helm CLI.
Prerequisites
Item | Description |
---|---|
Cluster admin access | Cluster admin access to the cluster to integrate The cluster admin access can be the built-in cluster-admin role or equivalent permission level. |
Helm Command Line Interface (Helm CLI) | Command-line interface used to manage Kubernetes applications |
Update a connector
Use the following steps to update an Apono connector for Kubernetes:
In the shell environment, run the following
helm upgrade
command to pull the most recent connector version.Shell
Parameter Description apono.connectorId string
ID for the connector
apono.token string
Token value obtained from the Apono UI
serviceAccount.managerClusterRoles boolean
Configures whether the connector also manages access to the cluster on which it is deployed The value of
serviceAccount.manageClusterRoles
should be based on whether the installation has been set up to manage the cluster roles or not.On the Connectors page, verify that the connector has been updated.
Last updated