Is there a way to freeze Kubernetes configuration on Kubernetes dev services extension ? #50529
Replies: 2 comments 7 replies
-
|
/cc @geoand (devservices,kubernetes), @holly-cummins (devservices), @iocanel (kubernetes), @ozangunalp (devservices), @radcortez (config) |
Beta Was this translation helpful? Give feedback.
-
|
I think this is a fair comment, working with kubectl and the dev service is a very common usecase for inspecting the state during testing, and it's quite tedious I have to say. I admittedly don't use live reload that much, but especially for shutdown and startup this would be hard to freeze. The fact that dev services run on a random port is a good thing (though it can be overridden). Wouldn't it be better to simplify the process of connecting to a new dev service instance, e.g. through the dev UI? Rather than freezing an existing config. Maybe have an in-UI terminal that immediately works, or a direct kubeconfig download that has ports and credentials preconfigured? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
When I use the dev services with the Kubernetes extension it generates a KUBECONFIG configuration, which works fine.
But (there is always a but 😉) when Quarkus reloads, the default port and certificats are regenerated and change.
It's not very practical as all other tools (for example
kubectl) need to be updated with the new values.Is there a way to freeze the Kubernetes configuration?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions