-
Notifications
You must be signed in to change notification settings - Fork 31
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
Add prelim helm integration guide #66
Conversation
/cc @liamfallon |
/cc @lapentad |
/cc @tliron |
/cc @s3wong |
/cc @byungwoojun |
/approve |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few minor tweaks, and I haven't tried it, but looks good generally.
user-guide/docs/helm/README.md
Outdated
## Overview | ||
|
||
Helm integration support in Nephio is currently under investigation | ||
and will progress over the coming releases.\ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extraneous backslash
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed
user-guide/docs/helm/README.md
Outdated
|
||
### Deployment options | ||
|
||
[Using Flux CD to deploy helm charts in Nephio](https://github.com/nephio-project/docs/blob/main/install-guide/docs/helm/flux-helm.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make this a bulleted list, and then add the other options under consideration (even though they will not have links). At the very least add the Operator SDK and a link to that.
I would also change the link text to just "Using Flux CD".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
user-guide/docs/helm/flux-helm.md
Outdated
@@ -0,0 +1,143 @@ | |||
# Deploying helm charts in Nephio using Flux CD | |||
|
|||
[Flux CD](https://fluxcd.io/flux/use-cases/helm/) provides a set of kubernetes controllers to enable a GitOps driven deployment of helm charts, using relevant the flux Custom Resources. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/kubernetes/Kubernetes/
I would just end the sentence where the comma is.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: johnbelamaric, liamfallon The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Adding a placeholder for helm int docs and including a basic readme howto guide on using the existing flux kpt packages.
Also, some refactoring on the structure of the the docs repo.