How can I upgrade kots and the kotsadm admin console

By checking in the Admin Console UI, I see I’m currently running 1.13.8, and I see the latest is 1.16.0 – how can I upgrade my installation?

I need to understand how to do this for both an Embedded Cluster with kurl.sh, and also for an existing cluster created with kots install

For kots install clusters

  1. Install the latest kots binary by following instructions from https://kots.io
  2. Run kots admin-console upgrade -n <namespace>

For kURL embedded clusters

  1. Specify the desired kots version in the kURL installer spec. For example:
     kotsadm: 
       version: "1.16.0"
    
  2. If this installer is created in vendor portal, promote it to the desired app channel.
  3. Run the kURL installer command.
1 Like