-
Notifications
You must be signed in to change notification settings - Fork 6
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
Doc 686 Add initial docs for how to use the Connect Helm chart #89
Conversation
✅ Deploy Preview for redpanda-connect ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
+ | ||
[source,yaml] | ||
---- | ||
config: |
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.
I assume this is the example you are referencing that generates input continuously? If so, is there also a way to suggest how folks can create an even more minimal example for their own use?
Could we also include a small section around uninstall and perhaps upgrades of the chart? Similar to how we do things on K8s? |
I've added an uninstall section. We'll need a dedicated upgrade guide at some point but I think that should be a separate PR. |
+ | ||
[source,json,role="no-copy"] | ||
---- | ||
{"name":"ZOIE SIPES"} |
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.
LOL--great names :-)
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.
Wow. This is fantastic--clear, intuitive, just wonderful.
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.
Looks fantastic! Thank you Jake for this! This goes a long way to getting folks to running RP Connect on K8s.
Description
Adds a quickstart to help Kubernetes users:
This is the minimal required documentation to help users get started. Eventually, we will want a complete deployment guide for Kubernetes and we'll need to single-source that guide and all other relevant Connect docs into the Redpanda Self-Managed docs. This is captured in https://redpandadata.atlassian.net/browse/DOC-735
Note: I've explained the strange (known) behavior of CrashLoopBackoffs when pipelines are completed successfully. This needs calling out to reduce the number of related support tickets. We have already had some BYOC customers reporting the issue. I've opened some Jiras to track the resolution of this issue: for Connect and for Connect Helm chart.
Related updates to the values file for the autogenerated docs: redpanda-data/helm-charts#1594
Resolves https://github.com/redpanda-data/documentation-private/issues/2550
Resolves https://github.com/redpanda-data/documentation-private/issues/2775
Review deadline: 12 November
Page previews
Preview
Checks