-
### Description
As a user, I want to be able to transition to other tools, so that I can easily move away from JKube or be able to work on my project from different environments.
A solution for …
-
### Description
Create a quickstart that shows how to use/configure the [Service Binding Operator](https://github.com/redhat-developer/service-binding-operator) (SBO) with JKube.
The quickstart …
-
If you run a jib build in a non ansi terminal (like any CICD build tool) then the jib build will generate endless update messages and fill almost the entire build log. Would be nice to support an opti…
-
### Describe the bug
I was trying out [Quarkus BuildPacks extension](https://quarkus.io/guides/container-image#buildpack) for investigation related to https://github.com/eclipse-jkube/jkube/issues/24…
-
### Description
I create ConfigMap configuration like that:
```xml
@
configmap-test
src/test/resources/test-application.yaml
…
-
### Description
`oc:resource` ignore my `src/main/jkube/deploymentconfig.yml` fragment
### Info
I put a `deploymentconfig.yml` in `src/main/jkube`:
```yml
spec:
containers:
- resour…
-
### Description
### Info
* Eclipse JKube version : 1.7.0
* Maven version (`mvn -v`) : 3.6.3
```
```
* Kubernetes / Red Hat OpenShift setup and version :
OpenShift 4.9
* If it's a bug…
-
### Description
The class [LocalServiceManagerTest](https://github.com/eclipse-jkube/jkube/blob/e398760a1d0067661c3f33b7b7d19150442a47c3/jkube-kit/remote-dev/src/test/java/org/eclipse/jkube/kit/remot…
-
### Description
The class [KubernetesHelmTask](https://github.com/eclipse-jkube/jkube/blob/d88ad23aa5a3651b1f570f14add5bdda6b410c0e/gradle-plugin/kubernetes/src/main/java/org/eclipse/jkube/gradle/plu…
-
### Description
I am building an image with jib for a spring-boot application. Spring-boot applications need to be repackaged in a fat jar so that you can run `java -jar myApp.jar`.
This repackagi…