Hi,
I’m trying to install Helm chart from the local file on the local Minikube instance but I’m constantly getting the same error:
fatal: [localhost]: FAILED! => {
“changed”: false,
“command”: “/usr/local/bin/helm --namespace=kube-system list --output=yaml --filter registrylocal”,
“invocation”: {
“module_args”: {
“atomic”: false,
“binary_path”: null,
“chart_ref”: “registry-1.3.0-1026.tgz”,
“chart_repo_url”: null,
“chart_version”: null,
“create_namespace”: false,
“disable_hook”: false,
“force”: false,
“kube_context”: null,
“kubeconfig_path”: null,
“purge”: true,
“release_name”: “registrylocal”,
“release_namespace”: “kube-system”,
“release_state”: “present”,
“release_values”: {},
“replace”: false,
“update_repo_cache”: false,
“values_files”: ,
“wait”: false,
“wait_timeout”: null
}
},
“msg”: “Failure when executing Helm command. Exited 1.\nstdout: \nstderr: Error: unknown flag: --filter\n”,
“stderr”: “Error: unknown flag: --filter\n”,
“stderr_lines”: [
“Error: unknown flag: --filter”
],
“stdout”: “”,
“stdout_lines”:
}
As a test I’m able to create a namespace against the same Minikube instance: