-
Notifications
You must be signed in to change notification settings - Fork 0
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
configmap, statefulset, and readme updates #1
base: master
Are you sure you want to change the base?
Conversation
31f8c51
to
99beeea
Compare
Note: I installed kafka on stage using these exact files so I believe they work as we would expect them to. |
5a1850f
to
c8e96f1
Compare
failureThreshold: 3 | ||
periodSeconds: 10 | ||
successThreshold: 1 | ||
tcpSocket: |
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.
What was the point of this change again?
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.
The readiness fails and the containers will never start if they use the readiness probe used by charts since jmx is using port 5000: https://github.com/kubernetes/charts/blob/master/incubator/kafka/templates/statefulset.yaml#L61
This one works: https://github.com/Yolean/kubernetes-kafka/blob/master/kafka/50kafka.yml#L63
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.
Ahh okay, it's good that we pulled the change from the upstream that this chart is meant to be based on. It's more defensible if we try to merge these changes into the upstream chart.
Thanks
cacdf13
to
66d4628
Compare
Note that this is basically a helmification of the changes at: Yolean/kubernetes-kafka@5a2b8c7 |
7733844
to
0a91751
Compare
Also changes the readiness probe to match the new one upstream
0a91751
to
3ad70c0
Compare
…fka-monitoring
* Update app to latest version and qa improvements * review #1
I updated the readme, added a configmap, and updated the statefulset definition to add the prometheus sidecar.