Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 3.05 KB

maintenance.md

File metadata and controls

51 lines (37 loc) · 3.05 KB

Maintenance

How to update supported Kubernetes

Nyamber supports the three latest Kubernetes versions. If a new Kubernetes version is released, please update the followings:

1. Update supported kubernetes and dependencies versions

If Kubernetes or related APIs have changed, please update the relevant source code accordingly.

2. Update nyamber by running make

You can update nyamber by running the following make commands:

make setup
make manifests
make build

3. Fix test code if tests fail

After pushing the change, if the CI fails, fix the tests and push the changes again.

e.g., #59

4. Release the new version

After merging the changes above, follow the procedures written in docs/release.md and release the new version.

e.g., #60