-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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 documentation about k8s Helm Chart #1367
Conversation
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.
Could you also please extend line 15 like
"Deploy Traefik using a Deployment object"
docs/user-guide/kubernetes.md
Outdated
@@ -100,6 +100,16 @@ curl $(minikube ip) | |||
|
|||
> We expect to see a 404 response here as we haven't yet given Træfɪk any configuration. | |||
|
|||
## Deploy Træfɪk using Helm Chart | |||
|
|||
Install Træfɪk chart by: |
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.
Could you put in somewhat of a transition from the previous section by saying something like
"Instead of installing Traefik via a Deployment object, you can also use the Traefik Helm chart."
Seeing #1368, we should say Træfik instead of Træfɪk. |
Thanks you @timoreimann for the review. All changes done. |
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.
LGTM. :-)
Thanks for the contribution! 👍
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.
Thanks @seguins !
LGTM
This PR adds information about the existence of a Helm Chart for traefik on the Kubernetes documentation.