diff options
author | Tyler Davis <tydavis@gmail.com> | 2017-11-29 20:00:27 -0800 |
---|---|---|
committer | Tyler Davis <tydavis@gmail.com> | 2017-11-29 20:00:27 -0800 |
commit | 65e8017eebaa626b191ed302c256ec804f6ef8ff (patch) | |
tree | c4db6d1c7c38dd14732e829656f9ef5f7f24ac74 | |
parent | cc5cf3673dbf9aa9d8a73220f9a3b979398bce63 (diff) | |
download | show-readiness-65e8017eebaa626b191ed302c256ec804f6ef8ff.tar.gz show-readiness-65e8017eebaa626b191ed302c256ec804f6ef8ff.zip |
Add a little more readme explanation
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ A simple golang application to explore [liveness and readiness checks](http://kubernetes.io/docs/user-guide/pod-states/) in Kubernetes. ## To build +In the cloned directory, run the following: ``` CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -tags netgo -installsuffix netgo -ldflags '-w' . ``` |