We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
yum install http://public.dhe.ibm.com/software/server/POWER/Linux/yum/download/ibm-power-repo-latest.noarch.rpm yum install -y rsct.basic rsct.core rsct.core.utils rsct.opt.storagerm usrsctp
Currently only usbguard is available according to the docs.
In pseudo code ():
apiVersion: machineconfiguration.openshift.io/v1 kind: MachineConfig metadata: labels: machineconfiguration.openshift.io/role: worker name: 80-worker-extensions spec: config: ignition: version: 3.1.0 extensions: - rsct.basic - rsct.core - rsct.core.utils - rsct.opt.storagerm - usrsctp
The text was updated successfully, but these errors were encountered:
No branches or pull requests
on the bastion:
yum install http://public.dhe.ibm.com/software/server/POWER/Linux/yum/download/ibm-power-repo-latest.noarch.rpm
yum install -y rsct.basic rsct.core rsct.core.utils rsct.opt.storagerm usrsctp
on the ocp nodes, it seems to me that this would go via machineconfig one day.
Currently only usbguard is available according to the docs.
In pseudo code ():
The text was updated successfully, but these errors were encountered: