File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
content/zh/docs/tasks/manage-kubernetes-objects Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ weight: 20
13
13
<!--
14
14
[Kustomize](https://github.com/kubernetes-sigs/kustomize) is a standalone tool
15
15
to customize Kubernetes objects
16
- through a [kustomization file](https://github.com/ kubernetes-sigs/kustomize/blob/master/docs/ glossary.md #kustomization).
16
+ through a [kustomization file](https://kubernetes-sigs.github.io /kustomize/api-reference/ glossary/ #kustomization).
17
17
-->
18
18
[ Kustomize] ( https://github.com/kubernetes-sigs/kustomize ) 是一个独立的工具,用来通过
19
- [ kustomization 文件] ( https://github.com/ kubernetes-sigs/kustomize/blob/master/docs/ glossary.md #kustomization )
19
+ [ kustomization 文件] ( https://kubernetes-sigs.github.io /kustomize/api-reference/ glossary/ #kustomization )
20
20
定制 Kubernetes 对象。
21
21
22
22
<!--
@@ -749,7 +749,7 @@ spec:
749
749
containers:
750
750
- name: my-nginx
751
751
image: nginx
752
- command: ["start", "--host", "\ $ (MY_SERVICE_NAME)"]
752
+ command: ["start", "--host", "$(MY_SERVICE_NAME)"]
753
753
EOF
754
754
755
755
# 创建一个 service.yaml 文件
910
910
<!--
911
911
# # How to apply/view/delete objects using Kustomize
912
912
913
- Use `-kustomize` or `-k` in `kubectl` commands to recognize Resources managed by `kustomization.yaml`.
913
+ Use `-- kustomize` or `-k` in `kubectl` commands to recognize Resources managed by `kustomization.yaml`.
914
914
Note that `-k` should point to a kustomization directory, such as
915
915
-->
916
916
# # 如何使用 Kustomize 来应用、查看和删除对象
You can’t perform that action at this time.
0 commit comments