You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# journalctl -u kubelet
-- Logs begin at Thu 2018-05-31 19:33:55 UTC, end at Thu 2018-05-31 19:55:01 UTC. --
May 31 19:37:18 vk-beta-node-v10-b8f1 systemd[1]: Started kubelet: The Kubernetes Node Agent.
May 31 19:37:18 vk-beta-node-v10-b8f1 kubelet[1635]: I0531 19:37:18.285823 1635 feature_gate.go:226] feature gates: &{{} map[]}
May 31 19:37:18 vk-beta-node-v10-b8f1 systemd[1]: Stopping kubelet: The Kubernetes Node Agent...
May 31 19:37:18 vk-beta-node-v10-b8f1 systemd[1]: Stopped kubelet: The Kubernetes Node Agent.
May 31 19:37:18 vk-beta-node-v10-b8f1 systemd[1]: Started kubelet: The Kubernetes Node Agent.
May 31 19:37:39 vk-beta-node-v10-b8f1 kubelet[5667]: Flag --pod-manifest-path has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
May 31 19:37:39 vk-beta-node-v10-b8f1 kubelet[5667]: Flag --allow-privileged has been deprecated, will be removed in a future version
May 31 19:37:39 vk-beta-node-v10-b8f1 kubelet[5667]: Flag --cluster-dns has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
May 31 19:37:39 vk-beta-node-v10-b8f1 kubelet[5667]: Flag --cluster-domain has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
May 31 19:37:39 vk-beta-node-v10-b8f1 kubelet[5667]: Flag --authorization-mode has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
May 31 19:37:39 vk-beta-node-v10-b8f1 kubelet[5667]: Flag --client-ca-file has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
May 31 19:37:39 vk-beta-node-v10-b8f1 kubelet[5667]: Flag --cadvisor-port has been deprecated, The default will change to 0 (disabled) in 1.12, and the cadvisor port will be removed entirely in 1.13
May 31 19:37:39 vk-beta-node-v10-b8f1 kubelet[5667]: Flag --kubelet-cgroups has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.
The text was updated successfully, but these errors were encountered:
BUG REPORT
Versions
kubeadm version: 1.10.3
Environment:
What happened?
Installing kubeadm via apt (repo: https://packages.cloud.google.com/), as recommended in https://kubernetes.io/docs/tasks/tools/install-kubeadm/ results in the following files being installed:
The file
10-kubeadm.conf
has a series of parameters for kubelet, that should instead be passed in a config file:Logs from kubelet starting:
The text was updated successfully, but these errors were encountered: