If u face ' ' command not found issue during updation of the manifest files in the Update stage. This issue exists for windows users and can be fixed by running the below shell commands. sudo apt-get install dos2unix dos2unix // script file name And then use the generated script in repo.
@kadharali315210 ай бұрын
still facing same issue, could u pls drop a short video /usr/bin/bash /home/azurevmagent/myagent/_work/1/s/scripts/k8supdate.sh vote votingapp 64 /home/azurevmagent/myagent/_work/1/s/scripts/k8supdate.sh: line 2: $' ': command not found /home/azurevmagent/myagent/_work/1/s/scripts/k8supdate.sh: line 3: set: - : invalid option Reading state information... E: Unable to locate package dos2unix /home/azurevmagent/myagent/_work/1/s/scripts/k8supdate.sh: line 6: $' ': command not found /home/azurevmagent/myagent/_work/1/s/scripts/k8supdate.sh: line 7: script.sh: No such file or directory /home/azurevmagent/myagent/_work/1/s/scripts/k8supdate.sh: line 8: $' ': command not found /home/azurevmagent/myagent/_work/1/s/scripts/k8supdate.sh: line 11: $' ': command not found fatal: destination path '/tmp/temp_repo?' already exists and is not an empty directory. /home/azurevmagent/myagent/_work/1/s/scripts/k8supdate.sh: line 14: $' ': command not found /home/azurevmagent/myagent/_work/1/s/scripts/k8supdate.sh: line 17: $' ': command not found sed: can't read k8s-specifications/vote-deployment.yaml : No such file or directory /home/azurevmagent/myagent/_work/1/s/scripts/k8supdate.sh: line 21: $' ': command not found fatal: pathspec '.?' did not match any files /home/azurevmagent/myagent/_work/1/s/scripts/k8supdate.sh: line 24: $' ': command not found On branch main Your branch is up to date with 'origin/main'. nothing to commit, working tree clean /home/azurevmagent/myagent/_work/1/s/scripts/k8supdate.sh: line 27: $' ': command not found git: 'push ' is not a git command. See 'git --help'. The most similar command is push /home/azurevmagent/myagent/_work/1/s/scripts/k8supdate.sh: line 30: $' ': command not found Finishing: ShellScript
@Purenderk10 ай бұрын
HI @abhishek, Thank you for posting this, I am able to do this ----sudo apt-get install dos2unix and can you please elaborate-------------dos2unix // script file name And then use the generated script in repo.
@mangesh__111110 ай бұрын
Can you pls share the converted sh script@@Purenderk
@aishwaryapj10 ай бұрын
its not working abhishek.First one worked second giving error /usr/bin/bash /home/azureuser/myagent/_work/2/s/scripts/updateK8sManifests.sh vote votingapp 81 /home/azureuser/myagent/_work/2/s/scripts/updateK8sManifests.sh: line 2: $' ': command not found /home/azureuser/myagent/_work/2/s/scripts/updateK8sManifests.sh: line 3: set: - : invalid option set: usage: set [-abefhkmnptuvxBCHP] [-o option-name] [--] [arg ...] /home/azureuser/myagent/_work/2/s/scripts/updateK8sManifests.sh: line 4: $' ': command not found /home/azureuser/myagent/_work/2/s/scripts/updateK8sManifests.sh: line 7: $' ': command not found fatal: destination path '/tmp/temp_repo?' already exists and is not an empty directory. /home/azureuser/myagent/_work/2/s/scripts/updateK8sManifests.sh: line 10: $' ': command not found /home/azureuser/myagent/_work/2/s/scripts/updateK8sManifests.sh: line 13: $' ': command not found !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!sed: can't read k8s-specifications/vote-deployment.yaml : No such file or directory!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! WHY ITS SAYING NO FILE THERE IS FILE AVAILABLE IN MY REPOSITORY /home/azureuser/myagent/_work/2/s/scripts/updateK8sManifests.sh: line 17: $' ': command not found fatal: pathspec '.?' did not match any files /home/azureuser/myagent/_work/2/s/scripts/updateK8sManifests.sh: line 20: $' ': command not found On branch main Your branch is up to date with 'origin/main'. nothing to commit, working tree clean /home/azureuser/myagent/_work/2/s/scripts/updateK8sManifests.sh: line 23: $' ': command not found git: 'push ' is not a git command. See 'git --help'. The most similar command is push /home/azureuser/myagent/_work/2/s/scripts/updateK8sManifests.sh: line 26: $' ': command not found.. NEED MORE HELP ON THIS PLEASE 🙏
@sunilGMI9 ай бұрын
I was getting error "E: Unable to locate package dos2unix" while executing the above command. So, I executed below two commands, and it worked sudo apt-get update sudo apt-get install dos2unix
@chitrakarsanket18 күн бұрын
My brain is just overwhelmed with all the tabs you were switching. But I watched this clip again and again, Now I understood it. But hats off to you that you were doing it with so fluency!
@AbhishekVeeramalla18 күн бұрын
Thanks alot
@gauravsoni20076 ай бұрын
Bhai you're just great. Never got anyone explaining things so detailed and from scratch.
@AbhishekVeeramalla6 ай бұрын
❤️❤️❤️
@medapatimohan371210 ай бұрын
Thank you,Abhishek deployed all the microservices and also updated the result app source code to reflect the changes.The End to End CD worked like a charm
@AbhishekVeeramalla10 ай бұрын
U r a rockstar
@vijaysingh-rz6cu7 ай бұрын
brother would you telll me what exactly needs to be changed in result app source code because i have done rest of the part everything is happening but i am unable to see changes in result app page.
@gpadlearnmaths3 ай бұрын
I have successfully completed this project. Thank you so much Abhishek. You're doing an awesome job.
@swapnilnavale77810 ай бұрын
Very good approach to keep recording of failed attempts. That's where the majority of interview questions goes.
@AbhishekVeeramalla10 ай бұрын
Thanks 🙏
@kodjoviamedimele30669 ай бұрын
@@AbhishekVeeramallaI have followed all the steps but the image in the manifest is not getting updated😢
@reneshmlal28097 ай бұрын
@@kodjoviamedimele3066 Even I am stuck in the same stage
@ManjunathUppara10 ай бұрын
Hi Ahishek, I implemented result app and its working as expected. I also made some changes to the redis and progress ports. ArgoCD is making those changes with ease. Appreciate all your good work. I know the effort you put in. Big thank you.
@AbhishekVeeramalla10 ай бұрын
Great 👍 Good to know 😍
@wiz__obi9 ай бұрын
completed this hands on.. Learnt a lot Abhi... Thanks
@kirankumar885310 ай бұрын
It's clear and giving hands on knowledge. While watching this videos , we r recollectiong other possible errors as well 🎉 The Best one ❤
@AbhishekVeeramalla10 ай бұрын
It's my pleasure
@Praneethk0710 ай бұрын
Done CI part and excited to execute this as well, thanks for your time and efforts it's not easy to manage both work and give such quality content. Cheers mate take care of your health as well.🙌👌
@AbhishekVeeramalla10 ай бұрын
Thanks 🙏
@Praneethk0710 ай бұрын
Successfully executed CD part as well, but after making changes in the pipeline while the build is triggered, new images are created and Argo CD is able to pull the latest image but K8S cluster is unable to deploy the latest pod, the error I am seeing is pod still in progress unable to deploy because node is full. But if I stop and start the k8s is running with latest pod. Why it’s happening ?
@saswatpriyabrat10 ай бұрын
Exclusive Video with amazing knowledge .Really awesome.Thanks Abhi 😍
@arnaudfrancktaptuekuate53676 ай бұрын
Great project i love the troubleshoothing docker image tag script and the secret one.
@hidass20069 ай бұрын
@AbhishekVeeramalla i have uploaded the shell script file from your respository into azure repository of mine and edited the necessary details and it is worked smoothly😍😍😍
@AbhishekVeeramalla9 ай бұрын
Great 👍
@Maxy92868 ай бұрын
this video is a big step for beginners in azure playlist ,but yeah as always your explaination can make it easy
@AbhishekVeeramalla8 ай бұрын
Glad you think so!
@Yours_Gangadhar10 ай бұрын
Thank you for your efforts bro and its on time sharp @9:00pm🙌👏
@AbhishekVeeramalla10 ай бұрын
🙌
@rohityadav764210 ай бұрын
its like see clock watch every time at sharp 9 ,new video has come or not waiting everyday i have been addicted to your content sir. love u sir for your effort and time
@AbhishekVeeramalla10 ай бұрын
Thank you so much 😀
@CreativeShorts754 ай бұрын
Hi sir, I have completed this project and it was a great experience!! Thanks a lot😄❤️
@barath360910 ай бұрын
first of all thank you Abhishek bro for given valuable content
@AbhishekVeeramalla10 ай бұрын
My pleasure
@zakirkhan542410 ай бұрын
I am your new subscriber, the work you are doing, i become a fan of your, i started learning devops now from you, thank uu for lovely content❤
@AbhishekVeeramalla10 ай бұрын
Thanks and welcome
@AnandKumar-jd4ok9 ай бұрын
Awesome demo❣. Thank you Abhishek.
@AbhishekVeeramalla9 ай бұрын
My pleasure 😊
@lsmokm38215 ай бұрын
Great work, I learned a lot over the last 2 lonnnnnng videos 👌
@abdouldia16053 ай бұрын
Well done @AbhishekVeeramalla! Thx!
@nevinninan168510 ай бұрын
Awesome video and explanation keep up the good job and I admire your dedication to teaching and sharing your knowledge. Just a small suggestion if possible could you upload the commonly used commands which you ran in the video so we could keep it as a reference.
@AbhishekVeeramalla10 ай бұрын
Thanks and Sure
@nevinninan168510 ай бұрын
Thank you😊
@darbhapreetham2024Ай бұрын
This is great!! Thank you so much!
@himakar999910 ай бұрын
❤ damn sure this will also hits lakhs of views 👏 kudos for all your efforts
@AbhishekVeeramalla10 ай бұрын
😍😍
@harshaldagde823710 ай бұрын
thank you abhishek you are great 😍😍😍😍
@AbhishekVeeramalla10 ай бұрын
Most welcome 😊
@Jaswa00710 ай бұрын
Hi Abhishek bro Thank you for the project. for me It took one whole day to make it work but worth. Had multiple issues including the issues shown in video and '/r' issue took 3-4 hours to findout what is the issue but it just took 2 minuts time to resolve and most of the issues are cleared with help of chat-gpt. Thank you for your effort and time...❤❤❤
@AbhishekVeeramalla10 ай бұрын
Very nice 👌
@aishwaryapj10 ай бұрын
How you solved it?? I am stuck at it
@Jaswa00710 ай бұрын
@@aishwaryapj If is related to '/r' issue. Then follow the below steps. if you are using windows system install Notepad++ > open new file > paste the whole shell script > select all the lines (ctrl + a) > go to edit > EOL conversation > change to unix > save file with same name (updateK8smanifests.sh) then come to azure repo and instead of creating new file in scripts folder, upload the saved file. automatically the file will be saved as unix-style file in azure repo as well as in agent workspace...
@ShivamSrivastava-p4d9 ай бұрын
hey brother can you please help me I am also facing the same issue
@VijayendraKumar-h9e8 ай бұрын
plz help with $' ': command not found
@kyawzawaung371210 ай бұрын
Thank you very much. This project is so great. I will try this project and please let me add this project to my resume.
@suhasiniaddanki730410 ай бұрын
Awesome explanation @abhishek
@AbhishekVeeramalla10 ай бұрын
Thanks
@abhishekpalakonda.49157 ай бұрын
OSM explanation. thank you ;)
@AbhishekVeeramalla7 ай бұрын
Most welcome!
@BharathKumarReddy210310 ай бұрын
Awesome explanation ❤❤❤
@AbhishekVeeramalla10 ай бұрын
Glad you liked it
@sushantkapare-z7r10 ай бұрын
Thank you for your efforts sir 🙏Done CI part and excited to execute this as well.
@AbhishekVeeramalla10 ай бұрын
All the best
@sushi983110 ай бұрын
You are a Legend!!
@AbhishekVeeramalla10 ай бұрын
Thanks
@Sammyi7 ай бұрын
Wish you had added the last video repos as well , for us to continue whenever we can otherwise have to go back and create but then again i was also facing issues
@suryasjv1395 ай бұрын
abhishek 1 doubt 34:32 every component has deployment file, service file but why there is no service file for worker why please ?
@3i-Coders5 ай бұрын
Thank you Abhishek for providing great content as always. I have few questions, can you please answer when you find time? 1. how i can apply custom domain name to cluster IP and SSL certificate for the same?. 2. If I have multiple environments how i can manage my applications setting based on environment? 3. Is it possible to setup approval work-flow especially while pushing build to production?
@NidhishAbrahamАй бұрын
Custom Domain and SSL: Expose your ClusterIP via Ingress, apply a TLS certificate, and configure DNS. Environment Management: Use environment variables, Helm, or namespaces for different environments. Approval Workflow: Use CI/CD tools like Jenkins/GitLab with manual approval steps, or use GitOps with ArgoCD/Flux for controlled deployment to production.
@pradyumna66810 ай бұрын
We can use managed identities attach a acr and aks for pulling images and I came to know that using service principal is good as it's secret values remain same in managed identities as it should update the tokens it makes more calls is it right
@AbhishekVeeramalla10 ай бұрын
Managed Identities is good. It updates automatically.
@pradyumna66810 ай бұрын
@@AbhishekVeeramalla thank you for the reply Abhishek 🤩
@basuasthana980310 ай бұрын
Awesome anna, thanks for creating this
@AbhishekVeeramalla10 ай бұрын
Welcome 😊
@shantanusarode2777Ай бұрын
Great Video Abhisehk, but after changing TYPE to NodePort @38:25, There is no external IP appearing for me. Can you assist ?? Edit: I have followed steps from ArgoCD documentation and changed from NodePort to LoadBalancer and also allowed Port Forwarding. Now I am able to access ArgoCD UI But after running the shell script @01:06:42 , nothing is getting updated in k8-specifications folder and there are errors in script Please help
@shivashankar-nd3vq4 күн бұрын
Hey could you please help me on this I'm also not getting the external IP
@srujanamr62124 ай бұрын
Hey, I cannot change the Type of argocd-server (37:55 min in your video) from ClusterIP to NodePort. A notepad is getting opened and when I change it, it's not getting updated. Please help!
@meetsirnel3 ай бұрын
Trust you’re using Windows, use ‘ctrl S’ not ‘save’ from the file menu drop down and it will automatically update and close. It’s like using vi or nano in Linux
@SalmanShaikh-jy4nkАй бұрын
Hi Everyone ,Whoever image is not updated try to add the repo url from argocd settings,which worked for me and rest is same .May be u guys are loosing exact project name and details .Good luck I have Finished DATE Series now aspiring Azure to get exposure apart from AWS. Thanks for each and every contribution Just trust on Abhishek and start the series and additionally if u r strucked try to look into comments which helped a lot to me .I just have 1 year of experience and able to get two offers.
@CreativeShorts754 ай бұрын
how to connect to voting-app repo before running the az command at 31:55
@ShashiKiranYeluguri10 ай бұрын
Hello Abhishek Anna, First of Thank you for your great content. I have completed the terraform zero to hero course and used it to implement in GCP Cloud and was able to do it successfully. I have little confusion with Count and for each, Can you please explain this one. Also, I am requesting please make a video on Ultimate GCP CI/CD Pipeline using GCP Services/Kubernetes. Please consider this video in your playlist.
@monishthapa645810 ай бұрын
Hi Abhishek, I was able to run the demo successfully but the small thing is not working i.e. image tag and repository is not getting updated in the vote deployment yaml file. Even I don't see any issues in the pipeline flow. Any idea what might have happened? Thanks for your support !
@AbhishekVeeramalla10 ай бұрын
Look at the shell script stage, there can be an error.
@abhishekkotha887210 ай бұрын
yes, did u got it now bro
@medapatimohan371210 ай бұрын
@@AbhishekVeeramalla the shell script gives error cant read the file sed: can't read k8s-specifications/vote-deployment.yaml
@awstraining-bh2io7 ай бұрын
@@medapatimohan3712 did it solved?
@chandrasekhar714710 ай бұрын
It is a very clear explanation about co/cd pipeline thank you so much for your efforts. I have small doubt, based on the commit deployment process is happend in the above video. Is there any option for deployment like tag(will create tag on specific commit, based on the tag deployment is happening). For product specially, If you have time please give the answer
@AbhishekVeeramalla10 ай бұрын
Yes u can do. Just change the trigger
@chandrasekhar714710 ай бұрын
@@AbhishekVeeramalla thank you Abhishek
@sunilb48817 ай бұрын
Hello Abhishek, Thanks for your efforts. However, I found too many manual operations here. Since you are using Argocd, why don’t you create argocd application through the pipeline itself (either application.yaml or argocd cli commands) and set the image using argocd app set -kustomize-image by taking outputs from image build stage. Updating manifests via script adds up too many commits to the main branch. Some organisations prefer to trigger their pipelines from main to prod and might cause issues.
@AbhishekVeeramalla7 ай бұрын
Hey Sunil, 1. Creating Argo CD application through UI or Cli is a one time activity. So there is no point of creating it through pipeline. 2. In the GitOps approach, you can also store your manifests to a different git repo, so the number of commits will not be a problem. I explained this in the GitOps playlist. I hope it helps.
@manjunathbagewadi71512 ай бұрын
Hi Abhishek thanks for the series,i have a query, everything was going well..suddenly at 31:40 you started with AZ and kubectl commands which are not working on my ubuntu server.What did i miss?pls help
@LearningPurpose-du9rbАй бұрын
you can authenticate to azure using either using your account or use an service connection and proceed with az aks get-credentials
@akshaypanigrahi16610 ай бұрын
❤❤❤ awesome 👍😊
@AbhishekVeeramalla10 ай бұрын
Thanks 🤗
@Meowking72 ай бұрын
Hi abhi, can you explain how we can implement the CD part using azure pipelines?
@kranthikumarg750010 ай бұрын
Hi abhishek we worked on the public project with CI/CD but im not able to do with private project can please briefly explain with one video
@AbhishekVeeramalla10 ай бұрын
This is private project
@rajkamal531810 ай бұрын
Thank you, Abhishek!! for this amazing CD project implementation, this is a similar set up which I had in my previous organisation. The only difference is that we used Jenkins as the pipeline instead of Azure Pipelines. I was able to complete the Result app set up as well, but the only issue i'm encountering is the Result app votes result percentage is displayed, but the names are not getting updated from Cats and Dogs eventhough the Vote App selection is set to Kubernetes and DockerSwarm. Please let me know how this can be resolved?
@AbhishekVeeramalla10 ай бұрын
Awesome 👏, Kudos on implementing the Voting service as explained in the video. We need to update the result app source code as well.
@TeresaShellvin10 ай бұрын
for anyone whose deployment isnt updating replace ** with vote/Dockerfile in azure devops pipeline
@TeresaShellvin9 ай бұрын
@joylinejenifer7933 i dont use windows
@cgm4463 ай бұрын
already have then too not updating
@tashmeetmatharu14 күн бұрын
Not able to see the three azure pipelines code for result, vote and worker on the Azure Zero to hero azure github notes playlist on git hub on Day 15. Can you please upload the three pipelines code, it would be better to have a glance and refer it while writing code on Azure Devops.
@Mr.Troubleshooter-fq1op10 ай бұрын
Thanks Abhishek bhai for your efforts, I have deployed all three microservices to AKS cluster via argoCD, but the issue i got with argoCD that it is trying to generate new replica set or pod every time I am updating the image in same deployment, it should replace the old deploy/rs/pod to the new one, right ? I gave it like 15-20 minutes but no luck then I manually deleted old replicasets from argoCD UI to get it running.
@puvvadanitin46892 күн бұрын
Not able to see the notes fir this video in provided repository could you help us to upload it please
@iamsaikumarnagati10 ай бұрын
Attendance 🎉 😊
@AbhishekVeeramalla10 ай бұрын
😍😍😍
@anujpundir882110 ай бұрын
Thanks for your efforts but i have one question why are you not using Azure devops CD(yaml) to deploy to AKS or release pipelines?
@AbhishekVeeramalla10 ай бұрын
I explained that in the video, why I am using the GitOps approach.
@kopaltiwari77428 ай бұрын
I am pretty new to this profile, My organization works on landing zones and deployments of resources, would the steps for deploying resources from azure devops will be same?
@praveenkore84210 ай бұрын
love from warangal , abhishek anna 👌
@AbhishekVeeramalla10 ай бұрын
😍😍
@praveenkore84210 ай бұрын
working as DevOps engineer, on-premise k8s admin, trying to learn aws/azure DevOps from you , thanks for your work @@AbhishekVeeramalla
@ankitkondal92063 ай бұрын
@AbhishekVeeramalla Repo is getting picked , but shell script is not updating the tag in K8S specification folder .
@Venkateshcloud5Venky5 ай бұрын
Hi annaya please upload architecture diagram for gitops in Dya-15
@nocode65910 ай бұрын
Sir one doubt, in freee devops playlist what are the playlist included? kub 0 to hero is also there in it or we need to watch seperately? becuase Kub 0 to hero playlist isn not in order. Please help sir
@AbhishekVeeramalla10 ай бұрын
Kubernetes is covered in the devops zero to hero. But fyi.. kubernetes playlist is also sorted. Dont look at the day numbers.
@nocode65910 ай бұрын
@@AbhishekVeeramalla ok sir thanks for reply
@RavijyotiBM9 ай бұрын
sir How did you connect azure devops project from terminal??just like your terminal showing VOTING-APP%????PLEASE HELP
@AbhishekVeeramalla9 ай бұрын
Please watch beforr videos, I explained
@SaiDhanush-t7b6 ай бұрын
@RavijyotiBM bro did you got the answer
@mayureshpalav34996 ай бұрын
If anyone know the answer, please let us know.
@anveshlakki65859 ай бұрын
Hi Abhishek, Why can’t we use CD pipeline in the azure devops itself like CI pipeline instead of using argocd?
@AbhishekVeeramalla9 ай бұрын
I explained the advantages in the video. Basically to get the GitOps use cases
@rajanbabu0339 ай бұрын
Hi Abhishek, Can we use Azure Release Pipeline itself instead of Argo CD for Delivery. If so, do we have any demo for this?
@udaykumar-tb5knАй бұрын
How you moved from git hub to azure repo can u show Abhishek
@scorchedBoard10 ай бұрын
Awesome👍🏻👍🏻🔥
@AbhishekVeeramalla10 ай бұрын
Thanks ✌️
@scorchedBoard10 ай бұрын
@@AbhishekVeeramalla Actually thank u Abhishek for this wonderful course!! 😅🔥
@ShaikAbdulRahman-q8d10 ай бұрын
Hi annaya Devops & AWS rendu kalili training tisko mantara and Leda Devops separate and AWS separate training tisko mantara anna elaga nerchukunte easy ardam avutadi plss reply annaya
@kryptodabeast8 ай бұрын
Hello Abhishek, I was following the teachings, but I did not see an EXTERNAL IP for the NodePort to open the ArgoCD
@talankimanikanta974510 ай бұрын
Tq for the class, but i have one doubt u select one server for cluster configuration in node pool section is that same as agent pool i mean runner of azure pipeline or there any other
@AbhishekVeeramalla10 ай бұрын
They are different. Please watch the CI video.
@suhasdhoke173510 ай бұрын
Perfect 😊
@suryasjv1395 ай бұрын
without that shell script still can we do it ?.....abhishek sir is there any way please respond
@chennareddy277010 ай бұрын
Hi Abhishek, Can you please upload the architecture image in day-15
@thesoulchef76 ай бұрын
Can we create a VM instead of azure cli and connect it to mobaxterm. Also are the commands same?
@AswinAswin-i7t4 ай бұрын
whether i have to read shell scripting for this ? reply me abishek
@PramodKumar-ql3iu9 ай бұрын
Unable to create application: permission denied, when I click on create option in Argo cd. What did I miss?
@AbhishekVeeramalla9 ай бұрын
You must have installed namespace scoped argo cd instance and trying to deploy to a different namespace
@PramodKumar-ql3iu9 ай бұрын
@@AbhishekVeeramalla thank you for reply. However I am following the video. Could you help me how to fix it now. Not able to get answer from ChatGPT.
@sahezadibegum533310 ай бұрын
Thank you
@AbhishekVeeramalla10 ай бұрын
You're welcome
@naturevibezzАй бұрын
in production how can we expose argocd service?
@LearningPurpose-du9rbАй бұрын
anyone else having exec format error ? I pulled my image from acr and ran on x86_64 and its not working , the docker image platform version is same as original dockerimage from dockerhub . both is the same platform which is linux/amd64, but still getting exec format error
@jayakumar-n5j10 ай бұрын
hi sir, my pipeline is taking more than 40 min to to 1 hour sometime the build gets failed because of private project limitation how can i reduse the pipeline build time
@AbhishekVeeramalla10 ай бұрын
Try to change the region of your k8s cluster
@THEDOLL-v6g10 ай бұрын
Hi Abhishek 👋, firstly thanks to share your knowledge to grow with you💐. I need a small clarification on PR merge, let assume i have 2 branches one is release, 2nd master. PR created and merged with master. Here after merge completion, few changes were not reflecting in master branch. May i know the root cause for these kind of issues? Advance thanks for your valuable Insights🤝🏻
@vijaykumar-ku3fu10 ай бұрын
Hi, In merging we have different methods(merge fast forward,rebasd and other 2). Every methods has some different feature.....For the first time U try merge fast-forward option it will solve your issue....please let me know if it done
@ShivamSrivastava-p4d9 ай бұрын
I have followed all the steps but the image in the manifest is not getting updated and also why there is "_work" in line no. 9 in shellscript in update job, while I have "result" in place of that ????
@SweetSavoryStudio6 ай бұрын
i am facing same error ?what did u do for image not getting updated?
@heath56644 ай бұрын
@@SweetSavoryStudio same here did you find any solution
@cgm4463 ай бұрын
hi abhishek, I followed the entire video properly and everything is working fine ONLY MY IMage name i not gtting updated with tag name and container registry name, checked evrything, evry script, everything looks good, can't find my mistake, please can you help, pleaseeeee!!!!!
@gpadlearnmaths3 ай бұрын
Have you been able to figure it out. I could help you out. Share your email address.
@-ECE--DharshiniS-ih2nq5 ай бұрын
Hi Abhishek..can you please share the voting app code repo
@arnaudfrancktaptuekuate53677 ай бұрын
I can't find the git repo of this repos. please can you share it with me? Thank you!
@thesoulchef76 ай бұрын
Hi Abhishek, while connecting argoCD to azure repo, I types kubectl edit secret argoCD and then the echo password but getting an error.
@nagarajprabhu10652 ай бұрын
Pipeline ran successfully.Even showing line is changed after deployment but there is no change in Image name. Can anyone help?
@siddiquereza454910 ай бұрын
' ' command not found issue during updation of the manifest files in the Update stage. ?? Could you please explain more ? I am not clear about this ?
@AbhishekVeeramalla10 ай бұрын
Check the pinned comment.
@keerthiraj349810 ай бұрын
Tqsm sir ❤
@AbhishekVeeramalla10 ай бұрын
😍
@umeshgolla273010 ай бұрын
Awesome video, we can this project in resume
@AbhishekVeeramalla10 ай бұрын
Yes you can
@AbhishekAnand-e5wАй бұрын
i have tried but my deployment file is not updating
@saleemsyed-l6i5 ай бұрын
Hi Abishek, for me shell script giving an error $' ': command not found
@deepakmaretha256210 ай бұрын
How can we use our application to use users using our domain name...and also with a subdomain to use argo CD? please help here....also this project is very helpful to me. Thanks Sent LinkedIn connection to you sir.
@pinkweb5805 ай бұрын
thanks
@TasteAroundUs8 ай бұрын
Hi Abhishek, i am new subscriber and learn azure Devops. i am trying to clone the project in \tmp\temp_repo folder but after run the shell script command. in \tmp folder contain this type name of folder 'temp_repo'$' ' so image name did not update in kubernete yaml file. can you suggest what i am doing wrong here.
@thesoulchef76 ай бұрын
While entering username as admin on argocd and password it says invalid username or password. Tried many times. Please help
@rohithgattu10 ай бұрын
unable to decode secret in windows, is there anything specific command for windows users we need to do
@rohithgattu10 ай бұрын
Tried [System.Text.Encoding]::Unicode.GetString([System.Convert]::FromBase64String(texttobedecoded')) but getting some text in chinese unable to login to argo cd
@rohithgattu10 ай бұрын
got it , used this --- [text.encoding]::utf8.getstring([convert]::frombase64String('xxxxxxxxxxxx'))
@AbhishekVeeramalla10 ай бұрын
Good
@rohithgattu10 ай бұрын
I power-off the VM and after fixing the decode secret I wasn't able to run the agent... Recreated the agent but don't see it under the agents...
@rohithgattu10 ай бұрын
It's a long day started at 1pm and still not completed... Trying to recreate the whole setup again
@I_nick_1239 ай бұрын
kubectl get svc -n argocd this command open notepad file please help me how to edit and execute again
@deepasreerajeevan19915 ай бұрын
It seems Day -13, Day -15 Documents are missing - please help
@yatingambhir54409 ай бұрын
I have updated the code from CATS & DOGS to AWS & Microsoft Azure, its working fine in the vote page but when I navigate to the results page by changing the port to 30001, it still shows CATS & DOGS. I have updated the worker and result manifest also. Why am I getting this?
@vijaysingh-rz6cu7 ай бұрын
same issue
@goodthingstech95545 ай бұрын
same issue..did you solve the issue? abhishek bro please reply