NPL(NodePort Local) changing service type from clusterIP to Nodeport doesn't removes the NPL annotations in POD #1910
Labels
area/proxy/nodeportlocal
Issues or PRs related to the NodePortLocal feature
kind/bug
Categorizes issue or PR as related to a bug.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Milestone
Describe the bug
NPL(NodePort Local)while changing the service type from clusterIP to Nodeport. The respective NPL annotations in POD are not removed
To Reproduce
step1: created svc object(default : Cluster IP)
step2: As expected observed the NPL annotations in the POD
step3 : Change the svc from type clusterIP to NodePort
step4: observed that Pod Annotations are not removed
Expected
As per the expectation, The Pod annotations needs to be removed if the svc object is of type NodePort
Versions:
Please provide the following information:
The text was updated successfully, but these errors were encountered: