-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
configure-gmsa.md updates #31412
configure-gmsa.md updates #31412
Conversation
/cc @celestehorgan |
✔️ Deploy Preview for kubernetes-io-main-staging ready! 🔨 Explore the source changes: 6ffd07c 🔍 Inspect the deploy log: https://app.netlify.com/sites/kubernetes-io-main-staging/deploys/61e8a911324e6200071c0744 😎 Browse the preview: https://deploy-preview-31412--kubernetes-io-main-staging.netlify.app |
|
||
There is also a known issue with containerd that occurs when trying to connect to SMB shares from Pods. Once you have configured GMSA, the pod will be unable to connect to the share using the hostname or FQDN, but connecting to the share using an IP address works as expected. | ||
There is also a known issue with containerd that occurs when trying to connect to SMB shares from Pods. Once you have configured GMSA, the pod will be unable to connect to the share using the hostname or FQDN, but connecting to the share using an IP address works as expected. |
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 was resolved in the March 2021 patch fix microsoft/Windows-Containers#44 (comment) so can be dropped from docs as that is the recommended min version
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.
Good catch.
I made some updates for this (and hopefully they make sense).
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.
Ref for other reviewers: https://kubernetes.slack.com/archives/C0BP8PW9G/p1642628900084800
Partially closes #30771
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: celestehorgan 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 |
LGTM label has been added. Git tree hash: 537439fbafb72a34cd3425a444cbad38069436a1
|
Updating the container runtimes that support GMSA workloads on Windows.
All of the current container runtimes (Docker EE / Mirantis Container Runtime (via cri-dockerd) and containerd) have this support today.
/sig windows