Start Building for Free
CircleCI.comAcademyBlogCommunitySupport

Update the Kubernetes release agent

3 weeks ago1 min read
Cloud
On This Page
  • Prerequisites
  • Update steps

Follow the steps on this page to update the release agent installed in your Kubernetes cluster.

Refer to the CircleCI Change log to find out about new release agent versioning, updates, and fixes.

Prerequisites

To update the Kubernetes release agent you need an operational CircleCI release environment integrated with your Kubernetes cluster. Refer to the following pages for steps:

Update steps

  1. Update your local Helm cache:

    helm repo update
  2. Upgrade to the new version:

    helm upgrade --install circleci-release-agent-system release-agent/circleci-release-agent \
    --set tokenSecret.token=[YOUR_CCI_INTEGRATION_TOKEN] --create-namespace \
    --namespace circleci-release-agent-system \
    --set managedNamespaces="{namespace1,namespace2}"

Suggest an edit to this page

Make a contribution
Learn how to contribute