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 9f9f639 commit 62c78fe
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 14 deletions.
6 changes: 4 additions & 2 deletions content/docs/v2023.10.9/guides/monitoring/overview/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,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 @@ -348,7 +349,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
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,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 @@ -134,7 +135,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
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,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 @@ -268,7 +269,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
Original file line number Diff line number Diff line change
Expand Up @@ -774,8 +774,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 content/docs/v2023.10.9/setup/install/stash/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,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
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,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 @@ -137,7 +138,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 content/docs/v2023.10.9/setup/upgrade/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,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 @@ -238,7 +239,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
3 changes: 2 additions & 1 deletion layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ <h1> {{ $p.tagline | safeHTML }}</h1>
--version %s \
--namespace stash --create-namespace \
--set features.enterprise=true \
--set-file global.license=/path/to/the/license.txt` $p.latestVersion) "bash" "style=dracula" }}
--set-file global.license=/path/to/the/license.txt \
--wait --burst-limit=10000 --debug` $p.latestVersion) "bash" "style=dracula" }}
</div>
</div>
<!-- code editor end -->
Expand Down

0 comments on commit 62c78fe

Please sign in to comment.