Henrik Gerdes
Henrik Gerdes
Implemented the requested changes to values.yaml template
@gjenkins8 No problem! No code changes required, git handled the modified repo structure just fine in a simple rebase
I had a similar problem and solved it this way: I do not use `cluster_health`. I just have a terraform `time_sleep` of 90s and then try to apply cilium and...
Yeah, the docs for v0.6 need some more details. Other examples: machine_configuration_apply: * apply_mode - string: What are the options here and what is the default? * timeouts - struct:...
I think this issue can be closed. Karpenter is now under the kubernetes-sigs structure and the CRD is managed from there. It also seems that the referenced property was moved...
Since chart releaser did not get any relevant updates and is missing some functions like what you want to do, I gave up on chart releaser. I have a pipeline...
Hi I love this app and also use it for talos. But I really like my things to be managed by Argo + Helm. I recently stumbled on [talos ccm](https://github.com/siderolabs/talos-cloud-controller-manager/blob/main/docs/controllers.md)...
My post needs a small update since hetzner does not provide the server type `cx11` anymore. Provided PR in #1010
After some try and error I got it working in a configurable way: ```yml .build_template: stage: build image: name: gcr.io/kaniko-project/executor:debug entrypoint: [""] variables: DOCKERFILE: $CI_PROJECT_DIR/Dockerfile CONTEXT: $CI_PROJECT_DIR ARTIFACT_DIR: none script:...
Just a small insight from personal experience. This link check job could get very flaky on GH hosted runners. GH runners are often used for scraping, specially in the age...