We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 224850b commit a698491Copy full SHA for a698491
deploy/README.md
@@ -2,7 +2,7 @@
2
3
## Helm
4
5
-We provide a Helm Chart to deploy Kmesh in Kubernets Cluster.
+We provide a Helm Chart to deploy Kmesh in Kubernetes Cluster.
6
7
```bash
8
helm install kmesh ./deploy/charts/kmesh-helm -n kmesh-system --create-namespace
pkg/nets/nets.go
@@ -90,7 +90,7 @@ func checkIPVersion() (ipv4, ipv6 bool) {
90
91
// Compare two slices and return the data added to a over b and the data missing from b over a.
92
//
93
-// Arges:
+// Args:
94
95
// a: new data
96
// b: old data
0 commit comments