Replies: 4 comments
-
I'm not completely sure why you call What exactly is frustrating in having to add this property if you don't want to pull the images? |
Beta Was this translation helpful? Give feedback.
-
@gsmet Users which need to add another configuration option ( Frustrating thing is, that one has to find out what is the real problem first. As user will see failing pods. Then finding how to fix it. |
Beta Was this translation helpful? Give feedback.
-
I'd say that Personally, I don't mind a `quarkus-kubernetes-local' as a base for all local kubernetes environments like:
|
Beta Was this translation helpful? Give feedback.
-
@iocanel How can we move it forward ? I don't see into the process, should i create issue somewhere or this one is sufficient for tracking it ? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Following https://quarkus.io/guides/deploying-to-kubernetes we can notice that generated kubernetes files contain
which is probably OK on non-local kubernetes. But if we want to use local kubernetes (Kubernetes from Docker for desktop on MacOS) for playing/developing we must use workaround eg.
otherwise it tries to pull the image from dockerhub even it is already present locally.
This is really frustrating starting point for MacOS developers on local kubernetes.
When i use
quarkus-minikube
it works. But i don't use minikube. Because of that i'm suggesting to rename thequarkus-minikube
to some more generic name eg.quarkus-local-k8s
.Beta Was this translation helpful? Give feedback.
All reactions