Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for extractInstanceLabels (0.2 sec)

  1. pkg/bootstrap/config.go

    	meta.ProxyConfig = (*model.NodeMetaProxyConfig)(options.ProxyConfig)
    
    	extractAttributesMetadata(options.Envs, options.Platform, meta)
    	// Add all instance labels with lower precedence than pod labels
    	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 {
    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