Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for changedTo (0.09 sec)

  1. pilot/pkg/model/endpointshards.go

    	// Check if ServiceAccounts have changed. We should do a full push if they have changed.
    	saUpdated := updateShardServiceAccount(ep, hostname)
    
    	// For existing endpoints, we need to do full push if service accounts change.
    	if saUpdated && pushType != FullPush {
    		// Avoid extra logging if already a full push
    		log.Infof("Full push, service accounts changed, %v", hostname)
    		pushType = FullPush
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  2. pilot/pkg/model/telemetry_logging.go

    	maxFormattersLength = 3
    
    	DevStdout = "/dev/stdout"
    
    	builtinEnvoyAccessLogProvider = "envoy"
    )
    
    var (
    	// this is used for testing. it should not be changed in regular code.
    	clusterLookupFn = LookupCluster
    
    	// EnvoyJSONLogFormatIstio map of values for envoy json based access logs for Istio 1.9 onwards.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:30 UTC 2024
    - 23K bytes
    - Viewed (0)
Back to top