KusionStack/kusion

Feat: optimize port forwarding for kusion apply

开放

#1,169 创建于 2024年6月17日

 (2 条评论) (0 个反应) (0 位负责人)Go (108 个派生)auto 404
hacktoberfesthelp wantedkind/featurepending-discussionpriority/important-longterm

仓库指标

星标
 (1,315 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南