skaffold icon indicating copy to clipboard operation
skaffold copied to clipboard

Introduce new actionable error messages for common use cases, esp related to V1 -> V2 transition

Open aaron-prindle opened this issue 3 years ago • 0 comments
trafficstars

Current issues that come up pretty frequenty:

  • when using render or deploy independantly, often errors stating could not find image:<tag>. In these cases user likely wants to use build and pass the artifacts file to render or deploy but we don't try to state this (perhaps unnecessary)
  • for V2 if there is a field present eg: deploy.kubectl.manifests in addition to erroring likely makes sense to explain that for V2 you will need to use skaffold fixvs bumping to apiVersion directly

aaron-prindle avatar Jul 18 '22 23:07 aaron-prindle