Ce contenu n'est pas disponible dans la langue sélectionnée.
Chapter 6. Upgrading local sites
There are two distinct procedures for updating your Skupper installation: updating the site configuration and manually updating the controller.
6.1. Standard Site Update Copier lienLien copié sur presse-papiers!
To update an existing site to the latest images or configuration matching your current CLI version:
Procedure
- Ensure you have the latest version of the Skupper CLI installed.
Run the reload command:
skupper system reloadThis command refreshes the site definition and pulls the latest images associated with the CLI version.
6.2. Updating the Controller Copier lienLien copié sur presse-papiers!
Currently, skupper system uninstall protects active sites by refusing to run if a site is detected. However, if you need to force an update to the controller itself (to pick up a new controller version) without deleting your sites, follow this manual workaround.
Prerequisites
- Ensure your CLI is updated to the target version.
Procedure
Stop and remove the controller container. The container is named
<user>-skupper-controller.Podman
podman rm -f <user>-skupper-controllerDocker
docker rm -f <user>-skupper-controllerNoteReplace
<user>with the specific username under which Skupper is running.Re-install the controller.
Run the install command to recreate the controller using the new CLI version.
skupper system install- Verify the controller is recreated with the updated version.