Skip to content

Commit 6de59b8

Browse files
committed
Url of the file move to anther...
1 parent c21a7ca commit 6de59b8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/zh/docs/tasks/manage-kubernetes-objects/kustomization.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ weight: 20
1313
<!--
1414
[Kustomize](https://github.com/kubernetes-sigs/kustomize) is a standalone tool
1515
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).
1717
-->
1818
[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)
2020
定制 Kubernetes 对象。
2121

2222
<!--
@@ -749,7 +749,7 @@ spec:
749749
containers:
750750
- name: my-nginx
751751
image: nginx
752-
command: ["start", "--host", "\$(MY_SERVICE_NAME)"]
752+
command: ["start", "--host", "$(MY_SERVICE_NAME)"]
753753
EOF
754754
755755
# 创建一个 service.yaml 文件
@@ -910,7 +910,7 @@ EOF
910910
<!--
911911
## How to apply/view/delete objects using Kustomize
912912

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`.
914914
Note that `-k` should point to a kustomization directory, such as
915915
-->
916916
## 如何使用 Kustomize 来应用、查看和删除对象

0 commit comments

Comments
 (0)