mirror of
https://github.com/openshift/installer.git
synced 2026-02-05 06:46:36 +01:00
As nearly all supported platforms now document some UPI process, we want the issue reporter to clearly state what platform UPI is being deployed onto.
60 lines
1.6 KiB
Markdown
60 lines
1.6 KiB
Markdown
<!--
|
|
Thanks for opening a bug report!
|
|
Before hitting the button, please fill in as much of the template below as you can.
|
|
If you leave out information, it's harder to help you.
|
|
Be ready for follow-up questions, and please respond in a timely manner.
|
|
If we can't reproduce a bug we might close your issue.
|
|
If we're wrong, PLEASE feel free to reopen it and explain why.
|
|
-->
|
|
|
|
# Version
|
|
|
|
```console
|
|
$ openshift-install version
|
|
<your output here>
|
|
```
|
|
|
|
# Platform:
|
|
<!--
|
|
Please specify the platform type: aws, libvirt, openstack or baremetal
|
|
-->
|
|
|
|
<!--
|
|
Please specify:
|
|
* IPI (automated install with `openshift-install`. If you don't know, then it's IPI)
|
|
* UPI (semi-manual installation on customised infrastructure)
|
|
-->
|
|
|
|
# What happened?
|
|
|
|
Enter text here.
|
|
See [the troubleshooting documentation](https://github.com/openshift/installer/blob/master/docs/user/troubleshooting.md) for ideas about what information to collect.
|
|
For example, if the installer [fails to create resources](https://github.com/openshift/installer/blob/master/docs/user/troubleshooting.md#installer-fails-to-create-resources), attach the relevant portions of your `.openshift_install.log`.
|
|
|
|
# What you expected to happen?
|
|
|
|
Enter text here.
|
|
|
|
# How to reproduce it (as minimally and precisely as possible)?
|
|
|
|
<!--
|
|
Please list the full steps required to reproduce the issue.
|
|
-->
|
|
|
|
```console
|
|
$ your-commands-here
|
|
```
|
|
|
|
# Anything else we need to know?
|
|
|
|
Enter text here.
|
|
|
|
# References
|
|
|
|
<!--
|
|
Are there any other GitHub issues (open or closed) or Pull Requests that should be linked here? For example:
|
|
- #6017
|
|
-->
|
|
|
|
- enter text here.
|