-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
none: certificate apiserver not signed by CA certificate ca: crypto/rsa: verification error #5899
Comments
I suspect that |
I did The full output of the command:
|
@roxax19 do you mind trying to kill the ports manually ? in minikube we could try to do better to make sure the ports are free and if not let the user know before hand ! I will add this as a bug for none ! so we detect ports if they are used. |
The exact command to reproduce the issue:
sudo minikube start --vm-driver=none
The full output of the command that failed:
😄 minikube v1.5.2 on Ubuntu 18.04
💡 Tip: Use 'minikube start -p ' to create a new cluster, or 'minikube delete' to delete this one.
🏃 Using the running none "minikube" VM ...
⌛ Waiting for the host to be provisioned ...
🐳 Preparing Kubernetes v1.16.2 on Docker '18.06.1-ce' ...
▪ kubelet.resolv-conf=/run/systemd/resolve/resolv.conf
🔄 Relaunching Kubernetes using kubeadm ...
💣 Error restarting cluster: running cmd: /bin/bash -c "sudo env PATH=/var/lib/minikube/binaries/v1.16.2:$PATH kubeadm init phase certs all --config /var/tmp/minikube/kubeadm.yaml": command failed: /bin/bash -c "sudo env PATH=/var/lib/minikube/binaries/v1.16.2:$PATH kubeadm init phase certs all --config /var/tmp/minikube/kubeadm.yaml"
stdout: [certs] Using certificateDir folder "/var/lib/minikube/certs"
[certs] Using existing ca certificate authority
stderr: error execution phase certs/apiserver: [certs] certificate apiserver not signed by CA certificate ca: crypto/rsa: verification error
To see the stack trace of this error execute with --v=5 or higher
: exit status 1
The output of the
minikube logs
command:==> Docker <==
-- Logs begin at Tue 2018-12-11 10:33:39 CET, end at Wed 2019-11-13 11:40:31 CET. --
nov 13 10:40:08 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:08+01:00" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.btrfs" error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.btrfs must be a btrfs filesystem to be used with the btrfs snapshotter"
nov 13 10:40:08 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:08+01:00" level=info msg="loading plugin "io.containerd.snapshotter.v1.aufs"..." type=io.containerd.snapshotter.v1
nov 13 10:40:08 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:08+01:00" level=info msg="loading plugin "io.containerd.snapshotter.v1.native"..." type=io.containerd.snapshotter.v1
nov 13 10:40:08 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:08+01:00" level=info msg="loading plugin "io.containerd.snapshotter.v1.overlayfs"..." type=io.containerd.snapshotter.v1
nov 13 10:40:08 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:08+01:00" level=info msg="loading plugin "io.containerd.snapshotter.v1.zfs"..." type=io.containerd.snapshotter.v1
nov 13 10:40:08 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:08+01:00" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.zfs" error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used with the zfs snapshotter"
nov 13 10:40:08 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:08+01:00" level=info msg="loading plugin "io.containerd.metadata.v1.bolt"..." type=io.containerd.metadata.v1
nov 13 10:40:08 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:08+01:00" level=warning msg="could not use snapshotter zfs in metadata plugin" error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used with the zfs snapshotter"
nov 13 10:40:08 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:08+01:00" level=warning msg="could not use snapshotter btrfs in metadata plugin" error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.btrfs must be a btrfs filesystem to be used with the btrfs snapshotter"
nov 13 10:40:08 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:08+01:00" level=info msg="loading plugin "io.containerd.differ.v1.walking"..." type=io.containerd.differ.v1
nov 13 10:40:08 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:08+01:00" level=info msg="loading plugin "io.containerd.gc.v1.scheduler"..." type=io.containerd.gc.v1
nov 13 10:40:08 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:08+01:00" level=info msg="loading plugin "io.containerd.service.v1.containers-service"..." type=io.containerd.service.v1
nov 13 10:40:08 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:08+01:00" level=info msg="loading plugin "io.containerd.service.v1.content-service"..." type=io.containerd.service.v1
nov 13 10:40:08 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:08+01:00" level=info msg="loading plugin "io.containerd.service.v1.diff-service"..." type=io.containerd.service.v1
nov 13 10:40:08 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:08+01:00" level=info msg="loading plugin "io.containerd.service.v1.images-service"..." type=io.containerd.service.v1
nov 13 10:40:08 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:08+01:00" level=info msg="loading plugin "io.containerd.service.v1.leases-service"..." type=io.containerd.service.v1
nov 13 10:40:08 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:08+01:00" level=info msg="loading plugin "io.containerd.service.v1.namespaces-service"..." type=io.containerd.service.v1
nov 13 10:40:08 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:08+01:00" level=info msg="loading plugin "io.containerd.service.v1.snapshots-service"..." type=io.containerd.service.v1
nov 13 10:40:08 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:08+01:00" level=info msg="loading plugin "io.containerd.monitor.v1.cgroups"..." type=io.containerd.monitor.v1
nov 13 10:40:08 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:08+01:00" level=info msg="loading plugin "io.containerd.runtime.v1.linux"..." type=io.containerd.runtime.v1
nov 13 10:40:08 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:08+01:00" level=info msg="loading plugin "io.containerd.service.v1.tasks-service"..." type=io.containerd.service.v1
nov 13 10:40:08 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:08+01:00" level=info msg="loading plugin "io.containerd.grpc.v1.containers"..." type=io.containerd.grpc.v1
nov 13 10:40:08 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:08+01:00" level=info msg="loading plugin "io.containerd.grpc.v1.content"..." type=io.containerd.grpc.v1
nov 13 10:40:08 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:08+01:00" level=info msg="loading plugin "io.containerd.grpc.v1.diff"..." type=io.containerd.grpc.v1
nov 13 10:40:08 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:08+01:00" level=info msg="loading plugin "io.containerd.grpc.v1.events"..." type=io.containerd.grpc.v1
nov 13 10:40:08 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:08+01:00" level=info msg="loading plugin "io.containerd.grpc.v1.healthcheck"..." type=io.containerd.grpc.v1
nov 13 10:40:08 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:08+01:00" level=info msg="loading plugin "io.containerd.grpc.v1.images"..." type=io.containerd.grpc.v1
nov 13 10:40:08 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:08+01:00" level=info msg="loading plugin "io.containerd.grpc.v1.leases"..." type=io.containerd.grpc.v1
nov 13 10:40:08 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:08+01:00" level=info msg="loading plugin "io.containerd.grpc.v1.namespaces"..." type=io.containerd.grpc.v1
nov 13 10:40:08 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:08+01:00" level=info msg="loading plugin "io.containerd.grpc.v1.snapshots"..." type=io.containerd.grpc.v1
nov 13 10:40:08 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:08+01:00" level=info msg="loading plugin "io.containerd.grpc.v1.tasks"..." type=io.containerd.grpc.v1
nov 13 10:40:08 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:08+01:00" level=info msg="loading plugin "io.containerd.grpc.v1.version"..." type=io.containerd.grpc.v1
nov 13 10:40:08 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:08+01:00" level=info msg="loading plugin "io.containerd.grpc.v1.introspection"..." type=io.containerd.grpc.v1
nov 13 10:40:08 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:08+01:00" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd-debug.sock"
nov 13 10:40:08 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:08+01:00" level=info msg=serving... address="/var/run/docker/containerd/docker-containerd.sock"
nov 13 10:40:08 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:08+01:00" level=info msg="containerd successfully booted in 0.273860s"
nov 13 10:40:08 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:08.297765471+01:00" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc42024d690, READY" module=grpc
nov 13 10:40:08 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:08.975049443+01:00" level=info msg="parsed scheme: "unix"" module=grpc
nov 13 10:40:08 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:08.975075649+01:00" level=info msg="scheme "unix" not registered, fallback to default scheme" module=grpc
nov 13 10:40:08 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:08.975116642+01:00" level=info msg="ccResolverWrapper: sending new addresses to cc: [{unix:///var/run/docker/containerd/docker-containerd.sock 0 }]" module=grpc
nov 13 10:40:08 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:08.975132499+01:00" level=info msg="ClientConn switching balancer to "pick_first"" module=grpc
nov 13 10:40:08 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:08.975186198+01:00" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc420419b00, CONNECTING" module=grpc
nov 13 10:40:08 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:08.975347242+01:00" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc420419b00, READY" module=grpc
nov 13 10:40:14 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:14.423016983+01:00" level=info msg="Graph migration to content-addressability took 0.00 seconds"
nov 13 10:40:14 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:14.423293141+01:00" level=warning msg="Your kernel does not support swap memory limit"
nov 13 10:40:14 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:14.423329584+01:00" level=warning msg="Your kernel does not support cgroup rt period"
nov 13 10:40:14 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:14.423338457+01:00" level=warning msg="Your kernel does not support cgroup rt runtime"
nov 13 10:40:14 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:14.423780706+01:00" level=info msg="parsed scheme: "unix"" module=grpc
nov 13 10:40:14 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:14.423793684+01:00" level=info msg="scheme "unix" not registered, fallback to default scheme" module=grpc
nov 13 10:40:14 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:14.423824785+01:00" level=info msg="ccResolverWrapper: sending new addresses to cc: [{unix:///var/run/docker/containerd/docker-containerd.sock 0 }]" module=grpc
nov 13 10:40:14 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:14.423850807+01:00" level=info msg="ClientConn switching balancer to "pick_first"" module=grpc
nov 13 10:40:14 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:14.423887757+01:00" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc42024dbc0, CONNECTING" module=grpc
nov 13 10:40:14 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:14.424039037+01:00" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc42024dbc0, READY" module=grpc
nov 13 10:40:14 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:14.424076470+01:00" level=info msg="Loading containers: start."
nov 13 10:40:17 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:17.628034801+01:00" level=info msg="Default bridge (docker0) is assigned with an IP address 172.17.0.0/16. Daemon option --bip can be used to set a preferred IP address"
nov 13 10:40:18 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:18.222187553+01:00" level=info msg="Loading containers: done."
nov 13 10:40:23 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:23.847034403+01:00" level=info msg="Docker daemon" commit=6d37f41 graphdriver(s)=overlay2 version=18.06.2-ce
nov 13 10:40:23 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:23.914979527+01:00" level=info msg="Daemon has completed initialization"
nov 13 10:40:24 Lenovo-Y50-70 dockerd[3280]: time="2019-11-13T10:40:24.600867540+01:00" level=info msg="API listen on /var/run/docker.sock"
nov 13 10:40:24 Lenovo-Y50-70 systemd[1]: Started Docker Application Container Engine.
==> container status <==
sudo: crictl: orden no encontrada
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
==> dmesg <==
[ +0,000002] driver_register+0x60/0xe0
[ +0,000000] ? 0xffffffffc055c000
[ +0,000002] __pci_register_driver+0x5a/0x60
[ +0,000022] i915_init+0x5c/0x5f [i915]
[ +0,000003] do_one_initcall+0x52/0x19f
[ +0,000002] ? __vunmap+0x8e/0xc0
[ +0,000002] ? _cond_resched+0x19/0x40
[ +0,000002] ? kmem_cache_alloc_trace+0x14e/0x1b0
[ +0,000002] ? do_init_module+0x27/0x213
[ +0,000002] do_init_module+0x5f/0x213
[ +0,000002] load_module+0x16bc/0x1f10
[ +0,000004] ? ima_post_read_file+0x96/0xa0
[ +0,000002] SYSC_finit_module+0xfc/0x120
[ +0,000002] ? SYSC_finit_module+0xfc/0x120
[ +0,000002] SyS_finit_module+0xe/0x10
[ +0,000002] do_syscall_64+0x73/0x130
[ +0,000002] entry_SYSCALL_64_after_hwframe+0x3d/0xa2
[ +0,000001] RIP: 0033:0x7f8a72ad5839
[ +0,000001] RSP: 002b:00007ffef1747d08 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[ +0,000001] RAX: ffffffffffffffda RBX: 00005652a0ec53e0 RCX: 00007f8a72ad5839
[ +0,000001] RDX: 0000000000000000 RSI: 00007f8a727b4145 RDI: 0000000000000015
[ +0,000000] RBP: 00007f8a727b4145 R08: 0000000000000000 R09: 00007ffef1747e20
[ +0,000001] R10: 0000000000000015 R11: 0000000000000246 R12: 0000000000000000
[ +0,000000] R13: 00005652a0eaff10 R14: 0000000000020000 R15: 00005652a0ec53e0
[ +0,000002] Code: e9 46 fc ff ff 48 c7 c6 d7 5d a0 c0 48 c7 c7 2f 51 a0 c0 e8 c4 68 11 c8 0f 0b e9 73 fe ff ff 48 c7 c7 b0 b5 a1 c0 e8 b1 68 11 c8 <0f> 0b e9 4b fe ff ff 48 c7 c6 e4 5d a0 c0 48 c7 c7 2f 51 a0 c0
[ +0,000023] ---[ end trace bb5423ed223a4603 ]---
[ +0,001945] [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[ +1,353570] Bluetooth: hci0: unexpected event for opcode 0xfc2f
[ +0,311937] PKCS#7 signature not signed with a trusted key
[ +0,000024] nvidia: loading out-of-tree module taints kernel.
[ +0,000005] nvidia: module license 'NVIDIA' taints kernel.
[ +0,000001] Disabling lock debugging due to kernel taint
[ +0,008710] ACPI Error: [AR02] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364)
[ +0,000007] No Local Variables are initialized for Method [_PRT]
[ +0,000000] No Arguments are initialized for method [_PRT]
[ +0,000002] ACPI Error: Method parse/execution failed _SB.PCI0.PEG0._PRT, AE_NOT_FOUND (20170831/psparse-550)
[ +0,000151] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 390.116 Sun Jan 27 07:21:36 PST 2019 (using threaded interrupts)
[ +0,363815] PKCS#7 signature not signed with a trusted key
[ +0,147691] PKCS#7 signature not signed with a trusted key
[ +1,140565] uvcvideo 3-6:1.0: Entity type for entity Extension 4 was not initialized!
[ +0,000001] uvcvideo 3-6:1.0: Entity type for entity Processing 2 was not initialized!
[ +0,000002] uvcvideo 3-6:1.0: Entity type for entity Camera 1 was not initialized!
[ +1,841975] PKCS#7 signature not signed with a trusted key
[ +0,810944] ACPI Warning: _SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20170831/nsarguments-100)
[nov13 10:39] kauditd_printk_skb: 78 callbacks suppressed
[ +0,523456] aufs aufs_fill_super:912:mount[2656]: no arg
[ +0,401335] overlayfs: missing 'lowerdir'
[ +6,681026] kauditd_printk_skb: 74 callbacks suppressed
[ +12,986929] kauditd_printk_skb: 77 callbacks suppressed
[ +8,267396] L1TF CPU bug present and SMT on, data leak possible. See CVE-2018-3646 and https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/l1tf.html for details.
[ +6,783890] aufs au_opts_verify:1623:dockerd[1846]: dirperm1 breaks the protection by the permission bits on the lower branch
[nov13 10:40] kauditd_printk_skb: 76 callbacks suppressed
[ +15,737728] kauditd_printk_skb: 74 callbacks suppressed
[nov13 10:41] kauditd_printk_skb: 74 callbacks suppressed
[nov13 10:42] kauditd_printk_skb: 4 callbacks suppressed
[nov13 10:44] kauditd_printk_skb: 74 callbacks suppressed
[nov13 11:28] kauditd_printk_skb: 74 callbacks suppressed
[nov13 11:32] kauditd_printk_skb: 8 callbacks suppressed
[ +11,003330] kauditd_printk_skb: 74 callbacks suppressed
[nov13 11:36] kauditd_printk_skb: 74 callbacks suppressed
==> kernel <==
11:40:31 up 1:02, 1 user, load average: 2,29, 3,86, 2,98
Linux Lenovo-Y50-70 4.15.0-69-generic #78-Ubuntu SMP Wed Nov 6 11:30:24 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
PRETTY_NAME="Ubuntu 18.04.3 LTS"
==> kubelet <==
-- Logs begin at Tue 2018-12-11 10:33:39 CET, end at Wed 2019-11-13 11:40:31 CET. --
nov 13 11:40:28 Lenovo-Y50-70 systemd[1]: kubelet.service: Service hold-off time over, scheduling restart.
nov 13 11:40:28 Lenovo-Y50-70 systemd[1]: kubelet.service: Scheduled restart job, restart counter is at 4935.
nov 13 11:40:28 Lenovo-Y50-70 systemd[1]: Stopped kubelet: The Kubernetes Node Agent.
nov 13 11:40:28 Lenovo-Y50-70 systemd[1]: Started kubelet: The Kubernetes Node Agent.
nov 13 11:40:28 Lenovo-Y50-70 kubelet[1627]: 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.
nov 13 11:40:28 Lenovo-Y50-70 kubelet[1627]: Flag --cgroup-driver 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.
nov 13 11:40:28 Lenovo-Y50-70 kubelet[1627]: 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.
nov 13 11:40:28 Lenovo-Y50-70 kubelet[1627]: 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.
nov 13 11:40:28 Lenovo-Y50-70 kubelet[1627]: 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.
nov 13 11:40:28 Lenovo-Y50-70 kubelet[1627]: Flag --fail-swap-on 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.
nov 13 11:40:28 Lenovo-Y50-70 kubelet[1627]: 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.
nov 13 11:40:28 Lenovo-Y50-70 kubelet[1627]: Flag --resolv-conf 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.
nov 13 11:40:28 Lenovo-Y50-70 kubelet[1627]: F1113 11:40:28.414819 1627 server.go:196] failed to load Kubelet config file /var/lib/kubelet/config.yaml, error failed to read kubelet config file "/var/lib/kubelet/config.yaml", error: open /var/lib/kubelet/config.yaml: no such file or directory
nov 13 11:40:28 Lenovo-Y50-70 systemd[1]: kubelet.service: Main process exited, code=exited, status=255/n/a
nov 13 11:40:28 Lenovo-Y50-70 systemd[1]: kubelet.service: Failed with result 'exit-code'.
nov 13 11:40:29 Lenovo-Y50-70 systemd[1]: kubelet.service: Service hold-off time over, scheduling restart.
nov 13 11:40:29 Lenovo-Y50-70 systemd[1]: kubelet.service: Scheduled restart job, restart counter is at 4936.
nov 13 11:40:29 Lenovo-Y50-70 systemd[1]: Stopped kubelet: The Kubernetes Node Agent.
nov 13 11:40:29 Lenovo-Y50-70 systemd[1]: Started kubelet: The Kubernetes Node Agent.
nov 13 11:40:29 Lenovo-Y50-70 kubelet[1662]: 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.
nov 13 11:40:29 Lenovo-Y50-70 kubelet[1662]: Flag --cgroup-driver 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.
nov 13 11:40:29 Lenovo-Y50-70 kubelet[1662]: 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.
nov 13 11:40:29 Lenovo-Y50-70 kubelet[1662]: 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.
nov 13 11:40:29 Lenovo-Y50-70 kubelet[1662]: 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.
nov 13 11:40:29 Lenovo-Y50-70 kubelet[1662]: Flag --fail-swap-on 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.
nov 13 11:40:29 Lenovo-Y50-70 kubelet[1662]: 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.
nov 13 11:40:29 Lenovo-Y50-70 kubelet[1662]: Flag --resolv-conf 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.
nov 13 11:40:29 Lenovo-Y50-70 kubelet[1662]: F1113 11:40:29.164155 1662 server.go:196] failed to load Kubelet config file /var/lib/kubelet/config.yaml, error failed to read kubelet config file "/var/lib/kubelet/config.yaml", error: open /var/lib/kubelet/config.yaml: no such file or directory
nov 13 11:40:29 Lenovo-Y50-70 systemd[1]: kubelet.service: Main process exited, code=exited, status=255/n/a
nov 13 11:40:29 Lenovo-Y50-70 systemd[1]: kubelet.service: Failed with result 'exit-code'.
nov 13 11:40:29 Lenovo-Y50-70 systemd[1]: kubelet.service: Service hold-off time over, scheduling restart.
nov 13 11:40:29 Lenovo-Y50-70 systemd[1]: kubelet.service: Scheduled restart job, restart counter is at 4937.
nov 13 11:40:29 Lenovo-Y50-70 systemd[1]: Stopped kubelet: The Kubernetes Node Agent.
nov 13 11:40:29 Lenovo-Y50-70 systemd[1]: Started kubelet: The Kubernetes Node Agent.
nov 13 11:40:29 Lenovo-Y50-70 kubelet[1699]: 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.
nov 13 11:40:29 Lenovo-Y50-70 kubelet[1699]: Flag --cgroup-driver 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.
nov 13 11:40:29 Lenovo-Y50-70 kubelet[1699]: 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.
nov 13 11:40:29 Lenovo-Y50-70 kubelet[1699]: 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.
nov 13 11:40:29 Lenovo-Y50-70 kubelet[1699]: 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.
nov 13 11:40:29 Lenovo-Y50-70 kubelet[1699]: Flag --fail-swap-on 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.
nov 13 11:40:29 Lenovo-Y50-70 kubelet[1699]: 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.
nov 13 11:40:29 Lenovo-Y50-70 kubelet[1699]: Flag --resolv-conf 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.
nov 13 11:40:29 Lenovo-Y50-70 kubelet[1699]: F1113 11:40:29.837725 1699 server.go:196] failed to load Kubelet config file /var/lib/kubelet/config.yaml, error failed to read kubelet config file "/var/lib/kubelet/config.yaml", error: open /var/lib/kubelet/config.yaml: no such file or directory
nov 13 11:40:29 Lenovo-Y50-70 systemd[1]: kubelet.service: Main process exited, code=exited, status=255/n/a
nov 13 11:40:29 Lenovo-Y50-70 systemd[1]: kubelet.service: Failed with result 'exit-code'.
nov 13 11:40:30 Lenovo-Y50-70 systemd[1]: kubelet.service: Service hold-off time over, scheduling restart.
nov 13 11:40:30 Lenovo-Y50-70 systemd[1]: kubelet.service: Scheduled restart job, restart counter is at 4938.
nov 13 11:40:30 Lenovo-Y50-70 systemd[1]: Stopped kubelet: The Kubernetes Node Agent.
nov 13 11:40:30 Lenovo-Y50-70 systemd[1]: Started kubelet: The Kubernetes Node Agent.
nov 13 11:40:30 Lenovo-Y50-70 kubelet[1751]: 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.
nov 13 11:40:30 Lenovo-Y50-70 kubelet[1751]: Flag --cgroup-driver 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.
nov 13 11:40:30 Lenovo-Y50-70 kubelet[1751]: 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.
nov 13 11:40:30 Lenovo-Y50-70 kubelet[1751]: 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.
nov 13 11:40:30 Lenovo-Y50-70 kubelet[1751]: 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.
nov 13 11:40:30 Lenovo-Y50-70 kubelet[1751]: Flag --fail-swap-on 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.
nov 13 11:40:30 Lenovo-Y50-70 kubelet[1751]: 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.
nov 13 11:40:30 Lenovo-Y50-70 kubelet[1751]: Flag --resolv-conf 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.
nov 13 11:40:30 Lenovo-Y50-70 kubelet[1751]: F1113 11:40:30.668958 1751 server.go:196] failed to load Kubelet config file /var/lib/kubelet/config.yaml, error failed to read kubelet config file "/var/lib/kubelet/config.yaml", error: open /var/lib/kubelet/config.yaml: no such file or directory
nov 13 11:40:30 Lenovo-Y50-70 systemd[1]: kubelet.service: Main process exited, code=exited, status=255/n/a
nov 13 11:40:30 Lenovo-Y50-70 systemd[1]: kubelet.service: Failed with result 'exit-code'.
The operating system version:
Ubuntu 18.04.3 LTS
The text was updated successfully, but these errors were encountered: