You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
1.5 KiB

  1. ---
  2. name: Bug Report
  3. about: Report a bug encountered while operating Kubernetes
  4. labels: kind/bug
  5. ---
  6. <!--
  7. Please, be ready for followup questions, and please respond in a timely
  8. manner. If we can't reproduce a bug or think a feature already exists, we
  9. might close your issue. If we're wrong, PLEASE feel free to reopen it and
  10. explain why.
  11. -->
  12. **Environment**:
  13. - **Cloud provider or hardware configuration:**
  14. - **OS (`printf "$(uname -srm)\n$(cat /etc/os-release)\n"`):**
  15. - **Version of Ansible** (`ansible --version`):
  16. - **Version of Python** (`python --version`):
  17. **Kubespray version (commit) (`git rev-parse --short HEAD`):**
  18. **Network plugin used**:
  19. **Full inventory with variables (`ansible -i inventory/sample/inventory.ini all -m debug -a "var=hostvars[inventory_hostname]"`):**
  20. <!-- We recommend using snippets services like https://gist.github.com/ etc. -->
  21. **Command used to invoke ansible**:
  22. **Output of ansible run**:
  23. <!-- We recommend using snippets services like https://gist.github.com/ etc. -->
  24. **Anything else do we need to know**:
  25. <!-- By running scripts/collect-info.yaml you can get a lot of useful informations.
  26. Script can be started by:
  27. ansible-playbook -i <inventory_file_path> -u <ssh_user> -e ansible_ssh_user=<ssh_user> -b --become-user=root -e dir=`pwd` scripts/collect-info.yaml
  28. (If you using CoreOS remember to add '-e ansible_python_interpreter=/opt/bin/python').
  29. After running this command you can find logs in `pwd`/logs.tar.gz. You can even upload somewhere entire file and paste link here.-->