WMCO update docs for Windows Server 2025#111691
Conversation
|
@mansikulkarni96 PTAL |
mansikulkarni96
left a comment
There was a problem hiding this comment.
LGTM, only one change needed
4a3c529 to
b784483
Compare
b784483 to
1e63b60
Compare
| + | ||
| Use one of the following `aws` commands, as appropriate for your Windows Server release, to query valid AMI images: | ||
| + | ||
| .Example Windows Server 2025 command |
There was a problem hiding this comment.
🤖 [error] AsciiDocDITA.BlockTitle: Block titles can only be assigned to examples, figures, and tables in DITA.
| $ aws ec2 describe-images --region <aws_region_name> --filters "Name=name,Values=Windows_Server-2025*English*Core*Base*" "Name=is-public,Values=true" --query "reverse(sort_by(Images, &CreationDate))[*].{name: Name, id: ImageId}" --output table | ||
| ---- | ||
| + | ||
| .Example Windows Server 2022 command |
There was a problem hiding this comment.
🤖 [error] AsciiDocDITA.BlockTitle: Block titles can only be assigned to examples, figures, and tables in DITA.
| ---- | ||
| + | ||
| .Example Windows Server 2019 command | ||
| .Example Windows Server 2025 command |
There was a problem hiding this comment.
🤖 [error] AsciiDocDITA.BlockTitle: Block titles can only be assigned to examples, figures, and tables in DITA.
|
@mburke5678: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
https://redhat.atlassian.net/browse/OSDOCS-17787
Creating a RuntimeClass object to encapsulate scheduling mechanisms -- Updated RuntimeClass to 2025 values; added 2025 to label options.
Creating the vSphere Windows VM golden image -- Added Windows Server 2025 Long-Term Servicing Channel to procedure
Scheduling Windows container workloads -- Updated Deployment to Windows 2025 values; added Windows 2025 as an option.
Sample YAML for a Windows MachineSet object on Nutanix -- Added image ID strings for Windows 2022 and 2025.
Windows pod placement -- Updated Important note to remove reference to an unsupported Windows version.
Creating a Windows machine set on AWS -> Prerequisites -- Added example command for Windows 2025.