Skip to content

Commit 51c2a0f

Browse files
committed
Update some minor issues in operator docs;
1 parent c00ba65 commit 51c2a0f

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

k8s/docs/02-get-started/get_started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ This step is optional and can be skipped if you have privileged permissions in y
204204
CustomResourceDefinitions (CRDs) are non-namespaced entities accessible across all namespaces. Installing CRDs requires privileged permissions from the Kubernetes cluster. If you prefer to install CRDs independently from the Operator installation, use the following commands:
205205

206206
```bash
207-
kubectl apply -f https://dl.tigergraph.com/k8s/latest/tg-operator-crd.yaml
207+
kubectl apply --server-side -f https://dl.tigergraph.com/k8s/latest/tg-operator-crd.yaml
208208
```
209209

210210
### Install TigerGraph Operator
@@ -245,7 +245,7 @@ Examples:
245245
# install the operator in the specified namespace, with specified helm repo and image pull secret
246246
kubectl tg init --namespace tg-tenant1 --helm-repo https://yourhelmrepo.com --image-pull-secret yoursecret
247247
# install the operator in the specified namespace, with specified operator version, watch name namespace, cpu and memory
248-
kubectl tg init --version OPERATOR_VERSION --operator-size 3 --operator-watch-namespace tigergraph --operator-cpu 1000m --operator-memory 1024Mi --namespace tg-tenant1
248+
kubectl tg init --operator-version OPERATOR_VERSION --operator-size 3 --operator-watch-namespace tigergraph --operator-cpu 1000m --operator-memory 1024Mi --namespace tg-tenant1
249249

250250
Usage:
251251
kubectl tg init [options]

k8s/docs/03-deploy/tigergraph-on-aks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ kubectl tg help
100100
This step is optional and can be skipped if you have privileged permissions in your Kubernetes environment. The required components will be automatically installed during the Operator installation process. However, if you prefer to install CustomResourceDefinitions (CRDs) independently, you can use the following command:
101101

102102
```bash
103-
kubectl apply -f https://dl.tigergraph.com/k8s/latest/tg-operator-crd.yaml
103+
kubectl apply --server-side -f https://dl.tigergraph.com/k8s/latest/tg-operator-crd.yaml
104104
```
105105

106106
### Install TigerGraph Operator

k8s/docs/03-deploy/tigergraph-on-eks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ kubectl tg help
121121
This step is optional and can be skipped if you have privileged permissions in your Kubernetes environment. The necessary CustomResourceDefinitions (CRDs) are automatically installed during the Operator installation. If you prefer to install CRDs independently, use the following command:
122122

123123
```bash
124-
kubectl apply -f https://dl.tigergraph.com/k8s/latest/tg-operator-crd.yaml
124+
kubectl apply --server-side -f https://dl.tigergraph.com/k8s/latest/tg-operator-crd.yaml
125125
```
126126

127127
### Install TigerGraph Operator

k8s/docs/03-deploy/tigergraph-on-gke.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ kubectl tg help
100100
This step is optional and can be skipped if you have privileged permissions in your Kubernetes environment. The required components will be automatically installed during the Operator installation process. However, if you prefer to install CustomResourceDefinitions (CRDs) independently, you can use the following command:
101101

102102
```bash
103-
kubectl apply -f https://dl.tigergraph.com/k8s/latest/tg-operator-crd.yaml
103+
kubectl apply --server-side -f https://dl.tigergraph.com/k8s/latest/tg-operator-crd.yaml
104104
```
105105

106106
### Install TigerGraph Operator

k8s/docs/03-deploy/tigergraph-on-openshift.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ This step is optional. You can skip it if you have privileged permissions in you
359359
CustomResourceDefinitions (CRDs) are non-namespaced entities accessible across all namespaces. Installing CRDs requires privileged permissions from the Kubernetes cluster. You may prefer to install CRDs independently from the Operator installation:
360360

361361
```bash
362-
kubectl apply -f https://dl.tigergraph.com/k8s/latest/tg-operator-crd.yaml
362+
kubectl apply --server-side -f https://dl.tigergraph.com/k8s/latest/tg-operator-crd.yaml
363363
```
364364

365365
### Install TigerGraph Operator

0 commit comments

Comments
 (0)