-
Notifications
You must be signed in to change notification settings - Fork 37
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 Refinery chart #27
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.
Tested locally with a node deployment in k8s going through the helm refinery: seeing events 👍
Something that was not obvious to me: how to discover the refinery service inside the cluster. Maybe worth mentioning in the README? I am pretty novice k8s user, though, so if it's obvious to a seasoned user, no need.
One thing I couldn't get to work is logs: using the default logrus config, I didn't see any logs with kubectl logs
, using the honeycomb logger didn't create the logs dataset. Not sure what the issue is, could be my local setup. The only thing I changed in the values file was pointing at the dogfood API.
@@ -0,0 +1,2 @@ | |||
Honeycomb refinery is setup and configured to refine events that are sent through it. You should see data flowing | |||
within a few minutes at https://ui.honeycomb.io |
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.
not worth a lot of effort, but if possible: the API is configurable, so this note can be misleading
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.
This is the UI link, not the API link.
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.
right, so in my case I would be looking at https://ui-dogfood.honeycomb.io. But no one outside Honeycomb would go to another UI, so now that I think about it, it seems OK hard-coded.
Initial release of chart for Refinery.
This Helm chart will depend on this PR getting merged for refinery itself. Hold merging until then.