Davi Rezende

Results 9 comments of Davi Rezende

I have something similar to AWS, I carried out the installation, and sometimes I start to experience timeouts, did you manage to find out anything? `[ERROR] plugin/errors: 2 metadata.google.internal. AAAA:...

do we not have the possibility to create a function for this? "AWS_VPC_K8S_CNI_INTERNALSNAT=true"

the intention is to make the pods receive the ips of the secondary subnet as expected, but to communicate internally use the ip of the main subnet that is also...

in GCP and azure there is this way of performing this configuration https://cloud.google.com/kubernetes-engine/docs/how-to/ip-masquerade-agent https://github.com/Azure/ip-masq-agent-v2

When I try to create the following problem, the secret does not build in Kubernetes ``` apiVersion: secretsmanager.aws.crossplane.io/v1beta1 kind: Secret metadata: name: example-secret-h21 spec: forProvider: region: us-east-1 description: "test" forceDeleteWithoutRecovery:...

I really had the namespace wrong: ``` apiVersion: secretsmanager.aws.crossplane.io/v1beta1 kind: Secret metadata: name: example-secret-h21 spec: forProvider: region: us-east-1 description: "test" forceDeleteWithoutRecovery: true stringSecretRef: name: example-secret-manager-h21 namespace: teste-secret tags: - key:...

it really worked when I created it in AWS. Shouldn't it create automatically in AWS or do I need to have one created in AWS to then reference it?

@stevendborrelli I carried out some tests, however, I noticed that when I try to insert new values ​​in AWS they are not replicated to the Kubernetes secret. but when you...

Isn't it possible to create an exception so that when it doesn't exist in AWS or Kubernetes, it would preferably create one automatically in AWS? > @davirezendegb does the secret...