vCluster installation
Running Keptn with vCluster
Keptn running on Kubernetes versions 1.26 and older
uses a custom
scheduler,
so it does not work with
Virtual Kubernetes Clusters
(“vClusters”) out of the box.
This is also an issue
if the lifecycleOperator.schedulingGatesEnabled
Helm value is set to false
for Kubernetes version 1.27 and later.
See
Keptn integration with Scheduling
for details.
To solve this problem:
-
Follow the instructions in Separate vCluster Scheduler to modify the vCluster
values.yaml
file to use a virtual scheduler. -
Create or upgrade the vCluster, following the instructions in that same document.
-
Follow the instructions in the section below to install Keptn in that vCluster.
Last modified 2023-11-21: docs: restructure content (#2522) (c2d8bd93)