-
Notifications
You must be signed in to change notification settings - Fork 105
Feat: optimize port forwarding for kusion apply #1169
Copy link
Copy link
Open
Labels
hacktoberfesthelp wantedExtra attention is neededExtra attention is neededkind/featureCategorizes issue or PR as related to a new featureCategorizes issue or PR as related to a new featurepending-discussionpriority/important-longtermP2, may not be staffed and/or may need multiple releases to completeP2, may not be staffed and/or may need multiple releases to complete
Milestone
Metadata
Metadata
Assignees
Labels
hacktoberfesthelp wantedExtra attention is neededExtra attention is neededkind/featureCategorizes issue or PR as related to a new featureCategorizes issue or PR as related to a new featurepending-discussionpriority/important-longtermP2, may not be staffed and/or may need multiple releases to completeP2, may not be staffed and/or may need multiple releases to complete
What would you like to be added?
Please optimize the
--port-forwardingflag forkusion applycommand:Why is this needed?
Current, the
--port-forwardflag only supports applications with K8s Service resources, and the local forwarding port number needs to be consistent with that of the Service, which may easily lead to conflicts.