Philip Laine
Philip Laine
**Thanos, Prometheus and Golang version used**: Thanos: quay.io/thanos/thanos:v0.26.0 Prometheus: quay.io/prometheus/prometheus:2.36.0 **Object Storage Provider**: Azure **What happened**: I am running a multi-tenant router-receiver setup with multiple Prometheus instances remote writing to...
### Description This change fixes a long running issue and implements a related feature at the same time. The issue #782 describes the weird behavior in the Helm template datasource...
### Description This adds an option to set kube version when running Helm template. This is important because there are Helm charts which require a minimum Kubernetes version of 1.21...
### Description Currently the `helm_template` datasource will pass the rendered manifests through the two outputs `manifest` and `manifests`. The difference being that one is a multipart yaml while the other...
I have found some weird behavior when testing the status behavior of HelmRelease. The following setup should deploy the Helm charts podinfo and redis, both of which should fail as...
**Which component are you using?**: cluster-autoscaler **Is your feature request designed to solve a problem? If so describe the problem this feature should solve.**: Some tools may work in conjunction...
**What happened**: When draining a node and ignoring DaemonSets kubectl will always fetch the owning DaemonSet if the Pod is owned by a DaemonSet. **What you expected to happen**: I...
There are situations when resources are conditionally created, meaning that the provider is not actually used even if it is present in the Terraform HCL. This is common if someone...
A lot has happened since the initial development of this provider, and the amount of users seems to have just increased. As it is a critical component for those who...
The GitHub Terraform provider, comapared to the GitLab or Bitbucket provider, contains a `github_repository_file` resource. This enables GitHub users to easily commit the generated manifest files to the repository that...