Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
Chapter 7. Upgrading local sites
There are two distinct procedures for updating your Skupper installation: updating the site configuration and manually updating the controller.
7.1. Standard Site Update Link kopierenLink in die Zwischenablage kopiert!
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 reload
skupper system reloadCopy to Clipboard Copied! Toggle word wrap Toggle overflow This command refreshes the site definition and pulls the latest images associated with the CLI version.
7.2. Updating the Controller Link kopierenLink in die Zwischenablage kopiert!
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-controller
podman rm -f <user>-skupper-controllerCopy to Clipboard Copied! Toggle word wrap Toggle overflow Docker
docker rm -f <user>-skupper-controller
docker rm -f <user>-skupper-controllerCopy to Clipboard Copied! Toggle word wrap Toggle overflow NoteReplace
<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
skupper system installCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Verify the controller is recreated with the updated version.