pentago
pentago
Hi, any chance that you could host complete config files, maybe under /dist/ dir or something? I'm having issues with sed errors on my system and would like to have...
Let's say I want to filter my ingress JSON logs to display only HTTP 50x errors by including `"status": "50*"` key/value. I tried multiple variations but none work, can someone...
Just installed the Helm chart on my local `k3d` cluster on a Mac and noticed this warning that keeps the `secrets-store` pod in `CreateContainerError` state. ``` Error: failed to generate...
I read this in the [Docker and Node.js Best Practices](https://github.com/nodejs/docker-node/blob/main/docs/BestPractices.md#handling-kernel-signals): ``` Handling Kernel Signals Node.js was not designed to run as PID 1 which leads to unexpected behaviour when running...
# Summary Introducing new trigger: `on-health-healthy` # Use Cases When using HPA and deploying apps, there's a short period of time until HPA collects metrics and the app is fully...
I'm figuring out a gitops workflow and want to know if it's possible to define a set of `images` in the `base` but to be able to override those images...
Current image doesn't run on newer Macbooks: ``` Failed to pull image "k8s.gcr.io/sig-storage/nfs-provisioner:v3.0.0": rpc error: code = N │ │ otFound desc = failed to pull and unpack image "k8s.gcr.io/sig-storage/nfs-provisioner:v3.0.0":...
Signed-off-by: pentago ## Pull Request template It fixes mounting of a provisioned NFS server pod in situations where the following issue occurs: ``` Warning FailedMount 1s (x3 over 3s) kubelet...
Currently, apps can be deleted from CLI only by listing each of them individually while adding the ability to delete apps by the label can provide much-needed flexibility. For example,...
Tried it this morning but all I get is this: 