KusionStack/kusion

Feat: optimize port forwarding for kusion apply

オープン

#1,169 opened on 2024/06/17

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)Go (108 件のフォーク)auto 404
hacktoberfesthelp wantedkind/featurepending-discussionpriority/important-longterm

Repository metrics

Stars
 (1,315 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド