-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Windows Server 2022 support in WINC 5.1.0 #45238
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
Windows Server 2022 support in WINC 5.1.0 #45238
Conversation
✅ Deploy Preview for osdocs ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
|
@rrasouli Are you the QE resource for Windwos 2022 support in WMCO 5.1.0? If so, can you PTAL? Thank you in advance. |
|
@mburke5678 yes it is me, looks good to me. one comment to manually install the KB, should be mentioned there, with the PS command for the patch update. |
|
@rrasouli Can you please take a look at the change I made at your suggestion? Thank you in advance. |
|
I would like @jfrancoa to review as well |
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.
@saifshaikh48 I'm a little bit confused by this line and the block after line 74 (Install Microsoft container networking patch KB5012637)
So, here we are suggesting to install the KB patch via Get-WindowsUpdate, but later we are suggesting to install it again by downloading it directly? Or are these two different steps required to get the full patch installed?
I believe we did in our golden image what's indicated in line 26 and so far it has worked fine.
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 seems like 2 different approaches to get the same result. In the dev golden image, we performed the steps in the block after line 74. Seems like we can suggest either or both approaches, I have no specific preference.
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.
Thanks for the clarification @saifshaikh48, I'll propose a modification to @mburke5678 then.
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.
@jfrancoa Thanks for catching this. It does seem redundant. Please let me know which of the two instances we should remove. Probably should remove the second instance, lines 74 to 90?
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.
In my humble opinion I would leave the direct download and installation via script (lines 74 to 90) and either remove or make a "short" note on the existence of Get-WindowsUpdate command. It does look simpler to use, but I remember that we had issues to get the Get-WindowsUpdate command available and we had to install some extra module (PSWindowsUpdate)...however, the steps from 74 to 90 look bulletproof. My fear is that the user would get lost in the process of installing extra stuff to get the KB patch installed.
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.
@jfrancoa @saifshaikh48 Any thoughts on this ^^
e8f2ffc to
390a836
Compare
jfrancoa
left a comment
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.
Sorry, I had this review in pending state for several days already and I forgot to submit it.
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.
I would clarify here that the steps to install this patch can be followed if the command suggested in line 26 was not executed. If, on the contrary, it was then we can simply skip it.
Or, you can remove:
"For example, you can use the following PowerShell command to download and install the patch:
+
[source,posh]
----
PS C:\> Get-WindowsUpdate -Install -KBArticleId 'KB5012637'"
from step 1 and move it into step 7, stating it as:
You can use the following PowerShell command to download and install the patch:
+
[source,posh]
----
PS C:\> Get-WindowsUpdate -Install -KBArticleId 'KB5012637'
Or you can manually download the patch files from the link blabla and execute the script
This is a good approach as the Get-WindowsUpdate command doesn't come out of the box, so some users might prefer one or the other.
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.
@jfrancoa @rrasouli Do we need to include details on how to download and install the patch? We didn't include the steps previously.
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.
That's a good point...probably it's not really needed. It's helpful for the user, though..but it's clearly out of the scope from this guideline. And if historically this hasn't been explained (and nobody has complained about it so far..), maybe the best is to just update the KB number and leave it as it was.
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.
In my humble opinion I would leave the direct download and installation via script (lines 74 to 90) and either remove or make a "short" note on the existence of Get-WindowsUpdate command. It does look simpler to use, but I remember that we had issues to get the Get-WindowsUpdate command available and we had to install some extra module (PSWindowsUpdate)...however, the steps from 74 to 90 look bulletproof. My fear is that the user would get lost in the process of installing extra stuff to get the KB patch installed.
|
/lgtm |
|
New changes are detected. LGTM label has been removed. |
modules/wmco-prerequisites.adoc
Outdated
|
|
||
| |Default VXLAN port | ||
| |Windows Server Long-Term Servicing Channel (LTSC): Windows Server 2019 | ||
| Windows Server 2019 (version 1809) |
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.
| Windows Server 2019 (version 1809) | |
| |Windows Server 2019 (version 1809) |
|
Closing in favor of #46460 |
https://issues.redhat.com/browse/OSDOCS-3575
For 5.1.0:
2022 support for vSphere, and 20H2 still supported
no changes to other platforms
Preview:
WINC prereqs:
Supported Windows Server version
Supported networking
Creating the vSphere Windows VM golden image. Updated Step 1