Skip to content

Commit ffd1156

Browse files
committed
sync dns-debugging-resolution kustomization horizontal-pod-autoscale
1 parent 1b09e24 commit ffd1156

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

content/zh-cn/docs/tasks/administer-cluster/dns-debugging-resolution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ command.
298298
你可以使用 `kubectl get endpointslice` 命令来验证 DNS 的端点是否公开了。
299299

300300
```shell
301-
kubectl get endpointslices -l k8s.io/service-name=kube-dns --namespace=kube-system
301+
kubectl get endpointslice -l k8s.io/service-name=kube-dns --namespace=kube-system
302302
```
303303

304304
```

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1613,7 +1613,7 @@ deployment.apps "dev-my-nginx" deleted
16131613
| crds | []string | Each entry in this list should resolve to an OpenAPI definition file for Kubernetes types |
16141614
| generatorOptions | [GeneratorOptions](https://github.com/kubernetes-sigs/kustomize/blob/master/api/types/generatoroptions.go#L7) | Modify behaviors of all ConfigMap and Secret generator |
16151615
| images | [][Image](https://github.com/kubernetes-sigs/kustomize/blob/master/api/types/image.go#L8) | Each entry is to modify the name, tags and/or digest for one image without creating patches |
1616-
| labels | map[string]string | Add labels without automically injecting corresponding selectors |
1616+
| labels | map[string]string | Add labels without automatically injecting corresponding selectors |
16171617
| namePrefix | string | value of this field is prepended to the names of all resources |
16181618
| nameSuffix | string | value of this field is appended to the names of all resources |
16191619
| patchesJson6902 | [][Patch](https://github.com/kubernetes-sigs/kustomize/blob/master/api/types/patch.go#L10) | Each entry in this list should resolve to a Kubernetes object and a Json Patch |

content/zh-cn/docs/tasks/run-application/horizontal-pod-autoscale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ and [the walkthrough for using external metrics](/docs/tasks/run-application/hor
778778
If you use the `v2` HorizontalPodAutoscaler API, you can use the `behavior` field
779779
(see the [API reference](/docs/reference/kubernetes-api/workload-resources/horizontal-pod-autoscaler-v2/#HorizontalPodAutoscalerSpec))
780780
to configure separate scale-up and scale-down behaviors.
781-
You specify these behaviours by setting `scaleUp` and / or `scaleDown`
781+
You specify these behaviors by setting `scaleUp` and / or `scaleDown`
782782
under the `behavior` field.
783783
-->
784784
(之前的 `autoscaling/v2beta2` API 版本将此功能作为 Beta 功能提供)

0 commit comments

Comments
 (0)