Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setup fails to missing helm-3.1.1 RPM #17

Open
jlamillan opened this issue Oct 7, 2020 · 1 comment
Open

setup fails to missing helm-3.1.1 RPM #17

jlamillan opened this issue Oct 7, 2020 · 1 comment

Comments

@jlamillan
Copy link

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]# 
@scoter-oracle
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants