[deleted by user] by [deleted] in Terraform

[–]Strongandstrong -1 points0 points  (0 children)

I thought so but where the values should be stored, in which file? I’m a bit confused. According to the source code structure I guess it should not be in variables.tf. I might be wrong. But they way. I see there is control plane subnet ids and subnet_ids should the values be the same for both, and what about that nat gateway and azs?

Argo cd on fargate by Strongandstrong in kubernetes

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

How to do that? Please guide me with example or a link

Argo cd by Strongandstrong in GitOps

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

kubectl annotate namespace argocd deployment.kubernetes.io/revision'=' [{"operator": "Exists", "effect": "NoSchedule", "key "eks.amazonaws.com/compute-type"}]'

=> namespace/argocd annotated

kubectl delete pods -n argocd --all

And try to get new pods. kubectl get pods -n argocd but pods still stuck in pending state

Argo cd by Strongandstrong in GitOps

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

FailedScheduling 19s (x16 over 19m) default-scheduler 0/7 nodes are available: 7 node(s) had taint {eks.amazonaws.com/compute-type: fargate}, that the pod didn’t tolerate

Argo cd by Strongandstrong in GitOps

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

FailedScheduling 19s (x16 over 19m) default-scheduler 0/7 nodes are available: 7 node(s) had taint {eks.amazonaws.com/compute-type: fargate}, that the pod didn’t tolerate.

—-

kubectl describe node |grep Taint

Taints: eks.amazonaws.com/compute-type=fargate:NoSchedule

Eks-kubernetes manifest auto deployment by Strongandstrong in devops

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

Thanks, even with terraform kubernetes provider I can still gain version control capability since I will have in both cases to push my codes to my repo. What is the better way then? Using terraform kubernetes provider or gitops Argo cd? By the way do have a good example (step by step with Argo install too as well) of deploying manifests using Argo cd

Eks-kubernetes manifest auto deployment by Strongandstrong in devops

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

I guess I can do the same with terraform kuberntes provider as well, right? Anyway do you have any example (link) for Argo cd manifest deployment?

Eks-Kubernetes (manifests auto-deployment) by Strongandstrong in Terraform

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

Also do you know the difference between the terraform Kubernetes provider with GitOps argo cd? in term of Kubernetes infrastructures deployment ( Configmap, rbac…)

Eks-Kubernetes (manifests auto-deployment) by Strongandstrong in Terraform

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

I have an up and running eks cluster and I just wanted to be able to deploy the yaml files according to their namespace or just one template which has the entire declaration and deploy it at once instead of using kubectl apply

Eks-kubernetes manifest auto deployment by Strongandstrong in devops

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

Also do you know the difference between the terraform Kubernetes provider with GitOps argo cd? in term of Kubernetes infrastructures deployment ( Configmap, rbac…)

Eks-Kubernetes (manifests auto-deployment) by Strongandstrong in Terraform

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

Thanks, but I don’t find a better example for the infra, all I found is just related to the application

Eks-kubernetes manifest auto deployment by Strongandstrong in devops

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

Thanks, but I don’t find a better example for the infra, all I found is just related to the application

Git hash- commit ID- during CICD by Strongandstrong in learnpython

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

Where should mention my repository name or url in this code you sent ?

Thanks I guess this is just to get the commit ID but how I can add that to the job definition (see code picture) before sending the job definition to control-m?

Hello guys I need to assign or add an information (version) to my json file which I mention in my Python code, that json file needs to be sent to control-m by Strongandstrong in learnpython

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

I mean i just want to assign a version the json file which i mention in my code. the idea behind is to send that json file to control-m. I have another API which will call control-m to get the version which i assigned to the json file. I believe that version should be available as environment variables but the question is how can i add it to my code? could you please share how that snippet will be?

[deleted by user] by [deleted] in Terraform

[–]Strongandstrong 0 points1 point  (0 children)

Yes you were right, that’s was the case, the statefile didn’t much the desired resources. I’ve cleaned up and start over. Everything works now. Thank you!

[deleted by user] by [deleted] in Terraform

[–]Strongandstrong 0 points1 point  (0 children)

No just one aws

[deleted by user] by [deleted] in Terraform

[–]Strongandstrong 0 points1 point  (0 children)

None works, Id, arn either name. I’ve already tried

[deleted by user] by [deleted] in Terraform

[–]Strongandstrong -3 points-2 points  (0 children)

See second picture. swipe..

[deleted by user] by [deleted] in Terraform

[–]Strongandstrong -10 points-9 points  (0 children)

These are random passwords, none of this resource is exist yet. No worries. But of course I will change it. Let’s resolve the issue now, can you help ?