skaffold icon indicating copy to clipboard operation
skaffold copied to clipboard

Easy and Repeatable Kubernetes Development

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

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...

size/XS
dependencies
go

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...

size/L

# Enabling Multi-platform builds with Skaffold - [x] #7632 - [x] #7633 - [x] #7634 - [x] #7635 - [x] #7636 - [x] #7637 - [x] #7638 - [ ]...

kind/feature-request
priority/p0
priority/p1
kind/todo
area/multi-platform

### 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...

priority/p1
kind/todo
v2 regression

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...

priority/p1
kind/todo

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`...

priority/p2
kind/todo

@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....

kind/bug
area/build
priority/p2
build/jib
platform/minikube
area/env-vars
area/local

If a user runs `skaffold render` + `skaffold apply` on a skaffold.yaml using the LegacyHelmDeployer.

deploy/helm
priority/p2
kind/todo
area/apply
v2-beta1-bugbash

### 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...

kind/feature-request
priority/p2
area/multi-platform
v2-beta1-bugbash

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...

kind/bug
build/gcb
priority/p2
deploy/kustomize
area/fix
v2-beta1-bugbash