Closed rwellon closed 1 year ago
@miq-bot assign @Fryguy
@miq-bot assign @agrare
@miq-bot add_labels petrosian/yes? oparin/yes? quinteros/yes?
@rwellon Cannot apply the following label because they are not recognized:
petrosian/yes? oparin/yes? quinteros/yes?
All labels for ManageIQ/manageiq-documentation
: https://github.com/ManageIQ/manageiq-documentation/labels
@rwellon Do you need this backported to any specific versions?
We still had the alerts endpoint in the container_manager create form, https://github.com/ManageIQ/manageiq-providers-kubernetes/pull/506
https://github.com/ManageIQ/manageiq-documentation/commit/10b85663127d1422612c1dfe7f33fa2b08a1b755
@rwellon it looks like you tried to merge master into this branch, as a project we rebase PR branches on master rather than merging master into the branch just to keep the history clean and not have more merge commits than necessary.
You can refer to the git workflow https://www.manageiq.org/docs/guides/developer_setup/git_workflow specifically git config --global --bool pull.rebase true
or you can git fetch upstream; git rebase upstream/master
Closing this PR - will remove content in new PR
Pull request to add a note regarding the limitation for configuring Prometheus alerts for a container provider.