-
I try to use the kubernetes client to deploy yaml with several resources by using This works fine when running my quarkus app in dev mode and using my kubeconfig. However when I deploy the app as a deployment to kubernets with an appropriate service-account I get an exception:
When I use the configmap method of the kubernets client however I'm facing no issues It seems I'm missing something in the client initialization, but couldn't figure out what. Can anybody help me with that? I'm using version 5.12.1 of the kubernets-client. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It seems like a classloading issue. You shouldn't get that exception unless it can't find ConfigMapBuilder. Are you running in native? Has that class been removed from the image? |
Beta Was this translation helpful? Give feedback.
It seems like a classloading issue. You shouldn't get that exception unless it can't find ConfigMapBuilder. Are you running in native? Has that class been removed from the image?