[Bug] Failed to run Kyuubi Server on K8S #3434
-
Code of Conduct
Search before asking
Describe the bugWhen I was ready to run Kyuubi Servers on our K8S cluster as a deployment, I came across a problem below. The reason is the Kyuubi user failed to perform application because of permission. Affects Version(s)master Kyuubi Server Log Outputstarting container process caused: exec: "./bin/kyuubi": stat ./bin/kyuubi: permission denied: unknown Kyuubi Engine Log OutputNo response Kyuubi Server ConfigurationsNo response Kyuubi Engine ConfigurationsNo response Additional contextNo response Are you willing to submit PR?
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
How do you build your docker image? |
Beta Was this translation helpful? Give feedback.
-
this is not a proper way to define a bug without any description, I will move it to discussions |
Beta Was this translation helpful? Give feedback.
-
cc @zwangsheng, is this a bug indeed, or just an issue of use environment? |
Beta Was this translation helpful? Give feedback.
-
Hello, kyuubi provide two Dockerfiles in project, |
Beta Was this translation helpful? Give feedback.
Hello, kyuubi provide two Dockerfiles in project,
./build/Dockerfile
for Github CI/CD and./docker/Dockerfile
for users build custom docker image.We recommend use
./docker/Dockerfile
and./bin/docker-image-tool.sh
to build your docker image.See more detail about this in https://kyuubi.readthedocs.io/en/latest/deployment/kyuubi_on_kubernetes.html#build-kyuubi-docker-image