skaffold
skaffold copied to clipboard
Easy and Repeatable Kubernetes Development
Fixes: #9172 **Description** Allow to reference the ValuesFile from Google Storage Bucket. It uses the gsutil to copy the remote file and, put it in the temporary directory and reference...
**Description** Hi! I've been using skaffold for the last 2 years and from time to time I see error - "Skipping deploy due to sync error" and you can't do...
### Expected behavior Running ``` skaffold build -q ``` should output the actual built tag in the tag field. ### Actual behavior tag contains the sha256 id of the image...
Since runId was introduced now k8s resources are recreated. We should think about carefully how to enable idempotent behavior again.
Fixes: #nnn **Related**: _Relevant tracking issues, for context_ **Merge before/after**: _Dependent or prerequisite PRs_ **Description** - Add loongarch64 support for install-golint.sh - Since loongarch64 does not support -race , loongarch64...
### Actual behavior When starting a skaffold debug serssion, I get the following error and warning: - "error layer=debugger could not patch runtime.mallogc: no type entry found, use 'types' for...
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.5+incompatible to 24.0.7+incompatible. Release notes Sourced from github.com/docker/docker's releases. v24.0.7 24.0.7 For a full list of pull requests and changes in this release, refer to the relevant...
### Expected behavior I would expect the Kaniko Pod to be deployed in the `platform-gitlab-runners` namespace with the service account `gitlab-runner` as specifed. ### Actual behavior Kaniko fails to deploy...
Fixes: #nnn **Related**: _Relevant tracking issues, for context_ **Merge before/after**: _Dependent or prerequisite PRs_ **Description** **User facing changes (remove if N/A)** **Follow-up Work (remove if N/A)**
### Expected behavior The `--cache-artifacts=false` flag works as specified in the docs. ### Actual behavior Some percent of the `skaffold run --cache-artifcats=false` end up with error `ErrImagePull`. For our project...