Skip to content

setup fails to missing helm-3.1.1 RPM #17

@jlamillan

Description

@jlamillan

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions