You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like helm-3.1.1 RPM is not available on the operator node (at least using Oracle-Linux-7.8-2020.09.23-0).
Terraform errors out with the following:
module.olcne.null_resource.install_nginxcontroller[0] (remote-exec): Connected!
module.olcne.null_resource.install_nginxcontroller[0] (remote-exec): /home/opc/.bashrc: line 15: helm: command not found
module.olcne.null_resource.install_nginxcontroller[0] (remote-exec): Creating Ingress Controller
module.olcne.null_resource.install_nginxcontroller[0] (remote-exec): namespace/nginx created
Error: error executing "/tmp/terraform_858443886.sh": Process exited with status 1
On the operator node, helm is not installed and the binary is not found:
[root@dev-operator opc]# helm
bash: helm: command not found
A search for helm shows only 2.9.1 is available.
[root@dev-operator opc]# yum list helm
Loaded plugins: langpacks, osmsplugin, ulninfo
This system is receiving updates from OSMS.
Available Packages
helm.x86_64 2.9.1-1.0.3.el7 ol7_developer-x86_64
[root@dev-operator opc]#
The text was updated successfully, but these errors were encountered:
It looks like
helm-3.1.1
RPM is not available on the operator node (at least using Oracle-Linux-7.8-2020.09.23-0).Terraform errors out with the following:
On the operator node,
helm
is not installed and the binary is not found:A search for
helm
shows only2.9.1
is available.The text was updated successfully, but these errors were encountered: