kd icon indicating copy to clipboard operation
kd copied to clipboard

Minimalistic kubernetes resources deployment tool with templating

Results 19 kd issues
Sort by recently updated
recently updated
newest added

Adding a reference to the track what is happening upstream: https://github.com/kubernetes/kubernetes/issues/23896

Waits until all resources have been created / updated before checking the roll-out of a deployment. This way it is possible to deploy quicker as deployments can roll-out parallel to...

Currently kd will block while it waits for an individual deployment to rollout before deploying any other resources. A more sophisticated approach would be to instead deploy all resources and...

I think kd should have a 'fire and forget' mode. i.e. It should be possible to create a deployment and move on without waiting for its rollout to complete. There...

We have no visibility of if and when kubectl updates can fail (#69) or if the follow functions work (manual testing required for e.g. #68). We could add an E2E...

`GOVERSION` environment variable was hard-coded in Makefile. This pull request changes that, making the environment variable dependent on installed Golang binary.

Resolves an issue where templating is attempted for already rendered templates.