skaffold icon indicating copy to clipboard operation
skaffold copied to clipboard

Easy and Repeatable Kubernetes Development

Results 383 skaffold issues
Sort by recently updated
recently updated
newest added

### Expected behavior I can run `skaffold build` with `bazel` artifact from `bazel workspace` subfolder ```yaml build: artifacts: - image: quay.io/org/project context: ../../.. bazel: target: //projects/project:docker.tar ``` ### Actual behavior...

kind/bug
area/build
priority/p2
build/bazel

Description: TODO, don't merge yet, verifying CI.

!! do-not-merge !!
size/L

https://skaffold.dev/docs/pipeline-stages/deployers/

kind/documentation
priority/p2
area/docs
deploy/kpt

Fixes: #7864 **Description** I've backported commits which fix the usage of `Bazel` artifact context. Now it's possible to put `skaffold.yaml` file to subfolder of bazel workspace and set context to...

size/M

Fixes: #7863 #7868 **Description** Integration tests for `run`, `dev`, `debug`, and `deploy` commands with multi-platform

size/L

A user reported via [slack](https://kubernetes.slack.com/archives/CABQMSZA6/p1603309658143900) that they were not able to get more information on why the kaniko pod failed. Skaffold tries to fetch the pod logs, however, the pod...

kind/bug
area/build
priority/p3
build/kaniko
build/cluster

### Expected behavior The following `tagPolicy` is supported ```yaml tagPolicy: customTemplate: template: test-{{.INPUT_DIGEST}} ``` ### Actual behavior `inputDigest` is supported only if it's explicitly added to components. While other taggers...

### Expected behavior I expect `skaffold config --kube-context set default-repo` to work. ### Actual behavior Configured `default-repo` for the kube context is ignored and the `local-registry-hosting` value from the cluster...

kind/bug
deploy/kubectl
priority/p2