Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Chan (0.14 sec)

  1. cni/pkg/ambient/server.go

    		return nil
    	}
    	s.UpdateConfig()
    	if activePod == nil {
    		log.Infof("active ztunnel updated, no ztunnel running on the node")
    		// To avoid traffic escaping, we should keep everything rather than doing cleanupNode
    		s.ztunnelDown()
    		return nil
    	}
    	log.Infof("active ztunnel updated to %v", activePod.Name)
    
    	captureDNS := getEnvFromPod(activePod, "ISTIO_META_DNS_CAPTURE") == "true"
    
    Go
    - Registered: Wed Jan 24 22:53:09 GMT 2024
    - Last Modified: Tue Nov 21 01:17:13 GMT 2023
    - 8.7K bytes
    - Viewed (0)
Back to top