Aaron Prindle
Aaron Prindle
Fixed with https://github.com/GoogleContainerTools/kaniko/pull/2863, closing
+1 @AlanGreene, this was fixed with https://github.com/tektoncd/pipeline/pull/6184 /close
Closing this for reasons @JeromeJu mentioned. Feel free to continue the discussion around this in #1921, currently this would break users
As noted in #3180, the fix here was not correct and has been undone given the --no-push-cache flags usage and current use cases around pushing cached images but not the...
@nickdapper definitely let us know how we can help support you with any work here. The Skaffold team would be super excited to help with any work on this, thanks!
For the `skaffold debug` suspend on start configuration @briandealwis referenced that for setting the feature: ``` Suggestions are: SKAFFOLD_DEBUG_SUSPEND environment variable pod annotation for a skaffold.dev/debug/suspend ``` From poking around...
Talked offline, question answers are inline: - `skaffold debug` is not plumbed through for [RunContext](https://github.com/GoogleContainerTools/skaffold/blob/5698dea6e6762b3c5c4fdd032f3369783a58b86b/pkg/skaffold/runner/runcontext/context.go#L36). This will be plumbed through for —protocols flag: #2202 - Skaffold already loads flags from...
Currently I have mapped the bug to the following required work: - go - Modify dlv entrypoint go transform to make --continuous flag parameterized (false for `suspend=true`). Code to to...
Unassigning myself to focus on performance work, tried to add some notes above for next person
Thanks for flagging this @mm-fsai. This is an issue with Skaffold, the `manifests.helm.releases[].createNamespace` field should not actually exist (created #8533 tracking removing it) and instead `deploy.helm.releases[].createNamespace` should be used. In...