Skip to content

Commit

Permalink
Don't mention container name in Name concept
Browse files Browse the repository at this point in the history
In Kubernetes, containers don't have URLs in the API. To help readers
understand that a Name is part of the URL to a resource, drop the
reference to the name of a Pod's container.
  • Loading branch information
sftim committed Sep 3, 2019
1 parent f99323f commit 79e444e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ For non-unique user-provided attributes, Kubernetes provides [labels](/docs/conc

By convention, the names of Kubernetes resources should be up to maximum length of 253 characters and consist of lower case alphanumeric characters, `-`, and `.`, but certain resources have more specific restrictions.

For example, here’s the configuration file with a Pod name as `nginx-demo` and a Container name as `nginx`:
For example, here’s a manifest for a Pod named `nginx-demo`.

```yaml
apiVersion: v1
Expand Down

0 comments on commit 79e444e

Please sign in to comment.