Skip to content

Commit ad52e82

Browse files
author
yanggang
committed
Fix KinD typos in en docs.
Signed-off-by: yanggang <[email protected]>
1 parent bca8a6c commit ad52e82

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/en/blog/_posts/2020-08-26-kubernetes-release-1.19.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Check out the full details of the Kubernetes 1.19 release in our [release notes]
7777

7878
## Availability
7979

80-
Kubernetes 1.19 is available for download on [GitHub](https://github.com/kubernetes/kubernetes/releases/tag/v1.19.0). To get started with Kubernetes, check out these [interactive tutorials](https://kubernetes.io/docs/tutorials/) or run local Kubernetes clusters using Docker container “nodes” with [KinD](https://kind.sigs.k8s.io/) (Kubernetes in Docker). You can also easily install 1.19 using [kubeadm](https://kubernetes.io/docs/setup/independent/create-cluster-kubeadm/).
80+
Kubernetes 1.19 is available for download on [GitHub](https://github.com/kubernetes/kubernetes/releases/tag/v1.19.0). To get started with Kubernetes, check out these [interactive tutorials](https://kubernetes.io/docs/tutorials/) or run local Kubernetes clusters using Docker container “nodes” with [kind](https://kind.sigs.k8s.io/) (Kubernetes in Docker). You can also easily install 1.19 using [kubeadm](https://kubernetes.io/docs/setup/independent/create-cluster-kubeadm/).
8181

8282
## Release Team
8383
This release is made possible through the efforts of hundreds of individuals who contributed both technical and non-technical content. Special thanks to the [release team](https://github.com/kubernetes/sig-release/blob/master/releases/release-1.19/release_team.md) led by Taylor Dolezal, Senior Developer Advocate at HashiCorp. The 34 release team members coordinated many aspects of the release, from documentation to testing, validation, and feature completeness.

content/en/docs/tutorials/security/ns-level-pss.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ level. For instructions, refer to
2222

2323
Install the following on your workstation:
2424

25-
- [KinD](https://kind.sigs.k8s.io/docs/user/quick-start/#installation)
25+
- [kind](https://kind.sigs.k8s.io/docs/user/quick-start/#installation)
2626
- [kubectl](/docs/tasks/tools/)
2727

2828
## Create cluster
2929

30-
1. Create a `KinD` cluster as follows:
30+
1. Create a `kind` cluster as follows:
3131

3232
```shell
3333
kind create cluster --name psa-ns-level
@@ -150,7 +150,7 @@ kind delete cluster --name psa-ns-level
150150
[shell script](/examples/security/kind-with-namespace-level-baseline-pod-security.sh)
151151
to perform all the preceding steps all at once.
152152

153-
1. Create KinD cluster
153+
1. Create kind cluster
154154
2. Create new namespace
155155
3. Apply `baseline` Pod Security Standard in `enforce` mode while applying
156156
`restricted` Pod Security Standard also in `warn` and `audit` mode.

0 commit comments

Comments
 (0)