Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kubectl should also be held by apt-mark (kubernetes#14250)
here apt installs both kubelet and kubectl but just holds kubelet. I think kubectl should alse be held by apt-mark. ``` # replace x in 1.14.x-00 with the latest patch version apt-mark unhold kubelet && \ apt-get update && apt-get install -y kubelet=1.14.x-00 kubectl=1.14.x-00 && \ apt-mark hold kubelet ```
- Loading branch information