generated from networkservicemesh/cmd-template
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
Currently clientinfo
chain element can work with CLUSTER_NAME env https://github.com/networkservicemesh/sdk/blob/main/pkg/tools/clientinfo/clientinfo.go#L30
But we dont use it yet, because k8s at this moment doesn't have an option to get cluster name without any special complex steps.
Solution
- Wait when https://github.com/kubernetes/enhancements/tree/master/keps/sig-multicluster/2149-clusterid#property-idk8sio will be able for k8s users.
- Add check in cmd-admission-webhook-k8s on do we have a CRD related to k8s about api
- Add CLUSTER_NAME env variable into NSC with value from cluster property crd.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request