Learn R Programming

AzureContainers (version 1.0.2)

call_helm: Call the Helm commandline tool

Description

Call the Helm commandline tool

Usage

call_helm(cmd = "", ...)

Arguments

cmd

The Helm command line to execute.

...

Other arguments to pass to system2.

Value

By default, the return code from the helm binary. The return value will have an added attribute cmdline that contains the command line. This makes it easier to construct scripts that can be run outside R.

Details

This function calls the helm binary, which must be located in your search path. AzureContainers will search for the binary at package startup, and print a warning if it is not found.

See Also

system2, call_docker, call_kubectl

kubernetes_cluster

Kubectl command line reference