Skip to content

Commit

Permalink
Add --wait --burst-limit=10000 --debug
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Dec 10, 2023
1 parent 8dc28a8 commit b764c44
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 13 deletions.
6 changes: 4 additions & 2 deletions docs/guides/monitoring/overview/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,8 @@ $ helm install stash oci://ghcr.io/appscode-charts/stash \
--set stash-enterprise.monitoring.backup=true \
--set stash-enterprise. monitoring.operator=true \
--set stash-enterprise.monitoring.serviceMonitor.labels.release=prometheus-stack \
--set-file global.license=/path/to/license-file.txt
--set-file global.license=/path/to/license-file.txt \
--wait --burst-limit=10000 --debug
```

**YAML (with Helm 3):**
Expand Down Expand Up @@ -284,7 +285,8 @@ $ helm upgrade -i stash oci://ghcr.io/appscode-charts/stash \
--set stash-enterprise.monitoring.agent=prometheus.io/operator \
--set stash-enterprise.monitoring.backup=true \
--set stash-enterprise.monitoring.operator=true \
--set stash-enterprise.monitoring.serviceMonitor.labels.release=prometheus-stack
--set stash-enterprise.monitoring.serviceMonitor.labels.release=prometheus-stack \
--wait --burst-limit=10000 --debug
```

**YAML (with Helm 3):**
Expand Down
6 changes: 4 additions & 2 deletions docs/guides/monitoring/prom-builtin/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ $ helm install stash oci://ghcr.io/appscode-charts/stash \
--set stash-enterprise.monitoring.agent=prometheus.io/builtin \
--set stash-enterprise.monitoring.backup=true \
--set stash-enterprise.monitoring.operator=true \
--set-file global.license=/path/to/license-file.txt
--set-file global.license=/path/to/license-file.txt \
--wait --burst-limit=10000 --debug
```

</div>
Expand All @@ -70,7 +71,8 @@ $ helm upgrade -i stash oci://ghcr.io/appscode-charts/stash \
--set features.enterprise=true \
--set stash-enterprise.monitoring.agent=prometheus.io/builtin \
--set stash-enterprise.monitoring.backup=true \
--set stash-enterprise.monitoring.operator=true
--set stash-enterprise.monitoring.operator=true \
--wait --burst-limit=10000 --debug
```

</div>
Expand Down
6 changes: 4 additions & 2 deletions docs/guides/monitoring/prom-operator/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,8 @@ $ helm install stash oci://ghcr.io/appscode-charts/stash \
--set stash-enterprise.monitoring.backup=true \
--set stash-enterprise.monitoring.operator=true \
--set stash-enterprise.monitoring.serviceMonitor.labels.release=prometheus-stack \
--set-file global.license=/path/to/license-file.txt
--set-file global.license=/path/to/license-file.txt \
--wait --burst-limit=10000 --debug
```

</div>
Expand All @@ -204,7 +205,8 @@ $ helm upgrade -i stash oci://ghcr.io/appscode-charts/stash \
--set stash-enterprise.monitoring.agent=prometheus.io/operator \
--set stash-enterprise.monitoring.backup=true \
--set stash-enterprise.monitoring.operator=true \
--set stash-enterprise.monitoring.serviceMonitor.labels.release=prometheus-stack
--set stash-enterprise.monitoring.serviceMonitor.labels.release=prometheus-stack \
--wait --burst-limit=10000 --debug
```

</div>
Expand Down
5 changes: 3 additions & 2 deletions docs/guides/platforms/eks-kube2iam/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -710,8 +710,9 @@ $ helm upgrade -i stash oci://ghcr.io/appscode-charts/stash \
--version {{< param "info.version" >}} \
--namespace stash --create-namespace \
--set features.enterprise=true \
--set-file global.license=/home/sayem/Downloads/stash.txt \
--set stash-enterprise.podAnnotations.'iam\.amazonaws\.com/role'=arn:aws:iam::452618475015:role/bucket-accessor
--set-file global.license=/home/sayem/Downloads/stash.txt \
--set stash-enterprise.podAnnotations.'iam\.amazonaws\.com/role'=arn:aws:iam::452618475015:role/bucket-accessor \
--wait --burst-limit=10000 --debug
```
### Cleanup
Expand Down
3 changes: 2 additions & 1 deletion docs/setup/install/stash/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ $ helm install stash oci://ghcr.io/appscode-charts/stash \
--version {{< param "info.version" >}} \
--namespace stash --create-namespace \
--set features.enterprise=true \
--set-file global.license=/path/to/the/license.txt
--set-file global.license=/path/to/the/license.txt \
--wait --burst-limit=10000 --debug
```

To see the detailed configuration options, visit [here](https://github.com/stashed/installer/tree/{{< param "info.installer" >}}/charts/stash-enterprise).
Expand Down
6 changes: 4 additions & 2 deletions docs/setup/install/troubleshooting/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ $ helm upgrade -i stash oci://ghcr.io/appscode-charts/stash \
--set stash-enterprise.netVolAccessor.memory=128Mi \
--set stash-enterprise.netVolAccessor.runAsUser=0 \
--set stash-enterprise.netVolAccessor.privileged=true \
--set-file global.license=/path/to/license-file.txt
--set-file global.license=/path/to/license-file.txt \
--wait --burst-limit=10000 --debug
```

</div>
Expand All @@ -73,7 +74,8 @@ $ helm upgrade -i stash oci://ghcr.io/appscode-charts/stash \
--set stash-enterprise.netVolAccessor.memory=128Mi \
--set stash-enterprise.netVolAccessor.runAsUser=0 \
--set stash-enterprise.netVolAccessor.privileged=true \
--set-file global.license=/path/to/license-file.txt
--set-file global.license=/path/to/license-file.txt \
--wait --burst-limit=10000 --debug
```
</div>
</div>
Expand Down
6 changes: 4 additions & 2 deletions docs/setup/upgrade/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ $ helm upgrade stash oci://ghcr.io/appscode-charts/stash \
--version {{< param "info.version" >}} \
--namespace stash \
--set features.enterprise=true \
--set-file global.license=/path/to/the/license.txt
--set-file global.license=/path/to/the/license.txt \
--wait --burst-limit=10000 --debug
```

#### 3. Post uprade cleanup
Expand Down Expand Up @@ -174,7 +175,8 @@ helm upgrade stash oci://ghcr.io/appscode-charts/stash \
--namespace stash --create-namespace \
--reuse-values \
--set features.enterprise=true \
--set-file global.license=/path/to/new/license.txt
--set-file global.license=/path/to/new/license.txt \
--wait --burst-limit=10000 --debug
```

</div>
Expand Down

0 comments on commit b764c44

Please sign in to comment.