Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for readPodLabels (0.11 sec)

  1. pkg/bootstrap/config.go

    	extractInstanceLabels(options.Platform, meta)
    
    	// Add all pod labels found from filesystem
    	// These are typically volume mounted by the downward API
    	lbls, err := readPodLabels()
    	if err == nil {
    		meta.Labels = map[string]string{}
    		for k, v := range meta.StaticLabels {
    			meta.Labels[k] = v
    		}
    		for k, v := range lbls {
    			// ignore `pod-template-hash` label
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 27.6K bytes
    - Viewed (0)
Back to top