Skip to content

Commit ab63e5a

Browse files
authored
docs(kaas): remove deprecated stuff (#282)
Signed-off-by: Jan Schoone <[email protected]>
1 parent 99562af commit ab63e5a

File tree

4 files changed

+2
-57
lines changed

4 files changed

+2
-57
lines changed

docs.package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@
1111
"target": "docs/02-iaas/components",
1212
"label": ""
1313
},
14-
{
15-
"repo": "SovereignCloudStack/k8s-cluster-api-provider",
16-
"source": "doc",
17-
"target": "docs/03-container/components",
18-
"label": "k8s-cluster-api-provider"
19-
},
2014
{
2115
"repo": "SovereignCloudStack/cluster-stack-provider-openstack",
2216
"source": "docs",

docs/index.mdx

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,10 @@ manual.
3737

3838
### Container Layer
3939

40-
#### K8s Cluster API Provider
41-
42-
You can easily deploy the container layer on top of the testbed (or a production
43-
SCS cloud) checking out the code from
44-
[k8s-cluster-api-provider](https://github.com/SovereignCloudStack/k8s-cluster-api-provider/).
45-
4640
#### Cluster Stacks
4741

48-
With the Cluster Stacks, in the V2 KaaS reference implementation, we provide an opinionated optimized configuration of Kubernetes clusters. Through better packaging, integrated testing, and bundled configuration, SCS-based Kubernetes clusters provide easier individualization.
49-
Throughout the R6 development cycle Cluster Stacks are taken from a technical preview to be [functional and available on top of the IaaS reference implementation](https://github.com/SovereignCloudStack/issues/milestone/8) as well to replace the V1 KaaS reference implementation [k8s-cluster-api-provider](https://github.com/SovereignCloudStack/k8s-cluster-api-provider/).
42+
With the Cluster Stacks, in the V2 KaaS reference implementation, we provide an opinionated optimized configuration of Kubernetes clusters. Through better packaging, integrated testing, and bundled configuration, SCS-based Kubernetes clusters provide easier individualization.
43+
Throughout the R6 development cycle Cluster Stacks are taken from a technical preview to be [functional and available on top of the IaaS reference implementation](https://github.com/SovereignCloudStack/issues/milestone/8) as well to replace the V1 KaaS reference implementation [k8s-cluster-api-provider](https://github.com/SovereignCloudStack/k8s-cluster-api-provider/).
5044
The Cluster Stacks can already be tried with the [demo](https://github.com/SovereignCloudStack/cluster-stacks-demo) repository. Although this is based on the not-production-ready Docker provider, the usage is the same for every provider.
5145

5246
### Public SCS Clouds in production

sidebarsDocs.js

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -175,43 +175,6 @@ const sidebarsDocs = {
175175
}
176176
]
177177
},
178-
{
179-
type: 'category',
180-
label: 'K8s Cluster API Provider',
181-
link: {
182-
type: 'generated-index'
183-
},
184-
items: [
185-
'container/components/k8s-cluster-api-provider/doc/overview',
186-
'container/components/k8s-cluster-api-provider/doc/requirements',
187-
'container/components/k8s-cluster-api-provider/doc/quickstart',
188-
'container/components/k8s-cluster-api-provider/doc/make-reference',
189-
'container/components/k8s-cluster-api-provider/doc/application-credentials',
190-
'container/components/k8s-cluster-api-provider/doc/configuration',
191-
'container/components/k8s-cluster-api-provider/doc/Maintenance_and_Troubleshooting',
192-
'container/components/k8s-cluster-api-provider/doc/LoadBalancer-ExtTrafficLocal',
193-
'container/components/k8s-cluster-api-provider/doc/Upgrade-Guide',
194-
'container/components/k8s-cluster-api-provider/doc/continuous-integration',
195-
'container/components/k8s-cluster-api-provider/doc/roadmap',
196-
{
197-
type: 'category',
198-
label: 'Usage',
199-
items: [
200-
'container/components/k8s-cluster-api-provider/doc/usage/usage',
201-
'container/components/k8s-cluster-api-provider/doc/usage/create-new-cluster',
202-
'container/components/k8s-cluster-api-provider/doc/usage/managing-many-clusters',
203-
'container/components/k8s-cluster-api-provider/doc/usage/cluster-mgmt-capi-mgmt-node',
204-
'container/components/k8s-cluster-api-provider/doc/usage/multi-az-and-multi-cloud-environments',
205-
'container/components/k8s-cluster-api-provider/doc/usage/testing',
206-
'container/components/k8s-cluster-api-provider/doc/usage/containter-registry-configuration',
207-
'container/components/k8s-cluster-api-provider/doc/usage/custom-ca',
208-
'container/components/k8s-cluster-api-provider/doc/usage/gateway-api',
209-
'container/components/k8s-cluster-api-provider/doc/usage/harbor',
210-
'container/components/k8s-cluster-api-provider/doc/usage/migrate-to-cluster-class'
211-
]
212-
}
213-
]
214-
},
215178
{
216179
type: 'category',
217180
label: 'Container Registry',

static/data/architecturalOverviewData.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,6 @@
5252
"url": "/docs/container",
5353
"buttonText": "Learn More",
5454
"components": [
55-
{
56-
"title": "KaaS V1: K8s Cluster API Provider",
57-
"url": "/docs/category/k8s-cluster-api-provider",
58-
"mandatory": "false",
59-
"stable": "true"
60-
},
6155
{
6256
"title": "KaaS V2: Cluster Stacks",
6357
"url": "/docs/category/cluster-stacks",

0 commit comments

Comments
 (0)