Joe Bowbeer
Joe Bowbeer
See https://github.com/melotic/reqwest-retry-after
The manifests are generated from the kustomize folders, which are the source of truth. https://github.com/argoproj/argo-cd/blob/master/docs/developer-guide/faq.md#what-checked-in-code-is-generated-and-how-is-it-generated https://github.com/argoproj/argo-cd/blob/master/hack/update-manifests.sh There are currently two core manifests generated, one with and one without the (alpha)...
@wofr asks: > Is there a way to install argocd-core via helm?! Not at the moment. That's what this issue is about. One way to test your method and see...
Does the YAML 1.2 form (`0o644`) work?
Close this? YAML 1.2 requires a `0o` prefix.
This is affecting us wrt `multer`. `npm audit` reports nothing for `[email protected]` but Dependabot Security flags the dependency. Note that the GitHub Security Advisory explicitly flags multer versions `>=1.4.4-lts.1`: *...
Redis should be installed with a dedicated release name to avoid conflicts, which is currently `dapr-dev-redis` in default namespace. (Same applies to zipkin.) > helm install redis oci://registry-1.docker.io/bitnamicharts/redis --version 17.11.3...
@salaboy Have you seen this sweet devcontainer setup for deploying a dapr sample app to a local kind cluster? https://github.com/Azure-Samples/pubsub-dapr-aks-java?tab=readme-ov-file#local-dev-environment-setup > Alternatively you can use [DevContainers](https://code.visualstudio.com/docs/remote/containers) and [VS Code](https://code.visualstudio.com/) for...
@salaboy On the one hand, as a Kubernetes user, I do like to know what resources are being installed, but for a quickstart, I like it even more if everything...
@salaboy I fully agree that there's a need for a transparent "Getting started with Dapr on Kubernetes", with easy to follow installation steps, similar to what most CNCF projects provide....