Merge pull request #29404 from ysharma-dev/patch-1

Update label in NetworkPolicy example explanation
pull/29409/head
Kubernetes Prow Robot 2021-08-14 23:11:46 -07:00 committed by GitHub
commit 7ffc6b7598
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ spec:
endPort: 32768
```
The above rule allows any Pod with label `db` on the namespace `default` to communicate
The above rule allows any Pod with label `role=db` on the namespace `default` to communicate
with any IP within the range `10.0.0.0/24` over TCP, provided that the target
port is between the range 32000 and 32768.