Commit b8082067 authored by k8s-merge-robot's avatar k8s-merge-robot Committed by GitHub

Merge pull request #28609 from oscerd/typo-cassandra-example

Automatic merge from submit-queue Fixed a little typo in Cassandra example Readme Just a little fix for a typo in the Cassandra Cluster Example. [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/.github/PULL_REQUEST_TEMPLATE.md?pixel)]()
parents f1a6685b 5d9b21a7
...@@ -281,7 +281,7 @@ The `selector` attribute contains the controller's selector query. It can be ...@@ -281,7 +281,7 @@ The `selector` attribute contains the controller's selector query. It can be
explicitly specified, or applied automatically from the labels in the pod explicitly specified, or applied automatically from the labels in the pod
template if not set, as is done here. template if not set, as is done here.
The pod template's label, `app:cassandra`, matches matches the Service selector The pod template's label, `app:cassandra`, matches the Service selector
from Step 1. This is how pods created by this replication controller are picked up from Step 1. This is how pods created by this replication controller are picked up
by the Service." by the Service."
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment