mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 09:49:50 +00:00
ran hack/update-generated-docs.sh like I should
This commit is contained in:
parent
82092f9ed0
commit
44c49a688d
@ -18,11 +18,6 @@
|
|||||||
If you are using a released version of Kubernetes, you should
|
If you are using a released version of Kubernetes, you should
|
||||||
refer to the docs that go with that version.
|
refer to the docs that go with that version.
|
||||||
|
|
||||||
<!-- TAG RELEASE_LINK, added by the munger automatically -->
|
|
||||||
<strong>
|
|
||||||
The latest release of this document can be found
|
|
||||||
[here](http://releases.k8s.io/release-1.2/examples/README.md).
|
|
||||||
|
|
||||||
Documentation for other releases can be found at
|
Documentation for other releases can be found at
|
||||||
[releases.k8s.io](http://releases.k8s.io).
|
[releases.k8s.io](http://releases.k8s.io).
|
||||||
</strong>
|
</strong>
|
||||||
@ -39,6 +34,7 @@ Within any deployment of Cassandra a Seed Provider is used to for node discovery
|
|||||||
This Java project provides a custom Seed Provider which communicates with the Kubernetes API to discover the required information. This provider is bundled with the Docker provided in this example.
|
This Java project provides a custom Seed Provider which communicates with the Kubernetes API to discover the required information. This provider is bundled with the Docker provided in this example.
|
||||||
|
|
||||||
# Configuring the Seed Provider
|
# Configuring the Seed Provider
|
||||||
|
|
||||||
The following environment variables may be used to override the default configurations:
|
The following environment variables may be used to override the default configurations:
|
||||||
|
|
||||||
| ENV VAR | DEFAULT VALUE | NOTES |
|
| ENV VAR | DEFAULT VALUE | NOTES |
|
||||||
@ -49,7 +45,7 @@ The following environment variables may be used to override the default configur
|
|||||||
| POD_NAMESPACE | default | Default pod service namespace |
|
| POD_NAMESPACE | default | Default pod service namespace |
|
||||||
|
|
||||||
# Using
|
# Using
|
||||||
This seed provider is packaged with the Cassandra example docker. See the [_Pods_](../../docs/../user-guide/pods.md) documentation on how to configure and or customize environment variables when deploying a new pod to K8s. Also see the [_EXAMPLE_](../README.md) documentation on how to configure and deploy the Cassandra demo.
|
|
||||||
|
|
||||||
If no endpoints are discovered from the API the seeds configured in the cassandra.yaml file are used.
|
If no endpoints are discovered from the API the seeds configured in the cassandra.yaml file are used.
|
||||||
|
|
||||||
@ -59,3 +55,8 @@ This Cassandra Provider implements `SeedProvider`. and utilizes `SimpleSnitch`.
|
|||||||
expand this capability.
|
expand this capability.
|
||||||
|
|
||||||
This in affect makes every node a seed provider, which is not a recommended best practice. This increases maintenance and reduces gossip performance.
|
This in affect makes every node a seed provider, which is not a recommended best practice. This increases maintenance and reduces gossip performance.
|
||||||
|
|
||||||
|
|
||||||
|
<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
|
||||||
|
[]()
|
||||||
|
<!-- END MUNGE: GENERATED_ANALYTICS -->
|
||||||
|
Loading…
Reference in New Issue
Block a user