Skupper Control Plane
Changelog
https://github.com/skupperproject/skupper/milestone/10?closed=1
Installation
You can follow the instructions shown in this link: https://skupper.io/start/index.html
Alternatively, if you want to install the Skupper controller or the Network Observer using Helm charts, they can be installed directly from its OCI repository URL:
helm install skupper oci://quay.io/skupper/helm/skupper --version 2.2.1
helm install skupper-network-observer oci://quay.io/skupper/helm/network-observer --version 2.2.1
Note: Before upgrading an existing skupper Helm chart to it is recommended that you apply the most recent CRDs in order to take advantage of the latest skupper APIs.
kubectl apply --server-side -f https://github.com/skupperproject/skupper/releases/download/2.2.1/skupper-crds.yaml
Skupper Router (3.5.1)
https://github.com/skupperproject/skupper-router/releases/tag/3.5.1
Skupper Console (2.2.0)
https://github.com/skupperproject/skupper-console/releases/tag/2.2.0