1.19

Migration

When upgrading to Kublr Control Plane 1.19.0 use the following procedures.

Simultaneous Update of Required Features

You need to update all required features at the same time as follows:

...
spec:
  features:
    kublrOperator:
      chart:
        version: 1.19.0-33
      enabled: true
    system:
      chart:
        version: 1.19.0-28
    ingress:
      chart:
        version: 1.19.0-30
    controlPlane:
      chart:
        version: 1.19.0-82
    kubedb:
      chart:
        version: 1.19.0-28
...

Target versions are:

  • kublrOperator: 1.19.0-33
  • system: 1.19.0-28
  • ingress: 1.19.0-30
  • kubedb: 1.19.0-28
  • controlplane: 1.19.0-82

After that you can update log collection and monitoring via UI.

Removing Logging Job

Before updating log collection feature, remove the “kublr-logging-sg-job” job:

kubectl -n kublr delete job kublr-logging-sg-job