-
Notifications
You must be signed in to change notification settings - Fork 192
Conversation
Cluster Generation A/B Results: |
Cluster Generation A/B Results: |
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.
Powershell is not my forte, but I believe that this is adding a postKubeadmConfig command to modify some registries that will call the cleanup script when necessary. So this look reasonable to me.
We have been using this script on legacy and I tested it here again before opening the PR. The prekubeadm commands are only installing at boot time. |
Codecov Report
@@ Coverage Diff @@
## main #4393 +/- ##
==========================================
- Coverage 49.56% 48.67% -0.90%
==========================================
Files 452 482 +30
Lines 44993 47112 +2119
==========================================
+ Hits 22302 22933 +631
- Misses 20572 22010 +1438
- Partials 2119 2169 +50
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
/test install-vc7 |
//usebom:sandbox/v2.1.1-zshippable/447906785714507732/tkg-compatibility:v12 |
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.
Could you hold on this PR to Halifax? It triggers rollout during cc package upgrade.
already moved downstream |
What this PR does / why we need it
To ensure the persistence of HNS network Antrea provides a register script to restart the networks after reboot, this patches installs this script to run on each restart.
Which issue(s) this PR fixes
Fixes #4395
Describe testing done for PR
A custom clusterclass was created with this patch and tests were made to ensure the script is installed properly, sequential reboot confirms the script restart the interface.
Release note