openyurt
openyurt copied to clipboard
Fix the issue where the masterservice and serviceenvupdater modified the multiplexer cache.
What type of PR is this?
/kind bug
What this PR does / why we need it:
There is an abnormal IPVS rule on the node for the Kubernetes service, as follows:
TCP 192.168.0.1:10268 rr -> 169.254.2.1:10268 Masq 1 0 0
The correct rule should be: TCP 192.168.0.1:443 rr -> 169.254.2.1:10268 Masq 1 0 0
-->
None
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
@zyjhtangtang please fix the unit test errors.