Skip to content

Commit

Permalink
Merge pull request rancher#9 from nickgerace/master
Browse files Browse the repository at this point in the history
Make windows.version table consistent
  • Loading branch information
nickgerace authored Feb 18, 2021
2 parents 5234548 + f7b1b99 commit a4364e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions multi-cluster/windows-helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ You can determine the value for the `windows.version` label key based on the rel

Description | Example
--- | ---
For Windows Server SAC nodes, the value will be the SAC release number prepended with "win". | 2004 SAC would result in `windows.version: win2004`
For Windows Server LTSC nodes, the value will be the SAC release number that the LTSC is based on. | 2019 LTSC would result in `windows.version: win1809`
For Windows Server SAC nodes, the value will be the SAC release number (prepended with "win"). | 2004 SAC would result in `windows.version: win2004`
For Windows Server LTSC nodes, the value will be the SAC release number that the LTSC is based on (prepended with "win"). | 2019 LTSC would result in `windows.version: win1809`

## Creating the GitRepo

Expand Down

0 comments on commit a4364e6

Please sign in to comment.