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

scale via bastion #7266

Closed
metanovii opened this issue Feb 8, 2021 · 0 comments · Fixed by #7265
Closed

scale via bastion #7266

metanovii opened this issue Feb 8, 2021 · 0 comments · Fixed by #7265
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@metanovii
Copy link
Contributor

metanovii commented Feb 8, 2021

Environment:

  • Cloud provider or hardware configuration:
    openstack

  • OS (printf "$(uname -srm)\n$(cat /etc/os-release)\n"):

  • Version of Ansible (ansible --version): 2.9.9

  • Version of Python (python --version): 3.8.6

Kubespray version (commit) (git rev-parse --short HEAD): a923f4e

Network plugin used: calico

Full inventory with variables (ansible -i inventory/sample/inventory.ini all -m debug -a "var=hostvars[inventory_hostname]"):
https://gist.github.com/metanovii/09d232167170dd16ef0bd028b43187d7

Command used to invoke ansible:
from terraform :

  provisioner "local-exec" {
    command = <<EOF
      ansible-playbook -i ${path.module}/artifacts/inventory.ini \
      -e "@${path.module}/provision/extra_vars_k8s_provision.yml" \
      -e apiserver_loadbalancer_domain_name=${var.apiserver_loadbalancer_domain_name} \
      ${path.module}/provision/kubespray/${var.action}.yml -vvvvvv
    EOF

Output of ansible run:
https://gist.github.com/metanovii/d9120e642f88b135e83582cce2ddb044

This PR solve problem - #7265

@metanovii metanovii added the kind/bug Categorizes issue or PR as related to a bug. label Feb 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant