Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.
This repository was archived by the owner on May 12, 2021. It is now read-only.

kata-runtime hung after container creation failure #1088

@peter-wangxu

Description

@peter-wangxu

Description of problem

I am using the kata-runtime with containerd and kubernetes:
after a failure in pod creation, the kata-runtime hung after pod creation failure due to invalid command in pod spec

peter@ubuntu:~/k8s$ sudo kata-runtime list
^C

the kata-runtime list will never return

Expected result

The kata-runtime should remove any left-over if failed and the should not block the further pod creation

Actual result

# logs from containerd
35525 Jan 03 22:48:55 ubuntu containerd[1019]: time="2019-01-03T22:48:55.305383889-08:00" level=error msg="StartContainer for "ea93a5e0745f93c9bcf41e5f0be32c90      64c68e9b2626d46affd2296779a9da3a" failed" error="failed to create containerd task: OCI runtime create failed: rpc error: code = Internal desc = Could not       run process: container_linux.go:348: starting container process caused "exec: \"--cpu\": executable file not found in $PATH": unknown"
35526 Jan 03 22:48:56 ubuntu containerd[1019]: time="2019-01-03T22:48:56.312998153-08:00" level=info msg="PullImage "docker.io/progrium/stress:latest" with aut      h config nil"

ps -ef | grep b204b4
root      38013      1  0 Jan03 ?        00:00:00 containerd-shim -namespace k8s.io -workdir /var/lib/containerd/io.containerd.runtime.v1.linux/k8s.io/b204b427bdd182951ebce4118225c50cafa3847622ccae98e13b2215b5876d77 -address /run/containerd/containerd.sock -containerd-binary /usr/bin/containerd
root      38034  38013  0 Jan03 ?        00:00:04 /usr/bin/qemu-lite-system-x86_64 -name sandbox-b204b427bdd182951ebce4118225c50cafa3847622ccae98e13b2215b5876d77 -uuid e0d9581a-eb80-4f84-9880-29fc9d71d944 -machine pc,accel=kvm,kernel_irqchip,nvdimm -cpu host,pmu=off -qmp unix:/run/vc/vm/b204b427bdd182951ebce4118225c50cafa3847622ccae98e13b2215b5876d77/qmp.sock,server,nowait -m 2048M,slots=10,maxmem=4002M -device pci-bridge,bus=pci.0,id=pci-bridge-0,chassis_nr=1,shpc=on,addr=2,romfile= -device virtio-serial-pci,disable-modern=true,id=serial0,romfile= -device virtconsole,chardev=charconsole0,id=console0 -chardev socket,id=charconsole0,path=/run/vc/vm/b204b427bdd182951ebce4118225c50cafa3847622ccae98e13b2215b5876d77/console.sock,server,nowait -device nvdimm,id=nv0,memdev=mem0 -object memory-backend-file,id=mem0,mem-path=/usr/share/kata-containers/kata-containers-image_clearlinux_1.4.1_agent_3cf32a0a6b0.img,size=536870912 -device virtio-scsi-pci,id=scsi0,disable-modern=true,romfile= -object rng-random,id=rng0,filename=/dev/urandom -device virtio-rng,rng=rng0,romfile= -device virtserialport,chardev=charch0,id=channel0,name=agent.channel.0 -chardev socket,id=charch0,path=/run/vc/vm/b204b427bdd182951ebce4118225c50cafa3847622ccae98e13b2215b5876d77/kata.sock,server,nowait -device virtio-9p-pci,disable-modern=true,fsdev=extra-9p-kataShared,mount_tag=kataShared,romfile= -fsdev local,id=extra-9p-kataShared,path=/run/kata-containers/shared/sandboxes/b204b427bdd182951ebce4118225c50cafa3847622ccae98e13b2215b5876d77,security_model=none -netdev tap,id=network-0,vhost=on,vhostfds=3,fds=4 -device driver=virtio-net-pci,netdev=network-0,mac=9a:06:e4:89:98:2d,disable-modern=true,mq=on,vectors=4,romfile= -global kvm-pit.lost_tick_policy=discard -vga none -no-user-config -nodefaults -nographic -daemonize -kernel /usr/share/kata-containers/vmlinuz-4.14.67.19-4.container -append tsc=reliable no_timer_check rcupdate.rcu_expedited=1 i8042.direct=1 i8042.dumbkbd=1 i8042.nopnp=1 i8042.noaux=1 noreplace-smp reboot=k console=hvc0 console=hvc1 iommu=off cryptomgr.notests net.ifnames=0 pci=lastbus=0 root=/dev/pmem0p1 rootflags=dax,data=ordered,errors=remount-ro rw rootfstype=ext4 quiet systemd.show_status=false panic=1 nr_cpus=3 init=/usr/lib/systemd/systemd systemd.unit=kata-containers.target systemd.mask=systemd-networkd.service systemd.mask=systemd-networkd.socket -smp 1,cores=1,threads=1,sockets=1,maxcpus=3
root      38041  38013  0 Jan03 ?        00:00:03 /usr/libexec/kata-containers/kata-proxy -listen-socket unix:///run/vc/sbs/b204b427bdd182951ebce4118225c50cafa3847622ccae98e13b2215b5876d77/proxy.sock -mux-socket /run/vc/vm/b204b427bdd182951ebce4118225c50cafa3847622ccae98e13b2215b5876d77/kata.sock -sandbox b204b427bdd182951ebce4118225c50cafa3847622ccae98e13b2215b5876d77
root      38204  38013  0 Jan03 ?        00:00:00 /usr/libexec/kata-containers/kata-shim -agent unix:///run/vc/sbs/b204b427bdd182951ebce4118225c50cafa3847622ccae98e13b2215b5876d77/proxy.sock -container b204b427bdd182951ebce4118225c50cafa3847622ccae98e13b2215b5876d77 -exec-id b204b427bdd182951ebce4118225c50cafa3847622ccae98e13b2215b5876d77
root      48163  38013  0 Jan03 ?        00:00:00 /usr/bin/kata-runtime --root /run/containerd/runc/k8s.io --log /run/containerd/io.containerd.runtime.v1.linux/k8s.io/b204b427bdd182951ebce4118225c50cafa3847622ccae98e13b2215b5876d77/log.json --log-format json state b204b427bdd182951ebce4118225c50cafa3847622ccae98e13b2215b5876d77

further more the kata-runtime never free the file lock

peter@ubuntu:~/k8s$ sudo ls -l /run/vc/sbs/b204b427bdd182951ebce4118225c50cafa3847622ccae98e13b2215b5876d77/lock
-rw-r--r-- 1 root root 0 Jan  3 22:47 /run/vc/sbs/b204b427bdd182951ebce4118225c50cafa3847622ccae98e13b2215b5876d77/lock
peter@ubuntu:~/k8s$ sudo flock --shared /run/vc/sbs/b204b427bdd182951ebce4118225c50cafa3847622ccae98e13b2215b5876d77/lock ls
^C

the flock will never return as the file was locked by the kata-runtime process

sudo lsof | grep /run/vc/sbs/b204b427bdd182951ebce4118225c50cafa3847622ccae98e13b2215b5876d77/lock
kata-runt  40290                    root    7rW     REG               0,23         0       1279 /run/vc/sbs/b204b427bdd182951ebce4118225c50cafa3847622ccae98e13b2215b5876d77/lock
kata-runt  40290  40291             root    7rW     REG               0,23         0       1279 /run/vc/sbs/b204b427bdd182951ebce4118225c50cafa3847622ccae98e13b2215b5876d77/lock
kata-runt  40290  40292             root    7rW     REG               0,23         0       1279 /run/vc/sbs/b204b427bdd182951ebce4118225c50cafa3847622ccae98e13b2215b5876d77/lock
kata-runt  40290  40293             root    7rW     REG               0,23         0       1279 /run/vc/sbs/b204b427bdd182951ebce4118225c50cafa3847622ccae98e13b2215b5876d77/lock
kata-runt  40290  40294             root    7rW     REG               0,23         0       1279 /run/vc/sbs/b204b427bdd182951ebce4118225c50cafa3847622ccae98e13b2215b5876d77/lock
kata-runt  40290  40295             root    7rW     REG               0,23         0       1279 /run/vc/sbs/b204b427bdd182951ebce4118225c50cafa3847622ccae98e13b2215b5876d77/lock
kata-runt  40290  40296             root    7rW     REG               0,23         0       1279 /run/vc/sbs/b204b427bdd182951ebce4118225c50cafa3847622ccae98e13b2215b5876d77/lock
kata-runt  40290  40297             root    7rW     REG               0,23         0       1279 /run/vc/sbs/b204b427bdd182951ebce4118225c50cafa3847622ccae98e13b2215b5876d77/lock
kata-runt  40290  40299             root    7rW     REG               0,23         0       1279 /run/vc/sbs/b204b427bdd182951ebce4118225c50cafa3847622ccae98e13b2215b5876d77/lock
kata-runt  40290  40300             root    7rW     REG               0,23         0       1279 /run/vc/sbs/b204b427bdd182951ebce4118225c50cafa3847622ccae98e13b2215b5876d77/lock
kata-runt  40290  40301             root    7rW     REG               0,23         0       1279 /run/vc/sbs/b204b427bdd182951ebce4118225c50cafa3847622ccae98e13b2215b5876d77/lock
kata-runt  48163                    root    6r      REG               0,23         0       1279 /run/vc/sbs/b204b427bdd182951ebce4118225c50cafa3847622ccae98e13b2215b5876d77/lock
kata-runt  48163  48164             root    6r      REG               0,23         0       1279 /run/vc/sbs/b204b427bdd182951ebce4118225c50cafa3847622ccae98e13b2215b5876d77/lock
kata-runt  48163  48165             root    6r      REG               0,23         0       1279 /run/vc/sbs/b204b427bdd182951ebce4118225c50cafa3847622ccae98e13b2215b5876d77/lock
kata-runt  48163  48166             root    6r      REG               0,23         0       1279 /run/vc/sbs/b204b427bdd182951ebce4118225c50cafa3847622ccae98e13b2215b5876d77/lock
kata-runt  48163  48167             root    6r      REG               0,23         0       1279 /run/vc/sbs/b204b427bdd182951ebce4118225c50cafa3847622ccae98e13b2215b5876d77/lock
kata-runt  48163  48168             root    6r      REG               0,23         0       1279 /run/vc/sbs/b204b427bdd182951ebce4118225c50cafa3847622ccae98e13b2215b5876d77/lock
kata-runt  48163  48169             root    6r      REG               0,23         0       1279 /run/vc/sbs/b204b427bdd182951ebce4118225c50cafa3847622ccae98e13b2215b5876d77/lock
kata-runt  48163  48170             root    6r      REG               0,23         0       1279 /run/vc/sbs/b204b427bdd182951ebce4118225c50cafa3847622ccae98e13b2215b5876d77/lock

peter@ubuntu:~/k8s$ ps -ef | grep 40290
root      40290  40281  0 Jan03 ?        00:00:00 /usr/bin/kata-runtime --root /run/containerd/runc/k8s.io --log /run/containerd/io.containerd.runtime.v1.linux/k8s.io/17a15cb99d2b29a724f1669b616c5d799947782034f123f4dc4868f81340b020/log.json --log-format json create --bundle /run/containerd/io.containerd.runtime.v1.linux/k8s.io/17a15cb99d2b29a724f1669b616c5d799947782034f123f4dc4868f81340b020 --pid-file /run/containerd/io.containerd.runtime.v1.linux/k8s.io/17a15cb99d2b29a724f1669b616c5d799947782034f123f4dc4868f81340b020/init.pid 17a15cb99d2b29a724f1669b616c5d799947782034f123f4dc4868f81340b020
  • more inportantly, the kubelet now became NotReady, due to the hung of containerd/kata-runtime.

(replace this text with the output of the kata-collect-data.sh script, after
you have reviewed its content to ensure it does not contain any private
information).

peter@ubuntu:~/k8s$ sudo kata-collect-data.sh

Meta details

Running kata-collect-data.sh version 1.4.1 (commit 45ea48e) at 2019-01-04.03:24:20.486242806-0800.


Runtime is /usr/bin/kata-runtime.

kata-env

Output of "/usr/bin/kata-runtime kata-env":

[Meta]
  Version = "1.0.19"

[Runtime]
  Debug = false
  DisableNewNetNs = false
  Path = "/usr/bin/kata-runtime"
  [Runtime.Version]
    Semver = "1.4.1"
    Commit = "45ea48e"
    OCI = "1.0.1-dev"
  [Runtime.Config]
    Path = "/usr/share/defaults/kata-containers/configuration.toml"

[Hypervisor]
  MachineType = "pc"
  Version = "QEMU emulator version 2.11.0\nCopyright (c) 2003-2017 Fabrice Bellard and the QEMU Project developers"
  Path = "/usr/bin/qemu-lite-system-x86_64"
  BlockDeviceDriver = "virtio-scsi"
  EntropySource = "/dev/urandom"
  Msize9p = 8192
  MemorySlots = 10
  Debug = false
  UseVSock = false

[Image]
  Path = "/usr/share/kata-containers/kata-containers-image_clearlinux_1.4.1_agent_3cf32a0a6b0.img"

[Kernel]
  Path = "/usr/share/kata-containers/vmlinuz-4.14.67.19-4.container"
  Parameters = ""

[Initrd]
  Path = ""

[Proxy]
  Type = "kataProxy"
  Version = "kata-proxy version 1.4.1-6553b83"
  Path = "/usr/libexec/kata-containers/kata-proxy"
  Debug = false

[Shim]
  Type = "kataShim"
  Version = "kata-shim version 1.4.1-6346110"
  Path = "/usr/libexec/kata-containers/kata-shim"
  Debug = false

[Agent]
  Type = "kata"

[Host]
  Kernel = "4.15.0-43-generic"
  Architecture = "amd64"
  VMContainerCapable = true
  SupportVSocks = true
  [Host.Distro]
    Name = "Ubuntu"
    Version = "18.04"
  [Host.CPU]
    Vendor = "GenuineIntel"
    Model = "Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz"

[Netmon]
  Version = "kata-netmon version 1.4.1"
  Path = "/usr/libexec/kata-containers/kata-netmon"
  Debug = false
  Enable = false

Runtime config files

Runtime default config files

/etc/kata-containers/configuration.toml
/usr/share/defaults/kata-containers/configuration.toml

Runtime config file contents

Config file /etc/kata-containers/configuration.toml not found
Output of "cat "/usr/share/defaults/kata-containers/configuration.toml"":

# Copyright (c) 2017-2018 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
#

# XXX: WARNING: this file is auto-generated.
# XXX:
# XXX: Source file: "cli/config/configuration.toml.in"
# XXX: Project:
# XXX:   Name: Kata Containers
# XXX:   Type: kata

[hypervisor.qemu]
path = "/usr/bin/qemu-lite-system-x86_64"
kernel = "/usr/share/kata-containers/vmlinuz.container"
image = "/usr/share/kata-containers/kata-containers.img"
machine_type = "pc"

# Optional space-separated list of options to pass to the guest kernel.
# For example, use `kernel_params = "vsyscall=emulate"` if you are having
# trouble running pre-2.15 glibc.
#
# WARNING: - any parameter specified here will take priority over the default
# parameter value of the same name used to start the virtual machine.
# Do not set values here unless you understand the impact of doing so as you
# may stop the virtual machine from booting.
# To see the list of default parameters, enable hypervisor debug, create a
# container and look for 'default-kernel-parameters' log entries.
kernel_params = ""

# Path to the firmware.
# If you want that qemu uses the default firmware leave this option empty
firmware = ""

# Machine accelerators
# comma-separated list of machine accelerators to pass to the hypervisor.
# For example, `machine_accelerators = "nosmm,nosmbus,nosata,nopit,static-prt,nofw"`
machine_accelerators=""

# Default number of vCPUs per SB/VM:
# unspecified or 0                --> will be set to 1
# < 0                             --> will be set to the actual number of physical cores
# > 0 <= number of physical cores --> will be set to the specified number
# > number of physical cores      --> will be set to the actual number of physical cores
default_vcpus = 1

# Default maximum number of vCPUs per SB/VM:
# unspecified or == 0             --> will be set to the actual number of physical cores or to the maximum number
#                                     of vCPUs supported by KVM if that number is exceeded
# > 0 <= number of physical cores --> will be set to the specified number
# > number of physical cores      --> will be set to the actual number of physical cores or to the maximum number
#                                     of vCPUs supported by KVM if that number is exceeded
# WARNING: Depending of the architecture, the maximum number of vCPUs supported by KVM is used when
# the actual number of physical cores is greater than it.
# WARNING: Be aware that this value impacts the virtual machine's memory footprint and CPU
# the hotplug functionality. For example, `default_maxvcpus = 240` specifies that until 240 vCPUs
# can be added to a SB/VM, but the memory footprint will be big. Another example, with
# `default_maxvcpus = 8` the memory footprint will be small, but 8 will be the maximum number of
# vCPUs supported by the SB/VM. In general, we recommend that you do not edit this variable,
# unless you know what are you doing.
default_maxvcpus = 0

# Bridges can be used to hot plug devices.
# Limitations:
# * Currently only pci bridges are supported
# * Until 30 devices per bridge can be hot plugged.
# * Until 5 PCI bridges can be cold plugged per VM.
#   This limitation could be a bug in qemu or in the kernel
# Default number of bridges per SB/VM:
# unspecified or 0   --> will be set to 1
# > 1 <= 5           --> will be set to the specified number
# > 5                --> will be set to 5
default_bridges = 1

# Default memory size in MiB for SB/VM.
# If unspecified then it will be set 2048 MiB.
default_memory = 2048
#
# Default memory slots per SB/VM.
# If unspecified then it will be set 10.
# This is will determine the times that memory will be hotadded to sandbox/VM.
#memory_slots = 10

# Disable block device from being used for a container's rootfs.
# In case of a storage driver like devicemapper where a container's
# root file system is backed by a block device, the block device is passed
# directly to the hypervisor for performance reasons.
# This flag prevents the block device from being passed to the hypervisor,
# 9pfs is used instead to pass the rootfs.
disable_block_device_use = false

# Block storage driver to be used for the hypervisor in case the container
# rootfs is backed by a block device. This is either virtio-scsi or
# virtio-blk.
block_device_driver = "virtio-scsi"

# Enable iothreads (data-plane) to be used. This causes IO to be
# handled in a separate IO thread. This is currently only implemented
# for SCSI.
#
enable_iothreads = false

# Enable pre allocation of VM RAM, default false
# Enabling this will result in lower container density
# as all of the memory will be allocated and locked
# This is useful when you want to reserve all the memory
# upfront or in the cases where you want memory latencies
# to be very predictable
# Default false
#enable_mem_prealloc = true

# Enable huge pages for VM RAM, default false
# Enabling this will result in the VM memory
# being allocated using huge pages.
# This is useful when you want to use vhost-user network
# stacks within the container. This will automatically
# result in memory pre allocation
#enable_hugepages = true

# Enable swap of vm memory. Default false.
# The behaviour is undefined if mem_prealloc is also set to true
#enable_swap = true

# This option changes the default hypervisor and kernel parameters
# to enable debug output where available. This extra output is added
# to the proxy logs, but only when proxy debug is also enabled.
#
# Default false
#enable_debug = true

# Disable the customizations done in the runtime when it detects
# that it is running on top a VMM. This will result in the runtime
# behaving as it would when running on bare metal.
#
#disable_nesting_checks = true

# This is the msize used for 9p shares. It is the number of bytes
# used for 9p packet payload.
#msize_9p = 8192

# If true and vsocks are supported, use vsocks to communicate directly
# with the agent and no proxy is started, otherwise use unix
# sockets and start a proxy to communicate with the agent.
# Default false
#use_vsock = true

# VFIO devices are hotplugged on a bridge by default.
# Enable hotplugging on root bus. This may be required for devices with
# a large PCI bar, as this is a current limitation with hotplugging on
# a bridge. This value is valid for "pc" machine type.
# Default false
#hotplug_vfio_on_root_bus = true

# If host doesn't support vhost_net, set to true. Thus we won't create vhost fds for nics.
# Default false
#disable_vhost_net = true
#
# Default entropy source.
# The path to a host source of entropy (including a real hardware RNG)
# /dev/urandom and /dev/random are two main options.
# Be aware that /dev/random is a blocking source of entropy.  If the host
# runs out of entropy, the VMs boot time will increase leading to get startup
# timeouts.
# The source of entropy /dev/urandom is non-blocking and provides a
# generally acceptable source of entropy. It should work well for pretty much
# all practical purposes.
#entropy_source= "/dev/urandom"

# Path to OCI hook binaries in the *guest rootfs*.
# This does not affect host-side hooks which must instead be added to
# the OCI spec passed to the runtime.
#
# You can create a rootfs with hooks by customizing the osbuilder scripts:
# https://github.com/kata-containers/osbuilder
#
# Hooks must be stored in a subdirectory of guest_hook_path according to their
# hook type, i.e. "guest_hook_path/{prestart,postart,poststop}".
# The agent will scan these directories for executable files and add them, in
# lexicographical order, to the lifecycle of the guest container.
# Hooks are executed in the runtime namespace of the guest. See the official documentation:
# https://github.com/opencontainers/runtime-spec/blob/v1.0.1/config.md#posix-platform-hooks
# Warnings will be logged if any error is encountered will scanning for hooks,
# but it will not abort container execution.
#guest_hook_path = "/usr/share/oci/hooks"

[factory]
# VM templating support. Once enabled, new VMs are created from template
# using vm cloning. They will share the same initial kernel, initramfs and
# agent memory by mapping it readonly. It helps speeding up new container
# creation and saves a lot of memory if there are many kata containers running
# on the same host.
#
# When disabled, new VMs are created from scratch.
#
# Default false
#enable_template = true

[proxy.kata]
path = "/usr/libexec/kata-containers/kata-proxy"

# If enabled, proxy messages will be sent to the system log
# (default: disabled)
#enable_debug = true

[shim.kata]
path = "/usr/libexec/kata-containers/kata-shim"

# If enabled, shim messages will be sent to the system log
# (default: disabled)
#enable_debug = true

[agent.kata]
# There is no field for this section. The goal is only to be able to
# specify which type of agent the user wants to use.

[netmon]
# If enabled, the network monitoring process gets started when the
# sandbox is created. This allows for the detection of some additional
# network being added to the existing network namespace, after the
# sandbox has been created.
# (default: disabled)
#enable_netmon = true

# Specify the path to the netmon binary.
path = "/usr/libexec/kata-containers/kata-netmon"

# If enabled, netmon messages will be sent to the system log
# (default: disabled)
#enable_debug = true

[runtime]
# If enabled, the runtime will log additional debug messages to the
# system log
# (default: disabled)
#enable_debug = true
#
# Internetworking model
# Determines how the VM should be connected to the
# the container network interface
# Options:
#
#   - bridged
#     Uses a linux bridge to interconnect the container interface to
#     the VM. Works for most cases except macvlan and ipvlan.
#
#   - macvtap
#     Used when the Container network interface can be bridged using
#     macvtap.
#
#   - none
#     Used when customize network. Only creates a tap device. No veth pair.
#
#   - tcfilter
#     Uses tc filter rules to redirect traffic from the network interface
#     provided by plugin to a tap interface connected to the VM.
#
internetworking_model="macvtap"

# If enabled, the runtime will create opentracing.io traces and spans.
# (See https://www.jaegertracing.io/docs/getting-started).
# (default: disabled)
#enable_tracing = true

# If enabled, the runtime will not create a network namespace for shim and hypervisor processes.
# This option may have some potential impacts to your host. It should only be used when you know what you're doing.
# `disable_new_netns` conflicts with `enable_netmon`
# `disable_new_netns` conflicts with `internetworking_model=bridged` and `internetworking_model=macvtap`. It works only
# with `internetworking_model=none`. The tap device will be in the host network namespace and can connect to a bridge
# (like OVS) directly.
# If you are using docker, `disable_new_netns` only works with `docker run --net=none`
# (default: false)
#disable_new_netns = true

KSM throttler

version

Output of "/usr/libexec/kata-ksm-throttler/kata-ksm-throttler --version":

kata-ksm-throttler version 1.5.0-rc1-83ecff0

systemd service

Image details

---
osbuilder:
  url: "https://github.com/kata-containers/osbuilder"
  version: "unknown"
rootfs-creation-time: "2018-12-11T01:27:16.046924344+0000Z"
description: "osbuilder rootfs"
file-format-version: "0.0.2"
architecture: "x86_64"
base-distro:
  name: "Clear"
  version: "26730"
  packages:
    default:
      - "iptables-bin"
      - "libudev0-shim"
      - "systemd"
    extra:

agent:
  url: "https://github.com/kata-containers/agent"
  name: "kata-agent"
  version: "1.4.1-3cf32a0a6b03b3b64c1ffbda3b7bb91876f7f2aa"
  agent-is-init-daemon: "no"

Initrd details

No initrd


Logfiles

Runtime logs

Recent runtime problems found in system journal:

time="2019-01-03T07:43:15.130425375-08:00" level=warning msg="fetch sandbox device failed" arch=amd64 command=create container=dca461e3976fd01c7a87a9b4de8b2369bccdf5b1fc64d7bc5d323080df7a3bf3 error="open /run/vc/sbs/dca461e3976fd01c7a87a9b4de8b2369bccdf5b1fc64d7bc5d323080df7a3bf3/devices.json: no such file or directory" name=kata-runtime pid=61097 sandbox=dca461e3976fd01c7a87a9b4de8b2369bccdf5b1fc64d7bc5d323080df7a3bf3 sandboxid=dca461e3976fd01c7a87a9b4de8b2369bccdf5b1fc64d7bc5d323080df7a3bf3 source=virtcontainers subsystem=sandbox
time="2019-01-03T08:24:17.322110615-08:00" level=error msg="open /var/lib/vc/sbs: permission denied" arch=amd64 command=list name=kata-runtime pid=86352 source=runtime
time="2019-01-03T18:52:08.793575866-08:00" level=warning msg="fetch sandbox device failed" arch=amd64 command=create container=e70d8f665d8da2079cc9e03506d3f0733801fdf5622abfee7749ab5ae7c076bd error="open /run/vc/sbs/e70d8f665d8da2079cc9e03506d3f0733801fdf5622abfee7749ab5ae7c076bd/devices.json: no such file or directory" name=kata-runtime pid=15009 sandbox=e70d8f665d8da2079cc9e03506d3f0733801fdf5622abfee7749ab5ae7c076bd sandboxid=e70d8f665d8da2079cc9e03506d3f0733801fdf5622abfee7749ab5ae7c076bd source=virtcontainers subsystem=sandbox
time="2019-01-03T18:52:10.956422277-08:00" level=warning msg="unsupported address" address="fe80::f80c:78ff:fe3e:eb84/64" arch=amd64 command=create container=e70d8f665d8da2079cc9e03506d3f0733801fdf5622abfee7749ab5ae7c076bd name=kata-runtime pid=15009 source=virtcontainers subsystem=network unsupported-address-type=ipv6
time="2019-01-03T18:52:10.956924821-08:00" level=warning msg="unsupported route" arch=amd64 command=create container=e70d8f665d8da2079cc9e03506d3f0733801fdf5622abfee7749ab5ae7c076bd destination="fe80::/64" name=kata-runtime pid=15009 source=virtcontainers subsystem=network unsupported-route-type=ipv6
time="2019-01-03T18:59:50.010565743-08:00" level=warning msg="fetch sandbox device failed" arch=amd64 command=create container=7a89251d1ab4120fbcc7ba2a9af7d242cc385c511b7a33e4d48489eeea358b26 error="open /run/vc/sbs/7a89251d1ab4120fbcc7ba2a9af7d242cc385c511b7a33e4d48489eeea358b26/devices.json: no such file or directory" name=kata-runtime pid=23311 sandbox=7a89251d1ab4120fbcc7ba2a9af7d242cc385c511b7a33e4d48489eeea358b26 sandboxid=7a89251d1ab4120fbcc7ba2a9af7d242cc385c511b7a33e4d48489eeea358b26 source=virtcontainers subsystem=sandbox
time="2019-01-03T18:59:54.066277225-08:00" level=warning msg="unsupported address" address="fe80::98f8:98ff:fefa:af86/64" arch=amd64 command=create container=7a89251d1ab4120fbcc7ba2a9af7d242cc385c511b7a33e4d48489eeea358b26 name=kata-runtime pid=23311 source=virtcontainers subsystem=network unsupported-address-type=ipv6
time="2019-01-03T18:59:54.06642583-08:00" level=warning msg="unsupported route" arch=amd64 command=create container=7a89251d1ab4120fbcc7ba2a9af7d242cc385c511b7a33e4d48489eeea358b26 destination="fe80::/64" name=kata-runtime pid=23311 source=virtcontainers subsystem=network unsupported-route-type=ipv6
time="2019-01-03T19:17:05.10098675-08:00" level=error msg="open /var/lib/vc/sbs: permission denied" arch=amd64 command=list name=kata-runtime pid=40772 source=runtime
time="2019-01-03T22:29:58.587163322-08:00" level=warning msg="fetch sandbox device failed" arch=amd64 command=create container=062e90c2ad88ce1fa0b5cd3033bcc3f10ee1fb8d3ab02845e927693281329591 error="open /run/vc/sbs/062e90c2ad88ce1fa0b5cd3033bcc3f10ee1fb8d3ab02845e927693281329591/devices.json: no such file or directory" name=kata-runtime pid=127682 sandbox=062e90c2ad88ce1fa0b5cd3033bcc3f10ee1fb8d3ab02845e927693281329591 sandboxid=062e90c2ad88ce1fa0b5cd3033bcc3f10ee1fb8d3ab02845e927693281329591 source=virtcontainers subsystem=sandbox
time="2019-01-03T22:30:01.160753044-08:00" level=warning msg="unsupported address" address="fe80::6c14:4bff:fe71:d663/64" arch=amd64 command=create container=062e90c2ad88ce1fa0b5cd3033bcc3f10ee1fb8d3ab02845e927693281329591 name=kata-runtime pid=127682 source=virtcontainers subsystem=network unsupported-address-type=ipv6
time="2019-01-03T22:30:01.160917982-08:00" level=warning msg="unsupported route" arch=amd64 command=create container=062e90c2ad88ce1fa0b5cd3033bcc3f10ee1fb8d3ab02845e927693281329591 destination="fe80::/64" name=kata-runtime pid=127682 source=virtcontainers subsystem=network unsupported-route-type=ipv6
time="2019-01-03T22:47:25.037365638-08:00" level=warning msg="fetch sandbox device failed" arch=amd64 command=create container=b204b427bdd182951ebce4118225c50cafa3847622ccae98e13b2215b5876d77 error="open /run/vc/sbs/b204b427bdd182951ebce4118225c50cafa3847622ccae98e13b2215b5876d77/devices.json: no such file or directory" name=kata-runtime pid=38022 sandbox=b204b427bdd182951ebce4118225c50cafa3847622ccae98e13b2215b5876d77 sandboxid=b204b427bdd182951ebce4118225c50cafa3847622ccae98e13b2215b5876d77 source=virtcontainers subsystem=sandbox
time="2019-01-03T22:47:28.264644201-08:00" level=warning msg="unsupported address" address="fe80::9806:e4ff:fe89:982d/64" arch=amd64 command=create container=b204b427bdd182951ebce4118225c50cafa3847622ccae98e13b2215b5876d77 name=kata-runtime pid=38022 source=virtcontainers subsystem=network unsupported-address-type=ipv6
time="2019-01-03T22:47:28.265268812-08:00" level=warning msg="unsupported route" arch=amd64 command=create container=b204b427bdd182951ebce4118225c50cafa3847622ccae98e13b2215b5876d77 destination="fe80::/64" name=kata-runtime pid=38022 source=virtcontainers subsystem=network unsupported-route-type=ipv6
time="2019-01-03T22:48:55.244124347-08:00" level=error msg="rpc error: code = Internal desc = Could not run process: container_linux.go:348: starting container process caused \"exec: \\\"--cpu\\\": executable file not found in $PATH\"" arch=amd64 command=create container=ea93a5e0745f93c9bcf41e5f0be32c9064c68e9b2626d46affd2296779a9da3a name=kata-runtime pid=40050 sandbox=b204b427bdd182951ebce4118225c50cafa3847622ccae98e13b2215b5876d77 source=runtime
time="2019-01-03T23:06:08.587695914-08:00" level=error msg="open /var/lib/vc/sbs: permission denied" arch=amd64 command=list name=kata-runtime pid=49404 source=runtime
time="2019-01-03T23:30:09.182161269-08:00" level=error msg="Container ID (07d2e63abbef02e34fe9bcddbb7fa178972e6827f5fea51c39438b54e7468655) does not exist" arch=amd64 command=delete container=07d2e63abbef02e34fe9bcddbb7fa178972e6827f5fea51c39438b54e7468655 name=kata-runtime pid=51487 source=runtime
time="2019-01-03T23:30:11.286663424-08:00" level=error msg="Container ID (3a6d50eec0cd84f1858529affd836e925ba8a6b69dbda757302931f902180b60) does not exist" arch=amd64 command=delete container=3a6d50eec0cd84f1858529affd836e925ba8a6b69dbda757302931f902180b60 name=kata-runtime pid=51530 source=runtime

Proxy logs

Recent proxy problems found in system journal:

time="2019-01-03T07:44:00.157307679-08:00" level=fatal msg="channel error" error="accept unix /run/vc/sbs/dca461e3976fd01c7a87a9b4de8b2369bccdf5b1fc64d7bc5d323080df7a3bf3/proxy.sock: use of closed network connection" name=kata-proxy pid=61217 sandbox=dca461e3976fd01c7a87a9b4de8b2369bccdf5b1fc64d7bc5d323080df7a3bf3 source=proxy
time="2019-01-03T07:44:00.1576867-08:00" level=fatal msg="failed to handle exit signal" error="close unix @->/run/vc/vm/dca461e3976fd01c7a87a9b4de8b2369bccdf5b1fc64d7bc5d323080df7a3bf3/kata.sock: use of closed network connection" name=kata-proxy pid=61217 sandbox=dca461e3976fd01c7a87a9b4de8b2369bccdf5b1fc64d7bc5d323080df7a3bf3 source=proxy
time="2019-01-03T22:29:59.042769868-08:00" level=fatal msg="channel error" error="accept unix /run/vc/sbs/7a89251d1ab4120fbcc7ba2a9af7d242cc385c511b7a33e4d48489eeea358b26/proxy.sock: use of closed network connection" name=kata-proxy pid=23330 sandbox=7a89251d1ab4120fbcc7ba2a9af7d242cc385c511b7a33e4d48489eeea358b26 source=proxy
time="2019-01-03T22:47:58.163312292-08:00" level=fatal msg="channel error" error="accept unix /run/vc/sbs/e70d8f665d8da2079cc9e03506d3f0733801fdf5622abfee7749ab5ae7c076bd/proxy.sock: use of closed network connection" name=kata-proxy pid=15041 sandbox=e70d8f665d8da2079cc9e03506d3f0733801fdf5622abfee7749ab5ae7c076bd source=proxy

Shim logs

No recent shim problems found in system journal.

Throttler logs

No recent throttler problems found in system journal.


Container manager details

Have docker

Docker

Output of "docker version":

Client:
 Version:           18.09.0
 API version:       1.39
 Go version:        go1.10.4
 Git commit:        4d60db4
 Built:             Wed Nov  7 00:49:01 2018
 OS/Arch:           linux/amd64
 Experimental:      false

Server: Docker Engine - Community
 Engine:
  Version:          18.09.0
  API version:      1.39 (minimum version 1.12)
  Go version:       go1.10.4
  Git commit:       4d60db4
  Built:            Wed Nov  7 00:16:44 2018
  OS/Arch:          linux/amd64
  Experimental:     false

Output of "docker info":

Containers: 0
 Running: 0
 Paused: 0
 Stopped: 0
Images: 12
Server Version: 18.09.0
Storage Driver: overlay2
 Backing Filesystem: extfs
 Supports d_type: true
 Native Overlay Diff: true
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins:
 Volume: local
 Network: bridge host macvlan null overlay
 Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
Swarm: inactive
Runtimes: kata-runtime runc
Default Runtime: runc
Init Binary: docker-init
containerd version: c4446665cb9c30056f4998ed953e6d4ff22c7c39
runc version: 4fc53a81fb7c994640722ac585fa9ca548971871
init version: fec3683
Security Options:
 apparmor
 seccomp
  Profile: default
Kernel Version: 4.15.0-43-generic
Operating System: Ubuntu 18.04.1 LTS
OSType: linux
Architecture: x86_64
CPUs: 3
Total Memory: 2.908GiB
Name: ubuntu
ID: QL43:4ZYI:46HP:SP35:ZGYY:GBAW:W54Z:2GQL:S25Y:EWOW:H4EA:JWZ3
Docker Root Dir: /var/lib/docker
Debug Mode (client): false
Debug Mode (server): true
 File Descriptors: 22
 Goroutines: 37
 System Time: 2019-01-04T03:24:21.930782066-08:00
 EventsListeners: 0
Registry: https://index.docker.io/v1/
Labels:
Experimental: false
Insecure Registries:
 127.0.0.0/8
Registry Mirrors:
 https://rflxlgcf.mirror.aliyuncs.com/
Live Restore Enabled: false
Product License: Community Engine

WARNING: No swap limit support

Output of "systemctl show docker":

Type=notify
Restart=always
NotifyAccess=main
RestartUSec=2s
TimeoutStartUSec=infinity
TimeoutStopUSec=infinity
RuntimeMaxUSec=infinity
WatchdogUSec=0
WatchdogTimestamp=Thu 2019-01-03 22:59:09 PST
WatchdogTimestampMonotonic=15899556125
PermissionsStartOnly=no
RootDirectoryStartOnly=no
RemainAfterExit=no
GuessMainPID=yes
MainPID=48325
ControlPID=0
FileDescriptorStoreMax=0
NFileDescriptorStore=0
StatusErrno=0
Result=success
UID=[not set]
GID=[not set]
NRestarts=0
ExecMainStartTimestamp=Thu 2019-01-03 22:59:08 PST
ExecMainStartTimestampMonotonic=15898961214
ExecMainExitTimestampMonotonic=0
ExecMainPID=48325
ExecMainCode=0
ExecMainStatus=0
ExecStart={ path=/usr/bin/dockerd ; argv[]=/usr/bin/dockerd -D --add-runtime kata-runtime=/usr/bin/kata-runtime --default-runtime=runc ; ignore_errors=no ; start_time=[Thu 2019-01-03 22:59:08 PST] ; stop_time=[n/a] ; pid=48325 ; code=(null) ; status=0/0 }
ExecReload={ path=/bin/kill ; argv[]=/bin/kill -s HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }
Slice=system.slice
ControlGroup=/system.slice/docker.service
MemoryCurrent=[not set]
CPUUsageNSec=[not set]
TasksCurrent=15
IPIngressBytes=18446744073709551615
IPIngressPackets=18446744073709551615
IPEgressBytes=18446744073709551615
IPEgressPackets=18446744073709551615
Delegate=yes
DelegateControllers=cpu cpuacct io blkio memory devices pids
CPUAccounting=no
CPUWeight=[not set]
StartupCPUWeight=[not set]
CPUShares=[not set]
StartupCPUShares=[not set]
CPUQuotaPerSecUSec=infinity
IOAccounting=no
IOWeight=[not set]
StartupIOWeight=[not set]
BlockIOAccounting=no
BlockIOWeight=[not set]
StartupBlockIOWeight=[not set]
MemoryAccounting=no
MemoryLow=0
MemoryHigh=infinity
MemoryMax=infinity
MemorySwapMax=infinity
MemoryLimit=infinity
DevicePolicy=auto
TasksAccounting=yes
TasksMax=infinity
IPAccounting=no
UMask=0022
LimitCPU=infinity
LimitCPUSoft=infinity
LimitFSIZE=infinity
LimitFSIZESoft=infinity
LimitDATA=infinity
LimitDATASoft=infinity
LimitSTACK=infinity
LimitSTACKSoft=8388608
LimitCORE=infinity
LimitCORESoft=infinity
LimitRSS=infinity
LimitRSSSoft=infinity
LimitNOFILE=infinity
LimitNOFILESoft=infinity
LimitAS=infinity
LimitASSoft=infinity
LimitNPROC=infinity
LimitNPROCSoft=infinity
LimitMEMLOCK=16777216
LimitMEMLOCKSoft=16777216
LimitLOCKS=infinity
LimitLOCKSSoft=infinity
LimitSIGPENDING=11661
LimitSIGPENDINGSoft=11661
LimitMSGQUEUE=819200
LimitMSGQUEUESoft=819200
LimitNICE=0
LimitNICESoft=0
LimitRTPRIO=0
LimitRTPRIOSoft=0
LimitRTTIME=infinity
LimitRTTIMESoft=infinity
OOMScoreAdjust=0
Nice=0
IOSchedulingClass=0
IOSchedulingPriority=0
CPUSchedulingPolicy=0
CPUSchedulingPriority=0
TimerSlackNSec=50000
CPUSchedulingResetOnFork=no
NonBlocking=no
StandardInput=null
StandardInputData=
StandardOutput=journal
StandardError=inherit
TTYReset=no
TTYVHangup=no
TTYVTDisallocate=no
SyslogPriority=30
SyslogLevelPrefix=yes
SyslogLevel=6
SyslogFacility=3
LogLevelMax=-1
SecureBits=0
CapabilityBoundingSet=cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend
AmbientCapabilities=
DynamicUser=no
RemoveIPC=no
MountFlags=
PrivateTmp=no
PrivateDevices=no
ProtectKernelTunables=no
ProtectKernelModules=no
ProtectControlGroups=no
PrivateNetwork=no
PrivateUsers=no
ProtectHome=no
ProtectSystem=no
SameProcessGroup=no
UtmpMode=init
IgnoreSIGPIPE=yes
NoNewPrivileges=no
SystemCallErrorNumber=0
LockPersonality=no
RuntimeDirectoryPreserve=no
RuntimeDirectoryMode=0755
StateDirectoryMode=0755
CacheDirectoryMode=0755
LogsDirectoryMode=0755
ConfigurationDirectoryMode=0755
MemoryDenyWriteExecute=no
RestrictRealtime=no
RestrictNamespaces=no
MountAPIVFS=no
KeyringMode=private
KillMode=process
KillSignal=15
SendSIGKILL=yes
SendSIGHUP=no
Id=docker.service
Names=docker.service
Requires=sysinit.target system.slice
Wants=network-online.target
BindsTo=containerd.service
WantedBy=multi-user.target
Conflicts=shutdown.target
Before=multi-user.target shutdown.target
After=network-online.target firewalld.service systemd-journald.socket sysinit.target basic.target system.slice
Documentation=https://docs.docker.com
Description=Docker Application Container Engine
LoadState=loaded
ActiveState=active
SubState=running
FragmentPath=/lib/systemd/system/docker.service
DropInPaths=/etc/systemd/system/docker.service.d/kata-containers.conf
UnitFileState=enabled
UnitFilePreset=enabled
StateChangeTimestamp=Thu 2019-01-03 22:59:09 PST
StateChangeTimestampMonotonic=15899556128
InactiveExitTimestamp=Thu 2019-01-03 22:59:08 PST
InactiveExitTimestampMonotonic=15898961273
ActiveEnterTimestamp=Thu 2019-01-03 22:59:09 PST
ActiveEnterTimestampMonotonic=15899556128
ActiveExitTimestamp=Thu 2019-01-03 22:59:08 PST
ActiveExitTimestampMonotonic=15898886139
InactiveEnterTimestamp=Thu 2019-01-03 22:59:08 PST
InactiveEnterTimestampMonotonic=15898957893
CanStart=yes
CanStop=yes
CanReload=yes
CanIsolate=no
StopWhenUnneeded=no
RefuseManualStart=no
RefuseManualStop=no
AllowIsolate=no
DefaultDependencies=yes
OnFailureJobMode=replace
IgnoreOnIsolate=no
NeedDaemonReload=no
JobTimeoutUSec=infinity
JobRunningTimeoutUSec=infinity
JobTimeoutAction=none
ConditionResult=yes
AssertResult=yes
ConditionTimestamp=Thu 2019-01-03 22:59:08 PST
ConditionTimestampMonotonic=15898959057
AssertTimestamp=Thu 2019-01-03 22:59:08 PST
AssertTimestampMonotonic=15898959057
Transient=no
Perpetual=no
StartLimitIntervalUSec=1min
StartLimitBurst=3
StartLimitAction=none
FailureAction=none
SuccessAction=none
InvocationID=f196f5b3ad604b6a84776918ab3d6266
CollectMode=inactive

Have kubectl

Kubernetes

Output of "kubectl version":

Client Version: version.Info{Major:"1", Minor:"13", GitVersion:"v1.13.1", GitCommit:"eec55b9ba98609a46fee712359c7b5b365bdd920", GitTreeState:"clean", BuildDate:"2018-12-13T10:39:04Z", GoVersion:"go1.11.2", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"13", GitVersion:"v1.13.1", GitCommit:"eec55b9ba98609a46fee712359c7b5b365bdd920", GitTreeState:"clean", BuildDate:"2018-12-13T10:31:33Z", GoVersion:"go1.11.2", Compiler:"gc", Platform:"linux/amd64"}

Output of "kubectl config view":

apiVersion: v1
clusters:
- cluster:
    certificate-authority-data: DATA+OMITTED
    server: https://172.16.166.157:6443
  name: kubernetes
contexts:
- context:
    cluster: kubernetes
    user: kubernetes-admin
  name: kubernetes-admin@kubernetes
current-context: kubernetes-admin@kubernetes
kind: Config
preferences: {}
users:
- name: kubernetes-admin
  user:
    client-certificate-data: REDACTED
    client-key-data: REDACTED

Output of "systemctl show kubelet":

Type=simple
Restart=always
NotifyAccess=none
RestartUSec=10s
TimeoutStartUSec=1min 30s
TimeoutStopUSec=1min 30s
RuntimeMaxUSec=infinity
WatchdogUSec=0
WatchdogTimestamp=Thu 2019-01-03 22:57:47 PST
WatchdogTimestampMonotonic=15817750901
PermissionsStartOnly=no
RootDirectoryStartOnly=no
RemainAfterExit=no
GuessMainPID=yes
MainPID=47978
ControlPID=0
FileDescriptorStoreMax=0
NFileDescriptorStore=0
StatusErrno=0
Result=success
UID=[not set]
GID=[not set]
NRestarts=0
ExecMainStartTimestamp=Thu 2019-01-03 22:57:47 PST
ExecMainStartTimestampMonotonic=15817750796
ExecMainExitTimestampMonotonic=0
ExecMainPID=47978
ExecMainCode=0
ExecMainStatus=0
ExecStart={ path=/usr/bin/kubelet ; argv[]=/usr/bin/kubelet $KUBELET_KUBECONFIG_ARGS $KUBELET_CONFIG_ARGS $KUBELET_KUBEADM_ARGS $KUBELET_EXTRA_ARGS ; ignore_errors=no ; start_time=[Thu 2019-01-03 22:57:47 PST] ; stop_time=[n/a] ; pid=47978 ; code=(null) ; status=0/0 }
Slice=system.slice
ControlGroup=/system.slice/kubelet.service
MemoryCurrent=[not set]
CPUUsageNSec=[not set]
TasksCurrent=19
IPIngressBytes=18446744073709551615
IPIngressPackets=18446744073709551615
IPEgressBytes=18446744073709551615
IPEgressPackets=18446744073709551615
Delegate=no
CPUAccounting=no
CPUWeight=[not set]
StartupCPUWeight=[not set]
CPUShares=[not set]
StartupCPUShares=[not set]
CPUQuotaPerSecUSec=infinity
IOAccounting=no
IOWeight=[not set]
StartupIOWeight=[not set]
BlockIOAccounting=no
BlockIOWeight=[not set]
StartupBlockIOWeight=[not set]
MemoryAccounting=no
MemoryLow=0
MemoryHigh=infinity
MemoryMax=infinity
MemorySwapMax=infinity
MemoryLimit=infinity
DevicePolicy=auto
TasksAccounting=yes
TasksMax=3498
IPAccounting=no
Environment=[unprintable] KUBELET_CONFIG_ARGS=--config=/var/lib/kubelet/config.yaml [unprintable]
EnvironmentFile=/var/lib/kubelet/kubeadm-flags.env (ignore_errors=yes)
UMask=0022
LimitCPU=infinity
LimitCPUSoft=infinity
LimitFSIZE=infinity
LimitFSIZESoft=infinity
LimitDATA=infinity
LimitDATASoft=infinity
LimitSTACK=infinity
LimitSTACKSoft=8388608
LimitCORE=infinity
LimitCORESoft=0
LimitRSS=infinity
LimitRSSSoft=infinity
LimitNOFILE=4096
LimitNOFILESoft=1024
LimitAS=infinity
LimitASSoft=infinity
LimitNPROC=11661
LimitNPROCSoft=11661
LimitMEMLOCK=16777216
LimitMEMLOCKSoft=16777216
LimitLOCKS=infinity
LimitLOCKSSoft=infinity
LimitSIGPENDING=11661
LimitSIGPENDINGSoft=11661
LimitMSGQUEUE=819200
LimitMSGQUEUESoft=819200
LimitNICE=0
LimitNICESoft=0
LimitRTPRIO=0
LimitRTPRIOSoft=0
LimitRTTIME=infinity
LimitRTTIMESoft=infinity
OOMScoreAdjust=0
Nice=0
IOSchedulingClass=0
IOSchedulingPriority=0
CPUSchedulingPolicy=0
CPUSchedulingPriority=0
TimerSlackNSec=50000
CPUSchedulingResetOnFork=no
NonBlocking=no
StandardInput=null
StandardInputData=
StandardOutput=journal
StandardError=inherit
TTYReset=no
TTYVHangup=no
TTYVTDisallocate=no
SyslogPriority=30
SyslogLevelPrefix=yes
SyslogLevel=6
SyslogFacility=3
LogLevelMax=-1
SecureBits=0
CapabilityBoundingSet=cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend
AmbientCapabilities=
DynamicUser=no
RemoveIPC=no
MountFlags=
PrivateTmp=no
PrivateDevices=no
ProtectKernelTunables=no
ProtectKernelModules=no
ProtectControlGroups=no
PrivateNetwork=no
PrivateUsers=no
ProtectHome=no
ProtectSystem=no
SameProcessGroup=no
UtmpMode=init
IgnoreSIGPIPE=yes
NoNewPrivileges=no
SystemCallErrorNumber=0
LockPersonality=no
RuntimeDirectoryPreserve=no
RuntimeDirectoryMode=0755
StateDirectoryMode=0755
CacheDirectoryMode=0755
LogsDirectoryMode=0755
ConfigurationDirectoryMode=0755
MemoryDenyWriteExecute=no
RestrictRealtime=no
RestrictNamespaces=no
MountAPIVFS=no
KeyringMode=private
KillMode=control-group
KillSignal=15
SendSIGKILL=yes
SendSIGHUP=no
Id=kubelet.service
Names=kubelet.service
Requires=sysinit.target system.slice
WantedBy=multi-user.target
Conflicts=shutdown.target
Before=multi-user.target shutdown.target
After=sysinit.target basic.target systemd-journald.socket system.slice
Documentation=https://kubernetes.io/docs/home/
Description=kubelet: The Kubernetes Node Agent
LoadState=loaded
ActiveState=active
SubState=running
FragmentPath=/lib/systemd/system/kubelet.service
DropInPaths=/etc/systemd/system/kubelet.service.d/10-kubeadm.conf
UnitFileState=enabled
UnitFilePreset=enabled
StateChangeTimestamp=Thu 2019-01-03 22:57:47 PST
StateChangeTimestampMonotonic=15817750905
InactiveExitTimestamp=Thu 2019-01-03 22:57:47 PST
InactiveExitTimestampMonotonic=15817750905
ActiveEnterTimestamp=Thu 2019-01-03 22:57:47 PST
ActiveEnterTimestampMonotonic=15817750905
ActiveExitTimestamp=Thu 2019-01-03 22:57:47 PST
ActiveExitTimestampMonotonic=15817693519
InactiveEnterTimestamp=Thu 2019-01-03 22:57:47 PST
InactiveEnterTimestampMonotonic=15817744786
CanStart=yes
CanStop=yes
CanReload=no
CanIsolate=no
StopWhenUnneeded=no
RefuseManualStart=no
RefuseManualStop=no
AllowIsolate=no
DefaultDependencies=yes
OnFailureJobMode=replace
IgnoreOnIsolate=no
NeedDaemonReload=no
JobTimeoutUSec=infinity
JobRunningTimeoutUSec=infinity
JobTimeoutAction=none
ConditionResult=yes
AssertResult=yes
ConditionTimestamp=Thu 2019-01-03 22:57:47 PST
ConditionTimestampMonotonic=15817746892
AssertTimestamp=Thu 2019-01-03 22:57:47 PST
AssertTimestampMonotonic=15817746892
Transient=no
Perpetual=no
StartLimitIntervalUSec=0
StartLimitBurst=5
StartLimitAction=none
FailureAction=none
SuccessAction=none
InvocationID=5cc7bc157992488daa2108b72fb718d6
CollectMode=inactive

No crio


Packages

Have dpkg
Output of "dpkg -l|egrep "(cc-oci-runtimecc-runtimerunv|kata-proxy|kata-runtime|kata-shim|kata-ksm-throttler|kata-containers-image|linux-container|qemu-)"":

ii  ipxe-qemu-256k-compat-efi-roms             1.0.0+git-20150424.a25a16d-0ubuntu2          all          PXE boot firmware - Compat EFI ROM images for qemu
ii  kata-containers-image                      1.4.1-4                                      amd64        Kata containers image
ii  kata-ksm-throttler                         1.4.1.git+83ecff0-4                          amd64
ii  kata-linux-container                       4.14.67.19-4                                 amd64        linux kernel optimised for container-like workloads.
ii  kata-proxy                                 1.4.1+git.6553b83-4                          amd64
ii  kata-runtime                               1.4.1+git.45ea48e-4                          amd64
ii  kata-shim                                  1.4.1+git.6346110-4                          amd64
ii  qemu-block-extra:amd64                     1:2.11+dfsg-1ubuntu7.9                       amd64        extra block backend modules for qemu-system and qemu-utils
ii  qemu-kvm                                   1:2.11+dfsg-1ubuntu7.9                       amd64        QEMU Full virtualization on x86 hardware
ii  qemu-lite                                  2.11.0+git.87517afd72-4                      amd64        linux kernel optimised for container-like workloads.
ii  qemu-slof                                  20170724+dfsg-1ubuntu1                       all          Slimline Open Firmware -- QEMU PowerPC version
ii  qemu-system                                1:2.11+dfsg-1ubuntu7.9                       amd64        QEMU full system emulation binaries
ii  qemu-system-arm                            1:2.11+dfsg-1ubuntu7.9                       amd64        QEMU full system emulation binaries (arm)
ii  qemu-system-common                         1:2.11+dfsg-1ubuntu7.9                       amd64        QEMU full system emulation binaries (common files)
ii  qemu-system-mips                           1:2.11+dfsg-1ubuntu7.9                       amd64        QEMU full system emulation binaries (mips)
ii  qemu-system-misc                           1:2.11+dfsg-1ubuntu7.9                       amd64        QEMU full system emulation binaries (miscellaneous)
ii  qemu-system-ppc                            1:2.11+dfsg-1ubuntu7.9                       amd64        QEMU full system emulation binaries (ppc)
ii  qemu-system-s390x                          1:2.11+dfsg-1ubuntu7.9                       amd64        QEMU full system emulation binaries (s390x)
ii  qemu-system-sparc                          1:2.11+dfsg-1ubuntu7.9                       amd64        QEMU full system emulation binaries (sparc)
ii  qemu-system-x86                            1:2.11+dfsg-1ubuntu7.9                       amd64        QEMU full system emulation binaries (x86)
ii  qemu-user                                  1:2.11+dfsg-1ubuntu7.9                       amd64        QEMU user mode emulation binaries
ii  qemu-user-binfmt                           1:2.11+dfsg-1ubuntu7.9                       amd64        QEMU user mode binfmt registration for qemu-user
ii  qemu-utils                                 1:2.11+dfsg-1ubuntu7.9                       amd64        QEMU utilities
ii  qemu-vanilla                               2.11.2+git.0982a56a55-4                      amd64        linux kernel optimised for container-like workloads.

No rpm


Metadata

Metadata

Assignees

No one assigned

    Labels

    bugIncorrect behaviour

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions