Chapter 1. New and changed features
Red Hat Service Interconnect is the Red Hat build of Skupper.
The following features are included in Red Hat Service Interconnect version 2.1:
- You can now redeem tokens in a local system site.
- You can now install the Network Observer using an operator.
-
CRD documentation - all resources now include documentation. For example, you can view details of a CR in OpenShift console or using
kubectl explain
. -
Removal of some CLI shortcuts, for example
-r
. You must now specify the full parameter, for example--routing-key
. -
You can now specify high availability when creating a site using the CLI. For example
skupper site create --enable-ha
. - Exposing services from other namespaces is now fully supported.
-
You can now install the controller (as a container) on local systems using the CLI command:
skupper system install
-
The CLI commands for
skupper system
have been refactored