Skip to content

Commit fbcdfd6

Browse files
authored
Update kubernetes-autostopping-quick-start-guide.md (#9174)
* Update kubernetes-autostopping-quick-start-guide.md * fix annotation
1 parent 09fb03e commit fbcdfd6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/cloud-cost-management/4-use-ccm-cost-optimization/autostopping-guides/kubernetes-autostopping-quick-start-guide.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,13 @@ Kubernetes AutoStopping support is fully available for the following ingress con
9191
<Tabs>
9292
<TabItem value="nginx" label="Kubernetes AutoStopping for Nginx" default>
9393
94+
0. You will need the following options set on your NGINX Ingress Controller:
95+
96+
```yaml
97+
allow-snippet-annotations: true
98+
annotations-risk-level: Critical
99+
```
100+
94101
1. Expose your application by creating an ingress rule. Apply the following YAML to the cluster.
95102
96103
```yaml

0 commit comments

Comments
 (0)