website/content/en/docs/tasks/administer-cluster
silenceshell 4ff96634cf kubectl should also be held by apt-mark (#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
```
2019-05-16 15:00:30 -07:00
..
dns-custom-nameservers Convert site to Hugo (#8316) 2018-05-05 09:00:51 -07:00
kubeadm kubectl should also be held by apt-mark (#14250) 2019-05-16 15:00:30 -07:00
manage-resources Official 1.14 Release Docs (#13174) 2019-03-25 15:06:16 -07:00
network-policy-provider Update Cilium version (#14203) 2019-05-07 04:51:42 -07:00
_index.md Add weights, move files: Tasks>AdminClust>NetPol. (#8634) 2018-05-19 20:54:51 -07:00
access-cluster-api.md Clarified step of getting Kubernetes cluster name; fixed quoting in c… (#12718) 2019-03-07 14:12:13 -08:00
access-cluster-services.md remove command prompts and separate commands from output (#12338) 2019-01-23 01:06:28 -08:00
change-default-storage-class.md Update command output (#10109) 2018-09-04 22:44:32 -07:00
change-pv-reclaim-policy.md Code style not working on kubernetes.io (#10727) 2018-10-30 09:44:40 -07:00
cluster-management.md Fixes for https://kubernetes.io/docs/tasks/administer-cluster/cluster-management/ (#14298) 2019-05-14 00:25:11 -07:00
configure-multiple-schedulers.md Normalize case: Github -> GitHub (#13828) 2019-04-25 09:40:47 -07:00
configure-upgrade-etcd.md Update configure-upgrade-etcd.md (#13505) 2019-03-28 11:57:56 -07:00
coredns.md Official 1.14 Release Docs (#13174) 2019-03-25 15:06:16 -07:00
cpu-management-policies.md Add admonition type to shortcode (#9482) 2018-11-06 11:33:04 -08:00
declare-network-policy.md Fix orders of yaml for tasks/administer-cluster/[a-k]*.go (#14241) 2019-05-08 22:44:47 -07:00
developing-cloud-controller-manager.md Issue #13637 Update developing-cloud-controller-manager.md (#13654) 2019-04-08 18:05:05 -07:00
dns-custom-nameservers.md Fix typos (#13609) 2019-04-04 10:27:51 -07:00
dns-debugging-resolution.md Official 1.14 Release Docs (#13174) 2019-03-25 15:06:16 -07:00
dns-horizontal-autoscaling.md Official 1.14 Release Docs (#13174) 2019-03-25 15:06:16 -07:00
encrypt-data.md Fix orders of yaml for tasks/administer-cluster/[a-k]*.go (#14241) 2019-05-08 22:44:47 -07:00
extended-resource-node.md Remove excess Spaces (#11106) 2018-11-20 07:10:46 -08:00
guaranteed-scheduling-critical-addon-pods.md Deprecate critical pod annotation (#10733) 2018-10-30 10:17:58 -07:00
highly-available-master.md Code snippents shouldn't include the command prompt (#12779) 2019-03-07 01:31:05 -08:00
ip-masq-agent.md Official 1.14 Release Docs (#13174) 2019-03-25 15:06:16 -07:00
kms-provider.md Fix orders of yaml for tasks/administer-cluster/[a-k]*.go (#14241) 2019-05-08 22:44:47 -07:00
kubelet-config-file.md Fix orders of yaml for tasks/administer-cluster/[a-k]*.go (#14241) 2019-05-08 22:44:47 -07:00
limit-storage-consumption.md Convert site to Hugo (#8316) 2018-05-05 09:00:51 -07:00
memory-available.sh Convert site to Hugo (#8316) 2018-05-05 09:00:51 -07:00
namespaces-walkthrough.md Update namespaces-walkthrough.md (#13388) 2019-03-27 16:36:47 -07:00
namespaces.md Code snippents shouldn't include the command prompt (#12779) 2019-03-07 01:31:05 -08:00
out-of-resource.md Fix relative links issue in English content (#13307) 2019-03-20 16:05:05 -07:00
quota-api-object.md Official 1.14 Release Docs (#13174) 2019-03-25 15:06:16 -07:00
reconfigure-kubelet.md Fix orders of yaml for tasks/administer-cluster/[l-z]*.go (#14245) 2019-05-09 04:40:48 -07:00
reserve-compute-resources.md Official 1.14 Release Docs (#13174) 2019-03-25 15:06:16 -07:00
running-cloud-controller.md remove cloud controller manager docs on using Initializers for PV labeling (#12375) 2019-02-17 08:26:48 -08:00
safely-drain-node.md Directly reference the PodDisruptionBudget (#14209) 2019-05-08 11:40:34 -07:00
securing-a-cluster.md Add admonition type to shortcode (#9482) 2018-11-06 11:33:04 -08:00
static-pod.md Use staticPodPath in KubeletConfiguration (#11916) 2019-01-07 09:29:47 -08:00
sysctl-cluster.md Use correct kubelet config name (#13185) 2019-03-15 02:58:57 -07:00