This repository was archived by the owner on Apr 17, 2019. It is now read-only.
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ The exec healthz server is a sidecar container meant to serve as a liveness-exec
4
4
5
5
## How to release:
6
6
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.
8
8
If you are releasing a new version, please bump the ` TAG ` value in the ` Makefile ` before building the images.
9
9
10
10
How to build and push all images:
Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ nginxsvc app=nginx app=nginx 10.0.79.131
236
236
443/TCP
237
237
mysql app=mysql app=mysql 10.0.63.72 3306/TCP
238
238
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;'
240
240
+--------------------+
241
241
| Database |
242
242
+--------------------+
Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ and a Pod Anti-Affinity rule.
263
263
264
264
The Pod Anti-Affinity rule ensures that two Kafka Broker's will never be
265
265
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
267
267
alleviate [disk throughput](#disk) bottlenecks.
268
268
The Pod Affinity rule attempts to collocate Kafka and ZooKeeper on the same
269
269
Nodes. You will likely have more Kafka brokers than ZooKeeper servers, but the
You can’t perform that action at this time.
0 commit comments