Skip to content
This repository was archived by the owner on Apr 17, 2019. It is now read-only.

Commit 5112558

Browse files
authored
Merge pull request #2874 from sunlintong/feature-2
small mistakes
2 parents 2570889 + 76eb84a commit 5112558

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

exec-healthz/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The exec healthz server is a sidecar container meant to serve as a liveness-exec
44

55
## How to release:
66

7-
The `exechealthz` Makefile supports multiple architecures, which means it may cross-compile and build an docker image easily.
7+
The `exechealthz` Makefile supports multiple architectures, which means it may cross-compile and build an docker image easily.
88
If you are releasing a new version, please bump the `TAG` value in the `Makefile` before building the images.
99

1010
How to build and push all images:

service-loadbalancer/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ nginxsvc app=nginx app=nginx 10.0.79.131
236236
443/TCP
237237
mysql app=mysql app=mysql 10.0.63.72 3306/TCP
238238

239-
$ mysql -u root -ppassword --host 104.197.63.17 --port 3306 -e 'show databases;'
239+
$ mysql -u root -p password --host 104.197.63.17 --port 3306 -e 'show databases;'
240240
+--------------------+
241241
| Database |
242242
+--------------------+

statefulsets/kafka/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ and a Pod Anti-Affinity rule.
263263
264264
The Pod Anti-Affinity rule ensures that two Kafka Broker's will never be
265265
launched on the same Node. This isn't strictly necessary, but it helps provide
266-
stronger availability garauntees in the presence of Node failure, and it helps
266+
stronger availability guarantees in the presence of Node failure, and it helps
267267
alleviate [disk throughput](#disk) bottlenecks.
268268
The Pod Affinity rule attempts to collocate Kafka and ZooKeeper on the same
269269
Nodes. You will likely have more Kafka brokers than ZooKeeper servers, but the

0 commit comments

Comments
 (0)