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 JKube Kit ### Task description ### Description HelmRepoTypeTest seems to be failing intermittently on CI (for example [here](https://app.circleci.com/pipelines/github/eclipse/jkube/3241/workflows/cc124a3a-576d-4059-9d94-feb0b8065684/jobs/16386)): ``` [ERROR] Failures: [ERROR] HelmRepoTypeTest.createConnection_withArtifactoryAndNoAuth_shouldReturnConnection:88 Expecting to have a property...

### Description I have simple module with only one kubernates Service defined in: ../jkube/simple-service.yaml I'm already exclude most enrichers - so i expect only one object to be generated. Actualy...

Waiting on feedback
UX

### Description [Drone](https://github.com/harness/drone) is continuous delivery tool that uses containers to build pipelines. As a Java developer I would like to have JKube generate a standard `.drone.yml` for the Java...

### Component JKube Kit ### 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/): - ImageConfigurationTest - BuildConfigurationTest ### Expected Behavior All...

🌞 GSoC

## Description The tests have been reworked, where necessary, so that they correctly run also on Windows. This PR fixes https://github.com/eclipse/jkube/issues/1338 ## Type of change - [x] Bug fix (non-breaking...

### Component JKube Kit ### 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/): - ApplyServiceTest - DebugServiceTest - PortForwardServicePortOrderTest - PortForwardServiceTest...

🌞 GSoC

### Describe the bug I have a deployment template that has a strategy as follows ``` spec: strategy: rollingUpdate: maxSurge: 100% maxUnavailable: 25% type: RollingUpdate ``` after running oc:resource, the...

bug
Waiting on feedback

Bumps [maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 1.4.1 to 3.1.0. Release notes Sourced from maven-enforcer-plugin's releases. 3.1.0 🚀 New features and improvements [MENFORCER-420] - cache dependencies across rules (#152) @​josephw [MENFORCER-409] - Log at...

dependencies
java

### Component JKube Kit ### 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/): - ImageConfigurationTest - WatchServiceTest - ApacheHttpClientDelegateTest - HcChunkedResponseHandlerWrapperTest...

🌞 GSoC

## Description Fix https://github.com/eclipse/jkube/issues/1409 Unit tests that use FileAssertions:fileTree is failing due to invalid expected file paths. ## Type of change - [ ] Bug fix (non-breaking change which fixes...