Skip to content

Commit c006a43

Browse files
committed
Replace a wrong unicode space character
1 parent 63ae0a9 commit c006a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/security/security-checklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ an admin user.
5858
- [ ] Use of a service mesh to encrypt all communications inside of the cluster.
5959
- [ ] The Kubernetes API, kubelet API and etcd are not exposed publicly on Internet.
6060
- [ ] Access from the workloads to the cloud metadata API is filtered.
61-
- [ ] Use of LoadBalancer and ExternalIPs is restricted.
61+
- [ ] Use of LoadBalancer and ExternalIPs is restricted.
6262

6363
A number of [Container Network Interface (CNI) plugins](/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/)
6464
plugins provide the functionality to

0 commit comments

Comments
 (0)