-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
Updates for WindowsHostProcessContainers going to stable #37340
Updates for WindowsHostProcessContainers going to stable #37340
Conversation
👷 Deploy Preview for kubernetes-io-vnext-staging processing.
|
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.
An early nit
content/en/docs/tasks/configure-pod-container/create-hostprocess-pod.md
Outdated
Show resolved
Hide resolved
6b7cf24
to
ee00c9c
Compare
ee00c9c
to
ab295f2
Compare
/assign @brasmith-ms @jsturtevant @brasmith-ms and I are also working on a blog-post for this feature and we will include more in-depth examples in there |
/sig windows |
I will add a section about the HostProcess container base image. |
content/en/docs/tasks/configure-pod-container/create-hostprocess-pod.md
Outdated
Show resolved
Hide resolved
content/en/docs/tasks/configure-pod-container/create-hostprocess-pod.md
Outdated
Show resolved
Hide resolved
content/en/docs/tasks/configure-pod-container/create-hostprocess-pod.md
Outdated
Show resolved
Hide resolved
content/en/docs/tasks/configure-pod-container/create-hostprocess-pod.md
Outdated
Show resolved
Hide resolved
content/en/docs/tasks/configure-pod-container/create-hostprocess-pod.md
Outdated
Show resolved
Hide resolved
content/en/docs/tasks/configure-pod-container/create-hostprocess-pod.md
Outdated
Show resolved
Hide resolved
content/en/docs/tasks/configure-pod-container/create-hostprocess-pod.md
Outdated
Show resolved
Hide resolved
and the name of that local usergroup must be specified in the `runAsUserName` field in the deployment. | ||
This will cause an new ephemeral local user account to be created, joined to the specified usergroup, | ||
and used by the container. This provides a number a benefits including eliminating the need to manage | ||
passwords for local user accounts. |
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.
passwords for local user accounts. |
Signed-off-by: Mark Rossetti <[email protected]>
ab295f2
to
0956df4
Compare
added! |
content/en/docs/reference/command-line-tools-reference/feature-gates.md
Outdated
Show resolved
Hide resolved
content/en/docs/reference/command-line-tools-reference/feature-gates.md
Outdated
Show resolved
Hide resolved
content/en/docs/reference/command-line-tools-reference/feature-gates.md
Outdated
Show resolved
Hide resolved
content/en/docs/tasks/configure-pod-container/create-hostprocess-pod.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Brandon Smith <[email protected]> Co-authored-by: Qiming Teng <[email protected]>
This will cause an new ephemeral local user account to be created, joined to the specified usergroup, | ||
and used by the container. This provides a number a benefits including eliminating the need to manage | ||
passwords for local user accounts. | ||
Prior to initializing the HostProcess container, a new **ephemeral** local user account to be created and joined to the specified usergroup, from which the container is run. |
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.
to be really clear here, might say something like "the runtime will create an ephemeral".
", from which the container is run." is a bit award to read I think.
passwords for local user accounts. | ||
Prior to initializing the HostProcess container, a new **ephemeral** local user account to be created and joined to the specified usergroup, from which the container is run. | ||
This provides a number a benefits including eliminating the need to manage passwords for local user accounts. | ||
passwords for local user accounts. An initial HostProcess container running as a service account can be used to |
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.
container running as one of the built-in service account can be used to
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.
/lgtm @marosset can you confirm you applied the changes? This PR needs a doc review by Mon Nov 28th to get this into the release. Please reach out to required SIGs to get their review. Thank you!
LGTM label has been added. Git tree hash: ee49e478433ac165b8399b09aedd84c8cc7126c8
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: krol3 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
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.
We should also have updated https://kubernetes.io/docs/concepts/workloads/pods/#privileged-mode-for-containers
Signed-off-by: Mark Rossetti [email protected]