You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -99,8 +99,8 @@ The example below shows the change for a Policy resource: you must do the same f
99
99
100
100
{{<tabsname="resource-version-update">}}
101
101
102
-
{{% comment %}} Keep this left aligned. {{% /comment %}}
103
-
{{%tab name="Before"%}}
102
+
{{< comment >}} Keep this left aligned. {{< /comment >}}
103
+
{{<tabname="Before">}}
104
104
105
105
```yaml
106
106
apiVersion: k8s.nginx.org/v1alpha1
@@ -113,9 +113,9 @@ spec:
113
113
key: ${binary_remote_addr}
114
114
zoneSize: 10M
115
115
```
116
-
{{% /tab %}}
116
+
{{< /tab >}}
117
117
118
-
{{%tab name="After"%}}
118
+
{{<tab name="After">}}
119
119
```yaml
120
120
apiVersion: k8s.nginx.org/v1
121
121
kind: Policy
@@ -127,7 +127,7 @@ spec:
127
127
key: ${binary_remote_addr}
128
128
zoneSize: 10M
129
129
```
130
-
{{% /tab %}}
130
+
{{< /tab >}}
131
131
132
132
{{</tabs>}}
133
133
@@ -162,7 +162,7 @@ To configure structured logging, you must update your log deployment arguments f
162
162
163
163
{{<tabs name="structured logging">}}
164
164
165
-
{{%tab name="Helm"%}}
165
+
{{<tab name="Helm">}}
166
166
167
167
The Helm value `controller.logLevel` is now a string instead of an integer.
168
168
@@ -173,9 +173,9 @@ controller:
173
173
logLevel: info
174
174
logFormat: json
175
175
```
176
-
{{% /tab %}}
176
+
{{< /tab >}}
177
177
178
-
{{%tab name="Manifests"%}}
178
+
{{<tab name="Manifests">}}
179
179
180
180
The command line argument `-v` has been replaced with `-log-level`, and takes a string instead of an integer. The argument `-logtostderr` has also been deprecated.
181
181
@@ -186,7 +186,7 @@ args:
186
186
- -log-level=info
187
187
- -log-format=json
188
188
```
189
-
{{% /tab %}}
189
+
{{< /tab >}}
190
190
191
191
{{</tabs>}}
192
192
@@ -212,7 +212,7 @@ The steps you should follow depend on your Helm release name:
212
212
213
213
{{<tabs name="upgrade-helm">}}
214
214
215
-
{{%tab name="nginx-ingress"%}}
215
+
{{<tab name="nginx-ingress">}}
216
216
217
217
Use `kubectl describe` on deployment/daemonset to get the `Selector` value:
218
218
@@ -260,9 +260,9 @@ Normal ScalingReplicaSet 101s deployment-controller Scaled up replica set n
260
260
Normal ScalingReplicaSet 98s deployment-controller Scaled down replica set nginx-ingress-nginx-ingress-<old_version> to 0 from 1
261
261
```
262
262
263
-
{{%/tab%}}
263
+
{{</tab>}}
264
264
265
-
{{%tab name="Other release names"%}}
265
+
{{<tab name="Other release names">}}
266
266
267
267
Use `kubectl describe` on deployment/daemonset to get the `Selector` value:
268
268
@@ -309,6 +309,6 @@ Normal ScalingReplicaSet 101s deployment-controller Scaled up replica set t
309
309
Normal ScalingReplicaSet 98s deployment-controller Scaled down replica set test-release-nginx-ingress-<old_version> to 0 from 1
0 commit comments