helm
helm copied to clipboard
Helm Charts for CoreDNS
I propose to add additional resources to Helm chart to be able to mimic naming conventions of Amazon EKS CoreDNS implementation to quickly move between self-managed CoreDNS, Helm managed CoreDNS...
Expose relabel rules in the servicemonitor.
Hello all, I have fresh install of kubeadm cluster > kubeadm version: &version.Info{Major:"1", Minor:"29", GitVersion:"v1.29.3", GitCommit:"6813625b7cd706db5bc7388921be03071e1a492d", GitTreeState:"clean", BuildDate:"2024-03-15T00:06:16Z", GoVersion:"go1.21.8", Compiler:"gc", Platform:"linux/amd64"} I'm trying to control coredns with this chart helm,...
Given a simple helm values that looks like this: ```yaml isClusterService: false servers: - zones: - zone: my.internal.zone port: 53 plugins: - name: template ANY ANY configBlock: |- answer "{{...
Right now default values.yaml set biased annotation on coredns prometheus metrics service object. ```yaml prometheus: service: enabled: false annotations: prometheus.io/scrape: "true" prometheus.io/port: "9153" ``` - default values in the most...
#### Why is this pull request needed and what does it do? Makes the default prometheus.service.annotations blank `{}` map. Removing any bias. #### Which issues (if any) are related? Fixes...
Currently the `imagePullSecret` values are handle different between `ServiceAccount` and `Deployment` resources. This, in turn, prevents us from properly configuring secrets to pull from private registries. **deployment config:** ``` {{-...
Please support configuring environment variables for the cluster-proportional-autoscaler container
E.g. to enable configuring Go runtime with GOMAXPROCS and GOMEMLIMITS environment variables. Optionally, consider setting GOMAXPROCS and GOMEMLIMITS env vars automatically relative to the configured resources (CPU requests, and memory...
Pod security policy is deprecated since k8s version 1.21 and scheduled to be removed by 1.25, see the notice here - https://kubernetes.io/blog/2021/04/08/kubernetes-1-21-release-announcement/#podsecuritypolicy-deprecation. Aside from the removal of the resource itself...
There is no startupProbe in the helm charts. And by default we wait for 30 seconds for nothing due to `initialDelaySeconds` in readiness/liveness probes.