Need help to my query


Somavarapu, Bharathkumar <Bharathkumar.Somavarapu2@...>
 

Hi Team,

 

We are using helm in our kubernetes, below are the 2 commands we have created, could you please let me know the difference between those 2 commands.

 

subprocess.check_output(["helm", "list", "--kubeconfig", kubeconfig_path, "--tiller-namespace", namespace, release])

 

subprocess.check_output(["helm", "delete", release, "--kubeconfig", kubeconfig_path, "--purge", "--tiller-namespace", namespace])

 

Thanks

Bharath.S