Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit 72df40c

Browse files
Remove instructions on installing CRDs helm chart (now deprecated) (#1472)
1 parent 8684fb6 commit 72df40c

8 files changed

+36
-32
lines changed

3.10/deployment-kubernetes-helm.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,8 @@ For example you can install the operator in a namespace other than
1515

1616
## Charts
1717

18-
The ArangoDB Kubernetes Operator is contained in two `helm` charts:
19-
20-
- `kube-arangodb` which contains the operator for the `ArangoDeployment`, `ArangoLocalStorage`
21-
and `ArangoDeploymentReplication` resource types.
22-
- `kube-arangodb-crd` which contains the CRD for the `ArangoDeployment` and `ArangoDeploymentReplication` resource types.
18+
The ArangoDB Kubernetes Operator is contained in `helm` chart `kube-arangodb` which contains the operator for the
19+
`ArangoDeployment`, `ArangoLocalStorage` and `ArangoDeploymentReplication` resource types.
2320

2421

2522
## Configurable values for ArangoDB Kubernetes Operator
@@ -120,6 +117,12 @@ Define if ArangoBackup Operator should be enabled.
120117

121118
Default: `false`
122119

120+
### `operator.enableCRDManagement`
121+
122+
If true and operator has enough access permissions, it will try to install missing CRDs.
123+
124+
Default: `true`
125+
123126
### `rbac.enabled`
124127

125128
Define if RBAC should be enabled.

3.10/deployment-kubernetes-usage.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,11 @@ that you want to install):
2828

2929
```bash
3030
export URLPREFIX=https://github.com/arangodb/kube-arangodb/releases/download/<version>
31-
helm install $URLPREFIX/kube-arangodb-crd-<version>.tgz
3231
helm install $URLPREFIX/kube-arangodb-<version>.tgz
3332
```
3433

3534
This installs operators for the `ArangoDeployment` and `ArangoDeploymentReplication`
36-
resource types, which are used to deploy ArangoDB and ArangoDB
37-
Datacenter-to-Datacenter Replication respectively.
35+
resource types, which are used to deploy ArangoDB and ArangoDB Datacenter-to-Datacenter Replication respectively.
3836

3937
If you want to avoid the installation of the operator for the `ArangoDeploymentReplication`
4038
resource type, add `--set=DeploymentReplication.Create=false` to the `helm install`

3.11/deployment-kubernetes-helm.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,8 @@ For example you can install the operator in a namespace other than
1515

1616
## Charts
1717

18-
The ArangoDB Kubernetes Operator is contained in two `helm` charts:
19-
20-
- `kube-arangodb` which contains the operator for the `ArangoDeployment`, `ArangoLocalStorage`
21-
and `ArangoDeploymentReplication` resource types.
22-
- `kube-arangodb-crd` which contains the CRD for the `ArangoDeployment` and `ArangoDeploymentReplication` resource types.
18+
The ArangoDB Kubernetes Operator is contained in `helm` chart `kube-arangodb` which contains the operator for the
19+
`ArangoDeployment`, `ArangoLocalStorage` and `ArangoDeploymentReplication` resource types.
2320

2421

2522
## Configurable values for ArangoDB Kubernetes Operator
@@ -120,6 +117,12 @@ Define if ArangoBackup Operator should be enabled.
120117

121118
Default: `false`
122119

120+
### `operator.enableCRDManagement`
121+
122+
If true and operator has enough access permissions, it will try to install missing CRDs.
123+
124+
Default: `true`
125+
123126
### `rbac.enabled`
124127

125128
Define if RBAC should be enabled.

3.11/deployment-kubernetes-usage.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,11 @@ that you want to install):
2828

2929
```bash
3030
export URLPREFIX=https://github.com/arangodb/kube-arangodb/releases/download/<version>
31-
helm install $URLPREFIX/kube-arangodb-crd-<version>.tgz
3231
helm install $URLPREFIX/kube-arangodb-<version>.tgz
3332
```
3433

3534
This installs operators for the `ArangoDeployment` and `ArangoDeploymentReplication`
36-
resource types, which are used to deploy ArangoDB and ArangoDB
37-
Datacenter-to-Datacenter Replication respectively.
35+
resource types, which are used to deploy ArangoDB and ArangoDB Datacenter-to-Datacenter Replication respectively.
3836

3937
If you want to avoid the installation of the operator for the `ArangoDeploymentReplication`
4038
resource type, add `--set=DeploymentReplication.Create=false` to the `helm install`

3.12/deployment-kubernetes-helm.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,8 @@ For example you can install the operator in a namespace other than
1515

1616
## Charts
1717

18-
The ArangoDB Kubernetes Operator is contained in two `helm` charts:
19-
20-
- `kube-arangodb` which contains the operator for the `ArangoDeployment`, `ArangoLocalStorage`
21-
and `ArangoDeploymentReplication` resource types.
22-
- `kube-arangodb-crd` which contains the CRD for the `ArangoDeployment` and `ArangoDeploymentReplication` resource types.
18+
The ArangoDB Kubernetes Operator is contained in `helm` chart `kube-arangodb` which contains the operator for the
19+
`ArangoDeployment`, `ArangoLocalStorage` and `ArangoDeploymentReplication` resource types.
2320

2421

2522
## Configurable values for ArangoDB Kubernetes Operator
@@ -120,6 +117,12 @@ Define if ArangoBackup Operator should be enabled.
120117

121118
Default: `false`
122119

120+
### `operator.enableCRDManagement`
121+
122+
If true and operator has enough access permissions, it will try to install missing CRDs.
123+
124+
Default: `true`
125+
123126
### `rbac.enabled`
124127

125128
Define if RBAC should be enabled.

3.12/deployment-kubernetes-usage.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,11 @@ that you want to install):
2828

2929
```bash
3030
export URLPREFIX=https://github.com/arangodb/kube-arangodb/releases/download/<version>
31-
helm install $URLPREFIX/kube-arangodb-crd-<version>.tgz
3231
helm install $URLPREFIX/kube-arangodb-<version>.tgz
3332
```
3433

3534
This installs operators for the `ArangoDeployment` and `ArangoDeploymentReplication`
36-
resource types, which are used to deploy ArangoDB and ArangoDB
37-
Datacenter-to-Datacenter Replication respectively.
35+
resource types, which are used to deploy ArangoDB and ArangoDB Datacenter-to-Datacenter Replication respectively.
3836

3937
If you want to avoid the installation of the operator for the `ArangoDeploymentReplication`
4038
resource type, add `--set=DeploymentReplication.Create=false` to the `helm install`

3.9/deployment-kubernetes-helm.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,8 @@ For example you can install the operator in a namespace other than
1515

1616
## Charts
1717

18-
The ArangoDB Kubernetes Operator is contained in two `helm` charts:
19-
20-
- `kube-arangodb` which contains the operator for the `ArangoDeployment`, `ArangoLocalStorage`
21-
and `ArangoDeploymentReplication` resource types.
22-
- `kube-arangodb-crd` which contains the CRD for the `ArangoDeployment` and `ArangoDeploymentReplication` resource types.
18+
The ArangoDB Kubernetes Operator is contained in `helm` chart `kube-arangodb` which contains the operator for the
19+
`ArangoDeployment`, `ArangoLocalStorage` and `ArangoDeploymentReplication` resource types.
2320

2421

2522
## Configurable values for ArangoDB Kubernetes Operator
@@ -120,6 +117,12 @@ Define if ArangoBackup Operator should be enabled.
120117

121118
Default: `false`
122119

120+
### `operator.enableCRDManagement`
121+
122+
If true and operator has enough access permissions, it will try to install missing CRDs.
123+
124+
Default: `true`
125+
123126
### `rbac.enabled`
124127

125128
Define if RBAC should be enabled.

3.9/deployment-kubernetes-usage.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,11 @@ that you want to install):
2828

2929
```bash
3030
export URLPREFIX=https://github.com/arangodb/kube-arangodb/releases/download/<version>
31-
helm install $URLPREFIX/kube-arangodb-crd-<version>.tgz
3231
helm install $URLPREFIX/kube-arangodb-<version>.tgz
3332
```
3433

3534
This installs operators for the `ArangoDeployment` and `ArangoDeploymentReplication`
36-
resource types, which are used to deploy ArangoDB and ArangoDB
37-
Datacenter-to-Datacenter Replication respectively.
35+
resource types, which are used to deploy ArangoDB and ArangoDB Datacenter-to-Datacenter Replication respectively.
3836

3937
If you want to avoid the installation of the operator for the `ArangoDeploymentReplication`
4038
resource type, add `--set=DeploymentReplication.Create=false` to the `helm install`

0 commit comments

Comments
 (0)