This repository has been archived by the owner on May 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'latest-readme' into 'master'
Update to README to include info on MIG and deployment via helm See merge request nvidia/kubernetes/gpu-feature-discovery!36
- Loading branch information
Showing
3 changed files
with
386 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Release Process | ||
|
||
The `gpu-feature-discovery` component consists in two artifacts: | ||
- The `gpu-feature-discovery` container | ||
- The `gpu-feature-discovery` helm chart | ||
|
||
Publishing the container is automated through gitlab-ci and only requires one to tag the commit and push it to gitlab. | ||
Publishing the helm chart is currently manual, and we should move to an automated process ASAP | ||
|
||
# Release Process Checklist | ||
- [ ] Update the README to change occurances of the old version (e.g: `v0.1.0`) with the new version | ||
- [ ] Commit, Tag and Push to Gitlab | ||
- [ ] Build a new helm package with `helm package ./deployments/helm/gpu-feature-discovery` | ||
- [ ] Switch to the `gh-pages` branch and move the newly generated package to either the `stable` helm repo | ||
- [ ] Run the `./build-index.sh` script to rebuild the indices for each repo | ||
- [ ] Commit and push the `gh-pages` branch to GitHub | ||
- [ ] Wait for the [CI job associated with your tag] (https://gitlab.com/nvidia/kubernetes/gpu-feature-discovery/-/pipelines) to complete | ||
- [ ] Update the [README on dockerhub](https://hub.docker.com/r/nvidia/gpu-feature-discovery) with the latest tag information | ||
- [ ] Create a [new release](https://github.com/NVIDIA/gpu-feature-discovery/releases) on Github with the changelog |
Oops, something went wrong.