infraly / k8s-on-openstack

An opinionated way to deploy a Kubernetes cluster on top of an OpenStack cloud.
Apache License 2.0
112 stars 48 forks source link

k8s-addons : install helm fails with curl error #48

Closed pfisterer closed 5 years ago

pfisterer commented 5 years ago

I tried to install helm and used export INCLUDE_HELM="True" to enable it. However, running ansible-playbook site.yaml yields the following error:

TASK [k8s-addons : install helm] 
Tuesday 16 April 2019  14:14:25 +0200 (0:00:00.765)       0:03:07.125
fatal: [k8s-master]: FAILED! => changed=true
  cmd:
  - /home/ubuntu/get_helm.sh
  delta: '0:00:01.686203'
  end: '2019-04-16 12:14:27.995200'
  msg: non-zero return code
  rc: 3
  start: '2019-04-16 12:14:26.308997'
  stderr: 'curl: (3) Illegal characters found in URL'
  stderr_lines:
  - 'curl: (3) Illegal characters found in URL'
  stdout: |-
    Downloading https://kubernetes-helm.storage.googleapis.com/helm-btn-with-count
    tooltipped-s
    btn-primary
    v2.13.1-linux-amd64.tar.gz
    Failed to install helm
            For support, go to https://github.com/kubernetes/helm.
  stdout_lines: <omitted>
    to retry, use: --limit @/Users/dennis/Desktop/k8s/k8s-on-openstack/site.retry

Any ideas what I'm doing wrong?

pfisterer commented 5 years ago

This is fixed by PR #50