Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ready (0.13 sec)

  1. cni/pkg/install/install.go

    	if len(in.cniConfigFilepath) > 0 && file.Exists(in.cniConfigFilepath) {
    		if in.cfg.ChainedCNIPlugin {
    			installLog.Infof("Removing Istio CNI config from CNI config file: %s", in.cniConfigFilepath)
    
    			// Read JSON from CNI config file
    			cniConfigMap, err := util.ReadCNIConfigMap(in.cniConfigFilepath)
    			if err != nil {
    				return err
    			}
    			// Find Istio CNI and remove from plugin list
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Thu Feb 08 18:52:24 GMT 2024
    - 10.8K bytes
    - Viewed (0)
  2. operator/cmd/mesh/install.go

    )
    
    type InstallArgs struct {
    	// InFilenames is an array of paths to the input IstioOperator CR files.
    	InFilenames []string
    	// ReadinessTimeout is maximum time to wait for all Istio resources to be ready. wait must be true for this setting
    	// to take effect.
    	ReadinessTimeout time.Duration
    	// SkipConfirmation determines whether the user is prompted for confirmation.
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Thu May 02 14:30:43 GMT 2024
    - 15.5K bytes
    - Viewed (1)
Back to top