Skip to content

Commit

Permalink
Fixed checklist styling
Browse files Browse the repository at this point in the history
  • Loading branch information
rpsqrd authored Mar 22, 2019
1 parent bad100b commit 9ce68d6
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -311,10 +311,11 @@ In production environments, you'll often use a container orchestrator to deploy
Each orchestrator has its own management paradigms and is responsible for accepting credential specs to give to the Windows container platform.

When you're orchestrating containers with gMSAs, check that:
- [x] All container hosts that can be scheduled to run containers with gMSAs are domain joined
- [x] The container hosts have access to retrieve the passwords for all gMSAs used by containers
- [x] The credential spec files are created and uploaded to the orchestrator or copied to every container host, depending on how the orchestrator prefers to handle them.
- [x] Container networks allow the containers to communicate with the Active Directory Domain Controllers to retrieve gMSA tickets
> [!div class="checklist"]
> * All container hosts that can be scheduled to run containers with gMSAs are domain joined
> * The container hosts have access to retrieve the passwords for all gMSAs used by containers
> * The credential spec files are created and uploaded to the orchestrator or copied to every container host, depending on how the orchestrator prefers to handle them.
> * Container networks allow the containers to communicate with the Active Directory Domain Controllers to retrieve gMSA tickets
### Using gMSA with Service Fabric

Expand Down

0 comments on commit 9ce68d6

Please sign in to comment.