-
Notifications
You must be signed in to change notification settings - Fork 520
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kubernetes gradle plugin: Should k8sBuild require kubernetes cluster to be configured ? #1156
Comments
manusa
added
component/gradle-plugin
Related to the Gradle Plugins
and removed
component/gradle-plugin
Related to the Gradle Plugins
labels
Dec 21, 2021
One option could be to make the client and clusterAccess fields in JKubeServiceHub lazy. They would only be initialized provided that we are not offline and only when they are needed. |
rohanKanojia
added a commit
to rohanKanojia/jkube
that referenced
this issue
Jul 13, 2022
…en when it's not required (eclipse-jkube#1156) Rather than directly initializing ClusterAccess and KubernetesClient while initializing JKubeServiceHub, do lazy initialization instead. This way ClusterAccess would only created when it's required. Signed-off-by: Rohan Kumar <rohaan@redhat.com>
15 tasks
rohanKanojia
added a commit
to rohanKanojia/jkube
that referenced
this issue
Aug 2, 2022
…en when it's not required (eclipse-jkube#1156) Rather than directly initializing ClusterAccess and KubernetesClient while initializing JKubeServiceHub, do lazy initialization instead. This way ClusterAccess would only created when it's required. Signed-off-by: Rohan Kumar <rohaan@redhat.com>
manusa
pushed a commit
to rohanKanojia/jkube
that referenced
this issue
Aug 4, 2022
…en when it's not required (eclipse-jkube#1156) Rather than directly initializing ClusterAccess and KubernetesClient while initializing JKubeServiceHub, do lazy initialization instead. This way ClusterAccess would only created when it's required. Signed-off-by: Rohan Kumar <rohaan@redhat.com>
manusa
pushed a commit
that referenced
this issue
Aug 4, 2022
…en when it's not required (#1156) Rather than directly initializing ClusterAccess and KubernetesClient while initializing JKubeServiceHub, do lazy initialization instead. This way ClusterAccess would only created when it's required. Signed-off-by: Rohan Kumar <rohaan@redhat.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
I am trying to run k8sBuild and get this error with podman:
Info
Eclipse JKube version : 1.6.0-SNAPSHOT
Sample Reproducer Project : testing with a gradle project generated from https://code.quarkus.io/
The text was updated successfully, but these errors were encountered: