Closed moonek closed 2 years ago
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.
This bot triages issues and PRs according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/lifecycle rotten
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
Fixed in add snat disable flag to preserve client IP when using inline mode #523
@lubronzhan The snatDisabled
flag is a prerequisite for developing loadBalancerSourceRanges
. Currently the loadBalancerSourceRanges
feature is not in pkg/cloudprovider/vsphere
. Therefore, this issue cannot be closed. I can develop it later.
Is this a BUG REPORT or FEATURE REQUEST?:
/kind feature
What happened:
The
loadBalancerSourceRanges
field of the k8s service object spec is intended to control access to the client ip.This feature works by kube-proxy in in-cluster, but should also apply to external loadbalancer.
It seems to be implemented in the
pkg/cloudprovider/vsphereparavirtual
source. https://github.com/kubernetes/cloud-provider-vsphere/blob/master/pkg/cloudprovider/vsphereparavirtual/vmservice/vmservice.go#L220However, the environment I use seems to work by referring to the
pkg/cloudprovider/vsphere
source. TheloadBalancerSourceRanges
feature is not implemented in this pkg.It seems to be related to the nsx-t virtual server
acl
setting andloadBalancerSourceRanges
.Any plans for support for this feature?