Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for extractAttributesMetadata (0.19 sec)

  1. pilot/pkg/model/context.go

    		// we can't just equate proxy workload labels to node meta labels as it may be customized by user
    		// with `ISTIO_METAJSON_LABELS` env (pkg/bootstrap/config.go extractAttributesMetadata).
    		// so, we fill the `ISTIO_METAJSON_LABELS` as well.
    		for k, v := range node.Metadata.StaticLabels {
    			node.Labels[k] = v
    		}
    		for k, v := range labels {
    			node.Labels[k] = v
    		}
    	} else {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 08:29:05 UTC 2024
    - 33.6K bytes
    - Viewed (1)
Back to top