issue Building Kafka Exporter Binary - Read-Only File System Error #10989
Unanswered
sanka-ganesh
asked this question in
Q&A
Replies: 1 comment
-
Strimzi does not build any Kafka Exporter binaries. We use the binaries provided by the Kafka Exporter project. If you have any troubles building Kafka Exporter, you should probably ask there? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
I’m encountering an issue while building the Kafka Exporter binary. After attempting to build using the
Makefile
andkafka_exporter.go
, I receive the following error:go: go: could not create module cache: mkdir /app/vbuild/RHEL8-x86_64/go/1.22.3/bin/pkg: read-only file system
It appears to be related to permissions or the environment setup, specifically with creating the module cache in the file system. Could you please assist me in resolving this issue?
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions