Merge pull request #16498 from zombieleet/patch-3

doc: specify the initial gMSA example works only for windows containers
This commit is contained in:
David Karlsson 2023-01-12 15:08:08 +01:00 committed by GitHub
commit 7ec5e0ba27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,8 @@ For more details about image tag resolution, see
### gMSA for Swarm
*This example will only work for a windows container*
Swarm now allows using a Docker Config as a gMSA credential spec - a requirement for Active Directory-authenticated applications. This reduces the burden of distributing credential specs to the nodes they're used on.
The following example assumes a gMSA and its credential spec (called credspec.json) already exists, and that the nodes being deployed to are correctly configured for the gMSA.