-
Notifications
You must be signed in to change notification settings - Fork 14.8k
add entry for naked pod #51236
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
base: main
Are you sure you want to change the base?
add entry for naked pod #51236
Conversation
Signed-off-by: dejanualex <dejanualexandru@gmail.com>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
Thanks for the suggestion. Could we call these a bare Pod? Naked is harder to localize and can have connotations we don't want. |
Based on quick |
|
||
<!--more--> | ||
|
||
Naked Pods will not be rescheduled in the event of a node failure. |
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.
Naked Pods will not be rescheduled in the event of a node failure. | |
Naked Pods will not be rescheduled in the event of a node failure. |
Is this true if the pod's .spec.restartPolicy is set to Always
I'm leaning towards not adding this glossary.
In summary, please stop making a complex thing more complex! |
The "bare Pod" concept is used only a few times on the web. I saw three. Rewriting our existing pages, and adding no terminology for it, looks viable. We could call it a "Pod with no owners", for example. |
@tengqm completely agreeing with you there's no need for bikeshedding, my perspective on the matter is that it can be added since personally I've seen beginners asking about naked Pod naming (in the context of static Pods) and at a quick glance, I could find some references to naked pod: https://learn.microsoft.com/en-us/azure/aks/policy-reference |
Add a new entry for naked-pod to Glossary
Closes issue #51235