jkube icon indicating copy to clipboard operation
jkube copied to clipboard

Build and Deploy java applications on Kubernetes

Results 358 jkube issues
Sort by recently updated
recently updated
newest added

### Component https://github.com/jkubeio/jkube-images ### Task description ### Description Upgrade JKube images based on UBI8 to be based on UBI9 - https://catalog.redhat.com/software/containers/ubi9/ubi-minimal - [ubi9/openjdk-17](https://catalog.redhat.com/software/containers/ubi9/openjdk-17/61ee7c26ed74b2ffb22b07f6) - [ubi9/openjdk-17-runtime](https://catalog.redhat.com/software/containers/ubi9/openjdk-17-runtime/61ee7d45384a3eb331996bee)

technical-debt

### Component Kubernetes Maven Plugin ### Task description ### Description Child of https://github.com/eclipse/jkube/issues/857 Migrate the following tests to use [Mockito](https://site.mockito.org/) instead of [JMockit](https://jmockit.github.io/): - BuildMojoTest - HelmMojoTest - HelmPushMojoTest -...

🌞 GSoC

### Component jkube-kit-generator-webapp ### Task description Child of #1546 - Remove JUnit4 dependencies - Add JUnit5 dependencies - Refactor tests

🌞 GSoC

### Component JKube Kit ### Is your enhancement related to a problem? Please describe Mirror issue for https://github.com/fabric8io/docker-maven-plugin/issues/1584 Support for [Docker Contexts](https://docs.docker.com/engine/context/working-with-contexts/) looks like something that might be useful for...

enhancement

### Description https://www.eclipse.org/jkube/docs/openshift-maven-plugin#resource-route-generation mentioned that 80, 443, 8080, 9080, 9090, 9443 are recognized by service and automatically be exposed. I think the port "8443" should be included as one of...

enhancement

### Description The `kubernetes-maven-plugin` doesn't work on Apple M1 machines. Similar issue was also reported in `docker-maven-plugin` and fixed by upgrading `jnr-unixsocket` to at least [0.38.17](https://github.com/jnr/jnr-unixsocket/issues/95) ### AI - [x]...

### Description Blocked by https://github.com/eclipse/jkube/issues/1322 [Wildfly Microprofile Health Subsystem](https://github.com/wildfly/wildfly/blob/main/docs/src/main/asciidoc/_admin-guide/subsystem-configuration/MicroProfile_Health.adoc#http-endpoints) configuration defines three HTTP endpoints: - `/health/live` to test the liveness of the application server - `/health/ready` to test the readiness...

enhancement

## Description deps: bump JKube maintained base images to 0.0.16 ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] Feature (non-breaking...

### Description [KindFilenameMapperUtil](https://github.com/eclipse/jkube/blob/master/jkube-kit/common/src/main/java/org/eclipse/jkube/kit/common/util/KindFilenameMapperUtil.java) doesn't seem to be covered by any unit tests. - [ ] Write unit test to verify all required kind to filename mappings are loaded

good first issue

### Describe the bug Hi, I have an example where we have a configmap template with data like this ``` data: report_date: "2020-01-01" ``` After the resource action the kubernetes...

bug