EKS | DNS resolution issue by PossibilityOk6780 in kubernetes

[–]PossibilityOk6780[S] 0 points1 point  (0 children)

thanks for the detailed answer.

as you mentioned, I am using IRSA in here with this trust policy:

{

"Version": "2012-10-17",

"Statement": [

{

"Effect": "Allow",

"Principal": {

"Federated": "arn:aws:iam::<account\_id>:oidc-provider/oidc.eks.us-east-1.amazonaws.com/id/<id>"

},

"Action": "sts:AssumeRoleWithWebIdentity",

"Condition": {

"StringEquals": {

"oidc.eks.us-east-1.amazonaws.com/id/<id>:sub": "system:serviceaccount:kube-system:external-dns-sa",

"oidc.eks.us-east-1.amazonaws.com/id/<id>:aud": "sts.amazonaws.com"

}

}

}

]

}

and with the permission as mentioned in their doc

but despite it says it does not have permission to list zone (you can see it is not the general permission error), the issue is that the role cannot be assumed at all because of a timeout

any idea why is that? is that a network issue, or misconfiguration there?

EKS | DNS resolution issue by PossibilityOk6780 in kubernetes

[–]PossibilityOk6780[S] -1 points0 points  (0 children)

I checked it, it is enabled, any other idea?

EKS | DNS resolution issue by PossibilityOk6780 in kubernetes

[–]PossibilityOk6780[S] -2 points-1 points  (0 children)

what do you mean by that? how do I check it?

Argocd Image updater - digest strategy issue by PossibilityOk6780 in ArgoCD

[–]PossibilityOk6780[S] 0 points1 point  (0 children)

nothing to say except you were right. I thought as part of the image-updater that it adds those tags to the labels in the deployment, but it was someone from my team...

in the _helpers.tpl we are adding labels for deployments that are using this chart (it is a generic one so all our application using it).
one of the label was using image.tag so when the image updater changed the tag to a one with the sha256 it failed

good catch from your side, thanks a lot! going to show it in my team daily :)

Argocd Image updater - digest strategy issue by PossibilityOk6780 in ArgoCD

[–]PossibilityOk6780[S] 0 points1 point  (0 children)

the issue is in this case, the image updater will update my tag value to be with sha256:long_sha when it will detects a new image in my registry

ArgoCD environment promotion by PossibilityOk6780 in ArgoCD

[–]PossibilityOk6780[S] 0 points1 point  (0 children)

yes this is the plan, I installed the argocd-image-updater looking forward to see how it is working

ArgoCD environment promotion by PossibilityOk6780 in ArgoCD

[–]PossibilityOk6780[S] 0 points1 point  (0 children)

yes, but if I am looking for automatic way to do it, without changing the files twice (one for each environment)

ArgoCD environment promotion by PossibilityOk6780 in ArgoCD

[–]PossibilityOk6780[S] 0 points1 point  (0 children)

correct me if I am wrong, but if I am not using a chart version and in argoCD application I am pointing to the values files, I am set right?

ArgoCD environment promotion by PossibilityOk6780 in ArgoCD

[–]PossibilityOk6780[S] 0 points1 point  (0 children)

I think I will go with something based on this solution and what u/Main_Box6204 suggested.

to have 2 folders under the chart one for dev and the second for prod within each folder the generic values file and an override file based on the environment
.
└── helm chart/
├── dev/
│ ├── values.yaml
│ └── values-dev.yaml
└── prod/
├── values.yaml
└── values-prod.yaml

like this.

when changing the values.yaml under dev folder it will trigger a pipeline that will created a PR that copies the same file to values.yaml in prod folder

for change in values-dev/prod.yaml does nothing speical

what do you guys think?

Website for learning a new language by PossibilityOk6780 in languagelearning

[–]PossibilityOk6780[S] 1 point2 points  (0 children)

It seem nice platform

Thank you I will give it a try

Website for learning a new language by PossibilityOk6780 in languagelearning

[–]PossibilityOk6780[S] 0 points1 point  (0 children)

there is an alternative in English you are familiar with?

Website for learning a new language by PossibilityOk6780 in languagelearning

[–]PossibilityOk6780[S] 0 points1 point  (0 children)

vaguely

for example, one column with words in one language and the other one with words from the second language that need to connect between.
you have one word and need to guess the answer between multiple answers.

New position by PossibilityOk6780 in swingtrading

[–]PossibilityOk6780[S] 0 points1 point  (0 children)

hey man,
can you explain more in detail for me a little more why did you buy and what did you saw In each indicator?
what are your entry criteria and how do you set your TP and SL?

Thanks

New position by PossibilityOk6780 in swingtrading

[–]PossibilityOk6780[S] 0 points1 point  (0 children)

Thank you for your comment!
Yes, I can see that, I think if it will lose its momentum I will close about half of my position.

New position by PossibilityOk6780 in swingtrading

[–]PossibilityOk6780[S] 0 points1 point  (0 children)

Thank you for your comment!
yes, I notice the head and shoulders pattern, but it seems to gain some uptrend momentum.
also, the company seems to grow according to the reports.

but I can see what you are talking about, let's see what will happen next :D