mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #77371 from andrewsykim/77265
create new SCTP ipsets for IPVS proxier
This commit is contained in:
commit
aa25195ab1
@ -65,11 +65,21 @@ const (
|
|||||||
kubeNodePortLocalSetUDPComment = "Kubernetes nodeport UDP port with externalTrafficPolicy=local"
|
kubeNodePortLocalSetUDPComment = "Kubernetes nodeport UDP port with externalTrafficPolicy=local"
|
||||||
kubeNodePortLocalSetUDP = "KUBE-NODE-PORT-LOCAL-UDP"
|
kubeNodePortLocalSetUDP = "KUBE-NODE-PORT-LOCAL-UDP"
|
||||||
|
|
||||||
kubeNodePortSetSCTPComment = "Kubernetes nodeport SCTP port for masquerade purpose"
|
// This ipset is no longer active but still used in previous versions.
|
||||||
kubeNodePortSetSCTP = "KUBE-NODE-PORT-SCTP"
|
// DO NOT create an ipset using this name
|
||||||
|
legacyKubeNodePortSetSCTPComment = "Kubernetes nodeport SCTP port for masquerade purpose"
|
||||||
|
legacyKubeNodePortSetSCTP = "KUBE-NODE-PORT-SCTP"
|
||||||
|
|
||||||
kubeNodePortLocalSetSCTPComment = "Kubernetes nodeport SCTP port with externalTrafficPolicy=local"
|
// This ipset is no longer active but still used in previous versions.
|
||||||
kubeNodePortLocalSetSCTP = "KUBE-NODE-PORT-LOCAL-SCTP"
|
// DO NOT create an ipset using this name
|
||||||
|
legacyKubeNodePortLocalSetSCTPComment = "Kubernetes nodeport SCTP port with externalTrafficPolicy=local"
|
||||||
|
legacyKubeNodePortLocalSetSCTP = "KUBE-NODE-PORT-LOCAL-SCTP"
|
||||||
|
|
||||||
|
kubeNodePortSetSCTPComment = "Kubernetes nodeport SCTP port for masquerade purpose with type 'hash ip:port'"
|
||||||
|
kubeNodePortSetSCTP = "KUBE-NODE-PORT-SCTP-HASH"
|
||||||
|
|
||||||
|
kubeNodePortLocalSetSCTPComment = "Kubernetes nodeport SCTP port with externalTrafficPolicy=local with type 'hash ip:port'"
|
||||||
|
kubeNodePortLocalSetSCTP = "KUBE-NODE-PORT-LOCAL-SCTP-HASH"
|
||||||
)
|
)
|
||||||
|
|
||||||
// IPSetVersioner can query the current ipset version.
|
// IPSetVersioner can query the current ipset version.
|
||||||
|
Loading…
Reference in New Issue
Block a user