-
Notifications
You must be signed in to change notification settings - Fork 40k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe identifiers in Kubernetes #334
Describe identifiers in Kubernetes #334
Conversation
LGTM, I'll leave for @thockin and others to take a look at before we merge. |
|
||
1) Each container name within a container manifest must be unique within that manifest | ||
|
||
2) Each pod instance on the apiserver must have a unique identifier across space and time (UUID) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the pod.ID field, correct? And it should equal the ContainerManifest's ID, field, should we choose to keep that as a thing, correct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, based on tentative agreement in #294. I can clarify that in the doc.
LGTM |
Describe identifiers in Kubernetes
Adding runtime options docs.
Introduce Cluster provisioning
Update inflate/diff and corresponding tests
Bug 1875194: UPSTREAM: 94609: Use namespace flag passed to RunKubectl* methods
Metric format fixes on host/uptime and disk/*
Resolves #199