skupperproject / skupper

Skupper is an implementation of a Virtual Application Network, enabling rich hybrid cloud communication.
http://skupper.io
Apache License 2.0
585 stars 72 forks source link

[v2] CLI should use workload flag to get the selector and assign it to the connector custom resource #1612

Open nluaces opened 2 months ago

nluaces commented 2 months ago

Is your feature request related to a problem? Please describe. The CLI supports a --workload option, it should use the value of that option to obtain the selector and create the connector custom resource with that selector.

Describe the solution you'd like The --workload flag will contain the value /resource-name>, e.g. --workload deployment/backend. These are the resource types to check.

Additional context This feature will be available only for kube platforms.

lynnemorrison commented 1 month ago

code complete waiting on this PR to be merged https://github.com/skupperproject/skupper/pull/1563