Skip to content
New issue

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

rsct #411

Open
kitty-catt opened this issue Apr 12, 2022 · 0 comments
Open

rsct #411

kitty-catt opened this issue Apr 12, 2022 · 0 comments

Comments

@kitty-catt
Copy link

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 ():

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant