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 #537

Closed
jbusche opened this issue Aug 1, 2023 · 7 comments
Assignees

Comments

@jbusche
Copy link
Contributor

jbusche commented Aug 1, 2023

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
Contributor Author

jbusche commented Aug 1, 2023

I have notes on these - can create a PR and we can decide how best to organize it, where, etc...

@asm582
Copy link
Member

asm582 commented Aug 2, 2023

Should move this issue to codeflare operator repo ?

@jbusche
Copy link
Contributor Author

jbusche commented Aug 2, 2023

Hi @asm582, do you mean move this issue to the codeflare operator repo? Or store the document in the codeflare operator repo?

@asm582
Copy link
Member

asm582 commented Aug 2, 2023

I think the issue and the docs should both be in Operator repo

@jbusche
Copy link
Contributor Author

jbusche commented Aug 2, 2023

This is what I have on my notes to change MCAD and InstaScale resources

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
Contributor Author

jbusche commented Aug 2, 2023

OK - will close and move to operator repo - don't know where I'll store it - so maybe in the wiki for now.

@jbusche
Copy link
Contributor Author

jbusche commented Aug 2, 2023

Closing this issue and moving to project-codeflare/codeflare-operator#207

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

No branches or pull requests

2 participants