KusionStack/kusion

Feat: optimize port forwarding for kusion apply

Aperta

#1169 aperta il 17 giu 2024

 (2 commenti) (0 reazioni) (0 assegnatari)Go (108 fork)auto 404
hacktoberfesthelp wantedkind/featurepending-discussionpriority/important-longterm

Metriche repository

Star
 (1315 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

What would you like to be added?

Please optimize the --port-forwarding flag for kusion apply command:

  • Support direct port forwarding to Pod instead of relying on K8s Service
  • Support customized the local forwarding port number

Why is this needed?

Current, the --port-forward flag 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.

Guida contributor