Merge pull request #25541 from hezhizhen/patch-2

Fix syntax error
This commit is contained in:
Kubernetes Prow Robot 2021-02-27 19:18:38 -08:00 committed by GitHub
commit 451eb86491
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -74,8 +74,8 @@ a new instance.
The name of a Service object must be a valid The name of a Service object must be a valid
[DNS label name](/docs/concepts/overview/working-with-objects/names#dns-label-names). [DNS label name](/docs/concepts/overview/working-with-objects/names#dns-label-names).
For example, suppose you have a set of Pods that each listen on TCP port 9376 For example, suppose you have a set of Pods where each listens on TCP port 9376
and carry a label `app=MyApp`: and contains a label `app=MyApp`:
```yaml ```yaml
apiVersion: v1 apiVersion: v1