Add a way to define user/password to log in to cluster nodes via IPMI #358
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
This is a feature request. When facing network issues, it is useful to log in to cluster nodes via IPMI to debug. This should ideally be done on two levels:
I believe the first could be achieved by using the
quay.io/coreos/coreos-installer:release
. Here is an example how to do this.The latter could be done by users themselves by supplying a MachineConfig manifest. The following will work on SNO, for other clusters another label targetting all cluster nodes would have to be used.
An aside: applying this manifest on recent OCP versions will not even reboot the cluster node.
I believe this could be done in one of two ways:
The former approach is more flexible and will solve many other issues/requests users of this tooling have, the latter is probably more novice user friendly.
Perhaps we could start by copying the approach taken by bootstrap-in-place-poc and then add the user/password option as an abstraction on top of it.
Thoughts?
The text was updated successfully, but these errors were encountered: