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

Update api-server ROCK #82

Closed
misohu opened this issue May 21, 2024 · 1 comment · Fixed by #100
Closed

Update api-server ROCK #82

misohu opened this issue May 21, 2024 · 1 comment · Fixed by #100
Labels
enhancement New feature or request Kubeflow 1.9

Comments

@misohu
Copy link
Member

misohu commented May 21, 2024

Context

Each charm in Kubeflow has a ROCK (or a set of ROCKs) it is using. The process of upgrading ROCKs usually means going to the component's upstream repository Dockerfile, comparing current ROCK version against the one in the repository and adding the missing bits.

What needs to get done

  1. Clone the upstream's kubeflow repository.
  2. Go to desired Dockerfile (first line in rockcraft.yaml should specify the full path).
  3. Checkout to the branch or tag of the target version.
  4. Checkout to the branch or tag of the version of the current ROCK.
  5. Compare both files to spot the differences.

Definition of Done

  1. New ROCK is ready.
  2. Tests are passing.
  3. ROCK is published under charmedkubeflow Dockerhub account.
@misohu misohu added enhancement New feature or request Kubeflow 1.9 labels May 21, 2024
Copy link

Thank you for reporting us your feedback!

The internal ticket has been created: https://warthogs.atlassian.net/browse/KF-5696.

This message was autogenerated

@misohu misohu changed the title Update api-serve ROCK Update api-server ROCK May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Kubeflow 1.9
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant