kompose icon indicating copy to clipboard operation
kompose copied to clipboard

Convert Compose to Kubernetes

Results 97 kompose issues
Sort by recently updated
recently updated
newest added

A set of improvements for the user guide: User guide updates: - [ ] Tell the user that they should be using the most up-to-date compose spec (no passing in...

### What would you like to be added? Add `kompose.init-contaners.name: "foo"`, `kompose.init-contaners.image: "bar"`, `kompose.init-contaners.command: []` labels ### Why is this needed? This will ease the migration from docker-compose to kubernetes...

kind/feature

### What would you like to be added? Would it be reasonable to add a.pre-commit-hooks.yaml to the kompose repo? I'd love to write a (probably pretty simple) PR if it...

kind/feature
lifecycle/rotten

### What would you like to be added? ConfigMaps can be created and mounted into pods where docker-compose mounts config files local to the host into containers. ### Why is...

kind/feature

### What would you like to be added? Open tasks for the Kubernetes Security Slam 2023 - [x] Task 1: Releases are being made via CI (https://github.com/kubernetes/kompose/issues/1785) - [x] Task...

kind/feature
lifecycle/rotten

### What would you like to be added? Looks like this project doesn't release images via CI, or at least staging and promotion isn't using community infrastructure. I'm participating in...

kind/feature
lifecycle/rotten

### What would you like to be added? Currently we can see that release process in manual, so there is possibility we can do this in an automated fashion using...

kind/feature
lifecycle/rotten

### Expected Behavior ``` ./kompose convert --help Convert a Docker Compose file Usage: kompose convert [flags] Kubernetes Flags: -c, --chart Create a Helm chart for converted objects --controller Set the...

kind/bug
lifecycle/rotten

### Expected Behavior Mapping format as it is described https://docs.docker.com/compose/compose-file/05-services/#env_file should be supported. ``` env_file: - path: ./default.env required: true # default - path: ./override.env required: false ``` ### Actual...

kind/bug

### What would you like to be added? When a service has `network_mode` of the form `service:`*anotherservice*, it should be added as a second container into the deployment of *anotherservice*...

kind/feature