LogoLogo
WebsiteGarden Core
Edge
Edge
  • welcome
  • ๐ŸŒณGetting Started
    • Adding Your First Project
    • Running Triggered Workflows
  • ๐ŸŒฟGuides
    • Authenticating to your Providers
    • Automatic Environment Cleanup
    • User Groups, Roles and Permissions
    • Authentication via SAML
    • StackStreams
    • Managing Secrets
    • One-click Preview Environments
  • ๐ŸŒบVCS Providers
    • Setting Up a GitHub App
    • Setting Up a GitLab App
  • ๐Ÿ’Cloud
    • Requirements
  • ๐ŸŒปEnterprise (Self-Hosted)
    • Requirements
    • Installation
    • Updating Garden Enterprise
    • Vault
    • PostgreSQL Configuration
    • Creating KMS Keys
    • Creating an AWS Load Balancer
    • Monitoring Services
    • Environment Configuration
    • Updating the Admin Console
  • ๐ŸŒนMisc
    • Release Notes
    • FAQ
    • Troubleshooting
Powered by GitBook
On this page
  • Check admin console version
  • Update kotsadm

Was this helpful?

  1. Enterprise (Self-Hosted)

Updating the Admin Console

PreviousEnvironment ConfigurationNextRelease Notes

Last updated 2 years ago

Was this helpful?

Garden Enterprise requires at least version 1.76.1 of the admin console.

Garden Enterprise is distributed via Replicated and installed using Replicated's .

When Garden Enterprise is first installed via KOTS, an admin console (kotsadm) is also deployed alongside it. You use the admin console to upgrade Garden Enterprise and manage configuration.

The admin console itself will also need to be updated on occasion.

Before proceeding, make sure you have your Kubernetes context set to the context of the cluster that runs Garden Enterprise (you can also pass it as an option to kubectl via the --context flag).

Check admin console version

To check your current version, ensure your kubecontext is set to that of the Garden Enterprise cluster and run:

kubectl kots admin-console -n garden-enterprise

If you installed Garden Enterprise into a different namespace, adjust the command appropriately.

Follow the link from the command output to access the console in your browser. You'll find the version number on the grey banner at the bottom of the page.

Update kotsadm

First install the latest version of the KOTS plugin by running:

curl https://kots.io/install | bash

You can check that it worked by running kubectl kots version: If you do not have the latest version, you will see a prompt with instructions how to update. If you do not see that prompt, you are on the latest version.

Next, make sure youโ€™re kubecontext is set to the cluster were Garden Enterprise runs and run:

kubectl kots admin-console upgrade -n garden-enterprise

If you installed Garden Enterprise into a different namespace, adjust the command appropriately.

Finally, start the admin console as before and .

๐ŸŒป
KOTS kubectl plugin
verify that the version is up to date