Skip to content

Commit

Permalink
docs(kaas): remove deprecated stuff
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Schoone <schoone@osb-alliance.com>
  • Loading branch information
Jan Schoone committed Nov 26, 2024
1 parent 99562af commit 656c25c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 57 deletions.
6 changes: 0 additions & 6 deletions docs.package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@
"target": "docs/02-iaas/components",
"label": ""
},
{
"repo": "SovereignCloudStack/k8s-cluster-api-provider",
"source": "doc",
"target": "docs/03-container/components",
"label": "k8s-cluster-api-provider"
},
{
"repo": "SovereignCloudStack/cluster-stack-provider-openstack",
"source": "docs",
Expand Down
10 changes: 2 additions & 8 deletions docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,10 @@ manual.

### Container Layer

#### K8s Cluster API Provider

You can easily deploy the container layer on top of the testbed (or a production
SCS cloud) checking out the code from
[k8s-cluster-api-provider](https://github.com/SovereignCloudStack/k8s-cluster-api-provider/).

#### Cluster Stacks

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.
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/).
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.
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/).
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.

### Public SCS Clouds in production
Expand Down
37 changes: 0 additions & 37 deletions sidebarsDocs.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,43 +175,6 @@ const sidebarsDocs = {
}
]
},
{
type: 'category',
label: 'K8s Cluster API Provider',
link: {
type: 'generated-index'
},
items: [
'container/components/k8s-cluster-api-provider/doc/overview',
'container/components/k8s-cluster-api-provider/doc/requirements',
'container/components/k8s-cluster-api-provider/doc/quickstart',
'container/components/k8s-cluster-api-provider/doc/make-reference',
'container/components/k8s-cluster-api-provider/doc/application-credentials',
'container/components/k8s-cluster-api-provider/doc/configuration',
'container/components/k8s-cluster-api-provider/doc/Maintenance_and_Troubleshooting',
'container/components/k8s-cluster-api-provider/doc/LoadBalancer-ExtTrafficLocal',
'container/components/k8s-cluster-api-provider/doc/Upgrade-Guide',
'container/components/k8s-cluster-api-provider/doc/continuous-integration',
'container/components/k8s-cluster-api-provider/doc/roadmap',
{
type: 'category',
label: 'Usage',
items: [
'container/components/k8s-cluster-api-provider/doc/usage/usage',
'container/components/k8s-cluster-api-provider/doc/usage/create-new-cluster',
'container/components/k8s-cluster-api-provider/doc/usage/managing-many-clusters',
'container/components/k8s-cluster-api-provider/doc/usage/cluster-mgmt-capi-mgmt-node',
'container/components/k8s-cluster-api-provider/doc/usage/multi-az-and-multi-cloud-environments',
'container/components/k8s-cluster-api-provider/doc/usage/testing',
'container/components/k8s-cluster-api-provider/doc/usage/containter-registry-configuration',
'container/components/k8s-cluster-api-provider/doc/usage/custom-ca',
'container/components/k8s-cluster-api-provider/doc/usage/gateway-api',
'container/components/k8s-cluster-api-provider/doc/usage/harbor',
'container/components/k8s-cluster-api-provider/doc/usage/migrate-to-cluster-class'
]
}
]
},
{
type: 'category',
label: 'Container Registry',
Expand Down
6 changes: 0 additions & 6 deletions static/data/architecturalOverviewData.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@
"url": "/docs/container",
"buttonText": "Learn More",
"components": [
{
"title": "KaaS V1: K8s Cluster API Provider",
"url": "/docs/category/k8s-cluster-api-provider",
"mandatory": "false",
"stable": "true"
},
{
"title": "KaaS V2: Cluster Stacks",
"url": "/docs/category/cluster-stacks",
Expand Down

0 comments on commit 656c25c

Please sign in to comment.