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
The new topic will begin with this message. Subject of the new topic:
© 2023 Groups.io