orange-cloudfoundry / helm-kubectl-boshrelease

https://orange-cloudfoundry.github.io/helm-kubectl-boshrelease/
Apache License 2.0
6 stars 1 forks source link

host and port should not be required when config_path is specified ? #12

Closed poblin-orange closed 4 years ago

poblin-orange commented 4 years ago

on v18 with the following manifest:

...
      kubernetes:
        config_path: /var/vcap/store/k3s-server/kubeconfig.yml
        usecontext: default
...
Task 8558124 | 23:10:13 | Preparing deployment: Preparing deployment (00:00:02)
Task 8558124 | 23:10:15 | Preparing deployment: Rendering templates (00:00:02)
                     L Error: Unable to render instance groups for deployment. Errors are:
  - Unable to render jobs for instance group 'master'. Errors are:
    - Unable to render templates for job 'action'. Errors are:
      - Error filling in template 'set_env.erb' (line 20: Can't find property '["kubernetes.host"]')
Task 8558124 | 23:10:17 | Error: Unable to render instance groups for deployment. Errors are:
  - Unable to render jobs for instance group 'master'. Errors are:
    - Unable to render templates for job 'action'. Errors are:
      - Error filling in template 'set_env.erb' (line 20: Can't find property '["kubernetes.host"]')

Task 8558124 Started  Sun Feb  2 23:10:13 UTC 2020
Task 8558124 Finished Sun Feb  2 23:10:17 UTC 2020
Task 8558124 Duration 00:00:04
Task 8558124 error
obeyler commented 4 years ago

will be fixed in next version

poblin-orange commented 4 years ago

fixed for v19