Darren Shepherd
Darren Shepherd
Sometimes you have really important containers, like data only containers, that you don't want accidentally deleted. `docker rm -f $(docker ps -qa)` is just too easy to type sometimes and...
It would be nice if there were tags for the submodules in this project, specifically github.com/google/go-containerregistry/pkg/authn/kubernetes. I know it's a headache, but its just that I'm picking up ggcr using...
**Is your feature request related to a problem? Please describe.** Bring back --docker **Describe the solution you'd like** I'd prefer k3s to vendor in cri-dockerd similar to all go stuff...
Right now logging is split between klog/glog and logrus. We'd like all logs to use the same logging backend so we should implement the klog interface for logrus.
Right now you have to do `-p` to bind any port you'd wish to access k8s. On linux this isn't much of an issue because you can just access the...
## What did you do The following fails ``` $ k3d cluster create -p 9443:443 FATA[0000] Malformed portmapping '9443:443' lacks a node filter, but there is more than one node...
We need to inform the user that their cluster is not "Ingress" capable. The unfortunate this is that a lack of a IngressClass resource does not mean that there are...
If you immediately run `acorn run -i .` you will get the following message: ``` ERRO[0000] Failed to build /Users/darren/src/examples/guestbook/Acornfile: no matches for kind "Builder" in version "api.acorn.io/v1" ``` We...
Right now acorn has four images acorn buildkit registry klipper-lb We should consolidate everything to one image so that airgapping acorn is simple.
If you have an Acorn image that references a docker image in registry X and you are pushing your acorn image to registry X, there is no need to push...