skaffold
skaffold copied to clipboard
Easy and Repeatable Kubernetes Development
### 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...
Description: TODO, don't merge yet, verifying CI.
https://skaffold.dev/docs/pipeline-stages/deployers/
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...
Fixes: #7863 #7868 **Description** Integration tests for `run`, `dev`, `debug`, and `deploy` commands with multi-platform
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...
### 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...