We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hello, thank you for the project!
Expected behavior : expect to have docker-compose converted into k3s/k8s deployment file
curl -L https://github.com/kubernetes/kompose/releases/download/v1.35.0/kompose-linux-amd64 -o ~/bin/kompose && chmod +x ~/bin/kompose
cd playground kompose -f docker-compose.yml convert
kompose version 1.35.0 (9532ceef3)
services: vault-agent: build: context: . dockerfile: vault_agent/Dockerfile depends_on: vault: service_started vault: image: hashicorp/vault:latest
I chopped down the compose file just to be able to reproduce the conversion error.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
hello,
thank you for the project!
Expected behavior :
expect to have docker-compose converted into k3s/k8s deployment file
Actual Behavior
Steps To Reproduce
curl -L https://github.com/kubernetes/kompose/releases/download/v1.35.0/kompose-linux-amd64 -o ~/bin/kompose && chmod +x ~/bin/kompose
cd playground
kompose -f docker-compose.yml convert
Kompose Version
Docker-Compose file
Anything else?
I chopped down the compose file just to be able to reproduce the conversion error.
The text was updated successfully, but these errors were encountered: