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

## Description Fixes #1563 ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] Feature (non-breaking change which adds functionality) - [...

## Description Fixes #1579 ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] Feature (non-breaking change which adds functionality) - [...

### Component openshift-maven-plugin ### Task description Child of #1546 - Remove JUnit4 dependencies - Add JUnit5 dependencies - Refactor tests

🌞 GSoC

### Description Provide HealthCheck enricher for [MicroProfile Health](https://github.com/eclipse/microprofile-health) implementations: - [ ] [SmallRye Health](https://github.com/smallrye/smallrye-health) + Quarkified version - [ ] ... #### See also: - https://github.com/eclipse/microprofile-health/blob/master/spec/src/main/asciidoc/protocol-wireformat.adoc

enhancement

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

🌞 GSoC

This is in the scope of big Pull Requests that take longer to review. Also, bigger PRs might contain changes that are not acceptable for any given reason, but other...

documentation

### Component JKube Kit ### Is your enhancement related to a problem? Please describe Our current `DefaultServiceEnricher` will act in three alternate ways: - Add services defined in XML configuration...

enhancement

### Component _No response_ ### Is your enhancement related to a problem? Please describe If I define multiple services (see #1668) the ProjectLabelEnricher overwrites the custom `app` label I defined...

enhancement

### Component JKube Kit ### Task description ### Description Make sure that [Docker Credential Store](https://docs.docker.com/engine/reference/commandline/login/#credentials-store) works as expected by adding an Integration Test. ### Expected Behavior The test verifies that...

technical-debt

Mirror of https://github.com/fabric8io/docker-maven-plugin/pull/1512 Consider JSON responses from Docker/Podman HTTP API even if a `Content-Type` header is not provided in the HTTP response.

bug