skaffold
skaffold copied to clipboard
Easy and Repeatable Kubernetes Development
When developing devs usually want `inputDigest` - in CI we then want `gitCommit`. Maybe introduce an Environment variable `SKAFFOLD_TAG_POLICY` to override the YAML values?
Skaffold should support deploying to multiple kubernetes namespaces. Currently Skaffold only supports deploying to a single resolved namespace for all kubernetes resources. Copied from #915
### Expected behavior Depending on two configurations with different namespaces does not produce a warning. ### Actual behavior Depending on two configurations with different namespaces produces the following warning: ```text...
### Expected behavior Deploy Status Check should fail. ### Actual behavior Deployment gets marked as ok. The only output with respect to the deployment is: ``` - deployment.apps/bar configured ```...
Using Skaffold to build an image from a Dockerfile with Kaniko on Google Cloud Build results in a parent build and a child build. The child build succeeds in building...
I would like to use http://kcl-lang.io since Helm got too clumsy. Can I still use skaffold?
### Expected behaviour A test pod with side cars and init containers used by verify should work the same as one without side cars and init containers ### Actual behaviour...
### Expected behavior Set `export SKAFFOLD_TIMESTAMPS="true"` See timestamps and everything working as expected. ### Actual behavior See timestamps and see Skaffold crashing with: ``` SKAFFOLD_TIMESTAMPS="true" # "false" no problem 2022-10-17...
I am trying to use Skaffold to install two helm charts on a Kubernetes cluster: the ray operator, and a ray cluster. The ray cluster is a CRD that needs...
For Skaffold to be truly useful as a CI tool it will need to be able to tail the logs of all containers in the deployed cluster. Say I've written...