EDITD / kubetools

:nut_and_bolt: Kubetools is a tool and processes for developing and deploying microservices to Kubernetes.
MIT License
13 stars 2 forks source link

Translate k8s command/args to compose entrypoint/command #83

Closed gchazot closed 3 years ago

gchazot commented 3 years ago

Purpose of PR

Fix bug where local dev with ktd wouldn't work if the docker image has an entrypoint and only "args" are passed through the kubetools config.

:warning: This looks like it would break backwards compatibility but in the direction of a simpler kubetools.yml

Fizzadar commented 3 years ago

Missed the comment - definitely a good move here for a simpler configuration, no issues bumping major version for the breaking change IMO.