skaffold
skaffold copied to clipboard
Easy and Repeatable Kubernetes Development
### Expected behavior When using the ko builder with my kind cluster, I should be able to: - use the placeholder ko image name (ko://company.com/very/long/path/to/our/code) so that it's consistent with...
### Expected behavior `podman login ` `skaffold build` skaffold is able to build and push images (podmans docker compatibility is enabled, so builds work fine) ### Actual behavior skaffold fails...
The `skaffold.yaml` API for `verify` container only documents usage for name, image, command and args. This is insufficient for us to specify our tests which need env vars and need...
### Expected behavior `skaffold verify --default-repo=$IMAGE_REPO` should apply the default repo to verify images, similar to how it works with `skaffold build`, `skaffold deploy`, etc. For example, with `--default-repo=gcr.io/my-project`, the...
### Expected behavior Image shoud be updated with new code after change in the original file. ### Actual behavior I get this error from skaffold ```cmd time="2024-11-29T08:12:57-03:00" level=debug msg="Running command:...
**Description** Very simple initial config by introducing a new Deployment `tofu`. Simply uses an initialized Workspace to apply. Since this needs an extension to _4beta11_ schema introduces a new version...
I'm working on a Deployer implementation for [Terraform](https://www.terraform.io/) modules and would like to get early input for the design. Initial proposal follows. Questions and comments are highly encouraged! # Skaffold...
### Expected behavior Expecting the OpenFaas pods to start through helm deloyment ### Actual behavior As far as I can tell, when running with -v debug I can see: `Running...
### Expected behavior skaffold.yaml can read the env variable `WORKSPACE` and worked as expexted. ### Actual behavior Error:`parsing skaffold config: error parsing skaffold configuration file: parsing api version: yaml: line...
`skaffold build --build-images=[]` is useful in being able to build just a subset of images, however the [`strings.Contains()`](https://github.com/GoogleContainerTools/skaffold/blob/6293a3efe10fc12ccb16c2477e59aa4b9335a8dc/pkg/skaffold/config/options.go#L150-L162) matching is problematic for configurations that have similarly named images. ### Expected...