We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 152dbc5 + de696a3 commit e63dd8bCopy full SHA for e63dd8b
content/zh-cn/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch.md
@@ -354,7 +354,7 @@ spec:
354
spec:
355
containers:
356
- name: patch-demo-ctr-3
357
- image: gcr.io/google-samples/node-hello:1.0
+ image: gcr.io/google-samples/hello-app:2.0
358
```
359
360
<!--
@@ -385,7 +385,7 @@ patch 中指定的 `containers` 列表只有一个 Container。
385
```yaml
386
387
388
- - image: gcr.io/google-samples/node-hello:1.0
+ - image: gcr.io/google-samples/hello-app:2.0
389
...
390
name: patch-demo-ctr-3
391
0 commit comments