You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[docs] Remove trailing spaces from all doc sources.
Double trailing space in Markdown creates a line break `<br>` in HTML.
That's never intended in the docs.
Signed-off-by: Nick Volynkin <nick.volynkin@gmail.com>
Copy file name to clipboardExpand all lines: content/en/docs/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,4 +14,4 @@ Cozystack is a free PaaS platform and framework for building clouds
14
14
15
15
With Cozystack, you can transform your bunch of servers into an intelligent system with a simple REST API for spawning Kubernetes clusters, Database-as-a-Service, virtual machines, load balancers, HTTP caching services, and other services with ease.
16
16
17
-
You can use Cozystack to build your own cloud or to provide a cost-effective development environments.
17
+
You can use Cozystack to build your own cloud or to provide a cost-effective development environments.
Copy file name to clipboardExpand all lines: content/en/docs/guides/applications.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,10 +35,10 @@ Deployment involves the following components:
35
35
of Kubernetes control planes as pods within a root cluster.
36
36
Each control plane pod includes essential components like `kube-apiserver`, `controller-manager`, and `scheduler`,
37
37
allowing for efficient multi-tenancy and resource utilization.
38
-
38
+
39
39
-**Etcd Cluster**: A dedicated etcd cluster is deployed using Ænix's [aenix-io/etcd-operator](https://github.com/aenix-io/etcd-operator).
40
40
It provides reliable and scalable key-value storage for the Kubernetes control plane.
41
-
41
+
42
42
-**Worker Nodes**: Virtual Machines are provisioned to serve as worker nodes.
43
43
These nodes are configured to join the tenant Kubernetes cluster, enabling the deployment and management of workloads.
To deploy a selected bundle, follow the [Cozystack quickstart guide]({{% ref "/docs/getting-started/first-deployment" %}}) or platform installation documentation.
0 commit comments