Cassandra example: daemonset volume fix, readme cleanup, update to new gcr
image consistent with the code base. Change the label on the daemonset to 'app'.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
# build the cassandra image.
|
||||
|
||||
VERSION=v7
|
||||
VERSION=v8
|
||||
|
||||
all: build
|
||||
|
||||
@@ -24,9 +24,9 @@ kubernetes-cassandra.jar: ../java/* ../java/src/io/k8s/cassandra/*.java
|
||||
cd ../java && mvn clean
|
||||
|
||||
build: kubernetes-cassandra.jar
|
||||
docker build -t gcr.io/google_containers/cassandra:${VERSION} .
|
||||
docker build -t gcr.io/google_samples/cassandra:${VERSION} .
|
||||
|
||||
push: build
|
||||
gcloud docker push gcr.io/google_containers/cassandra:${VERSION}
|
||||
gcloud docker push gcr.io/google_samples/cassandra:${VERSION}
|
||||
|
||||
.PHONY: all build push
|
||||
|
Binary file not shown.
Reference in New Issue
Block a user