Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cmd/skaffold/app/cmd/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ func runContext(ctx context.Context, out io.Writer, opts config.SkaffoldOptions)
if err != nil {
return nil, nil, fmt.Errorf("getting run context: %w", err)
}
output.Default.Fprintf(out, "Using kubectl context: %s\n", runCtx.KubeContext)

if err := validation.ProcessWithRunContext(ctx, runCtx); err != nil {
return nil, nil, fmt.Errorf("invalid skaffold config: %w", err)
Expand Down