ps aux | grep jenkins sudo kill
Edit the Jenkins config file (typically located at /home/ubuntu/.jenkins/config.xml) and change: true to: false Restart Jenkins to apply the changes.
Note: If you don't use sudo su, you need to run Docker commands with sudo.
kubeadm join :6443 --token
--discovery-token-ca-cert-hash
sudo kubeadm reset
- Please replace placeholders like , , , , with actual values.
- Be cautious while making changes to Jenkins and Kubernetes configurations. Back up important files before modifying them.
- Always follow best practices and official documentation for Jenkins and Kubernetes to avoid unintended issues.
Remember that these commands and instructions are presented out of context, so it's essential to apply them correctly based on your specific environment and requirements.