Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for GetIDsFromProxyInfo (0.25 sec)

  1. operator/cmd/mesh/uninstall.go

    	rev string, resourcesList []*unstructured.UnstructuredList, objectsList object.K8sObjects, l *clog.ConsoleLogger, dryRun bool,
    ) {
    	pids, err := proxyinfo.GetIDsFromProxyInfo(kubeClient, istioNamespace)
    	needConfirmation, message := false, ""
    	if uiArgs.purge {
    		needConfirmation = true
    		message += AllResourcesRemovedWarning
    	} else {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 15 01:18:49 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  2. operator/pkg/helmreconciler/prune.go

    		}
    
    		if pilotExists {
    			// TODO(ramaraochavali): Find a better alternative instead of using debug interface
    			// of istiod as it is typically not recommended in production environments.
    			pids, err := proxy.GetIDsFromProxyInfo(kubeClient, ns)
    			if err != nil {
    				return errStatus, fmt.Errorf("failed to check proxy infos: %v", err)
    			}
    			if len(pids) != 0 {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 08:32:06 UTC 2024
    - 15.9K bytes
    - Viewed (0)
Back to top