Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IC (0.13 sec)

  1. operator/cmd/mesh/install.go

    			p := NewPrinterForWriter(cmd.OutOrStderr())
    			p.Printf("%v\n", art.IstioColoredArt())
    			return Install(kubeClient, rootArgs, iArgs, cmd.OutOrStdout(), l, p)
    		},
    	}
    
    	addFlags(ic, rootArgs)
    	addInstallFlags(ic, iArgs)
    	return ic
    }
    
    // InstallCmd generates an Istio install manifest and applies it to a cluster
    func InstallCmd(ctx cli.Context) *cobra.Command {
    	return InstallCmdWithArgs(ctx, &RootArgs{}, &InstallArgs{})
    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