Kevin Hanselman
Kevin Hanselman
Bump
This just bit me too. I know "+1" comments are frowned upon, but I think this is a serious enough bug to give this page a bump.
I think I'm experiencing this same bug. I have two Skaffold projects, one that uses `deploy.kubectl`, and one that uses `deploy.kustomize`. I'm using Rancher Desktop and also `skaffold dev`. The...
@ericzzzzzzz I tried this, and it doesn't help. I don't think the issue is with the status monitor's namespace. I think k8s is trying to pull the image(s) from a...
@ericzzzzzzz Thanks for clarifying. I began working on a minimal reproducible example, and I found the source of the issue I'm experiencing. I had my Pod's container configured with `imagePullPolicy:...
See the discussion in #171
> This is like `man` for CRDs? @alexec it's like `man` for all Kubernetes resources -- built-ins and CRDs alike.
I agree that this is annoying. Unfortunately solving it is non-trivial. Best case scenario, I upgrade to yaml.v3 which [allegedly supports this](https://pkg.go.dev/gopkg.in/yaml.v3#Node), albeit with a big caveat: > It's worth...
Hi @thorstenwagner! Yes, this is a bug. I'm fairly sure the issue is that `A.txt` gets committed (and replaced with a link), but the commit fails due to something related...
Addressing just the multiple stages per file request (not `foreach`) for now: I wrestled with supporting this early on in development. Ultimately I decided against it to keep Dud simple--both...