Skip to content

Commit

Permalink
link
Browse files Browse the repository at this point in the history
  • Loading branch information
theboringstuff committed Nov 7, 2024
1 parent 69f36ad commit 0089414
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,10 @@ Also, check out the following inventory examples:
- [cluster.yaml](examples/cluster.yaml)
- [procedure.yaml](examples/procedure.yaml)

For maintainers and developers there is useful [internal documentation](/documentation/internal/), for example:
* [How to write patches](/documentation/internal/Patches.md)
* [How to make new release](/documentation/internal/Release.md)

## Issues, Questions
If you have any problems while working with Kubemarine, feel free to open a [new issue](https://github.com/netcracker/kubemarine/issues) or even
[PR](https://github.com/netcracker/kubemarine/pulls) with related changes.
Expand Down
1 change: 0 additions & 1 deletion documentation/internal/Release.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ If you want to make a new KubeMarine release, you need to do following:
* KubeMarine python distribution package. It could be found in release assets.
* [KubeMarine image](https://github.com/Netcracker/KubeMarine/pkgs/container/kubemarine).
* [Kubemarine documentation](https://github.com/Netcracker/KubeMarine/tree/main/documentation).

4. Once you have verified that KubeMarine artifacts are OK, change your release from `pre-release` to `latest release` on [GitHub Release page](https://github.com/Netcracker/KubeMarine/releases). This will publish KubeMarine distribution package to PyPI.

0 comments on commit 0089414

Please sign in to comment.