Warning
This documentation is actively being updated as the project evolves and may not be complete in all areas.
OpenShift (Helm)ΒΆ
Tip
Please note that global.baseDomain
is used to create the hostnames for the services.
With the provided example, the services will be available at grpc.jumpstarter.example.com
and router.jumpstarter.example.com.
Note
Please note that you will need administrator access to the cluster to install the Service, as the installation process will install CRDs and ClusterRoles.
To install using Helm:
helm upgrade jumpstarter --install oci://quay.io/jumpstarter-dev/helm/jumpstarter \
--create-namespace --namespace jumpstarter-lab \
--set global.baseDomain=jumpstarter.example.com \
--set global.metrics.enabled=true \
--set jumpstarter-controller.grpc.mode=route \
--version=0.5.0-119-g2a430f1