-
### Expected behavior
For remote clusters, `skaffold run` default to use `remote` digest-source, that's all right. But since it doesn't handle dirty file changes nicely, I was trying to change …
-
-
we should put together a small quickstart and best practice guide for running skaffold through the provided docker image. we could give quick examples for running locally in the docker daemon, running…
-
From the Skaffold dev logs, deploying on local Minikube:
```
...
final build concurrency value is 4
Listing files to watch...
- nsd/cloudharness-base-debian
listing files: parsing ONBUILD instruction…
-
### Expected behavior
I have a very basic skaffold file I'm building with GitHub Actions. I'm not using GCP so would not expect gcloud warnings.
### Actual behavior
I get the following warn…
-
This will automate the build process and deployment process to development cluster
-
When I run the custom action my container settings in my job manifest are overridden by the container specification in the custom actions. When I use the `overrides` keyword it does not seem to apply …
-
### Expected behavior
Provide a URL for schemas that can be passed into IntelliJ IDE
### Actual behavior
Every URL I have tried seems to fail.
Please advise which URL to use.
-
Issue tracks feature request for skaffold supporting pre/post lifecycle hooks for `Cleanup` step/phase. This way users could add custom cleanup code as necessary to extend/modify what skaffold does. …
-
I'm trying to integrate skaffold with rules_oci to replace the deprecated rules_docker, but encountered some problems during testing:
1. During the original k8s deployment.yaml, I have
`spec.templa…