MO – homeLAB
kubectl config get-contexts
kubectl config use-context mgmt-admin@mgmt
or
kubectl config use-context k3d-k3s-default
kubectl get tinkerbellmachines -n tink-system
kubectl delete “tinkerbellmachine” -n tink-system
Clone the repository
git clone https://github.com/your-username/your-repo.git
git clone git@github.com:CloudNative-Solutions/homelab.git
Navigate to the repository directory
cd your-repo
Add the files to the staging area
git add template/.
git add workflow/.
Commit the staged changes with a descriptive message
git commit -m “Add templates and workflows for management control plane and worker nodes”
Push the committed changes to the remote repository
git push origin main
Navigate to the repository directory
cd your-repo
Pull the latest changes from the remote repository
git pull origin main