Vincent Yin

Results 7 issues of Vincent Yin

AWS EKS 1.21: ```console $ aws eks describe-cluster --name ... { "cluster": { ... "version": "1.21", ``` Following your [published docs here](https://github.com/open-telemetry/opentelemetry-helm-charts/tree/main/charts/opentelemetry-collector#configuration-for-kubernetes-container-logs), I created the following `values.yaml` except that I...

chart:collector

Things under the `/infrastructure` folder will be deployed identically to every cluster, right? What if each cluster is supposed to have some cluster-specific parameters? The proposed folder structure doesn't allow...

question

I've come across your Docker image. It's very handy. A feature request: All the messages currently consist of very common words, and the entire sentence is fixed and repeated. When...

feature-request

### Summary Consider this block of code: - https://github.com/DNXLabs/terraform-aws-client-vpn/blob/29f1f5e87f3e80c039505d5069e0a4fd6b022213/acm-certificate-server.tf#L1-L3 According to [Terraform docs](https://registry.terraform.io/providers/hashicorp/tls/latest/docs/resources/private_key), the generated private key will be stored in cleartext in the `terraform.state` file. It would be better...

feature-request

Consider this section of FAQ: - https://fluxcd.io/docs/faq/#how-to-patch-coredns-and-other-pre-installed-addons It contains a sample yaml of how to patch an existing resource, i.e., ```yaml --- apiVersion: apps/v1 kind: Deployment metadata: labels: k8s-app: kube-dns...

I followed: - https://taneli-leppa.medium.com/synchronizing-containers-from-jfrog-artifactory-to-google-cloud-artifact-registry-5346a13c5808 My JFrog Artifactory is listening on a **private IP** only. It is an internal JFrog installation in an enterprise and not meant to be exposed on...

Refer to the Cloud Functions parameter `ingress_settings`: - https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/cloudfunctions2_function#ingress_settings It is useful (even essential) in an enterprise environment.