Diego Rodriguez
Diego Rodriguez
**Is your feature request related to a problem? Please describe.** Make this helm chart more discoverable. **Describe the solution you'd like in detail** By integrating with Artifacthub.io, it will make...
**What happened**: I'm trying to follow the directions here https://github.com/awslabs/amazon-eks-ami/tree/master/log-collector-script/linux#to-invoke-ssm-agent-to-run-eks-log-collector-script-and-push-bundle-to-s3-from-worker-nodes for collecting the logs. I get the following error: ```shell aws ssm create-document --name "EKSLogCollector" --document-type "Command" --content 'https://raw.githubusercontent.com/awslabs/amazon-eks-ami/master/log-collector-script/linux/eks-ssm-content.json' An...
I was trying to create a Global network policy like the one below: ```yaml apiVersion: projectcalico.org/v3 kind: GlobalNetworkPolicy metadata: annotations: meta.helm.sh/release-name: calico meta.helm.sh/release-namespace: tigera-operator creationTimestamp: "2022-07-20T05:28:58Z" labels: app.kubernetes.io/instance: calico app.kubernetes.io/managed-by:...
**Describe the Bug**: We don't use the security group for pods feature, so we should not get errors creating pods. We tried to create the a regular pod but recieved...
As part of the cockroachdb bootstrapping, CSRs are created for the cluster in order to enable TLS communications for the cluster itself. These certificates are signed by the Kubernetes CA,...
I tried upgrading the Helm chart from 4.1.13 to 5.0.0 for updating Cockroach db to 20.2.0, but fails because it tries to update the Job resource, which is immutable. There's...
When setting `var.source_bucket_name`, it turns out that it's only setting the bucket name prefix (see [here](https://github.com/aws-ia/terraform-aws-mwaa/blob/bdf9b0432d92b20b717c890e876b8f74d75cb274/main.tf#L108)) and not the actual name of the bucket. I'm not sure why the behavior...
Currently I'm following the recommended directions for installing the Calico through the tigera-operator helm chart, https://docs.aws.amazon.com/eks/latest/userguide/calico.html. However, given that the the operator itself and Calico have CRDs (that are within...