skaffold
skaffold copied to clipboard
Easy and Repeatable Kubernetes Development
I have different pods that depends on mysql to start. Each one of those pods implements the proper `readinessProbe` and `livenessProbe` to check the status of the pod. If the...
currently, the default repo can be associated w/ a kubecontext and is stored in `$HOME/.skaffold/config`. It would be useful if the default repo is configured from skaffold profile.
Currently all of the integration tests in Skaffold use the GKE standard cluster. Now that GKE Autopilot clusters are available it makes sense to have one or more integration tests...
I have been unable to find logs so please copy the following git repo: [https://github.com/gitn00b1337/skaffold-verdaccio](https://github.com/gitn00b1337/skaffold-verdaccio) CD into the project, then run (requires helm + minikube + yarn): ``` $ sudo...
### Expected behavior I am executing a hook to login to our container registry. The login should work ### Actual behavior I am not logged in and have to do...
### Expected behavior ### Actual behavior ### Information - Skaffold version: v1.38.0 - Operating system: macos and centos - Installed via: curl - Contents of skaffold.yaml: the following is a...
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.0 to 3.24.3. Changelog Sourced from github/codeql-action's changelog. 3.24.3 - 15 Feb 2024 Fix an issue where the CodeQL Action would fail to load a configuration specified...
- Skaffold caches image build result metadata, such as imageID(if an images is stored to docker daemon) or Digest(if pushed to remote) to speed up the build process, this build...
This is a proof of concept/RFC to support Bazel platforms in skaffold. Skaffold uses github.com/opencontainers/image-spec/specs-go/v1 and containerd strings like "linux/amd64" or "linux/arm64/v7" to represent platforms. Bazel's platform system uses bazel...
I have a project which uses kaniko to build an image remotely on a cluster. The kaniko build uses a cache repo and both repos have immutable tags configured. I...