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

SRE Documentation additions for more installation info on MCAD and Instascale #207

Open
jbusche opened this issue Aug 2, 2023 · 4 comments

Comments

@jbusche
Copy link
Collaborator

jbusche commented Aug 2, 2023

Created issue in MCAD, but asked to move to Operator Issues - so closing older MCAD issue 537

The idea is to have a resources/.md file with additional information for SREs

Method to swap out the images when needed
How to change the resources
Maybe how to apply via subscriptions if you don't have the OpenShift UI handy
Cleanup steps

@jbusche
Copy link
Collaborator Author

jbusche commented Aug 2, 2023

This is what I have on my notes to change MCAD and InstaScale resources. (NOTE, this only persists under the FAST channel version of ODH 2.0.0)

Edit the CR for either mcads or instascale like this:

kubectl edit mcads mcad
or
kubectl edit instascales instascale

And then add this under the spec section:

  controllerResources:
    limits:
      cpu: "1"
      memory: 1G
    requests:
      cpu: "1"
      memory: 1G

@jbusche
Copy link
Collaborator Author

jbusche commented Aug 2, 2023

Method to replace existing MCAD or InstaScale images. (NOTE: Even though this replaces the images, that doesn't mean the newer or older images work or are tested with the installed CodeFlare stack..)

kubectl edit mcads mcad
or
kubectl edit instascales instascale

and under spec: add something like this:

spec:
  controllerImage: quay.io/project-codeflare/mcad-controller:main-v1.30.0

or for InstaScale:

spec:
  controllerImage: quay.io/project-codeflare/instascale-controller:v0.0.4

@jbusche
Copy link
Collaborator Author

jbusche commented Aug 3, 2023

@astefanutti
Copy link
Contributor

@jbusche It seems out dated since the CFO redesign. Would you know if there is anything left to be done?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

2 participants