skaffold
skaffold copied to clipboard
Easy and Repeatable Kubernetes Development
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.5.9 to 1.6.8. Release notes Sourced from github.com/containerd/containerd's releases. containerd 1.6.8 Welcome to the v1.6.8 release of containerd! The eighth patch release for containerd 1.6 fixes a...
Fixes: #7632 **Related**: #7082 **Description** In this PR, Skaffold will iteratively create single platform images for builders that don't support native multi-arch builds, and then generate a ManifestList programmatically that...
# Enabling Multi-platform builds with Skaffold - [x] #7632 - [x] #7633 - [x] #7634 - [x] #7635 - [x] #7636 - [x] #7637 - [x] #7638 - [ ]...
### Expected behavior * Able to perform actions pre-post render Expected YAML allowed: ```yaml apiVersion: skaffold/v3alpha1 kind: Config metadata: name: skaffold-myapp-demo profiles: - name: standalone-dev manifests: kustomize: paths: - kustomize/overlays/dev...
Tracking bug for updating the Events V2 API to support Skaffold V2 render + deploy changes. - go through Cloud Code CUJs/samples and identify any differences between Skaffold v1 and...
Currently `--enable-rpc` is deprecated atm and `skaffold apply` does not support `--rpc-port` meaning there is no acceptable way atm to setup the skaffold-server/watch-events with `skaffold apply`. We should add `apply`...
@ddobrin was attempting to use Skaffold and Jib with a Spring Boot project. This project includes tests that use testcontainers.org to spin up emulators using docker containers from Java code....
If a user runs `skaffold render` + `skaffold apply` on a skaffold.yaml using the LegacyHelmDeployer.
### Expected behavior When running `skaffold build --platform=linux/arm64,linux/amd64 --default-repo=gcr.io/my-registry`, Skaffold should push the created multi-platform image to the specified default-repo. ### Actual behavior Instead, it tries to push it to...
while running skaffold render with v2beta29 schema for an kustomize project ```yaml apiVersion: skaffold/v2beta29 kind: Config deploy: kustomize: buildArgs: - "-o fail.yaml" ``` got this error : ```bash parsing skaffold...