kubectl-build icon indicating copy to clipboard operation
kubectl-build copied to clipboard

Build dockerfiles directly in your Kubernetes cluster.

Results 3 kubectl-build issues
Sort by recently updated
recently updated
newest added

The current implementation sends `~/.docker/config.json` as a secret if it exist. This isn't great: 1. it's surprising, not mentioned anywhere and a security concern; 2. it's left behind if interrupted...

I don't have a good idea of what that would look like and it may well be out of scope, but my build pods are getting evicted. It would be...