k8s-helpers/get_pod_ip
2015-07-18
k8s-helpers/get_pod_ip/build-docker.sh
First commit. Let's try and get this working. Basically, just a small container that will find the IP of the current pod in kubernetes.
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/build-docker.sh Sat Jul 18 06:02:52 2015 -0400 1.3 @@ -0,0 +1,1 @@ 1.4 +cd $GOPATH/src/code.secondbit.org/k8s-helpers/get_pod_ip && go get -u . && docker run -it -e "CGO_ENABLED=0" -e "GOOS=linux" -v $GOPATH:/gopath google/golang go build -v -a -installsuffix cgo -o /gopath/src/code.secondbit.org/k8s-helpers/get_pod_ip/docker-get_pod_ip code.secondbit.org/k8s-helpers/get_pod_ip