You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While setting the alternative firmware path at runtime with KMM, we currently need to manually update the ConfigMap to set worker.setFirmwareClassPath to /var/lib/firmware. This is being done with the following oc command:
However, this command sets the path explicitly and then reboot the controller manager pod, we need a more elegant solution to update this firmware path.
Impact:
The current method breaks "one-click" provisioning solution, which stops the Ansible playbook without completing its execution.. As a workaround, users need to be already logged in to the cluster using oc command..
Desired Solution:
Need a solution that allows for a more integrated and seamless way to set the firmware path without manual intervention.
The text was updated successfully, but these errors were encountered:
Summary:
While setting the alternative firmware path at runtime with KMM, we currently need to manually update the
ConfigMap
to setworker.setFirmwareClassPath
to/var/lib/firmware
. This is being done with the following oc command:However, this command sets the path explicitly and then reboot the controller manager pod, we need a more elegant solution to update this firmware path.
Impact:
The current method breaks "one-click" provisioning solution, which stops the Ansible playbook without completing its execution.. As a workaround, users need to be already logged in to the cluster using
oc
command..Desired Solution:
Need a solution that allows for a more integrated and seamless way to set the firmware path without manual intervention.
The text was updated successfully, but these errors were encountered: