imixs / imixs-cloud

A Lightweight Kubernetes Environment
https://imixs.github.io/imixs-cloud/
GNU General Public License v3.0
200 stars 82 forks source link

Install Script - set kubectl to a fixed version #76

Closed rsoika closed 2 years ago

rsoika commented 2 years ago

Set to fixed version to avoid unexpected upgrades

sudo apt install -y kubeadm=1.21.3-00 kubelet=1.21.3-00 kubectl=1.21.3-00
sudo apt-mark hold kubeadm kubelet kubectl
stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

rsoika commented 2 years ago

finisched