terraform-oci-ocne icon indicating copy to clipboard operation
terraform-oci-ocne copied to clipboard

setup fails to missing helm-3.1.1 RPM

Open jlamillan opened this issue 5 years ago • 1 comments

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]# 

jlamillan avatar Oct 07 '20 19:10 jlamillan

Please, check if this issue can be reproduced with latest code release.

scoter-oracle avatar Aug 17 '23 14:08 scoter-oracle