minishift-addons
minishift-addons copied to clipboard
addon for prometheus in openshift 3.7
the current addon works for 3.6 - but for 3.7 we also need the node exporter and alert manager
@durandom @jorgemoralespou Is there no way we can make the existing add-on to work for both 3.6 and 3.7?
I cant think of a way how. 3.6 needs a different application template. Unless there is a way to conditionally run oc commands, I dont see how
Unless there is a way to conditionally run oc commands
No such way as of now in add-on. I think we have two options at the moment:
- Keep separate addon folder for both version (Current PR behavior)
- One addon folder
- We need one
prometheus.addon
and anotherprometheus.3.6.addon.example
- Document how to use 3.6 version add-on
- We need one
WDYT @LalatenduMohanty ?