-
For context see Epic https://github.com/knative/ux/issues/50
[skaffold](https://skaffold.dev/)
-
### Expected behavior
* Skaffold should build images without hitting docker pull rate limits.
### Actual behavior
- servicename: Error checking cache.
getting hash for artifact "service…
-
From HaTS feedback:
> skaffold doesn't seem to honour the SKAFFOLD_CONFIG environment variable, instead I have had to alias skaffold with `alias skaffold="skaffold --config $XDG_CONFIG_HOME/skaffold"…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Pending Approval
These branc…
-
### Expected Behavior
I want to be able to specify custom arguments to skaffold so i can customize its behavior in different run configurations.
### Actual Behavior
It is not possible to add …
-
## Description
After merging #314 we should align the Skaffold setup to align with the new OAuth2 integration related environment variables.
k8s and helm manifests must be taken into account.
**N…
-
## Context:
Helm chart version: 2.18.1
We are using skaffold and kustomize to build and deploy uptime-kuma to our GKE cluster in our GCP project. Normal flow is verify that the manifest is properl…
-
### Expected behavior
`skaffold dev` running properly
### Actual behavior
exit with "missing Resource metadata", no resource except images were created
### Information
- Skaffold version: v2.…
-
When I execute the command as in the codelab tutorial ...
`gcloud builds submit --pack image=${ARTIFACT_REGISTRY}/myimage`
... I get build failures:
On the very end the output is
`BUILD FAILURE…
-
**Use case**
I have some services which occasionally don't start due to some errors. I'm fine with them not starting, but I want the rest of the services to start and be available instead of skaffold…