awx-fuyuanchu
awx-fuyuanchu
Get the correct repo owner and name if the Github repo runs the semantic release job via Gitlab CI.
## Description We are using the gitlab ci for our GitHub repos. Currently, the owner and name are determined by CI environment variables or remote url. https://github.com/relekang/python-semantic-release/blob/master/semantic_release/vcs_helpers.py#L92 In our scenario,...
Helm provider has a function which could diff the manifests of the helm release. Here is the quote from the [documentation](https://registry.terraform.io/providers/hashicorp/helm/latest/docs#experiments) > The provider takes an experiments block that allows...
**What happened**: Requests to ingress encountered connection refused errors occasionally. As per the current settings of the nginx ingress, the keepalive_timeout is 75s. So the nginx will close the connection...
Traffic flow: ``` client --> proxy.local.example.com[prom-label-proxy] ---> central.example.com[upstream] ``` We are using an ingress hostname as the upstream of a `prom-label-proxy`. The ingress relies on the host header to route...
We've met an issue on GKE when a new node is scaled up by the cluster-autoscaler. The container `csi-driver-registrar` in the pod `pdcsi-node` could be restarted if `gce-pd-driver` starts slower....
Hi there, Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions,...
**What would you like to be added**: I'm using Google provider and have an issue while updating DNS records via `external-dns`. After a few investigations, we found that there were...