Skip to content

Commit 9e4e9fa

Browse files
authored
[docs] Update managed apps reference (#448)
Automated update via workflow.
2 parents 3a6c3b7 + 7fdf85e commit 9e4e9fa

14 files changed

Lines changed: 102 additions & 79 deletions

File tree

content/en/docs/v1/applications/harbor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ source: https://github.com/cozystack/cozystack/blob/main/packages/apps/harbor/RE
1111
-->
1212

1313

14-
Harbor is an open source trusted cloud native registry project that stores, signs, and scans content.
14+
Harbor is an open-source trusted cloud-native registry project that stores, signs, and scans content.
1515

1616
## Parameters
1717

content/en/docs/v1/applications/mariadb.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This managed service is controlled by mariadb-operator, ensuring efficient manag
2929
### How to switch master/slave replica
3030

3131
```bash
32-
kubectl edit mariadb <instnace>
32+
kubectl edit mariadb <instance>
3333
```
3434
update:
3535

@@ -68,11 +68,11 @@ more details:
6868
- **Replication can't be finished with various errors**
6969
- **Replication can't be finished in case if `binlog` purged**
7070

71-
Until `mariadbbackup` is not used to bootstrap a node by mariadb-operator (this feature is not inmplemented yet), follow these manual steps to fix it:
71+
Until `mariadbbackup` is not used to bootstrap a node by mariadb-operator (this feature is not implemented yet), follow these manual steps to fix it:
7272
https://github.com/mariadb-operator/mariadb-operator/issues/141#issuecomment-1804760231
7373

74-
- **Corrupted indicies**
75-
Sometimes some indecies can be corrupted on master replica, you can recover them from slave:
74+
- **Corrupted indices**
75+
Sometimes some indices can be corrupted on master replica, you can recover them from slave:
7676

7777
```bash
7878
mysqldump -h <slave> -P 3306 -u<user> -p<password> --column-statistics=0 <database> <table> ~/tmp/fix-table.sql

content/en/docs/v1/kubernetes/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ linkTitle: "Managed Kubernetes"
44
description: "Learn to deploy and use isolated managed Kubernetes clusters in Cozystack."
55
weight: 40
66
aliases:
7+
- /docs/reference/applications/kubernetes
78
- /docs/v1/reference/applications/kubernetes
89
---
910
<!--
@@ -117,7 +118,7 @@ See the reference for components utilized in this service:
117118
| `nodeGroups[name].resources.memory` | Memory (RAM) available. | `quantity` | `""` |
118119
| `nodeGroups[name].gpus` | List of GPUs to attach (NVIDIA driver requires at least 4 GiB RAM). | `[]object` | `[]` |
119120
| `nodeGroups[name].gpus[i].name` | Name of GPU, such as "nvidia.com/AD102GL_L40S". | `string` | `""` |
120-
| `version` | Kubernetes major.minor version to deploy | `string` | `v1.33` |
121+
| `version` | Kubernetes major.minor version to deploy | `string` | `v1.35` |
121122
| `host` | External hostname for Kubernetes cluster. Defaults to `<cluster-name>.<tenant-host>` if empty. | `string` | `""` |
122123
123124

content/en/docs/v1/networking/http-cache.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ linkTitle: "HTTP Cache"
44
description: "The Nginx-based HTTP caching service is designed to optimize web traffic and enhance web application performance."
55
weight: 20
66
aliases:
7+
- /docs/reference/applications/http-cache
78
- /docs/v1/reference/applications/http-cache
89
---
910

content/en/docs/v1/networking/tcp-balancer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ linkTitle: "TCP Load Balancer"
44
description: "The Managed TCP Load Balancer Service simplifies the deployment and management of load balancers."
55
weight: 30
66
aliases:
7+
- /docs/reference/applications/tcp-balancer
78
- /docs/v1/reference/applications/tcp-balancer
89
---
910

content/en/docs/v1/networking/vpc.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ linkTitle: "VPC"
44
description: "Dedicated subnets"
55
weight: 10
66
aliases:
7+
- /docs/reference/applications/vpc
78
- /docs/v1/reference/applications/vpc
89
---
910

@@ -19,7 +20,7 @@ As the service evolves, it will provide more ways to isolate your workloads.
1920

2021
## Service details
2122

22-
To function, the service requires kube-ovn and multus CNI to be present, so by default it will only work on `isp-full` bundle.
23+
To function, the service requires kube-ovn and multus CNI to be present, so by default it will only work on `paas-full` bundle.
2324
Kube-ovn provides VPC and Subnet resources and performs isolation and networking maintenance such as DHCP. Under the hood it uses ovn virtual routers and virtual switches.
2425
Multus enables a multi-nic capability, so a pod or a VM could have two or more network interfaces.
2526

content/en/docs/v1/networking/vpn.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ linkTitle: "VPN"
44
description: "Managed VPN Service simplifies the deployment and management of VPN server, enabling you to establish secure connections with ease."
55
weight: 10
66
aliases:
7+
- /docs/reference/applications/vpn
78
- /docs/v1/reference/applications/vpn
89
---
910

content/en/docs/v1/operations/services/bootbox.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,3 @@ source: https://github.com/cozystack/cozystack/blob/main/packages/extra/bootbox/
3131
| `machines[i].timeServers` | Time servers. | `[]string` | `[]` |
3232
| `machines[i].uefi` | UEFI. | `bool` | `false` |
3333

34-

content/en/docs/v1/operations/services/etcd.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,3 @@ source: https://github.com/cozystack/cozystack/blob/main/packages/extra/etcd/REA
2323
| `resources.cpu` | Number of CPU cores allocated. | `quantity` | `1000m` |
2424
| `resources.memory` | Amount of memory allocated. | `quantity` | `512Mi` |
2525

26-

content/en/docs/v1/operations/services/ingress.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,3 @@ source: https://github.com/cozystack/cozystack/blob/main/packages/extra/ingress/
2424
| `resources.memory` | Memory (RAM) available to each replica. | `quantity` | `""` |
2525
| `resourcesPreset` | Default sizing preset used when `resources` is omitted. | `string` | `micro` |
2626

27-

0 commit comments

Comments
 (0)