SUSE Multi-Linux Manager Proxy Upgrade

업그레이드 명령을 실행하기 전에 호스트 운영 체제를 업데이트해야 합니다. 호스트 운영 체제를 업데이트하면 mgrpxy 도구와 같은 SUSE Multi-Linux Manager 도구도 함께 업데이트됩니다.

Procedure: Upgrading Proxy
  1. Refresh software repositories with zypper:

    zypper ref
  2. Depending on the host operating system, proceed with these steps:

    For a transactional system such as SL Micro:
    1. Apply available updates with transactional-update:

      transactional-update
    2. 업데이트가 완료되면 reboot를 수행합니다.

    For SUSE Linux Enterprise Server:

    Update installed software with zypper:

    zypper up
  3. The SUSE Multi-Linux Manager Proxy containers running on podman can be updated using the following command:

    mgrpxy upgrade podman

    Or, those running on a Kubernetes cluster can update using:

    mgrpxy upgrade kubernetes
  4. podman에서, 사용하지 않는 컨테이너 이미지를 정리하여 디스크 공간을 확보합니다.

    podman image prune -a

Kubernetes에서는 이미지 정리가 자동으로 처리되거나 Kubernetes 배포판에 따라 다릅니다.

If you do not specify the tag parameter when upgrading to specific version, it will default to upgrading to the most recent version. To upgrade to a specific version, provide the tag parameter with the desired image tag.

While there is an option to upgrade a specific container using its specific tag, this feature is intended for applying PTFs only.

We highly recommend using the same tag for all proxy containers to ensure consistency under normal circumstances.

For air-gapped installations, first upgrade the container RPM packages, then run the mgrpxy upgrade podman command.