Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for serviceClusterSetLocalHostnameForKR (0.58 sec)

  1. pilot/pkg/serviceregistry/kube/controller/serviceimportcache.go

    	if si == nil {
    		return nil
    	}
    
    	// We need a full push if the cluster VIP changes.
    	needsFullPush := false
    
    	// Get the updated MCS service.
    	mcsHost := serviceClusterSetLocalHostnameForKR(si)
    	mcsService := ic.GetService(mcsHost)
    
    	ips := GetServiceImportIPs(si)
    	if mcsService == nil {
    		if event == model.EventDelete || len(ips) == 0 {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 28 16:41:38 UTC 2024
    - 10.2K bytes
    - Viewed (0)
Back to top