You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cassandra/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ computer.
53
53
54
54
## Cassandra Docker
55
55
56
-
The pods use the [```gcr.io/google-samples/cassandra:v12```](image/Dockerfile)
56
+
The pods use the [```gcr.io/google-samples/cassandra:v12```](https://github.com/kubernetes/examples/blob/master/cassandra/image/Dockerfile)
57
57
image from Google's [container registry](https://cloud.google.com/container-registry/docs/).
58
58
The docker is based on `debian:jessie` and includes OpenJDK 8. This image
59
59
includes a standard Cassandra installation from the Apache Debian repo. Through the use of environment variables you are able to change values that are inserted into the `cassandra.yaml`.
@@ -840,15 +840,15 @@ via a replication control or a daemonset, you will need to use the custom seed p
840
840
In Cassandra, a `SeedProvider` bootstraps the gossip protocol that Cassandra uses to find other
841
841
Cassandra nodes. Seed addresses are hosts deemed as contact points. Cassandra
842
842
instances use the seed list to find each other and learn the topology of the
843
-
ring. The [`KubernetesSeedProvider`](java/src/main/java/io/k8s/cassandra/KubernetesSeedProvider.java)
843
+
ring. The [`KubernetesSeedProvider`](https://github.com/kubernetes/examples/blob/master/cassandra/java/src/main/java/io/k8s/cassandra/KubernetesSeedProvider.java)
844
844
discovers Cassandra seeds IP addresses via the Kubernetes API, those Cassandra
845
845
instances are defined within the Cassandra Service.
846
846
847
847
Refer to the custom seed provider [README](https://git.k8s.io/examples/cassandra/java/README.md) for further
848
848
`KubernetesSeedProvider`configurations. For this example you should not need
849
849
to customize the Seed Provider configurations.
850
850
851
-
See the [image](image/) directory of this example for specifics on
851
+
See the [image](https://github.com/kubernetes/examples/tree/master/cassandra/image) directory of this example for specifics on
852
852
how the container docker image was built and what it contains.
853
853
854
854
You may also note that we are setting some Cassandra parameters (`MAX_HEAP_SIZE`
0 commit comments