-
Notifications
You must be signed in to change notification settings - Fork 13
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
The walkthrough doesn't seem to work on Apple Silicon OS X #35
Comments
OK, I had a little bit of help on this. Turns out, I just need to define the Fluentd CRD with the
However, the process still seems to fail
I tried running the container as root, and symlinking that path, and that seemed to fix it, but not sure how to persist this to the CRD.
Edit: after reading the source here, I found a cleaner way to do this that doesn't require running as root.
Unfortunately, I can't find any way to get this to persist in the Edit 2: OK, that can be persisted via
With these changes, everything seems to be running on my M3. |
OK, it seems that the
Not sure why the Fluent bit instance is not able to connect to the |
Starting from scratch, and documenting one more thing I had to fix. The logs from the Kafka operator show
So I did |
It seemed that nothing was getting indexed into the Elasticsearch instance at all. The logs showed tons of messages like the following
I think that the security settings need to be disabled if we want Fluent pods to be able to send message to it (or else, they need to be configured with security). I tried |
OK, at least some of these issues are handled by updating to a much newer version of the Fluent operator. Opened #36 for that. |
I ran into the same issues with TLS and credentials. I have my doubts that this repo is maintained, since the instructions don't yield a working configuration and there have been no commits in over two years |
Hi all!
I went through the walkthough on my M3 MacBook Pro, and ran into a few issues.
First, when attempting to run the
./create-minikube-cluster-for-mac.sh
, I got this error.It seems that the
hyperkit
driver is not available on Apple Silicon. So I tried starting Minikube without that option (just withminikube start
), and got farther.However, when trying to deploy
fluentd
using this step, the pod failed to start (CrashLoopBackOff
). Checking the logs revealsSo I think that the
fluentd-watcher
image that it's trying to use is incompatible with my architecture. However, although I'm relatively familiar with Kubernetes, I'm not as familiar with Minikube, nor dealing with Apple Silicon related architecture issues. Anyone have pointers on how I might be able to work around this?Thank you!
The text was updated successfully, but these errors were encountered: