diff --git a/docs/docs/components/lifecycle-operator/index.md b/docs/docs/components/lifecycle-operator/index.md index fd891b1366..5ec1bbccdc 100644 --- a/docs/docs/components/lifecycle-operator/index.md +++ b/docs/docs/components/lifecycle-operator/index.md @@ -21,12 +21,12 @@ transitions between different stages such as development, testing, staging, and graph TD; G((CRs + manifests)) -- apply --> H[Kubernetes API] -J[Lifecycle controller] <-- orchestrates --> H -J <-- schedules Pods --> H +I[Lifecycle controller] <-- orchestrates --> H +I <-- schedules Pods --> H style H fill:#006bb8,stroke:#fff,stroke-width:px,color:#fff -style J fill:#d8e6f4,stroke:#fff,stroke-width:px,color:#006bb8 +style I fill:#d8e6f4,stroke:#fff,stroke-width:px,color:#006bb8 style G fill:#fff,stroke:#123,stroke-width:px,color:#006bb8 ``` diff --git a/docs/docs/installation/configuration/vcluster.md b/docs/docs/installation/configuration/vcluster.md deleted file mode 100644 index a2a1d69f1a..0000000000 --- a/docs/docs/installation/configuration/vcluster.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -comments: true ---- - -# vCluster installation - -Keptn running on Kubernetes versions 1.26 and older -does not work with -[Virtual Kubernetes Clusters](https://www.vcluster.com/) -("vClusters") out of the box. -See -[Keptn integration with Scheduling](../../components/scheduling.md) -for details. - -To solve this problem: - -1. Follow the instructions in - [Separate vCluster Scheduler](https://www.vcluster.com/docs/vcluster/configure/vcluster-yaml/control-plane/other/advanced/virtual-scheduler) - to modify the vCluster `values.yaml` file - to use a virtual scheduler. - -1. Create or upgrade the vCluster, - following the instructions in that same document. - -1. Follow the instructions in the section below - to install Keptn in that vCluster. diff --git a/docs/docs/installation/index.md b/docs/docs/installation/index.md index a8b2d40bb2..25d0bbe55e 100644 --- a/docs/docs/installation/index.md +++ b/docs/docs/installation/index.md @@ -44,12 +44,6 @@ See [Keptn integration with Scheduling](../components/scheduling.md) for details. -If Keptn is installed on a [vCluster](https://www.vcluster.com/), -some extra configuration needs to be added for full compatibility. -See -[Running Keptn with vCluster](./configuration/vcluster.md) -for more information. - If you want to deploy Keptn via [ArgoCD](https://argoproj.github.io/cd/), refer to the [Deploying Keptn via ArgoCD](./configuration/argocd.md) section for more information.