Skip to content

Commit 77ad3fe

Browse files
committed
Add --server-side flag to kubectl apply in resize resource container
Signed-off-by: Shawn Hsu <[email protected]>
1 parent ec035be commit 77ad3fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/configure-pod-container/resize-container-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ kubectl patch pod resize-demo --subresource resize --patch \
185185
186186
# Alternative methods:
187187
# kubectl -n qos-example edit pod resize-demo --subresource resize
188-
# kubectl -n qos-example apply -f <updated-manifest> --subresource resize
188+
# kubectl -n qos-example apply -f <updated-manifest> --subresource resize --server-side
189189
```
190190

191191
{{< note >}}

0 commit comments

Comments
 (0)