Skip to content

Commit ead0203

Browse files
committed
remove vcluster docs
Signed-off-by: odubajDT <[email protected]>
1 parent 6bf30d6 commit ead0203

File tree

3 files changed

+3
-35
lines changed

3 files changed

+3
-35
lines changed

docs/docs/components/lifecycle-operator/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ transitions between different stages such as development, testing, staging, and
2121
graph TD;
2222
2323
G((CRs + manifests)) -- apply --> H[Kubernetes API]
24-
J[Lifecycle controller] <-- orchestrates --> H
25-
J <-- schedules Pods --> H
24+
I[Lifecycle controller] <-- orchestrates --> H
25+
I <-- schedules Pods --> H
2626
2727
2828
style H fill:#006bb8,stroke:#fff,stroke-width:px,color:#fff
29-
style J fill:#d8e6f4,stroke:#fff,stroke-width:px,color:#006bb8
29+
style I fill:#d8e6f4,stroke:#fff,stroke-width:px,color:#006bb8
3030
style G fill:#fff,stroke:#123,stroke-width:px,color:#006bb8
3131
```
3232

docs/docs/installation/configuration/vcluster.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

docs/docs/installation/index.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@ See
4444
[Keptn integration with Scheduling](../components/scheduling.md)
4545
for details.
4646

47-
If Keptn is installed on a [vCluster](https://www.vcluster.com/),
48-
some extra configuration needs to be added for full compatibility.
49-
See
50-
[Running Keptn with vCluster](./configuration/vcluster.md)
51-
for more information.
52-
5347
If you want to deploy Keptn via [ArgoCD](https://argoproj.github.io/cd/),
5448
refer to the [Deploying Keptn via ArgoCD](./configuration/argocd.md) section
5549
for more information.

0 commit comments

Comments
 (0)