2019-04-11 10:02:13 +00:00
|
|
|
---
|
|
|
|
name: Bug Report
|
|
|
|
about: Report a bug encountered while operating Kubernetes
|
|
|
|
labels: kind/bug
|
2017-01-03 13:36:45 +00:00
|
|
|
|
2019-04-11 10:02:13 +00:00
|
|
|
---
|
2017-01-03 13:36:45 +00:00
|
|
|
<!--
|
2019-04-11 10:02:13 +00:00
|
|
|
Please, be ready for followup questions, and please respond in a timely
|
2017-01-03 13:36:45 +00:00
|
|
|
manner. If we can't reproduce a bug or think a feature already exists, we
|
|
|
|
might close your issue. If we're wrong, PLEASE feel free to reopen it and
|
|
|
|
explain why.
|
|
|
|
-->
|
|
|
|
|
|
|
|
**Environment**:
|
|
|
|
- **Cloud provider or hardware configuration:**
|
|
|
|
|
|
|
|
- **OS (`printf "$(uname -srm)\n$(cat /etc/os-release)\n"`):**
|
|
|
|
|
|
|
|
- **Version of Ansible** (`ansible --version`):
|
|
|
|
|
2020-02-13 09:34:35 +00:00
|
|
|
- **Version of Python** (`python --version`):
|
|
|
|
|
2017-01-03 13:36:45 +00:00
|
|
|
|
2017-06-16 17:25:46 +00:00
|
|
|
**Kubespray version (commit) (`git rev-parse --short HEAD`):**
|
2017-01-03 13:36:45 +00:00
|
|
|
|
|
|
|
|
|
|
|
**Network plugin used**:
|
|
|
|
|
|
|
|
|
2020-02-26 07:58:25 +00:00
|
|
|
**Full inventory with variables (`ansible -i inventory/sample/inventory.ini all -m debug -a "var=hostvars[inventory_hostname]"`):**
|
|
|
|
<!-- We recommend using snippets services like https://gist.github.com/ etc. -->
|
2017-01-03 13:36:45 +00:00
|
|
|
|
|
|
|
**Command used to invoke ansible**:
|
|
|
|
|
|
|
|
|
|
|
|
**Output of ansible run**:
|
|
|
|
<!-- We recommend using snippets services like https://gist.github.com/ etc. -->
|
|
|
|
|
|
|
|
**Anything else do we need to know**:
|
|
|
|
<!-- By running scripts/collect-info.yaml you can get a lot of useful informations.
|
|
|
|
Script can be started by:
|
|
|
|
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
|
|
|
|
(If you using CoreOS remember to add '-e ansible_python_interpreter=/opt/bin/python').
|
|
|
|
After running this command you can find logs in `pwd`/logs.tar.gz. You can even upload somewhere entire file and paste link here.-->
|