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

Cannot deploy a non-k8s cluster with load_balancer vm #1350

Closed
przemyslavic opened this issue Jun 10, 2020 · 0 comments · Fixed by #1362
Closed

Cannot deploy a non-k8s cluster with load_balancer vm #1350

przemyslavic opened this issue Jun 10, 2020 · 0 comments · Fixed by #1362
Assignees
Labels

Comments

@przemyslavic
Copy link
Collaborator

A non-k8s cluster cannot be deployed with the load balancer vm because the default values for the haproxy configuration point to the kubernetes_node group.

2020-06-10T10:06:52.9946497Z 10:06:52 INFO cli.engine.ansible.AnsibleCommand - TASK [haproxy : Copy haproxy config] *******************************************
2020-06-10T10:06:53.2138234Z 10:06:53 INFO cli.engine.ansible.AnsibleCommand - fatal: [ec2-35-180-21-217.eu-west-3.compute.amazonaws.com]: FAILED! => {"changed": false, "msg": "AnsibleUndefinedVariable: 'dict object' has no attribute 'kubernetes_node'"}

  backend: # example backend config below
    - name: http_back1
      server_groups:
      - kubernetes_node
      # servers: # Definition for server to that hosts the application.
      # - name: "node1"
      #   address: "epiphany-vm1.domain.com"
      port: 30104
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants