Thanks for the video, bro, Now I have installed Jenkins using this, but when I execute a command like `docker ps` or `kubectl get all` using Jenkins freestyle I'm getting not found, do I have to configure any for this?
Hi, Thanks for amazing video. When I tried these yaml files in my local docker-desktop, it worked perfectly. but, when I tried the same in remote kubernetes cluster, it is failing with OOMKilled error after few seconds. Any thoughts on this.? Thanks in advance.
Hi great video Thanks for that, but i have a doubt like inside the running jenkins pod i am not able to run any command as its throwing root permission requires or permission denied kind of error. How can i resolve that
Hi I need one help.. As per the current implementation if one pod is running. Am redeploying the app and new replicaset created and new pod is creating while creating some error happened and the status of the pod going crashloop and again restart .. But in jenkins job is green.. what command I have to use in kubernetes to jenkins also fail... please Help me
Thank you for the great video. Please help me out for the below error. Offline This Jenkins instance appears to be offline. For information about installing Jenkins without an internet connection, see the Offline Jenkins Installation Documentation. You may choose to continue by configuring a proxy or skipping plugin installation. Environment i'm using is Ubuntu Kubernetes cluster in VMware
@@Thetips4you basically after deploying jenkins on k8s cluster, you cannot run docker commands inside the steps to build images, etc. How do you set it up properly to be able to work with Docker, considering Jenkins is in a container itself in kubernetes?