You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do not know if this is related but my skaffold dev crashes terribly at the end of the helm install phase when timestamps are enabled with something like:
2025-01-07 16:38:49 WARN[2025-01-07T16:38:49Z] Failed to deploy :deploying "core": install: signal: broken pipe, please fix the error and press any key to continue. subtask=-1 task=DevLoop
Expected behavior
Set
export SKAFFOLD_TIMESTAMPS="true"
See timestamps and everything working as expected.
Actual behavior
See timestamps and see Skaffold crashing with:
There's a double timestamp in here:
Here
eleases-auth
should be- secret/artifactory-releases-auth configured
d-functions-runner-tm572tf94d unchanged
should be- configmap/image-redacted-functions-runner-tm572tf94d unchanged
namespace/redacted-namespace-name unchanged
should be- namespace/redacted-namespace-name unchanged
Crash happens everytime with
SKAFFOLD_TIMESTAMPS="true"
but does not happen withoutSKAFFOLD_TIMESTAMPS
or withSKAFFOLD_TIMESTAMPS="false"
Information
can provide, but is our company's internal 300 line configuration with multiple modules so can't really provide a redacted version easily.
The text was updated successfully, but these errors were encountered: