rhtyd commented on a change in pull request #29: URL: https://github.com/apache/cloudstack-kubernetes-provider/pull/29#discussion_r625988965
########## File path: cloudstack_loadbalancer.go ########## @@ -121,8 +121,8 @@ func (cs *CSCloud) EnsureLoadBalancer(ctx context.Context, clusterName string, s klog.V(4).Infof("Load balancer %v is associated with IP %v", lb.name, lb.ipAddr) - // Fetch the IP whitelist from the spec if any - //whitelist = service.Spec.LoadBalancerSourceRanges + // Fetch the IP allowlist from the spec if any + //allowlist = service.Spec.LoadBalancerSourceRanges Review comment: why keep commented code, should we remove this @davidjumani @sureshanaparti ? ########## File path: Makefile ########## @@ -21,7 +21,7 @@ GIT_COMMIT_SHORT=$(shell git rev-parse --short HEAD) GIT_TAG=$(shell git describe --abbrev=0 --tags 2>/dev/null || echo v0.0.0) GIT_IS_TAG=$(shell git describe --exact-match --abbrev=0 --tags 2>/dev/null || echo NOT_A_TAG) ifeq (${GIT_IS_TAG},NOT_A_TAG) -GIT_VERSION?=$(patsubst v%,%,${GIT_TAG})-master+${GIT_COMMIT} +GIT_VERSION?=$(patsubst v%,%,${GIT_TAG})-main+${GIT_COMMIT} Review comment: @davidjumani can you check again cc @sureshanaparti ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org