Skip to content

Instantly share code, notes, and snippets.

@mkumatag
Created April 5, 2017 01:41
Show Gist options
  • Save mkumatag/6eb2730fbe9f1c142b4426067689e4d7 to your computer and use it in GitHub Desktop.
Save mkumatag/6eb2730fbe9f1c142b4426067689e4d7 to your computer and use it in GitHub Desktop.
[root@ localhost kubernetes]# cluster/kubectl.sh run nginx --image=nginx
deployment "nginx" created
[root@ localhost kubernetes]# cluster/kubectl.sh get pods
NAME READY STATUS RESTARTS AGE
nginx-2371676037-3pnt4 0/1 ContainerCreating 0 8s
[root@ localhost kubernetes]#
[root@ localhost kubernetes]# docker version
Client:
Version: 17.04.0-ce-rc2
API version: 1.28
Go version: go1.7.5
Git commit: 2f35d73
Built: Wed Mar 29 07:43:44 2017
OS/Arch: linux/amd64
Server:
Version: 17.04.0-ce-rc2
API version: 1.28 (minimum version 1.12)
Go version: go1.7.5
Git commit: 2f35d73
Built: Wed Mar 29 07:43:44 2017
OS/Arch: linux/amd64
Experimental: false
[root@ localhost kubernetes]# cluster/kubectl.sh get pods
NAME READY STATUS RESTARTS AGE
nginx-2371676037-3pnt4 0/1 ContainerCreating 0 29s
[root@ localhost kubernetes]# cluster/kubectl.sh describe pod nginx-2371676037-3pnt4
Name: nginx-2371676037-3pnt4
Namespace: default
Node: 127.0.0.1/127.0.0.1
Start Time: Tue, 04 Apr 2017 22:58:00 -0400
Labels: pod-template-hash=2371676037
run=nginx
Annotations: kubernetes.io/created-by={"kind":"SerializedReference","apiVersion":"v1","reference":{"kind":"ReplicaSet","namespace":"default","name":"nginx-2371676037","uid":"adea95db-19ab-11e7-9eb3-0090fa045ff4","...
Status: Pending
IP:
Controllers: ReplicaSet/nginx-2371676037
Containers:
nginx:
Container ID:
Image: nginx
Image ID:
Port:
State: Waiting
Reason: ContainerCreating
Ready: False
Restart Count: 0
Environment: <none>
Mounts:
/var/run/secrets/kubernetes.io/serviceaccount from default-token-h2ksl (ro)
Conditions:
Type Status
Initialized True
Ready False
PodScheduled True
Volumes:
default-token-h2ksl:
Type: Secret (a volume populated by a Secret)
SecretName: default-token-h2ksl
Optional: false
QoS Class: BestEffort
Node-Selectors: <none>
Tolerations: node.alpha.kubernetes.io/notReady=:Exists:NoExecute for 300s
node.alpha.kubernetes.io/unreachable=:Exists:NoExecute for 300s
Events:
FirstSeen LastSeen Count From SubObjectPath Type Reason Message
--------- -------- ----- ---- ------------- -------- ------ -------
43s 43s 1 default-scheduler Normal Scheduled Successfully assigned nginx-2371676037-3pnt4 to 127.0.0.1
41s 41s 1 kubelet, 127.0.0.1 spec.containers{nginx} Normal Pulling pulling image "nginx"
[root@ localhost kubernetes]#
[root@ localhost kubernetes]# cluster/kubectl.sh describe pod nginx-2371676037-3pnt4
Name: nginx-2371676037-3pnt4
Namespace: default
Node: 127.0.0.1/127.0.0.1
Start Time: Tue, 04 Apr 2017 22:58:00 -0400
Labels: pod-template-hash=2371676037
run=nginx
Annotations: kubernetes.io/created-by={"kind":"SerializedReference","apiVersion":"v1","reference":{"kind":"ReplicaSet","namespace":"default","name":"nginx-2371676037","uid":"adea95db-19ab-11e7-9eb3-0090fa045ff4","...
Status: Running
IP: 172.17.0.2
Controllers: ReplicaSet/nginx-2371676037
Containers:
nginx:
Container ID: docker://ffb6791beebf95432b8e110e9790804094f6b8f5797a157e8769c42ce332985a
Image: nginx
Image ID: docker-pullable://nginx@sha256:52f84ace6ea43f2f58937e5f9fc562e99ad6876e82b99d171916c1ece587c188
Port:
State: Running
Started: Tue, 04 Apr 2017 22:58:47 -0400
Ready: True
Restart Count: 0
Environment: <none>
Mounts:
/var/run/secrets/kubernetes.io/serviceaccount from default-token-h2ksl (ro)
Conditions:
Type Status
Initialized True
Ready True
PodScheduled True
Volumes:
default-token-h2ksl:
Type: Secret (a volume populated by a Secret)
SecretName: default-token-h2ksl
Optional: false
QoS Class: BestEffort
Node-Selectors: <none>
Tolerations: node.alpha.kubernetes.io/notReady=:Exists:NoExecute for 300s
node.alpha.kubernetes.io/unreachable=:Exists:NoExecute for 300s
Events:
FirstSeen LastSeen Count From SubObjectPath Type Reason Message
--------- -------- ----- ---- ------------- -------- ------ -------
50s 50s 1 default-scheduler Normal Scheduled Successfully assigned nginx-2371676037-3pnt4 to 127.0.0.1
48s 48s 1 kubelet, 127.0.0.1 spec.containers{nginx} Normal Pulling pulling image "nginx"
5s 5s 1 kubelet, 127.0.0.1 spec.containers{nginx} Normal Pulled Successfully pulled image "nginx"
3s 3s 1 kubelet, 127.0.0.1 spec.containers{nginx} Normal Created Created container with id ffb6791beebf95432b8e110e9790804094f6b8f5797a157e8769c42ce332985a
3s 3s 1 kubelet, 127.0.0.1 spec.containers{nginx} Normal Started Started container with id ffb6791beebf95432b8e110e9790804094f6b8f5797a157e8769c42ce332985a
[root@ localhost kubernetes]#
[root@ localhost kubernetes]#
[root@ localhost kubernetes]#
[root@ localhost kubernetes]# cluster/kubectl.sh get pods
NAME READY STATUS RESTARTS AGE
nginx-2371676037-3pnt4 1/1 Running 0 56s
[root@ localhost kubernetes]#
[root@ localhost kubernetes]# cat /tmp/kubelet.log
Flag --enable-cri has been deprecated, The non-CRI implementation will be deprecated and removed in a future version.
Flag --rkt-stage1-image has been deprecated, Will be removed in a future version. The default stage1 image will be specified by the rkt configurations, see https://github.com/coreos/rkt/blob/master/Documentation/configuration.md for more details.
I0404 22:55:36.568704 6266 feature_gate.go:144] feature gates: map[AllAlpha:true ExperimentalCriticalPodAnnotation:true TaintBasedEvictions:true DynamicKubeletConfig:true DynamicVolumeProvisioning:true AffinityInAnnotations:true Accelerators:true]
I0404 22:55:36.602180 6266 server.go:232] Starting Kubelet configuration sync loop
E0404 22:55:36.602208 6266 server.go:407] failed to init dynamic Kubelet configuration sync: cloud provider was nil, and attempt to use hostname to find config resulted in: configmaps "kubelet-127.0.0.1" not found
I0404 22:55:36.602220 6266 plugins.go:101] No cloud provider specified.
I0404 22:55:36.602230 6266 server.go:429] No cloud provider specified: "" from the config file: ""
I0404 22:55:36.604666 6266 docker.go:364] Connecting to docker on unix:///var/run/docker.sock
I0404 22:55:36.604692 6266 docker.go:384] Start docker client with request timeout=2m0s
W0404 22:55:36.605830 6266 cni.go:157] Unable to update cni config: No networks found in /etc/cni/net.d
I0404 22:55:36.612493 6266 manager.go:143] cAdvisor running in container: "/user.slice"
W0404 22:55:36.664752 6266 manager.go:151] unable to connect to Rkt api service: rkt: cannot tcp Dial rkt api service: dial tcp [::1]:15441: getsockopt: connection refused
I0404 22:55:36.747734 6266 fs.go:117] Filesystem partitions: map[/dev/mapper/rhel-root:{mountpoint:/var/lib/docker/devicemapper major:253 minor:0 fsType:xfs blockSize:0} /dev/sda2:{mountpoint:/boot major:8 minor:2 fsType:xfs blockSize:0} /dev/mapper/rhel-home:{mountpoint:/home major:253 minor:2 fsType:xfs blockSize:0}]
I0404 22:55:36.751899 6266 manager.go:198] Machine: {NumCores:32 CpuFrequency:3800000 MemoryCapacity:134994345984 MachineID:32c55fe47ef54c92844915b4395fade4 SystemUUID:C41818C7-6F3F-11E2-B1B2-6CAE8B2B94B4 BootID:60f5049b-5abe-4e7d-ab5b-c92e5244911e Filesystems:[{Device:/dev/mapper/rhel-root Capacity:482947891200 Type:vfs Inodes:471859200 HasInodes:true} {Device:/dev/sda2 Capacity:520794112 Type:vfs Inodes:512000 HasInodes:true} {Device:/dev/mapper/rhel-home Capacity:10726932480 Type:vfs Inodes:10485760 HasInodes:true}] DiskMap:map[8:48:{Name:sdd Major:8 Minor:48 Size:1073741824 Scheduler:deadline} 8:64:{Name:sde Major:8 Minor:64 Size:10737418240 Scheduler:deadline} 253:2:{Name:dm-2 Major:253 Minor:2 Size:10737418240 Scheduler:none} 253:3:{Name:dm-3 Major:253 Minor:3 Size:107374182400 Scheduler:none} 8:0:{Name:sda Major:8 Minor:0 Size:500107862016 Scheduler:deadline} 8:16:{Name:sdb Major:8 Minor:16 Size:10485760 Scheduler:deadline} 8:32:{Name:sdc Major:8 Minor:32 Size:10737418240 Scheduler:deadline} 8:80:{Name:sdf Major:8 Minor:80 Size:1073741824 Scheduler:deadline} 253:0:{Name:dm-0 Major:253 Minor:0 Size:483183820800 Scheduler:none} 253:1:{Name:dm-1 Major:253 Minor:1 Size:4294967296 Scheduler:none}] NetworkDevices:[{Name:enp0s29u1u1u5 MacAddress:6e:ae:8b:2b:94:b7 Speed:0 Mtu:1500} {Name:enp17s0f0 MacAddress:00:90:fa:04:5f:f4 Speed:10000 Mtu:1500} {Name:enp17s0f1 MacAddress:00:90:fa:04:5f:f8 Speed:10000 Mtu:1500} {Name:enp22s0f0 MacAddress:00:90:fa:04:5f:fc Speed:10000 Mtu:1500} {Name:enp22s0f1 MacAddress:00:90:fa:04:60:00 Speed:0 Mtu:1500} {Name:virbr0 MacAddress:52:54:00:37:f6:8c Speed:0 Mtu:1500} {Name:virbr0-nic MacAddress:52:54:00:37:f6:8c Speed:0 Mtu:1500} {Name:vnet0 MacAddress:fe:54:00:b8:28:53 Speed:10 Mtu:1500} {Name:vnet1 MacAddress:fe:54:00:d2:ee:c4 Speed:10 Mtu:1500} {Name:vnet2 MacAddress:fe:54:00:b7:ff:f8 Speed:10 Mtu:1500} {Name:vnet3 MacAddress:fe:54:00:0b:b5:f2 Speed:10 Mtu:1500}] Topology:[{Id:0 Memory:68687343616 Cores:[{Id:0 Threads:[0 16] Caches:[{Size:32768 Type:Data Level:1} {Size:32768 Type:Instruction Level:1} {Size:262144 Type:Unified Level:2}]} {Id:1 Threads:[1 17] Caches:[{Size:32768 Type:Data Level:1} {Size:32768 Type:Instruction Level:1} {Size:262144 Type:Unified Level:2}]} {Id:2 Threads:[2 18] Caches:[{Size:32768 Type:Data Level:1} {Size:32768 Type:Instruction Level:1} {Size:262144 Type:Unified Level:2}]} {Id:3 Threads:[3 19] Caches:[{Size:32768 Type:Data Level:1} {Size:32768 Type:Instruction Level:1} {Size:262144 Type:Unified Level:2}]} {Id:4 Threads:[4 20] Caches:[{Size:32768 Type:Data Level:1} {Size:32768 Type:Instruction Level:1} {Size:262144 Type:Unified Level:2}]} {Id:5 Threads:[5 21] Caches:[{Size:32768 Type:Data Level:1} {Size:32768 Type:Instruction Level:1} {Size:262144 Type:Unified Level:2}]} {Id:6 Threads:[6 22] Caches:[{Size:32768 Type:Data Level:1} {Size:32768 Type:Instruction Level:1} {Size:262144 Type:Unified Level:2}]} {Id:7 Threads:[7 23] Caches:[{Size:32768 Type:Data Level:1} {Size:32768 Type:Instruction Level:1} {Size:262144 Type:Unified Level:2}]}] Caches:[{Size:20971520 Type:Unified Level:3}]} {Id:1 Memory:68719476736 Cores:[{Id:0 Threads:[8 24] Caches:[{Size:32768 Type:Data Level:1} {Size:32768 Type:Instruction Level:1} {Size:262144 Type:Unified Level:2}]} {Id:1 Threads:[9 25] Caches:[{Size:32768 Type:Data Level:1} {Size:32768 Type:Instruction Level:1} {Size:262144 Type:Unified Level:2}]} {Id:2 Threads:[10 26] Caches:[{Size:32768 Type:Data Level:1} {Size:32768 Type:Instruction Level:1} {Size:262144 Type:Unified Level:2}]} {Id:3 Threads:[11 27] Caches:[{Size:32768 Type:Data Level:1} {Size:32768 Type:Instruction Level:1} {Size:262144 Type:Unified Level:2}]} {Id:4 Threads:[12 28] Caches:[{Size:32768 Type:Data Level:1} {Size:32768 Type:Instruction Level:1} {Size:262144 Type:Unified Level:2}]} {Id:5 Threads:[13 29] Caches:[{Size:32768 Type:Data Level:1} {Size:32768 Type:Instruction Level:1} {Size:262144 Type:Unified Level:2}]} {Id:6 Threads:[14 30] Caches:[{Size:32768 Type:Data Level:1} {Size:32768 Type:Instruction Level:1} {Size:262144 Type:Unified Level:2}]} {Id:7 Threads:[15 31] Caches:[{Size:32768 Type:Data Level:1} {Size:32768 Type:Instruction Level:1} {Size:262144 Type:Unified Level:2}]}] Caches:[{Size:20971520 Type:Unified Level:3}]}] CloudProvider:Unknown InstanceType:Unknown InstanceID:None}
I0404 22:55:36.752642 6266 manager.go:204] Version: {KernelVersion:3.10.0-514.el7.x86_64 ContainerOsVersion:Red Hat Enterprise Linux Server 7.3 (Maipo) DockerVersion:17.04.0-ce-rc2 DockerAPIVersion:1.28 CadvisorVersion: CadvisorRevision:}
I0404 22:55:36.753140 6266 server.go:509] --cgroups-per-qos enabled, but --cgroup-root was not specified. defaulting to /
W0404 22:55:36.754711 6266 container_manager_linux.go:217] Running with swap on is not supported, please disable swap! This will be a fatal error by default starting in K8s v1.6! In the meantime, you can opt-in to making this a fatal error by enabling --experimental-fail-swap-on.
I0404 22:55:36.755138 6266 container_manager_linux.go:244] container manager verified user specified cgroup-root exists: /
I0404 22:55:36.755150 6266 container_manager_linux.go:249] Creating Container Manager object based on Node Config: {RuntimeCgroupsName: SystemCgroupsName: KubeletCgroupsName: ContainerRuntime:docker CgroupsPerQOS:true CgroupRoot:/ CgroupDriver:cgroupfs ProtectKernelDefaults:false EnableCRI:true NodeAllocatableConfig:{KubeReservedCgroupName: SystemReservedCgroupName: EnforceNodeAllocatable:map[pods:{}] KubeReserved:map[] SystemReserved:map[] HardEvictionThresholds:[{Signal:memory.available Operator:LessThan Value:{Quantity:100Mi Percentage:0} GracePeriod:0s MinReclaim:<nil>}]} ExperimentalQOSReserved:map[]}
I0404 22:55:36.755265 6266 server.go:802] Using root directory: /var/lib/kubelet
I0404 22:55:36.755283 6266 kubelet.go:255] Adding manifest file: /var/run/kubernetes/static-pods
I0404 22:55:36.755303 6266 file.go:48] Watching path "/var/run/kubernetes/static-pods"
I0404 22:55:36.755312 6266 kubelet.go:265] Watching apiserver
I0404 22:55:36.755355 6266 reflector.go:187] Starting reflector *v1.Pod (0s) from k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:46
I0404 22:55:36.755406 6266 reflector.go:187] Starting reflector *v1.Service (0s) from k8s.io/kubernetes/pkg/kubelet/kubelet.go:382
I0404 22:55:36.755454 6266 reflector.go:187] Starting reflector *v1.Node (0s) from k8s.io/kubernetes/pkg/kubelet/kubelet.go:390
I0404 22:55:36.755493 6266 reflector.go:236] Listing and watching *v1.Pod from k8s.io/kubernetes/pkg/kubelet/config/apiserver.go:46
I0404 22:55:36.755494 6266 reflector.go:236] Listing and watching *v1.Service from k8s.io/kubernetes/pkg/kubelet/kubelet.go:382
I0404 22:55:36.755970 6266 reflector.go:236] Listing and watching *v1.Node from k8s.io/kubernetes/pkg/kubelet/kubelet.go:390
W0404 22:55:36.757318 6266 kubelet_network.go:70] Hairpin mode set to "promiscuous-bridge" but kubenet is not enabled, falling back to "hairpin-veth"
I0404 22:55:36.757349 6266 kubelet.go:494] Hairpin mode set to "hairpin-veth"
W0404 22:55:36.760956 6266 cni.go:157] Unable to update cni config: No networks found in /etc/cni/net.d
I0404 22:55:36.768221 6266 docker_service.go:198] Docker cri networking managed by kubernetes.io/no-op
I0404 22:55:36.821931 6266 docker_service.go:215] Setting cgroupDriver to cgroupfs
I0404 22:55:36.824532 6266 docker_legacy.go:151] No legacy containers found, stop performing legacy cleanup.
I0404 22:55:36.824586 6266 kubelet.go:573] Starting the GRPC server for the docker CRI shim.
I0404 22:55:36.824612 6266 docker_server.go:60] Start dockershim grpc server
I0404 22:55:36.914898 6266 remote_runtime.go:41] Connecting to runtime service /var/run/dockershim.sock
I0404 22:55:36.914993 6266 remote_image.go:39] Connecting to image service /var/run/dockershim.sock
I0404 22:55:36.916346 6266 kuberuntime_manager.go:171] Container runtime docker initialized, version: 17.04.0-ce-rc2, apiVersion: 1.28.0
I0404 22:55:36.917183 6266 plugins.go:363] Loaded volume plugin "kubernetes.io/aws-ebs"
I0404 22:55:36.917241 6266 plugins.go:363] Loaded volume plugin "kubernetes.io/empty-dir"
I0404 22:55:36.917261 6266 plugins.go:363] Loaded volume plugin "kubernetes.io/gce-pd"
I0404 22:55:36.917278 6266 plugins.go:363] Loaded volume plugin "kubernetes.io/git-repo"
I0404 22:55:36.917295 6266 plugins.go:363] Loaded volume plugin "kubernetes.io/host-path"
I0404 22:55:36.917314 6266 plugins.go:363] Loaded volume plugin "kubernetes.io/nfs"
I0404 22:55:36.917332 6266 plugins.go:363] Loaded volume plugin "kubernetes.io/secret"
I0404 22:55:36.917347 6266 plugins.go:363] Loaded volume plugin "kubernetes.io/iscsi"
I0404 22:55:36.917370 6266 plugins.go:363] Loaded volume plugin "kubernetes.io/glusterfs"
I0404 22:55:36.917389 6266 plugins.go:363] Loaded volume plugin "kubernetes.io/rbd"
I0404 22:55:36.917406 6266 plugins.go:363] Loaded volume plugin "kubernetes.io/cinder"
I0404 22:55:36.917421 6266 plugins.go:363] Loaded volume plugin "kubernetes.io/quobyte"
I0404 22:55:36.917437 6266 plugins.go:363] Loaded volume plugin "kubernetes.io/cephfs"
I0404 22:55:36.917459 6266 plugins.go:363] Loaded volume plugin "kubernetes.io/downward-api"
I0404 22:55:36.917475 6266 plugins.go:363] Loaded volume plugin "kubernetes.io/fc"
I0404 22:55:36.917493 6266 plugins.go:363] Loaded volume plugin "kubernetes.io/flocker"
I0404 22:55:36.917509 6266 plugins.go:363] Loaded volume plugin "kubernetes.io/azure-file"
I0404 22:55:36.917523 6266 plugins.go:363] Loaded volume plugin "kubernetes.io/configmap"
I0404 22:55:36.917539 6266 plugins.go:363] Loaded volume plugin "kubernetes.io/vsphere-volume"
I0404 22:55:36.917559 6266 plugins.go:363] Loaded volume plugin "kubernetes.io/azure-disk"
I0404 22:55:36.917583 6266 plugins.go:363] Loaded volume plugin "kubernetes.io/photon-pd"
I0404 22:55:36.917603 6266 plugins.go:363] Loaded volume plugin "kubernetes.io/projected"
I0404 22:55:36.917624 6266 plugins.go:363] Loaded volume plugin "kubernetes.io/portworx-volume"
I0404 22:55:36.917684 6266 plugins.go:363] Loaded volume plugin "kubernetes.io/scaleio"
I0404 22:55:36.919299 6266 server.go:869] Started kubelet v1.7.0-alpha.0.2048+d768b70f1e2e70
E0404 22:55:36.919333 6266 kubelet.go:1165] Image garbage collection failed: unable to find data for container /
I0404 22:55:36.919311 6266 server.go:345] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"127.0.0.1", UID:"127.0.0.1", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'Starting' Starting kubelet.
I0404 22:55:36.919388 6266 server.go:345] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"127.0.0.1", UID:"127.0.0.1", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Warning' reason: 'ImageGCFailed' unable to find data for container /
I0404 22:55:36.919431 6266 server.go:144] Starting to listen read-only on 127.0.0.1:10255
I0404 22:55:36.919433 6266 server.go:127] Starting to listen on 127.0.0.1:10250
I0404 22:55:36.919557 6266 kubelet_node_status.go:230] Setting node annotation to enable volume controller attach/detach
I0404 22:55:36.920396 6266 server.go:294] Adding debug handlers to kubelet server.
E0404 22:55:36.921104 6266 kubelet.go:1657] Failed to check if disk space is available for the runtime: failed to get fs info for "runtime": unable to find data for container /
E0404 22:55:36.921127 6266 kubelet.go:1665] Failed to check if disk space is available on the root partition: failed to get fs info for "root": unable to find data for container /
I0404 22:55:36.921134 6266 kubelet_node_status.go:379] Recording NodeHasSufficientDisk event message for node 127.0.0.1
I0404 22:55:36.921152 6266 kubelet_node_status.go:379] Recording NodeHasSufficientMemory event message for node 127.0.0.1
I0404 22:55:36.921164 6266 kubelet_node_status.go:379] Recording NodeHasNoDiskPressure event message for node 127.0.0.1
I0404 22:55:36.921210 6266 server.go:345] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"127.0.0.1", UID:"127.0.0.1", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientDisk' Node 127.0.0.1 status is now: NodeHasSufficientDisk
I0404 22:55:36.921229 6266 server.go:345] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"127.0.0.1", UID:"127.0.0.1", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientMemory' Node 127.0.0.1 status is now: NodeHasSufficientMemory
I0404 22:55:36.921282 6266 server.go:345] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"127.0.0.1", UID:"127.0.0.1", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasNoDiskPressure' Node 127.0.0.1 status is now: NodeHasNoDiskPressure
I0404 22:55:36.922596 6266 qos_container_manager_linux.go:285] [ContainerManager]: Updated QoS cgroup configuration
E0404 22:55:36.922605 6266 event.go:259] Could not construct reference to: '&v1.Node{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"127.0.0.1", GenerateName:"", Namespace:"", SelfLink:"", UID:"", ResourceVersion:"", Generation:0, CreationTimestamp:v1.Time{Time:time.Time{sec:0, nsec:0, loc:(*time.Location)(nil)}}, DeletionTimestamp:(*v1.Time)(nil), DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string{"beta.kubernetes.io/os":"linux", "beta.kubernetes.io/arch":"amd64", "kubernetes.io/hostname":"127.0.0.1"}, Annotations:map[string]string{"volumes.kubernetes.io/controller-managed-attach-detach":"true"}, OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ClusterName:""}, Spec:v1.NodeSpec{PodCIDR:"", ExternalID:"127.0.0.1", ProviderID:"", Unschedulable:false, Taints:[]v1.Taint(nil)}, Status:v1.NodeStatus{Capacity:v1.ResourceList{"memory":resource.Quantity{i:resource.int64Amount{value:134994345984, scale:0}, d:resource.infDecAmount{Dec:(*inf.Dec)(nil)}, s:"", Format:"BinarySI"}, "pods":resource.Quantity{i:resource.int64Amount{value:110, scale:0}, d:resource.infDecAmount{Dec:(*inf.Dec)(nil)}, s:"", Format:"DecimalSI"}, "alpha.kubernetes.io/nvidia-gpu":resource.Quantity{i:resource.int64Amount{value:0, scale:0}, d:resource.infDecAmount{Dec:(*inf.Dec)(nil)}, s:"", Format:"DecimalSI"}, "cpu":resource.Quantity{i:resource.int64Amount{value:32000, scale:-3}, d:resource.infDecAmount{Dec:(*inf.Dec)(nil)}, s:"", Format:"DecimalSI"}}, Allocatable:v1.ResourceList{"alpha.kubernetes.io/nvidia-gpu":resource.Quantity{i:resource.int64Amount{value:0, scale:0}, d:resource.infDecAmount{Dec:(*inf.Dec)(nil)}, s:"", Format:"DecimalSI"}, "cpu":resource.Quantity{i:resource.int64Amount{value:32000, scale:-3}, d:resource.infDecAmount{Dec:(*inf.Dec)(nil)}, s:"", Format:"DecimalSI"}, "memory":resource.Quantity{i:resource.int64Amount{value:134889488384, scale:0}, d:resource.infDecAmount{Dec:(*inf.Dec)(nil)}, s:"", Format:"BinarySI"}, "pods":resource.Quantity{i:resource.int64Amount{value:110, scale:0}, d:resource.infDecAmount{Dec:(*inf.Dec)(nil)}, s:"", Format:"DecimalSI"}}, Phase:"", Conditions:[]v1.NodeCondition{v1.NodeCondition{Type:"OutOfDisk", Status:"False", LastHeartbeatTime:v1.Time{Time:time.Time{sec:63626957736, nsec:921094907, loc:(*time.Location)(0x6f5d960)}}, LastTransitionTime:v1.Time{Time:time.Time{sec:63626957736, nsec:921094907, loc:(*time.Location)(0x6f5d960)}}, Reason:"KubeletHasSufficientDisk", Message:"kubelet has sufficient disk space available"}, v1.NodeCondition{Type:"MemoryPressure", Status:"False", LastHeartbeatTime:v1.Time{Time:time.Time{sec:63626957736, nsec:921146247, loc:(*time.Location)(0x6f5d960)}}, LastTransitionTime:v1.Time{Time:time.Time{sec:63626957736, nsec:921146247, loc:(*time.Location)(0x6f5d960)}}, Reason:"KubeletHasSufficientMemory", Message:"kubelet has sufficient memory available"}, v1.NodeCondition{Type:"DiskPressure", Status:"False", LastHeartbeatTime:v1.Time{Time:time.Time{sec:63626957736, nsec:921161732, loc:(*time.Location)(0x6f5d960)}}, LastTransitionTime:v1.Time{Time:time.Time{sec:63626957736, nsec:921161732, loc:(*time.Location)(0x6f5d960)}}, Reason:"KubeletHasNoDiskPressure", Message:"kubelet has no disk pressure"}, v1.NodeCondition{Type:"Ready", Status:"False", LastHeartbeatTime:v1.Time{Time:time.Time{sec:63626957736, nsec:921172059, loc:(*time.Location)(0x6f5d960)}}, LastTransitionTime:v1.Time{Time:time.Time{sec:63626957736, nsec:921172059, loc:(*time.Location)(0x6f5d960)}}, Reason:"KubeletNotReady", Message:"container runtime is down,PLEG is not healthy: pleg was last seen active 2562047h47m16.854775807s ago; threshold is 3m0s,network state unknown"}}, Addresses:[]v1.NodeAddress{v1.NodeAddress{Type:"LegacyHostIP", Address:"127.0.0.1"}, v1.NodeAddress{Type:"InternalIP", Address:"127.0.0.1"}, v1.NodeAddress{Type:"Hostname", Address:"127.0.0.1"}}, DaemonEndpoints:v1.NodeDaemonEndpoints{KubeletEndpoint:v1.DaemonEndpoint{Port:10250}}, NodeInfo:v1.NodeSystemInfo{MachineID:"32c55fe47ef54c92844915b4395fade4", SystemUUID:"C41818C7-6F3F-11E2-B1B2-6CAE8B2B94B4", BootID:"60f5049b-5abe-4e7d-ab5b-c92e5244911e", KernelVersion:"3.10.0-514.el7.x86_64", OSImage:"Red Hat Enterprise Linux Server 7.3 (Maipo)", ContainerRuntimeVersion:"docker://Unknown", KubeletVersion:"v1.7.0-alpha.0.2048+d768b70f1e2e70", KubeProxyVersion:"v1.7.0-alpha.0.2048+d768b70f1e2e70", OperatingSystem:"linux", Architecture:"amd64"}, Images:[]v1.ContainerImage(nil), VolumesInUse:[]v1.UniqueVolumeName(nil), VolumesAttached:[]v1.AttachedVolume(nil)}}' due to: 'selfLink was empty, can't make reference'. Will not report event: 'Normal' 'NodeAllocatableEnforced' 'Updated Node Allocatable limit across pods'
I0404 22:55:36.922988 6266 fs_resource_analyzer.go:66] Starting FS ResourceAnalyzer
I0404 22:55:36.923013 6266 status_manager.go:140] Starting to sync pod status with apiserver
I0404 22:55:36.923023 6266 kubelet.go:1737] Starting kubelet main sync loop.
I0404 22:55:36.923038 6266 kubelet.go:1748] skipping pod synchronization - [container runtime is down PLEG is not healthy: pleg was last seen active 2562047h47m16.854775807s ago; threshold is 3m0s]
I0404 22:55:36.923075 6266 volume_manager.go:246] The desired_state_of_world populator starts
I0404 22:55:36.923085 6266 volume_manager.go:248] Starting Kubelet Volume Manager
I0404 22:55:36.923133 6266 container_manager_linux.go:396] [ContainerManager]: Discovered runtime cgroups name: /system.slice/docker.service
W0404 22:55:36.923988 6266 container_manager_linux.go:750] CPUAccounting not enabled for pid: 6266
W0404 22:55:36.924022 6266 container_manager_linux.go:753] MemoryAccounting not enabled for pid: 6266
E0404 22:55:37.006255 6266 factory.go:330] devicemapper filesystem stats will not be reported: usage of thin_ls is disabled to preserve iops
I0404 22:55:37.006275 6266 factory.go:342] Registering Docker factory
W0404 22:55:37.006295 6266 manager.go:247] Registration of the rkt container factory failed: unable to communicate with Rkt api service: rkt: cannot tcp Dial rkt api service: dial tcp [::1]:15441: getsockopt: connection refused
I0404 22:55:37.006302 6266 factory.go:54] Registering systemd factory
I0404 22:55:37.006436 6266 factory.go:86] Registering Raw factory
I0404 22:55:37.006579 6266 manager.go:1106] Started watching for new ooms in manager
I0404 22:55:37.008488 6266 oomparser.go:185] oomparser using systemd
I0404 22:55:37.008580 6266 factory.go:111] Using factory "raw" for container "/"
I0404 22:55:37.009024 6266 manager.go:898] Added container: "/" (aliases: [], namespace: "")
I0404 22:55:37.009229 6266 manager.go:288] Starting recovery of all containers
I0404 22:55:37.009357 6266 container.go:407] Start housekeeping for container "/"
I0404 22:55:37.023293 6266 kubelet_node_status.go:230] Setting node annotation to enable volume controller attach/detach
I0404 22:55:37.024825 6266 kubelet_node_status.go:379] Recording NodeHasSufficientDisk event message for node 127.0.0.1
I0404 22:55:37.024852 6266 kubelet_node_status.go:379] Recording NodeHasSufficientMemory event message for node 127.0.0.1
I0404 22:55:37.024879 6266 kubelet_node_status.go:379] Recording NodeHasNoDiskPressure event message for node 127.0.0.1
I0404 22:55:37.024899 6266 kubelet_node_status.go:77] Attempting to register node 127.0.0.1
I0404 22:55:37.024912 6266 server.go:345] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"127.0.0.1", UID:"127.0.0.1", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientDisk' Node 127.0.0.1 status is now: NodeHasSufficientDisk
I0404 22:55:37.024933 6266 server.go:345] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"127.0.0.1", UID:"127.0.0.1", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasSufficientMemory' Node 127.0.0.1 status is now: NodeHasSufficientMemory
I0404 22:55:37.024993 6266 server.go:345] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"127.0.0.1", UID:"127.0.0.1", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeHasNoDiskPressure' Node 127.0.0.1 status is now: NodeHasNoDiskPressure
I0404 22:55:37.047749 6266 kubelet_node_status.go:80] Successfully registered node 127.0.0.1
I0404 22:55:37.050338 6266 factory.go:111] Using factory "raw" for container "/machine.slice/machine-qemu\\x2d4\\x2dperf\\x2ddocker.scope"
I0404 22:55:37.050540 6266 manager.go:898] Added container: "/machine.slice/machine-qemu\\x2d4\\x2dperf\\x2ddocker.scope" (aliases: [], namespace: "")
I0404 22:55:37.050700 6266 factory.go:111] Using factory "raw" for container "/machine.slice/machine-qemu\\x2d8\\x2dVM2.scope/vcpu2"
I0404 22:55:37.050775 6266 container.go:407] Start housekeeping for container "/machine.slice/machine-qemu\\x2d4\\x2dperf\\x2ddocker.scope"
I0404 22:55:37.050844 6266 manager.go:898] Added container: "/machine.slice/machine-qemu\\x2d8\\x2dVM2.scope/vcpu2" (aliases: [], namespace: "")
I0404 22:55:37.050968 6266 factory.go:111] Using factory "raw" for container "/system.slice/NetworkManager.service"
I0404 22:55:37.051044 6266 container.go:407] Start housekeeping for container "/machine.slice/machine-qemu\\x2d8\\x2dVM2.scope/vcpu2"
I0404 22:55:37.051128 6266 manager.go:898] Added container: "/system.slice/NetworkManager.service" (aliases: [], namespace: "")
I0404 22:55:37.051296 6266 factory.go:111] Using factory "raw" for container "/system.slice/kdump.service"
I0404 22:55:37.051368 6266 container.go:407] Start housekeeping for container "/system.slice/NetworkManager.service"
I0404 22:55:37.051510 6266 manager.go:898] Added container: "/system.slice/kdump.service" (aliases: [], namespace: "")
I0404 22:55:37.051679 6266 factory.go:111] Using factory "raw" for container "/system.slice/rhel-push-plugin.service"
I0404 22:55:37.051753 6266 container.go:407] Start housekeeping for container "/system.slice/kdump.service"
I0404 22:55:37.051879 6266 manager.go:898] Added container: "/system.slice/rhel-push-plugin.service" (aliases: [], namespace: "")
I0404 22:55:37.052067 6266 factory.go:111] Using factory "raw" for container "/kubepods/besteffort"
I0404 22:55:37.052168 6266 container.go:407] Start housekeeping for container "/system.slice/rhel-push-plugin.service"
I0404 22:55:37.052277 6266 manager.go:898] Added container: "/kubepods/besteffort" (aliases: [], namespace: "")
I0404 22:55:37.052450 6266 factory.go:111] Using factory "raw" for container "/machine.slice/machine-qemu\\x2d11\\x2dVM1.scope"
I0404 22:55:37.052515 6266 container.go:407] Start housekeeping for container "/kubepods/besteffort"
I0404 22:55:37.052645 6266 manager.go:898] Added container: "/machine.slice/machine-qemu\\x2d11\\x2dVM1.scope" (aliases: [], namespace: "")
I0404 22:55:37.052836 6266 factory.go:111] Using factory "raw" for container "/machine.slice/machine-qemu\\x2d11\\x2dVM1.scope/vcpu0"
I0404 22:55:37.052937 6266 container.go:407] Start housekeeping for container "/machine.slice/machine-qemu\\x2d11\\x2dVM1.scope"
I0404 22:55:37.052988 6266 manager.go:898] Added container: "/machine.slice/machine-qemu\\x2d11\\x2dVM1.scope/vcpu0" (aliases: [], namespace: "")
I0404 22:55:37.053111 6266 factory.go:111] Using factory "raw" for container "/system.slice/systemd-vconsole-setup.service"
I0404 22:55:37.053174 6266 container.go:407] Start housekeeping for container "/machine.slice/machine-qemu\\x2d11\\x2dVM1.scope/vcpu0"
I0404 22:55:37.053304 6266 manager.go:898] Added container: "/system.slice/systemd-vconsole-setup.service" (aliases: [], namespace: "")
I0404 22:55:37.053489 6266 factory.go:111] Using factory "raw" for container "/system.slice/docker.service"
I0404 22:55:37.053606 6266 container.go:407] Start housekeeping for container "/system.slice/systemd-vconsole-setup.service"
I0404 22:55:37.053646 6266 manager.go:898] Added container: "/system.slice/docker.service" (aliases: [], namespace: "")
I0404 22:55:37.053802 6266 factory.go:111] Using factory "raw" for container "/system.slice/rhel-dmesg.service"
I0404 22:55:37.053865 6266 container.go:407] Start housekeeping for container "/system.slice/docker.service"
I0404 22:55:37.054006 6266 manager.go:898] Added container: "/system.slice/rhel-dmesg.service" (aliases: [], namespace: "")
I0404 22:55:37.054158 6266 factory.go:111] Using factory "raw" for container "/system.slice/virtlogd.service"
I0404 22:55:37.054242 6266 container.go:407] Start housekeeping for container "/system.slice/rhel-dmesg.service"
I0404 22:55:37.054349 6266 manager.go:898] Added container: "/system.slice/virtlogd.service" (aliases: [], namespace: "")
I0404 22:55:37.054519 6266 factory.go:111] Using factory "raw" for container "/machine.slice/machine-qemu\\x2d10\\x2dVM3.scope/vcpu1"
I0404 22:55:37.054586 6266 container.go:407] Start housekeeping for container "/system.slice/virtlogd.service"
I0404 22:55:37.054686 6266 manager.go:898] Added container: "/machine.slice/machine-qemu\\x2d10\\x2dVM3.scope/vcpu1" (aliases: [], namespace: "")
I0404 22:55:37.054822 6266 factory.go:111] Using factory "raw" for container "/system.slice/blk-availability.service"
I0404 22:55:37.054905 6266 container.go:407] Start housekeeping for container "/machine.slice/machine-qemu\\x2d10\\x2dVM3.scope/vcpu1"
I0404 22:55:37.055001 6266 manager.go:898] Added container: "/system.slice/blk-availability.service" (aliases: [], namespace: "")
I0404 22:55:37.055144 6266 factory.go:111] Using factory "raw" for container "/system.slice/crond.service"
I0404 22:55:37.055239 6266 container.go:407] Start housekeeping for container "/system.slice/blk-availability.service"
I0404 22:55:37.055303 6266 manager.go:898] Added container: "/system.slice/crond.service" (aliases: [], namespace: "")
I0404 22:55:37.055455 6266 factory.go:111] Using factory "raw" for container "/system.slice/rhel-import-state.service"
I0404 22:55:37.055519 6266 container.go:407] Start housekeeping for container "/system.slice/crond.service"
I0404 22:55:37.055663 6266 manager.go:898] Added container: "/system.slice/rhel-import-state.service" (aliases: [], namespace: "")
I0404 22:55:37.055825 6266 factory.go:111] Using factory "raw" for container "/system.slice/systemd-journal-flush.service"
I0404 22:55:37.055887 6266 container.go:407] Start housekeeping for container "/system.slice/rhel-import-state.service"
I0404 22:55:37.056005 6266 manager.go:898] Added container: "/system.slice/systemd-journal-flush.service" (aliases: [], namespace: "")
I0404 22:55:37.056141 6266 factory.go:111] Using factory "raw" for container "/system.slice/systemd-sysctl.service"
I0404 22:55:37.056206 6266 container.go:407] Start housekeeping for container "/system.slice/systemd-journal-flush.service"
I0404 22:55:37.056318 6266 manager.go:898] Added container: "/system.slice/systemd-sysctl.service" (aliases: [], namespace: "")
I0404 22:55:37.056471 6266 factory.go:111] Using factory "raw" for container "/system.slice/auditd.service"
I0404 22:55:37.056537 6266 container.go:407] Start housekeeping for container "/system.slice/systemd-sysctl.service"
I0404 22:55:37.056665 6266 manager.go:898] Added container: "/system.slice/auditd.service" (aliases: [], namespace: "")
I0404 22:55:37.056813 6266 factory.go:111] Using factory "raw" for container "/system.slice/ksm.service"
I0404 22:55:37.056879 6266 container.go:407] Start housekeeping for container "/system.slice/auditd.service"
I0404 22:55:37.056998 6266 manager.go:898] Added container: "/system.slice/ksm.service" (aliases: [], namespace: "")
I0404 22:55:37.057144 6266 factory.go:111] Using factory "raw" for container "/system.slice/postfix.service"
I0404 22:55:37.057209 6266 container.go:407] Start housekeeping for container "/system.slice/ksm.service"
I0404 22:55:37.057303 6266 manager.go:898] Added container: "/system.slice/postfix.service" (aliases: [], namespace: "")
I0404 22:55:37.057443 6266 factory.go:111] Using factory "raw" for container "/system.slice/iscsi-shutdown.service"
I0404 22:55:37.057508 6266 container.go:407] Start housekeeping for container "/system.slice/postfix.service"
I0404 22:55:37.057633 6266 manager.go:898] Added container: "/system.slice/iscsi-shutdown.service" (aliases: [], namespace: "")
I0404 22:55:37.057777 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/run-user-0.mount", but ignoring.
I0404 22:55:37.057793 6266 factory.go:111] Using factory "raw" for container "/kubepods.slice"
I0404 22:55:37.057845 6266 container.go:407] Start housekeeping for container "/system.slice/iscsi-shutdown.service"
I0404 22:55:37.057981 6266 manager.go:898] Added container: "/kubepods.slice" (aliases: [], namespace: "")
I0404 22:55:37.058138 6266 factory.go:111] Using factory "raw" for container "/machine.slice/machine-qemu\\x2d11\\x2dVM1.scope/emulator"
I0404 22:55:37.058204 6266 container.go:407] Start housekeeping for container "/kubepods.slice"
I0404 22:55:37.058290 6266 manager.go:898] Added container: "/machine.slice/machine-qemu\\x2d11\\x2dVM1.scope/emulator" (aliases: [], namespace: "")
I0404 22:55:37.058400 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/dev-hugepages.mount", but ignoring.
I0404 22:55:37.058411 6266 factory.go:111] Using factory "raw" for container "/machine.slice/machine-qemu\\x2d8\\x2dVM2.scope/vcpu0"
I0404 22:55:37.058468 6266 container.go:407] Start housekeeping for container "/machine.slice/machine-qemu\\x2d11\\x2dVM1.scope/emulator"
I0404 22:55:37.058555 6266 manager.go:898] Added container: "/machine.slice/machine-qemu\\x2d8\\x2dVM2.scope/vcpu0" (aliases: [], namespace: "")
I0404 22:55:37.058712 6266 factory.go:111] Using factory "raw" for container "/system.slice/libvirtd.service"
I0404 22:55:37.058808 6266 container.go:407] Start housekeeping for container "/machine.slice/machine-qemu\\x2d8\\x2dVM2.scope/vcpu0"
I0404 22:55:37.058867 6266 manager.go:898] Added container: "/system.slice/libvirtd.service" (aliases: [], namespace: "")
I0404 22:55:37.059006 6266 factory.go:111] Using factory "raw" for container "/system.slice/rdma.service"
I0404 22:55:37.059099 6266 container.go:407] Start housekeeping for container "/system.slice/libvirtd.service"
I0404 22:55:37.059152 6266 manager.go:898] Added container: "/system.slice/rdma.service" (aliases: [], namespace: "")
I0404 22:55:37.059288 6266 factory.go:111] Using factory "raw" for container "/system.slice/rhsmcertd.service"
I0404 22:55:37.059351 6266 container.go:407] Start housekeeping for container "/system.slice/rdma.service"
I0404 22:55:37.059459 6266 manager.go:898] Added container: "/system.slice/rhsmcertd.service" (aliases: [], namespace: "")
I0404 22:55:37.059652 6266 factory.go:111] Using factory "raw" for container "/system.slice/systemd-tmpfiles-setup-dev.service"
I0404 22:55:37.059714 6266 container.go:407] Start housekeeping for container "/system.slice/rhsmcertd.service"
I0404 22:55:37.059823 6266 manager.go:898] Added container: "/system.slice/systemd-tmpfiles-setup-dev.service" (aliases: [], namespace: "")
I0404 22:55:37.059971 6266 factory.go:111] Using factory "raw" for container "/system.slice/tuned.service"
I0404 22:55:37.060036 6266 container.go:407] Start housekeeping for container "/system.slice/systemd-tmpfiles-setup-dev.service"
I0404 22:55:37.060148 6266 manager.go:898] Added container: "/system.slice/tuned.service" (aliases: [], namespace: "")
I0404 22:55:37.060296 6266 factory.go:111] Using factory "raw" for container "/machine.slice/machine-qemu\\x2d11\\x2dVM1.scope/vcpu3"
I0404 22:55:37.060361 6266 container.go:407] Start housekeeping for container "/system.slice/tuned.service"
I0404 22:55:37.060462 6266 manager.go:898] Added container: "/machine.slice/machine-qemu\\x2d11\\x2dVM1.scope/vcpu3" (aliases: [], namespace: "")
I0404 22:55:37.060621 6266 factory.go:111] Using factory "raw" for container "/system.slice/dev-disk-by\\x2duuid-da055b1a\\x2d245e\\x2d45d3\\x2db5b1\\x2dd18b7453d40c.swap"
I0404 22:55:37.060677 6266 container.go:407] Start housekeeping for container "/machine.slice/machine-qemu\\x2d11\\x2dVM1.scope/vcpu3"
I0404 22:55:37.060822 6266 manager.go:898] Added container: "/system.slice/dev-disk-by\\x2duuid-da055b1a\\x2d245e\\x2d45d3\\x2db5b1\\x2dd18b7453d40c.swap" (aliases: [], namespace: "")
I0404 22:55:37.060957 6266 factory.go:111] Using factory "raw" for container "/system.slice/irqbalance.service"
I0404 22:55:37.061050 6266 container.go:407] Start housekeeping for container "/system.slice/dev-disk-by\\x2duuid-da055b1a\\x2d245e\\x2d45d3\\x2db5b1\\x2dd18b7453d40c.swap"
I0404 22:55:37.061091 6266 manager.go:898] Added container: "/system.slice/irqbalance.service" (aliases: [], namespace: "")
I0404 22:55:37.061237 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/-.mount", but ignoring.
I0404 22:55:37.061249 6266 factory.go:111] Using factory "raw" for container "/system.slice/dev-mapper-rhel\\x2dswap.swap"
I0404 22:55:37.061304 6266 container.go:407] Start housekeeping for container "/system.slice/irqbalance.service"
I0404 22:55:37.061442 6266 manager.go:898] Added container: "/system.slice/dev-mapper-rhel\\x2dswap.swap" (aliases: [], namespace: "")
I0404 22:55:37.061619 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/sys-kernel-config.mount", but ignoring.
I0404 22:55:37.061633 6266 factory.go:111] Using factory "raw" for container "/system.slice/dev-dm\\x2d1.swap"
I0404 22:55:37.061687 6266 container.go:407] Start housekeeping for container "/system.slice/dev-mapper-rhel\\x2dswap.swap"
I0404 22:55:37.061806 6266 manager.go:898] Added container: "/system.slice/dev-dm\\x2d1.swap" (aliases: [], namespace: "")
I0404 22:55:37.061950 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/proc-fs-nfsd.mount", but ignoring.
I0404 22:55:37.061964 6266 factory.go:111] Using factory "raw" for container "/system.slice/systemd-udev-trigger.service"
I0404 22:55:37.062018 6266 container.go:407] Start housekeeping for container "/system.slice/dev-dm\\x2d1.swap"
I0404 22:55:37.062156 6266 manager.go:898] Added container: "/system.slice/systemd-udev-trigger.service" (aliases: [], namespace: "")
I0404 22:55:37.062307 6266 factory.go:111] Using factory "raw" for container "/kubepods/burstable"
I0404 22:55:37.062371 6266 container.go:407] Start housekeeping for container "/system.slice/systemd-udev-trigger.service"
I0404 22:55:37.062491 6266 manager.go:898] Added container: "/kubepods/burstable" (aliases: [], namespace: "")
I0404 22:55:37.062656 6266 factory.go:111] Using factory "raw" for container "/machine.slice/machine-qemu\\x2d10\\x2dVM3.scope/vcpu0"
I0404 22:55:37.062723 6266 container.go:407] Start housekeeping for container "/kubepods/burstable"
I0404 22:55:37.062813 6266 manager.go:898] Added container: "/machine.slice/machine-qemu\\x2d10\\x2dVM3.scope/vcpu0" (aliases: [], namespace: "")
I0404 22:55:37.062933 6266 factory.go:111] Using factory "raw" for container "/machine.slice/machine-qemu\\x2d8\\x2dVM2.scope/vcpu1"
I0404 22:55:37.062998 6266 container.go:407] Start housekeeping for container "/machine.slice/machine-qemu\\x2d10\\x2dVM3.scope/vcpu0"
I0404 22:55:37.063112 6266 manager.go:898] Added container: "/machine.slice/machine-qemu\\x2d8\\x2dVM2.scope/vcpu1" (aliases: [], namespace: "")
I0404 22:55:37.063231 6266 factory.go:111] Using factory "raw" for container "/system.slice/rhnsd.service"
I0404 22:55:37.063326 6266 container.go:407] Start housekeeping for container "/machine.slice/machine-qemu\\x2d8\\x2dVM2.scope/vcpu1"
I0404 22:55:37.063381 6266 manager.go:898] Added container: "/system.slice/rhnsd.service" (aliases: [], namespace: "")
I0404 22:55:37.063540 6266 factory.go:111] Using factory "raw" for container "/system.slice/system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice"
I0404 22:55:37.063587 6266 container.go:407] Start housekeeping for container "/system.slice/rhnsd.service"
I0404 22:55:37.063726 6266 manager.go:898] Added container: "/system.slice/system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice" (aliases: [], namespace: "")
I0404 22:55:37.063900 6266 factory.go:111] Using factory "raw" for container "/system.slice/systemd-journald.service"
I0404 22:55:37.063986 6266 container.go:407] Start housekeeping for container "/system.slice/system-selinux\\x2dpolicy\\x2dmigrate\\x2dlocal\\x2dchanges.slice"
I0404 22:55:37.064210 6266 manager.go:898] Added container: "/system.slice/systemd-journald.service" (aliases: [], namespace: "")
I0404 22:55:37.064373 6266 factory.go:111] Using factory "raw" for container "/system.slice/systemd-udevd.service"
I0404 22:55:37.064433 6266 container.go:407] Start housekeeping for container "/system.slice/systemd-journald.service"
I0404 22:55:37.064534 6266 manager.go:898] Added container: "/system.slice/systemd-udevd.service" (aliases: [], namespace: "")
I0404 22:55:37.064692 6266 factory.go:111] Using factory "raw" for container "/machine.slice/machine-qemu\\x2d11\\x2dVM1.scope/vcpu1"
I0404 22:55:37.064785 6266 container.go:407] Start housekeeping for container "/system.slice/systemd-udevd.service"
I0404 22:55:37.064828 6266 manager.go:898] Added container: "/machine.slice/machine-qemu\\x2d11\\x2dVM1.scope/vcpu1" (aliases: [], namespace: "")
I0404 22:55:37.064940 6266 factory.go:111] Using factory "raw" for container "/system.slice/polkit.service"
I0404 22:55:37.065005 6266 container.go:407] Start housekeeping for container "/machine.slice/machine-qemu\\x2d11\\x2dVM1.scope/vcpu1"
I0404 22:55:37.065092 6266 manager.go:898] Added container: "/system.slice/polkit.service" (aliases: [], namespace: "")
I0404 22:55:37.065231 6266 factory.go:111] Using factory "raw" for container "/system.slice/rhel-readonly.service"
I0404 22:55:37.065299 6266 container.go:407] Start housekeeping for container "/system.slice/polkit.service"
I0404 22:55:37.065369 6266 manager.go:898] Added container: "/system.slice/rhel-readonly.service" (aliases: [], namespace: "")
I0404 22:55:37.065516 6266 factory.go:111] Using factory "raw" for container "/machine.slice/machine-qemu\\x2d8\\x2dVM2.scope/vcpu3"
I0404 22:55:37.065597 6266 container.go:407] Start housekeeping for container "/system.slice/rhel-readonly.service"
I0404 22:55:37.065680 6266 manager.go:898] Added container: "/machine.slice/machine-qemu\\x2d8\\x2dVM2.scope/vcpu3" (aliases: [], namespace: "")
I0404 22:55:37.065805 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/home.mount", but ignoring.
I0404 22:55:37.065818 6266 factory.go:111] Using factory "raw" for container "/system.slice/ksmtuned.service"
I0404 22:55:37.065899 6266 container.go:407] Start housekeeping for container "/machine.slice/machine-qemu\\x2d8\\x2dVM2.scope/vcpu3"
I0404 22:55:37.065964 6266 manager.go:898] Added container: "/system.slice/ksmtuned.service" (aliases: [], namespace: "")
I0404 22:55:37.066092 6266 factory.go:111] Using factory "raw" for container "/system.slice/lvm2-monitor.service"
I0404 22:55:37.066168 6266 container.go:407] Start housekeeping for container "/system.slice/ksmtuned.service"
I0404 22:55:37.066231 6266 manager.go:898] Added container: "/system.slice/lvm2-monitor.service" (aliases: [], namespace: "")
I0404 22:55:37.066364 6266 factory.go:111] Using factory "raw" for container "/system.slice/netcf-transaction.service"
I0404 22:55:37.066427 6266 container.go:407] Start housekeeping for container "/system.slice/lvm2-monitor.service"
I0404 22:55:37.066529 6266 manager.go:898] Added container: "/system.slice/netcf-transaction.service" (aliases: [], namespace: "")
I0404 22:55:37.066709 6266 factory.go:111] Using factory "raw" for container "/kubepods.slice/kubepods-burstable.slice"
I0404 22:55:37.066771 6266 container.go:407] Start housekeeping for container "/system.slice/netcf-transaction.service"
I0404 22:55:37.066894 6266 manager.go:898] Added container: "/kubepods.slice/kubepods-burstable.slice" (aliases: [], namespace: "")
I0404 22:55:37.067049 6266 factory.go:111] Using factory "raw" for container "/machine.slice/machine-qemu\\x2d10\\x2dVM3.scope"
I0404 22:55:37.067113 6266 container.go:407] Start housekeeping for container "/kubepods.slice/kubepods-burstable.slice"
I0404 22:55:37.067219 6266 manager.go:898] Added container: "/machine.slice/machine-qemu\\x2d10\\x2dVM3.scope" (aliases: [], namespace: "")
I0404 22:55:37.067368 6266 factory.go:111] Using factory "raw" for container "/machine.slice/machine-qemu\\x2d10\\x2dVM3.scope/vcpu3"
I0404 22:55:37.067431 6266 container.go:407] Start housekeeping for container "/machine.slice/machine-qemu\\x2d10\\x2dVM3.scope"
I0404 22:55:37.067506 6266 manager.go:898] Added container: "/machine.slice/machine-qemu\\x2d10\\x2dVM3.scope/vcpu3" (aliases: [], namespace: "")
I0404 22:55:37.067636 6266 factory.go:111] Using factory "raw" for container "/system.slice/sshd.service"
I0404 22:55:37.067701 6266 container.go:407] Start housekeeping for container "/machine.slice/machine-qemu\\x2d10\\x2dVM3.scope/vcpu3"
I0404 22:55:37.067803 6266 manager.go:898] Added container: "/system.slice/sshd.service" (aliases: [], namespace: "")
I0404 22:55:37.067933 6266 factory.go:111] Using factory "raw" for container "/system.slice/system-getty.slice"
I0404 22:55:37.067995 6266 container.go:407] Start housekeeping for container "/system.slice/sshd.service"
I0404 22:55:37.068072 6266 manager.go:898] Added container: "/system.slice/system-getty.slice" (aliases: [], namespace: "")
I0404 22:55:37.068212 6266 factory.go:111] Using factory "raw" for container "/system.slice/systemd-remount-fs.service"
I0404 22:55:37.068276 6266 container.go:407] Start housekeeping for container "/system.slice/system-getty.slice"
I0404 22:55:37.068394 6266 manager.go:898] Added container: "/system.slice/systemd-remount-fs.service" (aliases: [], namespace: "")
I0404 22:55:37.068550 6266 factory.go:111] Using factory "raw" for container "/user.slice"
I0404 22:55:37.068597 6266 container.go:407] Start housekeeping for container "/system.slice/systemd-remount-fs.service"
I0404 22:55:37.068749 6266 manager.go:898] Added container: "/user.slice" (aliases: [], namespace: "")
I0404 22:55:37.068888 6266 factory.go:111] Using factory "raw" for container "/machine.slice/machine-qemu\\x2d10\\x2dVM3.scope/emulator"
I0404 22:55:37.068954 6266 container.go:407] Start housekeeping for container "/user.slice"
I0404 22:55:37.069027 6266 manager.go:898] Added container: "/machine.slice/machine-qemu\\x2d10\\x2dVM3.scope/emulator" (aliases: [], namespace: "")
I0404 22:55:37.069134 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/dev-mqueue.mount", but ignoring.
I0404 22:55:37.069148 6266 factory.go:111] Using factory "raw" for container "/system.slice/systemd-user-sessions.service"
I0404 22:55:37.069215 6266 container.go:407] Start housekeeping for container "/machine.slice/machine-qemu\\x2d10\\x2dVM3.scope/emulator"
I0404 22:55:37.069304 6266 manager.go:898] Added container: "/system.slice/systemd-user-sessions.service" (aliases: [], namespace: "")
I0404 22:55:37.069453 6266 factory.go:111] Using factory "raw" for container "/machine.slice/machine-qemu\\x2d8\\x2dVM2.scope"
I0404 22:55:37.069514 6266 container.go:407] Start housekeeping for container "/system.slice/systemd-user-sessions.service"
I0404 22:55:37.069660 6266 manager.go:898] Added container: "/machine.slice/machine-qemu\\x2d8\\x2dVM2.scope" (aliases: [], namespace: "")
I0404 22:55:37.069840 6266 factory.go:111] Using factory "raw" for container "/system.slice/firewalld.service"
I0404 22:55:37.069904 6266 container.go:407] Start housekeeping for container "/machine.slice/machine-qemu\\x2d8\\x2dVM2.scope"
I0404 22:55:37.070001 6266 manager.go:898] Added container: "/system.slice/firewalld.service" (aliases: [], namespace: "")
I0404 22:55:37.070178 6266 factory.go:111] Using factory "raw" for container "/system.slice/gssproxy.service"
I0404 22:55:37.070240 6266 container.go:407] Start housekeeping for container "/system.slice/firewalld.service"
I0404 22:55:37.070341 6266 manager.go:898] Added container: "/system.slice/gssproxy.service" (aliases: [], namespace: "")
I0404 22:55:37.070480 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/sys-fs-fuse-connections.mount", but ignoring.
I0404 22:55:37.070493 6266 factory.go:111] Using factory "raw" for container "/system.slice/systemd-binfmt.service"
I0404 22:55:37.070548 6266 container.go:407] Start housekeeping for container "/system.slice/gssproxy.service"
I0404 22:55:37.070669 6266 manager.go:898] Added container: "/system.slice/systemd-binfmt.service" (aliases: [], namespace: "")
I0404 22:55:37.070819 6266 factory.go:111] Using factory "raw" for container "/machine.slice/machine-qemu\\x2d10\\x2dVM3.scope/vcpu2"
I0404 22:55:37.070899 6266 container.go:407] Start housekeeping for container "/system.slice/systemd-binfmt.service"
I0404 22:55:37.070958 6266 manager.go:898] Added container: "/machine.slice/machine-qemu\\x2d10\\x2dVM3.scope/vcpu2" (aliases: [], namespace: "")
I0404 22:55:37.071077 6266 factory.go:111] Using factory "raw" for container "/machine.slice/machine-qemu\\x2d11\\x2dVM1.scope/vcpu2"
I0404 22:55:37.071143 6266 container.go:407] Start housekeeping for container "/machine.slice/machine-qemu\\x2d10\\x2dVM3.scope/vcpu2"
I0404 22:55:37.071220 6266 manager.go:898] Added container: "/machine.slice/machine-qemu\\x2d11\\x2dVM1.scope/vcpu2" (aliases: [], namespace: "")
I0404 22:55:37.071346 6266 factory.go:111] Using factory "raw" for container "/machine.slice/machine-qemu\\x2d4\\x2dperf\\x2ddocker.scope/vcpu1"
I0404 22:55:37.071409 6266 container.go:407] Start housekeeping for container "/machine.slice/machine-qemu\\x2d11\\x2dVM1.scope/vcpu2"
I0404 22:55:37.071479 6266 manager.go:898] Added container: "/machine.slice/machine-qemu\\x2d4\\x2dperf\\x2ddocker.scope/vcpu1" (aliases: [], namespace: "")
I0404 22:55:37.071598 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/var-lib-nfs-rpc_pipefs.mount", but ignoring.
I0404 22:55:37.071621 6266 factory.go:111] Using factory "raw" for container "/system.slice/rsyslog.service"
I0404 22:55:37.071663 6266 container.go:407] Start housekeeping for container "/machine.slice/machine-qemu\\x2d4\\x2dperf\\x2ddocker.scope/vcpu1"
I0404 22:55:37.071782 6266 manager.go:898] Added container: "/system.slice/rsyslog.service" (aliases: [], namespace: "")
I0404 22:55:37.071907 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/sys-kernel-debug.mount", but ignoring.
I0404 22:55:37.071921 6266 factory.go:111] Using factory "raw" for container "/system.slice/system-lvm2\\x2dpvscan.slice"
I0404 22:55:37.071972 6266 container.go:407] Start housekeeping for container "/system.slice/rsyslog.service"
I0404 22:55:37.072076 6266 manager.go:898] Added container: "/system.slice/system-lvm2\\x2dpvscan.slice" (aliases: [], namespace: "")
I0404 22:55:37.072222 6266 factory.go:111] Using factory "raw" for container "/system.slice/systemd-random-seed.service"
I0404 22:55:37.072286 6266 container.go:407] Start housekeeping for container "/system.slice/system-lvm2\\x2dpvscan.slice"
I0404 22:55:37.072388 6266 manager.go:898] Added container: "/system.slice/systemd-random-seed.service" (aliases: [], namespace: "")
I0404 22:55:37.072530 6266 factory.go:111] Using factory "raw" for container "/system.slice/systemd-tmpfiles-setup.service"
I0404 22:55:37.072585 6266 container.go:407] Start housekeeping for container "/system.slice/systemd-random-seed.service"
I0404 22:55:37.072694 6266 manager.go:898] Added container: "/system.slice/systemd-tmpfiles-setup.service" (aliases: [], namespace: "")
I0404 22:55:37.072851 6266 factory.go:111] Using factory "raw" for container "/kubepods"
I0404 22:55:37.072918 6266 container.go:407] Start housekeeping for container "/system.slice/systemd-tmpfiles-setup.service"
I0404 22:55:37.073032 6266 manager.go:898] Added container: "/kubepods" (aliases: [], namespace: "")
I0404 22:55:37.073172 6266 factory.go:111] Using factory "raw" for container "/machine.slice/machine-qemu\\x2d8\\x2dVM2.scope/emulator"
I0404 22:55:37.073235 6266 container.go:407] Start housekeeping for container "/kubepods"
I0404 22:55:37.073306 6266 manager.go:898] Added container: "/machine.slice/machine-qemu\\x2d8\\x2dVM2.scope/emulator" (aliases: [], namespace: "")
I0404 22:55:37.073433 6266 factory.go:111] Using factory "raw" for container "/system.slice/dev-disk-by\\x2did-dm\\x2duuid\\x2dLVM\\x2dOAlJyEWLxuMs1elcV3rOswSGhWIQjZr8JI003l2ELovVuk26vkpiQDaO4gxBUCQV.swap"
I0404 22:55:37.073491 6266 container.go:407] Start housekeeping for container "/machine.slice/machine-qemu\\x2d8\\x2dVM2.scope/emulator"
I0404 22:55:37.073617 6266 manager.go:898] Added container: "/system.slice/dev-disk-by\\x2did-dm\\x2duuid\\x2dLVM\\x2dOAlJyEWLxuMs1elcV3rOswSGhWIQjZr8JI003l2ELovVuk26vkpiQDaO4gxBUCQV.swap" (aliases: [], namespace: "")
I0404 22:55:37.073763 6266 factory.go:111] Using factory "raw" for container "/system.slice/kmod-static-nodes.service"
I0404 22:55:37.073823 6266 container.go:407] Start housekeeping for container "/system.slice/dev-disk-by\\x2did-dm\\x2duuid\\x2dLVM\\x2dOAlJyEWLxuMs1elcV3rOswSGhWIQjZr8JI003l2ELovVuk26vkpiQDaO4gxBUCQV.swap"
I0404 22:55:37.073932 6266 manager.go:898] Added container: "/system.slice/kmod-static-nodes.service" (aliases: [], namespace: "")
I0404 22:55:37.074072 6266 factory.go:111] Using factory "raw" for container "/system.slice/lvm2-lvmetad.service"
I0404 22:55:37.074136 6266 container.go:407] Start housekeeping for container "/system.slice/kmod-static-nodes.service"
I0404 22:55:37.074240 6266 manager.go:898] Added container: "/system.slice/lvm2-lvmetad.service" (aliases: [], namespace: "")
I0404 22:55:37.074386 6266 factory.go:111] Using factory "raw" for container "/system.slice/systemd-logind.service"
I0404 22:55:37.074448 6266 container.go:407] Start housekeeping for container "/system.slice/lvm2-lvmetad.service"
I0404 22:55:37.074552 6266 manager.go:898] Added container: "/system.slice/systemd-logind.service" (aliases: [], namespace: "")
I0404 22:55:37.074709 6266 factory.go:111] Using factory "raw" for container "/system.slice/systemd-readahead-replay.service"
I0404 22:55:37.074773 6266 container.go:407] Start housekeeping for container "/system.slice/systemd-logind.service"
I0404 22:55:37.074878 6266 manager.go:898] Added container: "/system.slice/systemd-readahead-replay.service" (aliases: [], namespace: "")
I0404 22:55:37.075027 6266 factory.go:111] Using factory "raw" for container "/system.slice/dbus.service"
I0404 22:55:37.075089 6266 container.go:407] Start housekeeping for container "/system.slice/systemd-readahead-replay.service"
I0404 22:55:37.075187 6266 manager.go:898] Added container: "/system.slice/dbus.service" (aliases: [], namespace: "")
I0404 22:55:37.075324 6266 factory.go:111] Using factory "raw" for container "/system.slice/dev-disk-by\\x2did-dm\\x2dname\\x2drhel\\x2dswap.swap"
I0404 22:55:37.075386 6266 container.go:407] Start housekeeping for container "/system.slice/dbus.service"
I0404 22:55:37.075504 6266 manager.go:898] Added container: "/system.slice/dev-disk-by\\x2did-dm\\x2dname\\x2drhel\\x2dswap.swap" (aliases: [], namespace: "")
I0404 22:55:37.075671 6266 factory.go:111] Using factory "raw" for container "/system.slice/dev-rhel-swap.swap"
I0404 22:55:37.075733 6266 container.go:407] Start housekeeping for container "/system.slice/dev-disk-by\\x2did-dm\\x2dname\\x2drhel\\x2dswap.swap"
I0404 22:55:37.075841 6266 manager.go:898] Added container: "/system.slice/dev-rhel-swap.swap" (aliases: [], namespace: "")
I0404 22:55:37.075984 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/boot.mount", but ignoring.
I0404 22:55:37.075997 6266 factory.go:111] Using factory "raw" for container "/system.slice/systemd-machined.service"
I0404 22:55:37.076052 6266 container.go:407] Start housekeeping for container "/system.slice/dev-rhel-swap.swap"
I0404 22:55:37.076163 6266 manager.go:898] Added container: "/system.slice/systemd-machined.service" (aliases: [], namespace: "")
I0404 22:55:37.076305 6266 factory.go:111] Using factory "raw" for container "/system.slice/systemd-readahead-collect.service"
I0404 22:55:37.076365 6266 container.go:407] Start housekeeping for container "/system.slice/systemd-machined.service"
I0404 22:55:37.076498 6266 manager.go:898] Added container: "/system.slice/systemd-readahead-collect.service" (aliases: [], namespace: "")
I0404 22:55:37.076648 6266 factory.go:111] Using factory "raw" for container "/system.slice/systemd-update-utmp.service"
I0404 22:55:37.076712 6266 container.go:407] Start housekeeping for container "/system.slice/systemd-readahead-collect.service"
I0404 22:55:37.076826 6266 manager.go:898] Added container: "/system.slice/systemd-update-utmp.service" (aliases: [], namespace: "")
I0404 22:55:37.076968 6266 factory.go:111] Using factory "raw" for container "/machine.slice"
I0404 22:55:37.077030 6266 container.go:407] Start housekeeping for container "/system.slice/systemd-update-utmp.service"
I0404 22:55:37.077147 6266 manager.go:898] Added container: "/machine.slice" (aliases: [], namespace: "")
I0404 22:55:37.077311 6266 factory.go:111] Using factory "raw" for container "/machine.slice/machine-qemu\\x2d4\\x2dperf\\x2ddocker.scope/vcpu0"
I0404 22:55:37.077377 6266 container.go:407] Start housekeeping for container "/machine.slice"
I0404 22:55:37.077446 6266 manager.go:898] Added container: "/machine.slice/machine-qemu\\x2d4\\x2dperf\\x2ddocker.scope/vcpu0" (aliases: [], namespace: "")
I0404 22:55:37.077585 6266 factory.go:111] Using factory "raw" for container "/system.slice"
I0404 22:55:37.077644 6266 container.go:407] Start housekeeping for container "/machine.slice/machine-qemu\\x2d4\\x2dperf\\x2ddocker.scope/vcpu0"
I0404 22:55:37.078163 6266 manager.go:898] Added container: "/system.slice" (aliases: [], namespace: "")
I0404 22:55:37.078457 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/boot-efi.mount", but ignoring.
I0404 22:55:37.078497 6266 factory.go:111] Using factory "raw" for container "/system.slice/network.service"
I0404 22:55:37.078913 6266 manager.go:898] Added container: "/system.slice/network.service" (aliases: [], namespace: "")
I0404 22:55:37.078983 6266 container.go:407] Start housekeeping for container "/system.slice"
I0404 22:55:37.079216 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/proc-sys-fs-binfmt_misc.mount", but ignoring.
I0404 22:55:37.079248 6266 factory.go:111] Using factory "raw" for container "/system.slice/system-vncserver.slice"
I0404 22:55:37.079293 6266 container.go:407] Start housekeeping for container "/system.slice/network.service"
I0404 22:55:37.079824 6266 manager.go:898] Added container: "/system.slice/system-vncserver.slice" (aliases: [], namespace: "")
I0404 22:55:37.080417 6266 factory.go:111] Using factory "raw" for container "/kubepods.slice/kubepods-besteffort.slice"
I0404 22:55:37.080496 6266 container.go:407] Start housekeeping for container "/system.slice/system-vncserver.slice"
I0404 22:55:37.080667 6266 manager.go:898] Added container: "/kubepods.slice/kubepods-besteffort.slice" (aliases: [], namespace: "")
I0404 22:55:37.080855 6266 factory.go:111] Using factory "raw" for container "/machine.slice/machine-qemu\\x2d4\\x2dperf\\x2ddocker.scope/emulator"
I0404 22:55:37.080920 6266 container.go:407] Start housekeeping for container "/kubepods.slice/kubepods-besteffort.slice"
I0404 22:55:37.081039 6266 manager.go:898] Added container: "/machine.slice/machine-qemu\\x2d4\\x2dperf\\x2ddocker.scope/emulator" (aliases: [], namespace: "")
I0404 22:55:37.081198 6266 factory.go:111] Using factory "raw" for container "/system.slice/NetworkManager-wait-online.service"
I0404 22:55:37.081272 6266 container.go:407] Start housekeeping for container "/machine.slice/machine-qemu\\x2d4\\x2dperf\\x2ddocker.scope/emulator"
I0404 22:55:37.081373 6266 manager.go:898] Added container: "/system.slice/NetworkManager-wait-online.service" (aliases: [], namespace: "")
I0404 22:55:37.081502 6266 manager.go:293] Recovery completed
I0404 22:55:37.081586 6266 container.go:407] Start housekeeping for container "/system.slice/NetworkManager-wait-online.service"
I0404 22:55:37.155915 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/boot-efi.mount", but ignoring.
I0404 22:55:37.155942 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/proc-fs-nfsd.mount", but ignoring.
I0404 22:55:37.155949 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/sys-fs-fuse-connections.mount", but ignoring.
I0404 22:55:37.155956 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/var-lib-nfs-rpc_pipefs.mount", but ignoring.
I0404 22:55:37.155962 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/dev-mqueue.mount", but ignoring.
I0404 22:55:37.155968 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/run-user-0.mount", but ignoring.
I0404 22:55:37.155973 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/home.mount", but ignoring.
I0404 22:55:37.155979 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/proc-sys-fs-binfmt_misc.mount", but ignoring.
I0404 22:55:37.155984 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/sys-kernel-config.mount", but ignoring.
I0404 22:55:37.155990 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/dev-hugepages.mount", but ignoring.
I0404 22:55:37.156003 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/boot.mount", but ignoring.
I0404 22:55:37.156009 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/sys-kernel-debug.mount", but ignoring.
I0404 22:55:37.156014 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/-.mount", but ignoring.
I0404 22:55:37.156055 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 22:55:37.223499 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 84011980Ki, capacity: 131830416Ki, time: 2017-04-04 22:55:37.011052788 -0400 EDT
I0404 22:55:37.223552 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311407944Ki, capacity: 460575Mi, time: 2017-04-04 22:55:37.011052788 -0400 EDT
I0404 22:55:37.223563 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253580, capacity: 450Mi, time: 2017-04-04 22:55:37.011052788 -0400 EDT
I0404 22:55:37.223590 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311407944Ki, capacity: 460575Mi, time: 2017-04-04 22:55:37.011052788 -0400 EDT
I0404 22:55:37.223602 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253580, capacity: 450Mi, time: 2017-04-04 22:55:37.011052788 -0400 EDT
I0404 22:55:37.223610 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131728016Ki, capacity: 131728016Ki
I0404 22:55:37.223651 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 22:55:41.923226 6266 kubelet.go:1804] SyncLoop (ADD, "file"): ""
I0404 22:55:41.923286 6266 kubelet.go:1804] SyncLoop (ADD, "api"): ""
I0404 22:55:47.066712 6266 kubelet_node_status.go:379] Recording NodeReady event message for node 127.0.0.1
I0404 22:55:47.066917 6266 server.go:345] Event(v1.ObjectReference{Kind:"Node", Namespace:"", Name:"127.0.0.1", UID:"127.0.0.1", APIVersion:"", ResourceVersion:"", FieldPath:""}): type: 'Normal' reason: 'NodeReady' Node 127.0.0.1 status is now: NodeReady
I0404 22:55:47.223827 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 22:55:47.284300 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 84011980Ki, capacity: 131830416Ki, time: 2017-04-04 22:55:37.011052788 -0400 EDT
I0404 22:55:47.284336 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311407944Ki, capacity: 460575Mi, time: 2017-04-04 22:55:37.011052788 -0400 EDT
I0404 22:55:47.284346 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253580, capacity: 450Mi, time: 2017-04-04 22:55:37.011052788 -0400 EDT
I0404 22:55:47.284354 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311407944Ki, capacity: 460575Mi, time: 2017-04-04 22:55:37.011052788 -0400 EDT
I0404 22:55:47.284362 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253580, capacity: 450Mi, time: 2017-04-04 22:55:37.011052788 -0400 EDT
I0404 22:55:47.284371 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131728016Ki, capacity: 131728016Ki
I0404 22:55:47.284388 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 22:55:57.284590 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 22:55:57.346506 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311407660Ki, capacity: 460575Mi, time: 2017-04-04 22:55:53.207829451 -0400 EDT
I0404 22:55:57.346544 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253580, capacity: 450Mi, time: 2017-04-04 22:55:53.207829451 -0400 EDT
I0404 22:55:57.346568 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311407660Ki, capacity: 460575Mi, time: 2017-04-04 22:55:53.207829451 -0400 EDT
I0404 22:55:57.346586 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253580, capacity: 450Mi, time: 2017-04-04 22:55:53.207829451 -0400 EDT
I0404 22:55:57.346595 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131728016Ki, capacity: 131728016Ki
I0404 22:55:57.346601 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83958300Ki, capacity: 131830416Ki, time: 2017-04-04 22:55:53.207829451 -0400 EDT
I0404 22:55:57.346626 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 22:56:06.602493 6266 server.go:235] Checking API server for new Kubelet configuration.
I0404 22:56:06.606120 6266 server.go:244] Did not find a configuration for this Kubelet via API server: cloud provider was nil, and attempt to use hostname to find config resulted in: configmaps "kubelet-127.0.0.1" not found
I0404 22:56:07.346788 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 22:56:07.405779 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253580, capacity: 450Mi, time: 2017-04-04 22:55:53.207829451 -0400 EDT
I0404 22:56:07.405817 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131728016Ki, capacity: 131728016Ki
I0404 22:56:07.405832 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83958300Ki, capacity: 131830416Ki, time: 2017-04-04 22:55:53.207829451 -0400 EDT
I0404 22:56:07.405840 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311407660Ki, capacity: 460575Mi, time: 2017-04-04 22:55:53.207829451 -0400 EDT
I0404 22:56:07.405847 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253580, capacity: 450Mi, time: 2017-04-04 22:55:53.207829451 -0400 EDT
I0404 22:56:07.405854 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311407660Ki, capacity: 460575Mi, time: 2017-04-04 22:55:53.207829451 -0400 EDT
I0404 22:56:07.405867 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 22:56:17.406160 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 22:56:17.469136 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83953768Ki, capacity: 131830416Ki, time: 2017-04-04 22:56:08.688037969 -0400 EDT
I0404 22:56:17.469184 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311407612Ki, capacity: 460575Mi, time: 2017-04-04 22:56:08.688037969 -0400 EDT
I0404 22:56:17.469193 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253580, capacity: 450Mi, time: 2017-04-04 22:56:08.688037969 -0400 EDT
I0404 22:56:17.469201 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311407612Ki, capacity: 460575Mi, time: 2017-04-04 22:56:08.688037969 -0400 EDT
I0404 22:56:17.469209 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253580, capacity: 450Mi, time: 2017-04-04 22:56:08.688037969 -0400 EDT
I0404 22:56:17.469215 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131728016Ki, capacity: 131728016Ki
I0404 22:56:17.469229 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 22:56:27.469498 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 22:56:27.526246 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311407196Ki, capacity: 460575Mi, time: 2017-04-04 22:56:24.982304417 -0400 EDT
I0404 22:56:27.526295 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253577, capacity: 450Mi, time: 2017-04-04 22:56:24.982304417 -0400 EDT
I0404 22:56:27.526304 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311407196Ki, capacity: 460575Mi, time: 2017-04-04 22:56:24.982304417 -0400 EDT
I0404 22:56:27.526312 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253577, capacity: 450Mi, time: 2017-04-04 22:56:24.982304417 -0400 EDT
I0404 22:56:27.526319 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131728016Ki, capacity: 131728016Ki
I0404 22:56:27.526326 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83948480Ki, capacity: 131830416Ki, time: 2017-04-04 22:56:24.982304417 -0400 EDT
I0404 22:56:27.526340 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 22:56:36.602512 6266 server.go:235] Checking API server for new Kubelet configuration.
I0404 22:56:36.605221 6266 server.go:244] Did not find a configuration for this Kubelet via API server: cloud provider was nil, and attempt to use hostname to find config resulted in: configmaps "kubelet-127.0.0.1" not found
I0404 22:56:36.922906 6266 qos_container_manager_linux.go:285] [ContainerManager]: Updated QoS cgroup configuration
I0404 22:56:37.194045 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/dev-mqueue.mount", but ignoring.
I0404 22:56:37.194078 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/proc-fs-nfsd.mount", but ignoring.
I0404 22:56:37.194085 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/sys-fs-fuse-connections.mount", but ignoring.
I0404 22:56:37.194091 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/var-lib-nfs-rpc_pipefs.mount", but ignoring.
I0404 22:56:37.194097 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/boot-efi.mount", but ignoring.
I0404 22:56:37.194102 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/sys-kernel-config.mount", but ignoring.
I0404 22:56:37.194108 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/sys-kernel-debug.mount", but ignoring.
I0404 22:56:37.194114 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/proc-sys-fs-binfmt_misc.mount", but ignoring.
I0404 22:56:37.194120 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/run-user-0.mount", but ignoring.
I0404 22:56:37.194125 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/boot.mount", but ignoring.
I0404 22:56:37.194131 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/home.mount", but ignoring.
I0404 22:56:37.194136 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/-.mount", but ignoring.
I0404 22:56:37.194142 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/dev-hugepages.mount", but ignoring.
I0404 22:56:37.526565 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 22:56:37.586532 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131728016Ki, capacity: 131728016Ki
I0404 22:56:37.586561 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83948480Ki, capacity: 131830416Ki, time: 2017-04-04 22:56:24.982304417 -0400 EDT
I0404 22:56:37.586583 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311407196Ki, capacity: 460575Mi, time: 2017-04-04 22:56:24.982304417 -0400 EDT
I0404 22:56:37.586592 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253577, capacity: 450Mi, time: 2017-04-04 22:56:24.982304417 -0400 EDT
I0404 22:56:37.586619 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311407196Ki, capacity: 460575Mi, time: 2017-04-04 22:56:24.982304417 -0400 EDT
I0404 22:56:37.586627 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253577, capacity: 450Mi, time: 2017-04-04 22:56:24.982304417 -0400 EDT
I0404 22:56:37.586640 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 22:56:47.586843 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 22:56:47.647427 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83940268Ki, capacity: 131830416Ki, time: 2017-04-04 22:56:41.638056558 -0400 EDT
I0404 22:56:47.647470 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311407136Ki, capacity: 460575Mi, time: 2017-04-04 22:56:41.638056558 -0400 EDT
I0404 22:56:47.647479 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253577, capacity: 450Mi, time: 2017-04-04 22:56:41.638056558 -0400 EDT
I0404 22:56:47.647487 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311407136Ki, capacity: 460575Mi, time: 2017-04-04 22:56:41.638056558 -0400 EDT
I0404 22:56:47.647495 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253577, capacity: 450Mi, time: 2017-04-04 22:56:41.638056558 -0400 EDT
I0404 22:56:47.647502 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131728016Ki, capacity: 131728016Ki
I0404 22:56:47.647518 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 22:56:57.647762 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 22:56:57.704937 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83940268Ki, capacity: 131830416Ki, time: 2017-04-04 22:56:41.638056558 -0400 EDT
I0404 22:56:57.704966 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311407136Ki, capacity: 460575Mi, time: 2017-04-04 22:56:41.638056558 -0400 EDT
I0404 22:56:57.704975 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253577, capacity: 450Mi, time: 2017-04-04 22:56:41.638056558 -0400 EDT
I0404 22:56:57.704983 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311407136Ki, capacity: 460575Mi, time: 2017-04-04 22:56:41.638056558 -0400 EDT
I0404 22:56:57.704992 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253577, capacity: 450Mi, time: 2017-04-04 22:56:41.638056558 -0400 EDT
I0404 22:56:57.704999 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131728016Ki, capacity: 131728016Ki
I0404 22:56:57.705014 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 22:57:06.602492 6266 server.go:235] Checking API server for new Kubelet configuration.
I0404 22:57:06.605209 6266 server.go:244] Did not find a configuration for this Kubelet via API server: cloud provider was nil, and attempt to use hostname to find config resulted in: configmaps "kubelet-127.0.0.1" not found
I0404 22:57:07.705177 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 22:57:07.764522 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131728016Ki, capacity: 131728016Ki
I0404 22:57:07.764554 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83928448Ki, capacity: 131830416Ki, time: 2017-04-04 22:56:58.467693564 -0400 EDT
I0404 22:57:07.764566 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311407488Ki, capacity: 460575Mi, time: 2017-04-04 22:56:58.467693564 -0400 EDT
I0404 22:57:07.764584 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253577, capacity: 450Mi, time: 2017-04-04 22:56:58.467693564 -0400 EDT
I0404 22:57:07.764600 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311407488Ki, capacity: 460575Mi, time: 2017-04-04 22:56:58.467693564 -0400 EDT
I0404 22:57:07.764608 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253577, capacity: 450Mi, time: 2017-04-04 22:56:58.467693564 -0400 EDT
I0404 22:57:07.764622 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 22:57:17.764823 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 22:57:17.824482 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311407440Ki, capacity: 460575Mi, time: 2017-04-04 22:57:14.105594277 -0400 EDT
I0404 22:57:17.824535 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253577, capacity: 450Mi, time: 2017-04-04 22:57:14.105594277 -0400 EDT
I0404 22:57:17.824544 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131728016Ki, capacity: 131728016Ki
I0404 22:57:17.824551 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83927056Ki, capacity: 131830416Ki, time: 2017-04-04 22:57:14.105594277 -0400 EDT
I0404 22:57:17.824558 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311407440Ki, capacity: 460575Mi, time: 2017-04-04 22:57:14.105594277 -0400 EDT
I0404 22:57:17.824566 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253577, capacity: 450Mi, time: 2017-04-04 22:57:14.105594277 -0400 EDT
I0404 22:57:17.824591 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 22:57:27.824745 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 22:57:27.889027 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311407416Ki, capacity: 460575Mi, time: 2017-04-04 22:57:24.332648651 -0400 EDT
I0404 22:57:27.889062 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253577, capacity: 450Mi, time: 2017-04-04 22:57:24.332648651 -0400 EDT
I0404 22:57:27.889071 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311407416Ki, capacity: 460575Mi, time: 2017-04-04 22:57:24.332648651 -0400 EDT
I0404 22:57:27.889078 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253577, capacity: 450Mi, time: 2017-04-04 22:57:24.332648651 -0400 EDT
I0404 22:57:27.889085 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131728016Ki, capacity: 131728016Ki
I0404 22:57:27.889090 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83925768Ki, capacity: 131830416Ki, time: 2017-04-04 22:57:24.332648651 -0400 EDT
I0404 22:57:27.889105 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 22:57:36.602521 6266 server.go:235] Checking API server for new Kubelet configuration.
I0404 22:57:36.605290 6266 server.go:244] Did not find a configuration for this Kubelet via API server: cloud provider was nil, and attempt to use hostname to find config resulted in: configmaps "kubelet-127.0.0.1" not found
I0404 22:57:36.923155 6266 qos_container_manager_linux.go:285] [ContainerManager]: Updated QoS cgroup configuration
I0404 22:57:37.198977 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/proc-sys-fs-binfmt_misc.mount", but ignoring.
I0404 22:57:37.199004 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/boot.mount", but ignoring.
I0404 22:57:37.199012 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/sys-fs-fuse-connections.mount", but ignoring.
I0404 22:57:37.199029 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/dev-mqueue.mount", but ignoring.
I0404 22:57:37.199035 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/home.mount", but ignoring.
I0404 22:57:37.199041 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/sys-kernel-config.mount", but ignoring.
I0404 22:57:37.199047 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/var-lib-nfs-rpc_pipefs.mount", but ignoring.
I0404 22:57:37.199054 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/dev-hugepages.mount", but ignoring.
I0404 22:57:37.199060 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/-.mount", but ignoring.
I0404 22:57:37.199066 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/boot-efi.mount", but ignoring.
I0404 22:57:37.199072 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/run-user-0.mount", but ignoring.
I0404 22:57:37.199077 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/proc-fs-nfsd.mount", but ignoring.
I0404 22:57:37.199083 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/sys-kernel-debug.mount", but ignoring.
I0404 22:57:37.889333 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 22:57:37.948299 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253577, capacity: 450Mi, time: 2017-04-04 22:57:24.332648651 -0400 EDT
I0404 22:57:37.948341 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311407416Ki, capacity: 460575Mi, time: 2017-04-04 22:57:24.332648651 -0400 EDT
I0404 22:57:37.948350 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253577, capacity: 450Mi, time: 2017-04-04 22:57:24.332648651 -0400 EDT
I0404 22:57:37.948358 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131728016Ki, capacity: 131728016Ki
I0404 22:57:37.948367 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83925768Ki, capacity: 131830416Ki, time: 2017-04-04 22:57:24.332648651 -0400 EDT
I0404 22:57:37.948375 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311407416Ki, capacity: 460575Mi, time: 2017-04-04 22:57:24.332648651 -0400 EDT
I0404 22:57:37.948392 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 22:57:47.948556 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 22:57:48.006936 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83921292Ki, capacity: 131830416Ki, time: 2017-04-04 22:57:41.738997324 -0400 EDT
I0404 22:57:48.006982 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311407400Ki, capacity: 460575Mi, time: 2017-04-04 22:57:41.738997324 -0400 EDT
I0404 22:57:48.006990 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253577, capacity: 450Mi, time: 2017-04-04 22:57:41.738997324 -0400 EDT
I0404 22:57:48.006998 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311407400Ki, capacity: 460575Mi, time: 2017-04-04 22:57:41.738997324 -0400 EDT
I0404 22:57:48.007005 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253577, capacity: 450Mi, time: 2017-04-04 22:57:41.738997324 -0400 EDT
I0404 22:57:48.007012 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131728016Ki, capacity: 131728016Ki
I0404 22:57:48.007028 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 22:57:58.007221 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 22:57:58.068445 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253577, capacity: 450Mi, time: 2017-04-04 22:57:57.905011335 -0400 EDT
I0404 22:57:58.068490 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131728016Ki, capacity: 131728016Ki
I0404 22:57:58.068496 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83919612Ki, capacity: 131830416Ki, time: 2017-04-04 22:57:57.905011335 -0400 EDT
I0404 22:57:58.068504 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311407136Ki, capacity: 460575Mi, time: 2017-04-04 22:57:57.905011335 -0400 EDT
I0404 22:57:58.068511 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253577, capacity: 450Mi, time: 2017-04-04 22:57:57.905011335 -0400 EDT
I0404 22:57:58.068518 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311407136Ki, capacity: 460575Mi, time: 2017-04-04 22:57:57.905011335 -0400 EDT
I0404 22:57:58.068534 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 22:58:00.658264 6266 kubelet.go:1804] SyncLoop (ADD, "api"): "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)"
I0404 22:58:00.658494 6266 kubelet_pods.go:1169] Generating status for "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)"
I0404 22:58:00.658813 6266 qos_container_manager_linux.go:285] [ContainerManager]: Updated QoS cgroup configuration
I0404 22:58:00.661103 6266 factory.go:111] Using factory "raw" for container "/kubepods/besteffort/podadef7a29-19ab-11e7-9eb3-0090fa045ff4"
I0404 22:58:00.661257 6266 manager.go:898] Added container: "/kubepods/besteffort/podadef7a29-19ab-11e7-9eb3-0090fa045ff4" (aliases: [], namespace: "")
I0404 22:58:00.661362 6266 container.go:407] Start housekeeping for container "/kubepods/besteffort/podadef7a29-19ab-11e7-9eb3-0090fa045ff4"
I0404 22:58:00.664590 6266 volume_manager.go:344] Waiting for volumes to attach and mount for pod "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)"
I0404 22:58:00.673942 6266 reconciler.go:231] VerifyControllerAttachedVolume operation started for volume "kubernetes.io/secret/adef7a29-19ab-11e7-9eb3-0090fa045ff4-default-token-h2ksl" (spec.Name: "default-token-h2ksl") pod "adef7a29-19ab-11e7-9eb3-0090fa045ff4" (UID: "adef7a29-19ab-11e7-9eb3-0090fa045ff4")
I0404 22:58:00.695514 6266 status_manager.go:444] Status for pod "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)" updated successfully: (1, {Phase:Pending Conditions:[{Type:Initialized Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2017-04-04 22:58:00 -0400 EDT Reason: Message:} {Type:Ready Status:False LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2017-04-04 22:58:00 -0400 EDT Reason:ContainersNotReady Message:containers with unready status: [nginx]} {Type:PodScheduled Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2017-04-04 22:58:00 -0400 EDT Reason: Message:}] Message: Reason: HostIP:127.0.0.1 PodIP: StartTime:2017-04-04 22:58:00 -0400 EDT InitContainerStatuses:[] ContainerStatuses:[{Name:nginx State:{Waiting:&ContainerStateWaiting{Reason:ContainerCreating,Message:,} Running:nil Terminated:nil} LastTerminationState:{Waiting:nil Running:nil Terminated:nil} Ready:false RestartCount:0 Image:nginx ImageID: ContainerID:}] QOSClass:BestEffort})
I0404 22:58:00.774162 6266 reconciler.go:307] MountVolume operation started for volume "kubernetes.io/secret/adef7a29-19ab-11e7-9eb3-0090fa045ff4-default-token-h2ksl" (spec.Name: "default-token-h2ksl") to pod "adef7a29-19ab-11e7-9eb3-0090fa045ff4" (UID: "adef7a29-19ab-11e7-9eb3-0090fa045ff4").
I0404 22:58:00.774228 6266 secret.go:186] Setting up volume default-token-h2ksl for pod adef7a29-19ab-11e7-9eb3-0090fa045ff4 at /var/lib/kubelet/pods/adef7a29-19ab-11e7-9eb3-0090fa045ff4/volumes/kubernetes.io~secret/default-token-h2ksl
I0404 22:58:00.774411 6266 empty_dir.go:257] pod adef7a29-19ab-11e7-9eb3-0090fa045ff4: mounting tmpfs for volume wrapped_default-token-h2ksl
I0404 22:58:00.779948 6266 secret.go:217] Received secret default/default-token-h2ksl containing (3) pieces of data, 2142 total bytes
I0404 22:58:00.780507 6266 operation_generator.go:551] MountVolume.SetUp succeeded for volume "kubernetes.io/secret/adef7a29-19ab-11e7-9eb3-0090fa045ff4-default-token-h2ksl" (spec.Name: "default-token-h2ksl") pod "adef7a29-19ab-11e7-9eb3-0090fa045ff4" (UID: "adef7a29-19ab-11e7-9eb3-0090fa045ff4").
I0404 22:58:00.964850 6266 volume_manager.go:373] All volumes are attached and mounted for pod "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)"
I0404 22:58:00.964888 6266 kuberuntime_manager.go:370] No sandbox for pod "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)" can be found. Need to start a new one
I0404 22:58:00.964957 6266 kuberuntime_manager.go:458] Container {Name:nginx Image:nginx Command:[] Args:[] WorkingDir: Ports:[] EnvFrom:[] Env:[] Resources:{Limits:map[] Requests:map[]} VolumeMounts:[{Name:default-token-h2ksl ReadOnly:true MountPath:/var/run/secrets/kubernetes.io/serviceaccount SubPath:}] LivenessProbe:nil ReadinessProbe:nil Lifecycle:nil TerminationMessagePath:/dev/termination-log TerminationMessagePolicy:File ImagePullPolicy:Always SecurityContext:nil Stdin:false StdinOnce:false TTY:false} is dead, but RestartPolicy says that we should restart it.
I0404 22:58:00.964965 6266 kuberuntime_manager.go:549] computePodContainerChanges got {CreateSandbox:true SandboxID: Attempt:0 ContainersToStart:map[0:Container {Name:nginx Image:nginx Command:[] Args:[] WorkingDir: Ports:[] EnvFrom:[] Env:[] Resources:{Limits:map[] Requests:map[]} VolumeMounts:[{Name:default-token-h2ksl ReadOnly:true MountPath:/var/run/secrets/kubernetes.io/serviceaccount SubPath:}] LivenessProbe:nil ReadinessProbe:nil Lifecycle:nil TerminationMessagePath:/dev/termination-log TerminationMessagePolicy:File ImagePullPolicy:Always SecurityContext:nil Stdin:false StdinOnce:false TTY:false} is dead, but RestartPolicy says that we should restart it.] ContainersToKeep:map[] ContainersToKill:map[] InitFailed:false InitContainersToKeep:map[]} for pod "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)"
I0404 22:58:00.967152 6266 docker_service.go:389] Setting cgroup parent to: "/kubepods/besteffort/podadef7a29-19ab-11e7-9eb3-0090fa045ff4"
I0404 22:58:00.967171 6266 docker_service.go:389] Setting cgroup parent to: "/kubepods/besteffort/podadef7a29-19ab-11e7-9eb3-0090fa045ff4"
I0404 22:58:02.828509 6266 factory.go:111] Using factory "docker" for container "/kubepods/besteffort/podadef7a29-19ab-11e7-9eb3-0090fa045ff4/7d9b42f0f0b684193eb5c9da3a28a47f8632b7b062dbc31ac54eaf94a80e5f18"
I0404 22:58:02.828821 6266 plugins.go:397] Calling network plugin kubernetes.io/no-op to set up pod "nginx-2371676037-3pnt4_default"
W0404 22:58:02.832042 6266 docker_sandbox.go:265] Couldn't find network status for default/nginx-2371676037-3pnt4 through plugin: invalid network status for
I0404 22:58:02.846692 6266 provider.go:119] Refreshing cache for provider: *credentialprovider.defaultDockerConfigProvider
I0404 22:58:02.846785 6266 server.go:345] Event(v1.ObjectReference{Kind:"Pod", Namespace:"default", Name:"nginx-2371676037-3pnt4", UID:"adef7a29-19ab-11e7-9eb3-0090fa045ff4", APIVersion:"v1", ResourceVersion:"280", FieldPath:"spec.containers{nginx}"}): type: 'Normal' reason: 'Pulling' pulling image "nginx"
I0404 22:58:02.847157 6266 kuberuntime_image.go:46] Pulling image "nginx:latest" without credentials
I0404 22:58:02.944679 6266 manager.go:898] Added container: "/kubepods/besteffort/podadef7a29-19ab-11e7-9eb3-0090fa045ff4/7d9b42f0f0b684193eb5c9da3a28a47f8632b7b062dbc31ac54eaf94a80e5f18" (aliases: [k8s_POD_nginx-2371676037-3pnt4_default_adef7a29-19ab-11e7-9eb3-0090fa045ff4_0 7d9b42f0f0b684193eb5c9da3a28a47f8632b7b062dbc31ac54eaf94a80e5f18], namespace: "docker")
I0404 22:58:02.944875 6266 container.go:407] Start housekeeping for container "/kubepods/besteffort/podadef7a29-19ab-11e7-9eb3-0090fa045ff4/7d9b42f0f0b684193eb5c9da3a28a47f8632b7b062dbc31ac54eaf94a80e5f18"
W0404 22:58:03.133441 6266 docker_sandbox.go:265] Couldn't find network status for default/nginx-2371676037-3pnt4 through plugin: invalid network status for
I0404 22:58:03.134128 6266 kubelet.go:1838] SyncLoop (PLEG): "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)", event: &pleg.PodLifecycleEvent{ID:"adef7a29-19ab-11e7-9eb3-0090fa045ff4", Type:"ContainerStarted", Data:"7d9b42f0f0b684193eb5c9da3a28a47f8632b7b062dbc31ac54eaf94a80e5f18"}
I0404 22:58:06.602475 6266 server.go:235] Checking API server for new Kubelet configuration.
I0404 22:58:06.605542 6266 server.go:244] Did not find a configuration for this Kubelet via API server: cloud provider was nil, and attempt to use hostname to find config resulted in: configmaps "kubelet-127.0.0.1" not found
I0404 22:58:08.068822 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 22:58:08.132995 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311407136Ki, capacity: 460575Mi, time: 2017-04-04 22:57:57.905011335 -0400 EDT
I0404 22:58:08.133040 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253577, capacity: 450Mi, time: 2017-04-04 22:57:57.905011335 -0400 EDT
I0404 22:58:08.133049 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131728016Ki, capacity: 131728016Ki
I0404 22:58:08.133055 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83919612Ki, capacity: 131830416Ki, time: 2017-04-04 22:57:57.905011335 -0400 EDT
I0404 22:58:08.133061 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311407136Ki, capacity: 460575Mi, time: 2017-04-04 22:57:57.905011335 -0400 EDT
I0404 22:58:08.133068 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253577, capacity: 450Mi, time: 2017-04-04 22:57:57.905011335 -0400 EDT
I0404 22:58:08.133082 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 22:58:16.551330 6266 kube_docker_client.go:326] Pulling image "nginx:latest": "03558b976e24: Downloading [===================================> ] 14.27 MB/20.32 MB"
I0404 22:58:18.133204 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
W0404 22:58:18.175537 6266 conversion.go:110] Could not get instant cpu stats: different number of cpus
I0404 22:58:18.199401 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311385432Ki, capacity: 460575Mi, time: 2017-04-04 22:58:13.707262692 -0400 EDT
I0404 22:58:18.199439 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253545, capacity: 450Mi, time: 2017-04-04 22:58:13.707262692 -0400 EDT
I0404 22:58:18.199449 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131728016Ki, capacity: 131728016Ki
I0404 22:58:18.199456 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83898140Ki, capacity: 131830416Ki, time: 2017-04-04 22:58:13.707262692 -0400 EDT
I0404 22:58:18.199465 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311385432Ki, capacity: 460575Mi, time: 2017-04-04 22:58:13.707262692 -0400 EDT
I0404 22:58:18.199473 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253545, capacity: 450Mi, time: 2017-04-04 22:58:13.707262692 -0400 EDT
I0404 22:58:18.199491 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 22:58:26.551218 6266 kube_docker_client.go:326] Pulling image "nginx:latest": "6d827a3ef358: Downloading [=============================================> ] 46.67 MB/51.44 MB"
I0404 22:58:28.199663 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
W0404 22:58:28.236368 6266 conversion.go:110] Could not get instant cpu stats: different number of cpus
I0404 22:58:28.260472 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131728016Ki, capacity: 131728016Ki
I0404 22:58:28.260497 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83884540Ki, capacity: 131830416Ki, time: 2017-04-04 22:58:25.621983497 -0400 EDT
I0404 22:58:28.260510 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311303396Ki, capacity: 460575Mi, time: 2017-04-04 22:58:25.621983497 -0400 EDT
I0404 22:58:28.260517 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253545, capacity: 450Mi, time: 2017-04-04 22:58:25.621983497 -0400 EDT
I0404 22:58:28.260525 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311303396Ki, capacity: 460575Mi, time: 2017-04-04 22:58:25.621983497 -0400 EDT
I0404 22:58:28.260532 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253545, capacity: 450Mi, time: 2017-04-04 22:58:25.621983497 -0400 EDT
I0404 22:58:28.260548 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 22:58:36.551280 6266 kube_docker_client.go:326] Pulling image "nginx:latest": "6d827a3ef358: Extracting [==================================================>] 51.44 MB/51.44 MB"
I0404 22:58:36.602468 6266 server.go:235] Checking API server for new Kubelet configuration.
I0404 22:58:36.605349 6266 server.go:244] Did not find a configuration for this Kubelet via API server: cloud provider was nil, and attempt to use hostname to find config resulted in: configmaps "kubelet-127.0.0.1" not found
I0404 22:58:36.923373 6266 qos_container_manager_linux.go:285] [ContainerManager]: Updated QoS cgroup configuration
I0404 22:58:37.196992 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/proc-fs-nfsd.mount", but ignoring.
I0404 22:58:37.197021 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/sys-kernel-debug.mount", but ignoring.
I0404 22:58:37.197028 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/boot-efi.mount", but ignoring.
I0404 22:58:37.197034 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/home.mount", but ignoring.
I0404 22:58:37.197040 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/run-user-0.mount", but ignoring.
I0404 22:58:37.197047 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/sys-fs-fuse-connections.mount", but ignoring.
I0404 22:58:37.197053 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/sys-kernel-config.mount", but ignoring.
I0404 22:58:37.197059 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/dev-hugepages.mount", but ignoring.
I0404 22:58:37.197065 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/var-lib-nfs-rpc_pipefs.mount", but ignoring.
I0404 22:58:37.197071 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/boot.mount", but ignoring.
I0404 22:58:37.197077 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/proc-sys-fs-binfmt_misc.mount", but ignoring.
I0404 22:58:37.197083 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/dev-mqueue.mount", but ignoring.
I0404 22:58:37.197089 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/-.mount", but ignoring.
I0404 22:58:38.260729 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 22:58:38.324320 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253545, capacity: 450Mi, time: 2017-04-04 22:58:25.621983497 -0400 EDT
I0404 22:58:38.324382 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131728016Ki, capacity: 131728016Ki
I0404 22:58:38.324390 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83884540Ki, capacity: 131830416Ki, time: 2017-04-04 22:58:25.621983497 -0400 EDT
I0404 22:58:38.324398 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311303396Ki, capacity: 460575Mi, time: 2017-04-04 22:58:25.621983497 -0400 EDT
I0404 22:58:38.324406 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253545, capacity: 450Mi, time: 2017-04-04 22:58:25.621983497 -0400 EDT
I0404 22:58:38.324413 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311303396Ki, capacity: 460575Mi, time: 2017-04-04 22:58:25.621983497 -0400 EDT
I0404 22:58:38.324431 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 22:58:45.811240 6266 kube_docker_client.go:329] Stop pulling image "nginx:latest": "Status: Downloaded newer image for nginx:latest"
I0404 22:58:45.812789 6266 kubelet_pods.go:115] container: default/nginx-2371676037-3pnt4/nginx podIP: "172.17.0.2" creating hosts mount: true
I0404 22:58:45.812861 6266 server.go:345] Event(v1.ObjectReference{Kind:"Pod", Namespace:"default", Name:"nginx-2371676037-3pnt4", UID:"adef7a29-19ab-11e7-9eb3-0090fa045ff4", APIVersion:"v1", ResourceVersion:"280", FieldPath:"spec.containers{nginx}"}): type: 'Normal' reason: 'Pulled' Successfully pulled image "nginx"
I0404 22:58:45.815816 6266 docker_service.go:389] Setting cgroup parent to: "/kubepods/besteffort/podadef7a29-19ab-11e7-9eb3-0090fa045ff4"
I0404 22:58:47.138267 6266 server.go:345] Event(v1.ObjectReference{Kind:"Pod", Namespace:"default", Name:"nginx-2371676037-3pnt4", UID:"adef7a29-19ab-11e7-9eb3-0090fa045ff4", APIVersion:"v1", ResourceVersion:"280", FieldPath:"spec.containers{nginx}"}): type: 'Normal' reason: 'Created' Created container with id ffb6791beebf95432b8e110e9790804094f6b8f5797a157e8769c42ce332985a
I0404 22:58:47.255267 6266 factory.go:111] Using factory "docker" for container "/kubepods/besteffort/podadef7a29-19ab-11e7-9eb3-0090fa045ff4/ffb6791beebf95432b8e110e9790804094f6b8f5797a157e8769c42ce332985a"
I0404 22:58:47.256873 6266 server.go:345] Event(v1.ObjectReference{Kind:"Pod", Namespace:"default", Name:"nginx-2371676037-3pnt4", UID:"adef7a29-19ab-11e7-9eb3-0090fa045ff4", APIVersion:"v1", ResourceVersion:"280", FieldPath:"spec.containers{nginx}"}): type: 'Normal' reason: 'Started' Started container with id ffb6791beebf95432b8e110e9790804094f6b8f5797a157e8769c42ce332985a
W0404 22:58:47.258171 6266 docker_sandbox.go:265] Couldn't find network status for default/nginx-2371676037-3pnt4 through plugin: invalid network status for
I0404 22:58:47.260634 6266 kubelet_pods.go:1169] Generating status for "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)"
I0404 22:58:47.260633 6266 kubelet.go:1838] SyncLoop (PLEG): "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)", event: &pleg.PodLifecycleEvent{ID:"adef7a29-19ab-11e7-9eb3-0090fa045ff4", Type:"ContainerStarted", Data:"ffb6791beebf95432b8e110e9790804094f6b8f5797a157e8769c42ce332985a"}
I0404 22:58:47.260921 6266 volume_manager.go:344] Waiting for volumes to attach and mount for pod "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)"
I0404 22:58:47.350842 6266 status_manager.go:444] Status for pod "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)" updated successfully: (2, {Phase:Running Conditions:[{Type:Initialized Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2017-04-04 22:58:00 -0400 EDT Reason: Message:} {Type:Ready Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2017-04-04 22:58:47 -0400 EDT Reason: Message:} {Type:PodScheduled Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2017-04-04 22:58:00 -0400 EDT Reason: Message:}] Message: Reason: HostIP:127.0.0.1 PodIP:172.17.0.2 StartTime:2017-04-04 22:58:00 -0400 EDT InitContainerStatuses:[] ContainerStatuses:[{Name:nginx State:{Waiting:nil Running:&ContainerStateRunning{StartedAt:2017-04-04 22:58:47 -0400 EDT,} Terminated:nil} LastTerminationState:{Waiting:nil Running:nil Terminated:nil} Ready:true RestartCount:0 Image:nginx:latest ImageID:docker-pullable://nginx@sha256:52f84ace6ea43f2f58937e5f9fc562e99ad6876e82b99d171916c1ece587c188 ContainerID:docker://ffb6791beebf95432b8e110e9790804094f6b8f5797a157e8769c42ce332985a}] QOSClass:BestEffort})
I0404 22:58:47.354056 6266 secret.go:186] Setting up volume default-token-h2ksl for pod adef7a29-19ab-11e7-9eb3-0090fa045ff4 at /var/lib/kubelet/pods/adef7a29-19ab-11e7-9eb3-0090fa045ff4/volumes/kubernetes.io~secret/default-token-h2ksl
I0404 22:58:47.355225 6266 secret.go:217] Received secret default/default-token-h2ksl containing (3) pieces of data, 2142 total bytes
I0404 22:58:47.355362 6266 operation_generator.go:551] MountVolume.SetUp succeeded for volume "kubernetes.io/secret/adef7a29-19ab-11e7-9eb3-0090fa045ff4-default-token-h2ksl" (spec.Name: "default-token-h2ksl") pod "adef7a29-19ab-11e7-9eb3-0090fa045ff4" (UID: "adef7a29-19ab-11e7-9eb3-0090fa045ff4").
I0404 22:58:47.391292 6266 manager.go:898] Added container: "/kubepods/besteffort/podadef7a29-19ab-11e7-9eb3-0090fa045ff4/ffb6791beebf95432b8e110e9790804094f6b8f5797a157e8769c42ce332985a" (aliases: [k8s_nginx_nginx-2371676037-3pnt4_default_adef7a29-19ab-11e7-9eb3-0090fa045ff4_0 ffb6791beebf95432b8e110e9790804094f6b8f5797a157e8769c42ce332985a], namespace: "docker")
I0404 22:58:47.391500 6266 container.go:407] Start housekeeping for container "/kubepods/besteffort/podadef7a29-19ab-11e7-9eb3-0090fa045ff4/ffb6791beebf95432b8e110e9790804094f6b8f5797a157e8769c42ce332985a"
I0404 22:58:47.561187 6266 volume_manager.go:373] All volumes are attached and mounted for pod "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)"
I0404 22:58:47.561266 6266 kuberuntime_manager.go:549] computePodContainerChanges got {CreateSandbox:false SandboxID:7d9b42f0f0b684193eb5c9da3a28a47f8632b7b062dbc31ac54eaf94a80e5f18 Attempt:0 ContainersToStart:map[] ContainersToKeep:map[{Type:docker ID:ffb6791beebf95432b8e110e9790804094f6b8f5797a157e8769c42ce332985a}:0] ContainersToKill:map[] InitFailed:false InitContainersToKeep:map[]} for pod "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)"
I0404 22:58:48.262868 6266 kubelet_pods.go:1169] Generating status for "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)"
I0404 22:58:48.262992 6266 status_manager.go:325] Ignoring same status for pod "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)", status: {Phase:Running Conditions:[{Type:Initialized Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2017-04-04 22:58:00 -0400 EDT Reason: Message:} {Type:Ready Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2017-04-04 22:58:47 -0400 EDT Reason: Message:} {Type:PodScheduled Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2017-04-04 22:58:00 -0400 EDT Reason: Message:}] Message: Reason: HostIP:127.0.0.1 PodIP:172.17.0.2 StartTime:2017-04-04 22:58:00 -0400 EDT InitContainerStatuses:[] ContainerStatuses:[{Name:nginx State:{Waiting:nil Running:&ContainerStateRunning{StartedAt:2017-04-04 22:58:47 -0400 EDT,} Terminated:nil} LastTerminationState:{Waiting:nil Running:nil Terminated:nil} Ready:true RestartCount:0 Image:nginx:latest ImageID:docker-pullable://nginx@sha256:52f84ace6ea43f2f58937e5f9fc562e99ad6876e82b99d171916c1ece587c188 ContainerID:docker://ffb6791beebf95432b8e110e9790804094f6b8f5797a157e8769c42ce332985a}] QOSClass:BestEffort}
I0404 22:58:48.263181 6266 volume_manager.go:344] Waiting for volumes to attach and mount for pod "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)"
I0404 22:58:48.324607 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 22:58:48.356282 6266 secret.go:186] Setting up volume default-token-h2ksl for pod adef7a29-19ab-11e7-9eb3-0090fa045ff4 at /var/lib/kubelet/pods/adef7a29-19ab-11e7-9eb3-0090fa045ff4/volumes/kubernetes.io~secret/default-token-h2ksl
I0404 22:58:48.357488 6266 secret.go:217] Received secret default/default-token-h2ksl containing (3) pieces of data, 2142 total bytes
I0404 22:58:48.357654 6266 operation_generator.go:551] MountVolume.SetUp succeeded for volume "kubernetes.io/secret/adef7a29-19ab-11e7-9eb3-0090fa045ff4-default-token-h2ksl" (spec.Name: "default-token-h2ksl") pod "adef7a29-19ab-11e7-9eb3-0090fa045ff4" (UID: "adef7a29-19ab-11e7-9eb3-0090fa045ff4").
I0404 22:58:48.391547 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726424Ki, capacity: 131728016Ki
I0404 22:58:48.391584 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83857168Ki, capacity: 131830416Ki, time: 2017-04-04 22:58:38.426851008 -0400 EDT
I0404 22:58:48.391600 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311230436Ki, capacity: 460575Mi, time: 2017-04-04 22:58:38.426851008 -0400 EDT
I0404 22:58:48.391609 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253542, capacity: 450Mi, time: 2017-04-04 22:58:38.426851008 -0400 EDT
I0404 22:58:48.391624 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311230436Ki, capacity: 460575Mi, time: 2017-04-04 22:58:38.426851008 -0400 EDT
I0404 22:58:48.391631 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253542, capacity: 450Mi, time: 2017-04-04 22:58:38.426851008 -0400 EDT
I0404 22:58:48.391646 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 22:58:48.563463 6266 volume_manager.go:373] All volumes are attached and mounted for pod "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)"
I0404 22:58:48.563541 6266 kuberuntime_manager.go:549] computePodContainerChanges got {CreateSandbox:false SandboxID:7d9b42f0f0b684193eb5c9da3a28a47f8632b7b062dbc31ac54eaf94a80e5f18 Attempt:0 ContainersToStart:map[] ContainersToKeep:map[{Type:docker ID:ffb6791beebf95432b8e110e9790804094f6b8f5797a157e8769c42ce332985a}:0] ContainersToKill:map[] InitFailed:false InitContainersToKeep:map[]} for pod "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)"
I0404 22:58:58.391892 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 22:58:58.456945 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726424Ki, capacity: 131728016Ki
I0404 22:58:58.456988 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83858752Ki, capacity: 131830416Ki, time: 2017-04-04 22:58:51.656693006 -0400 EDT
I0404 22:58:58.457007 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311172352Ki, capacity: 460575Mi, time: 2017-04-04 22:58:51.656693006 -0400 EDT
I0404 22:58:58.457015 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 22:58:51.656693006 -0400 EDT
I0404 22:58:58.457023 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311172352Ki, capacity: 460575Mi, time: 2017-04-04 22:58:51.656693006 -0400 EDT
I0404 22:58:58.457031 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 22:58:51.656693006 -0400 EDT
I0404 22:58:58.457047 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 22:59:06.602495 6266 server.go:235] Checking API server for new Kubelet configuration.
I0404 22:59:06.605611 6266 server.go:244] Did not find a configuration for this Kubelet via API server: cloud provider was nil, and attempt to use hostname to find config resulted in: configmaps "kubelet-127.0.0.1" not found
I0404 22:59:08.457235 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 22:59:08.522334 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 22:59:05.860055326 -0400 EDT
I0404 22:59:08.522369 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311172328Ki, capacity: 460575Mi, time: 2017-04-04 22:59:05.860055326 -0400 EDT
I0404 22:59:08.522378 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 22:59:05.860055326 -0400 EDT
I0404 22:59:08.522392 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 22:59:08.522398 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83857260Ki, capacity: 131830416Ki, time: 2017-04-04 22:59:05.860055326 -0400 EDT
I0404 22:59:08.522405 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311172328Ki, capacity: 460575Mi, time: 2017-04-04 22:59:05.860055326 -0400 EDT
I0404 22:59:08.522419 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 22:59:18.522511 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 22:59:18.584002 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 22:59:05.860055326 -0400 EDT
I0404 22:59:18.584055 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311172328Ki, capacity: 460575Mi, time: 2017-04-04 22:59:05.860055326 -0400 EDT
I0404 22:59:18.584065 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 22:59:05.860055326 -0400 EDT
I0404 22:59:18.584073 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 22:59:18.584079 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83857260Ki, capacity: 131830416Ki, time: 2017-04-04 22:59:05.860055326 -0400 EDT
I0404 22:59:18.584099 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311172328Ki, capacity: 460575Mi, time: 2017-04-04 22:59:05.860055326 -0400 EDT
I0404 22:59:18.584113 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 22:59:28.584286 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 22:59:28.647789 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 22:59:24.419368034 -0400 EDT
I0404 22:59:28.647826 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 22:59:28.647833 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83853064Ki, capacity: 131830416Ki, time: 2017-04-04 22:59:24.419368034 -0400 EDT
I0404 22:59:28.647841 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311172280Ki, capacity: 460575Mi, time: 2017-04-04 22:59:24.419368034 -0400 EDT
I0404 22:59:28.647848 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 22:59:24.419368034 -0400 EDT
I0404 22:59:28.647855 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311172280Ki, capacity: 460575Mi, time: 2017-04-04 22:59:24.419368034 -0400 EDT
I0404 22:59:28.647870 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 22:59:36.602485 6266 server.go:235] Checking API server for new Kubelet configuration.
I0404 22:59:36.605569 6266 server.go:244] Did not find a configuration for this Kubelet via API server: cloud provider was nil, and attempt to use hostname to find config resulted in: configmaps "kubelet-127.0.0.1" not found
I0404 22:59:36.923626 6266 qos_container_manager_linux.go:285] [ContainerManager]: Updated QoS cgroup configuration
I0404 22:59:37.197193 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/dev-hugepages.mount", but ignoring.
I0404 22:59:37.197225 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/proc-sys-fs-binfmt_misc.mount", but ignoring.
I0404 22:59:37.197232 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/-.mount", but ignoring.
I0404 22:59:37.197238 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/boot.mount", but ignoring.
I0404 22:59:37.197244 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/boot-efi.mount", but ignoring.
I0404 22:59:37.197250 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/home.mount", but ignoring.
I0404 22:59:37.197255 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/run-user-0.mount", but ignoring.
I0404 22:59:37.197261 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/var-lib-nfs-rpc_pipefs.mount", but ignoring.
I0404 22:59:37.197267 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/sys-fs-fuse-connections.mount", but ignoring.
I0404 22:59:37.197273 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/dev-mqueue.mount", but ignoring.
I0404 22:59:37.197278 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/sys-kernel-config.mount", but ignoring.
I0404 22:59:37.197284 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/sys-kernel-debug.mount", but ignoring.
I0404 22:59:37.197289 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/proc-fs-nfsd.mount", but ignoring.
I0404 22:59:38.647972 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 22:59:38.714124 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 22:59:38.714164 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 81887Mi, capacity: 131830416Ki, time: 2017-04-04 22:59:34.676702909 -0400 EDT
I0404 22:59:38.714180 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311172300Ki, capacity: 460575Mi, time: 2017-04-04 22:59:34.676702909 -0400 EDT
I0404 22:59:38.714188 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 22:59:34.676702909 -0400 EDT
I0404 22:59:38.714195 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311172300Ki, capacity: 460575Mi, time: 2017-04-04 22:59:34.676702909 -0400 EDT
I0404 22:59:38.714202 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 22:59:34.676702909 -0400 EDT
I0404 22:59:38.714218 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 22:59:48.714351 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 22:59:48.786474 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83851920Ki, capacity: 131830416Ki, time: 2017-04-04 22:59:47.326406468 -0400 EDT
I0404 22:59:48.786524 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311172156Ki, capacity: 460575Mi, time: 2017-04-04 22:59:47.326406468 -0400 EDT
I0404 22:59:48.786546 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 22:59:47.326406468 -0400 EDT
I0404 22:59:48.786565 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311172156Ki, capacity: 460575Mi, time: 2017-04-04 22:59:47.326406468 -0400 EDT
I0404 22:59:48.786580 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 22:59:47.326406468 -0400 EDT
I0404 22:59:48.786589 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 22:59:48.786615 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 22:59:58.786750 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 22:59:58.851507 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 22:59:47.326406468 -0400 EDT
I0404 22:59:58.851564 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 22:59:58.851579 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83851920Ki, capacity: 131830416Ki, time: 2017-04-04 22:59:47.326406468 -0400 EDT
I0404 22:59:58.851590 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311172156Ki, capacity: 460575Mi, time: 2017-04-04 22:59:47.326406468 -0400 EDT
I0404 22:59:58.851598 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 22:59:47.326406468 -0400 EDT
I0404 22:59:58.851616 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311172156Ki, capacity: 460575Mi, time: 2017-04-04 22:59:47.326406468 -0400 EDT
I0404 22:59:58.851632 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:00:06.602464 6266 server.go:235] Checking API server for new Kubelet configuration.
I0404 23:00:06.605350 6266 server.go:244] Did not find a configuration for this Kubelet via API server: cloud provider was nil, and attempt to use hostname to find config resulted in: configmaps "kubelet-127.0.0.1" not found
I0404 23:00:08.851819 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:00:08.917627 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:00:07.084425012 -0400 EDT
I0404 23:00:08.917665 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:00:08.917672 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83850760Ki, capacity: 131830416Ki, time: 2017-04-04 23:00:07.084425012 -0400 EDT
I0404 23:00:08.917687 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311170420Ki, capacity: 460575Mi, time: 2017-04-04 23:00:07.084425012 -0400 EDT
I0404 23:00:08.917694 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:00:07.084425012 -0400 EDT
I0404 23:00:08.917701 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311170420Ki, capacity: 460575Mi, time: 2017-04-04 23:00:07.084425012 -0400 EDT
I0404 23:00:08.917716 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:00:12.923321 6266 kubelet_pods.go:1169] Generating status for "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)"
I0404 23:00:12.923439 6266 status_manager.go:325] Ignoring same status for pod "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)", status: {Phase:Running Conditions:[{Type:Initialized Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2017-04-04 22:58:00 -0400 EDT Reason: Message:} {Type:Ready Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2017-04-04 22:58:47 -0400 EDT Reason: Message:} {Type:PodScheduled Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2017-04-04 22:58:00 -0400 EDT Reason: Message:}] Message: Reason: HostIP:127.0.0.1 PodIP:172.17.0.2 StartTime:2017-04-04 22:58:00 -0400 EDT InitContainerStatuses:[] ContainerStatuses:[{Name:nginx State:{Waiting:nil Running:&ContainerStateRunning{StartedAt:2017-04-04 22:58:47 -0400 EDT,} Terminated:nil} LastTerminationState:{Waiting:nil Running:nil Terminated:nil} Ready:true RestartCount:0 Image:nginx:latest ImageID:docker-pullable://nginx@sha256:52f84ace6ea43f2f58937e5f9fc562e99ad6876e82b99d171916c1ece587c188 ContainerID:docker://ffb6791beebf95432b8e110e9790804094f6b8f5797a157e8769c42ce332985a}] QOSClass:BestEffort}
I0404 23:00:12.923719 6266 volume_manager.go:344] Waiting for volumes to attach and mount for pod "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)"
I0404 23:00:13.015544 6266 secret.go:186] Setting up volume default-token-h2ksl for pod adef7a29-19ab-11e7-9eb3-0090fa045ff4 at /var/lib/kubelet/pods/adef7a29-19ab-11e7-9eb3-0090fa045ff4/volumes/kubernetes.io~secret/default-token-h2ksl
I0404 23:00:13.016738 6266 secret.go:217] Received secret default/default-token-h2ksl containing (3) pieces of data, 2142 total bytes
I0404 23:00:13.016868 6266 operation_generator.go:551] MountVolume.SetUp succeeded for volume "kubernetes.io/secret/adef7a29-19ab-11e7-9eb3-0090fa045ff4-default-token-h2ksl" (spec.Name: "default-token-h2ksl") pod "adef7a29-19ab-11e7-9eb3-0090fa045ff4" (UID: "adef7a29-19ab-11e7-9eb3-0090fa045ff4").
I0404 23:00:13.223955 6266 volume_manager.go:373] All volumes are attached and mounted for pod "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)"
I0404 23:00:13.224041 6266 kuberuntime_manager.go:549] computePodContainerChanges got {CreateSandbox:false SandboxID:7d9b42f0f0b684193eb5c9da3a28a47f8632b7b062dbc31ac54eaf94a80e5f18 Attempt:0 ContainersToStart:map[] ContainersToKeep:map[{Type:docker ID:ffb6791beebf95432b8e110e9790804094f6b8f5797a157e8769c42ce332985a}:0] ContainersToKill:map[] InitFailed:false InitContainersToKeep:map[]} for pod "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)"
I0404 23:00:18.917946 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:00:18.983507 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:00:18.187741855 -0400 EDT
I0404 23:00:18.983560 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311170572Ki, capacity: 460575Mi, time: 2017-04-04 23:00:18.187741855 -0400 EDT
I0404 23:00:18.983578 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:00:18.187741855 -0400 EDT
I0404 23:00:18.983588 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:00:18.983595 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83848436Ki, capacity: 131830416Ki, time: 2017-04-04 23:00:18.187741855 -0400 EDT
I0404 23:00:18.983602 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311170572Ki, capacity: 460575Mi, time: 2017-04-04 23:00:18.187741855 -0400 EDT
I0404 23:00:18.983625 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:00:28.983849 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:00:29.048237 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:00:18.187741855 -0400 EDT
I0404 23:00:29.048291 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311170572Ki, capacity: 460575Mi, time: 2017-04-04 23:00:18.187741855 -0400 EDT
I0404 23:00:29.048312 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:00:18.187741855 -0400 EDT
I0404 23:00:29.048320 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:00:29.048326 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83848436Ki, capacity: 131830416Ki, time: 2017-04-04 23:00:18.187741855 -0400 EDT
I0404 23:00:29.048333 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311170572Ki, capacity: 460575Mi, time: 2017-04-04 23:00:18.187741855 -0400 EDT
I0404 23:00:29.048350 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:00:36.602491 6266 server.go:235] Checking API server for new Kubelet configuration.
I0404 23:00:36.605266 6266 server.go:244] Did not find a configuration for this Kubelet via API server: cloud provider was nil, and attempt to use hostname to find config resulted in: configmaps "kubelet-127.0.0.1" not found
I0404 23:00:36.919604 6266 kubelet.go:1175] Image garbage collection succeeded
I0404 23:00:36.923853 6266 qos_container_manager_linux.go:285] [ContainerManager]: Updated QoS cgroup configuration
I0404 23:00:36.924272 6266 container_manager_linux.go:396] [ContainerManager]: Discovered runtime cgroups name: /system.slice/docker.service
W0404 23:00:36.924336 6266 container_manager_linux.go:750] CPUAccounting not enabled for pid: 6266
W0404 23:00:36.924342 6266 container_manager_linux.go:753] MemoryAccounting not enabled for pid: 6266
I0404 23:00:37.202395 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/dev-hugepages.mount", but ignoring.
I0404 23:00:37.202450 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/boot.mount", but ignoring.
I0404 23:00:37.202457 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/run-user-0.mount", but ignoring.
I0404 23:00:37.202463 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/sys-fs-fuse-connections.mount", but ignoring.
I0404 23:00:37.202469 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/sys-kernel-debug.mount", but ignoring.
I0404 23:00:37.202475 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/sys-kernel-config.mount", but ignoring.
I0404 23:00:37.202480 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/home.mount", but ignoring.
I0404 23:00:37.202487 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/boot-efi.mount", but ignoring.
I0404 23:00:37.202493 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/proc-sys-fs-binfmt_misc.mount", but ignoring.
I0404 23:00:37.202499 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/var-lib-nfs-rpc_pipefs.mount", but ignoring.
I0404 23:00:37.202505 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/proc-fs-nfsd.mount", but ignoring.
I0404 23:00:37.202510 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/-.mount", but ignoring.
I0404 23:00:37.202516 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/dev-mqueue.mount", but ignoring.
I0404 23:00:39.048521 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:00:39.116138 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:00:36.147412548 -0400 EDT
I0404 23:00:39.116169 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:00:39.116176 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83848228Ki, capacity: 131830416Ki, time: 2017-04-04 23:00:36.147412548 -0400 EDT
I0404 23:00:39.116194 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311170564Ki, capacity: 460575Mi, time: 2017-04-04 23:00:36.147412548 -0400 EDT
I0404 23:00:39.116202 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:00:36.147412548 -0400 EDT
I0404 23:00:39.116209 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311170564Ki, capacity: 460575Mi, time: 2017-04-04 23:00:36.147412548 -0400 EDT
I0404 23:00:39.116223 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:00:49.116425 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:00:49.183656 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83848228Ki, capacity: 131830416Ki, time: 2017-04-04 23:00:36.147412548 -0400 EDT
I0404 23:00:49.183705 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311170564Ki, capacity: 460575Mi, time: 2017-04-04 23:00:36.147412548 -0400 EDT
I0404 23:00:49.183714 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:00:36.147412548 -0400 EDT
I0404 23:00:49.183721 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311170564Ki, capacity: 460575Mi, time: 2017-04-04 23:00:36.147412548 -0400 EDT
I0404 23:00:49.183728 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:00:36.147412548 -0400 EDT
I0404 23:00:49.183735 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:00:49.183753 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:00:59.183891 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:00:59.248610 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311170504Ki, capacity: 460575Mi, time: 2017-04-04 23:00:53.399464643 -0400 EDT
I0404 23:00:59.248667 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:00:53.399464643 -0400 EDT
I0404 23:00:59.248676 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:00:59.248682 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83846912Ki, capacity: 131830416Ki, time: 2017-04-04 23:00:53.399464643 -0400 EDT
I0404 23:00:59.248690 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311170504Ki, capacity: 460575Mi, time: 2017-04-04 23:00:53.399464643 -0400 EDT
I0404 23:00:59.248697 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:00:53.399464643 -0400 EDT
I0404 23:00:59.248712 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:01:06.602512 6266 server.go:235] Checking API server for new Kubelet configuration.
I0404 23:01:06.605443 6266 server.go:244] Did not find a configuration for this Kubelet via API server: cloud provider was nil, and attempt to use hostname to find config resulted in: configmaps "kubelet-127.0.0.1" not found
I0404 23:01:09.248889 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:01:09.314333 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:01:07.56990918 -0400 EDT
I0404 23:01:09.314383 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311170332Ki, capacity: 460575Mi, time: 2017-04-04 23:01:07.56990918 -0400 EDT
I0404 23:01:09.314392 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:01:07.56990918 -0400 EDT
I0404 23:01:09.314399 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:01:09.314405 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83845964Ki, capacity: 131830416Ki, time: 2017-04-04 23:01:07.56990918 -0400 EDT
I0404 23:01:09.314412 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311170332Ki, capacity: 460575Mi, time: 2017-04-04 23:01:07.56990918 -0400 EDT
I0404 23:01:09.314428 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:01:19.314652 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:01:19.378074 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83845964Ki, capacity: 131830416Ki, time: 2017-04-04 23:01:07.56990918 -0400 EDT
I0404 23:01:19.378120 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311170332Ki, capacity: 460575Mi, time: 2017-04-04 23:01:07.56990918 -0400 EDT
I0404 23:01:19.378129 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:01:07.56990918 -0400 EDT
I0404 23:01:19.378136 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311170332Ki, capacity: 460575Mi, time: 2017-04-04 23:01:07.56990918 -0400 EDT
I0404 23:01:19.378143 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:01:07.56990918 -0400 EDT
I0404 23:01:19.378150 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:01:19.378165 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:01:29.378343 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:01:29.442686 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:01:29.442733 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83845472Ki, capacity: 131830416Ki, time: 2017-04-04 23:01:27.410632821 -0400 EDT
I0404 23:01:29.442751 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311170292Ki, capacity: 460575Mi, time: 2017-04-04 23:01:27.410632821 -0400 EDT
I0404 23:01:29.442759 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:01:27.410632821 -0400 EDT
I0404 23:01:29.442766 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311170292Ki, capacity: 460575Mi, time: 2017-04-04 23:01:27.410632821 -0400 EDT
I0404 23:01:29.442773 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:01:27.410632821 -0400 EDT
I0404 23:01:29.442791 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:01:36.602493 6266 server.go:235] Checking API server for new Kubelet configuration.
I0404 23:01:36.605725 6266 server.go:244] Did not find a configuration for this Kubelet via API server: cloud provider was nil, and attempt to use hostname to find config resulted in: configmaps "kubelet-127.0.0.1" not found
I0404 23:01:36.923387 6266 kubelet_pods.go:1169] Generating status for "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)"
I0404 23:01:36.923611 6266 status_manager.go:325] Ignoring same status for pod "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)", status: {Phase:Running Conditions:[{Type:Initialized Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2017-04-04 22:58:00 -0400 EDT Reason: Message:} {Type:Ready Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2017-04-04 22:58:47 -0400 EDT Reason: Message:} {Type:PodScheduled Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2017-04-04 22:58:00 -0400 EDT Reason: Message:}] Message: Reason: HostIP:127.0.0.1 PodIP:172.17.0.2 StartTime:2017-04-04 22:58:00 -0400 EDT InitContainerStatuses:[] ContainerStatuses:[{Name:nginx State:{Waiting:nil Running:&ContainerStateRunning{StartedAt:2017-04-04 22:58:47 -0400 EDT,} Terminated:nil} LastTerminationState:{Waiting:nil Running:nil Terminated:nil} Ready:true RestartCount:0 Image:nginx:latest ImageID:docker-pullable://nginx@sha256:52f84ace6ea43f2f58937e5f9fc562e99ad6876e82b99d171916c1ece587c188 ContainerID:docker://ffb6791beebf95432b8e110e9790804094f6b8f5797a157e8769c42ce332985a}] QOSClass:BestEffort}
I0404 23:01:36.923901 6266 volume_manager.go:344] Waiting for volumes to attach and mount for pod "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)"
I0404 23:01:36.924090 6266 qos_container_manager_linux.go:285] [ContainerManager]: Updated QoS cgroup configuration
I0404 23:01:36.975597 6266 secret.go:186] Setting up volume default-token-h2ksl for pod adef7a29-19ab-11e7-9eb3-0090fa045ff4 at /var/lib/kubelet/pods/adef7a29-19ab-11e7-9eb3-0090fa045ff4/volumes/kubernetes.io~secret/default-token-h2ksl
I0404 23:01:36.976999 6266 secret.go:217] Received secret default/default-token-h2ksl containing (3) pieces of data, 2142 total bytes
I0404 23:01:36.977494 6266 operation_generator.go:551] MountVolume.SetUp succeeded for volume "kubernetes.io/secret/adef7a29-19ab-11e7-9eb3-0090fa045ff4-default-token-h2ksl" (spec.Name: "default-token-h2ksl") pod "adef7a29-19ab-11e7-9eb3-0090fa045ff4" (UID: "adef7a29-19ab-11e7-9eb3-0090fa045ff4").
I0404 23:01:37.199848 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/proc-sys-fs-binfmt_misc.mount", but ignoring.
I0404 23:01:37.199894 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/sys-fs-fuse-connections.mount", but ignoring.
I0404 23:01:37.199902 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/proc-fs-nfsd.mount", but ignoring.
I0404 23:01:37.199908 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/home.mount", but ignoring.
I0404 23:01:37.199913 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/-.mount", but ignoring.
I0404 23:01:37.199919 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/var-lib-nfs-rpc_pipefs.mount", but ignoring.
I0404 23:01:37.199925 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/boot-efi.mount", but ignoring.
I0404 23:01:37.199930 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/sys-kernel-debug.mount", but ignoring.
I0404 23:01:37.199936 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/dev-mqueue.mount", but ignoring.
I0404 23:01:37.199942 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/run-user-0.mount", but ignoring.
I0404 23:01:37.199947 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/sys-kernel-config.mount", but ignoring.
I0404 23:01:37.199953 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/dev-hugepages.mount", but ignoring.
I0404 23:01:37.199958 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/boot.mount", but ignoring.
I0404 23:01:37.224152 6266 volume_manager.go:373] All volumes are attached and mounted for pod "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)"
I0404 23:01:37.224241 6266 kuberuntime_manager.go:549] computePodContainerChanges got {CreateSandbox:false SandboxID:7d9b42f0f0b684193eb5c9da3a28a47f8632b7b062dbc31ac54eaf94a80e5f18 Attempt:0 ContainersToStart:map[] ContainersToKeep:map[{Type:docker ID:ffb6791beebf95432b8e110e9790804094f6b8f5797a157e8769c42ce332985a}:0] ContainersToKill:map[] InitFailed:false InitContainersToKeep:map[]} for pod "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)"
I0404 23:01:39.442947 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:01:39.505639 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83845472Ki, capacity: 131830416Ki, time: 2017-04-04 23:01:27.410632821 -0400 EDT
I0404 23:01:39.505668 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311170292Ki, capacity: 460575Mi, time: 2017-04-04 23:01:27.410632821 -0400 EDT
I0404 23:01:39.505685 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:01:27.410632821 -0400 EDT
I0404 23:01:39.505693 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311170292Ki, capacity: 460575Mi, time: 2017-04-04 23:01:27.410632821 -0400 EDT
I0404 23:01:39.505700 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:01:27.410632821 -0400 EDT
I0404 23:01:39.505707 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:01:39.505722 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:01:49.505896 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:01:49.570025 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311170256Ki, capacity: 460575Mi, time: 2017-04-04 23:01:42.407139916 -0400 EDT
I0404 23:01:49.570067 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:01:42.407139916 -0400 EDT
I0404 23:01:49.570076 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311170256Ki, capacity: 460575Mi, time: 2017-04-04 23:01:42.407139916 -0400 EDT
I0404 23:01:49.570084 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:01:42.407139916 -0400 EDT
I0404 23:01:49.570091 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:01:49.570097 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83844624Ki, capacity: 131830416Ki, time: 2017-04-04 23:01:42.407139916 -0400 EDT
I0404 23:01:49.570113 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:01:59.570252 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:01:59.631665 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83843996Ki, capacity: 131830416Ki, time: 2017-04-04 23:01:52.738423229 -0400 EDT
I0404 23:01:59.631715 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311170280Ki, capacity: 460575Mi, time: 2017-04-04 23:01:52.738423229 -0400 EDT
I0404 23:01:59.631723 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:01:52.738423229 -0400 EDT
I0404 23:01:59.631731 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311170280Ki, capacity: 460575Mi, time: 2017-04-04 23:01:52.738423229 -0400 EDT
I0404 23:01:59.631738 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:01:52.738423229 -0400 EDT
I0404 23:01:59.631756 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:01:59.631773 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:02:06.602409 6266 server.go:235] Checking API server for new Kubelet configuration.
I0404 23:02:06.605433 6266 server.go:244] Did not find a configuration for this Kubelet via API server: cloud provider was nil, and attempt to use hostname to find config resulted in: configmaps "kubelet-127.0.0.1" not found
I0404 23:02:09.631968 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:02:09.695210 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83843996Ki, capacity: 131830416Ki, time: 2017-04-04 23:01:52.738423229 -0400 EDT
I0404 23:02:09.695243 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311170280Ki, capacity: 460575Mi, time: 2017-04-04 23:01:52.738423229 -0400 EDT
I0404 23:02:09.695252 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:01:52.738423229 -0400 EDT
I0404 23:02:09.695260 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311170280Ki, capacity: 460575Mi, time: 2017-04-04 23:01:52.738423229 -0400 EDT
I0404 23:02:09.695268 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:01:52.738423229 -0400 EDT
I0404 23:02:09.695276 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:02:09.695289 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:02:19.695467 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:02:19.756923 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:02:19.756960 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83843652Ki, capacity: 131830416Ki, time: 2017-04-04 23:02:10.754966683 -0400 EDT
I0404 23:02:19.756974 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311170220Ki, capacity: 460575Mi, time: 2017-04-04 23:02:10.754966683 -0400 EDT
I0404 23:02:19.756982 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:02:10.754966683 -0400 EDT
I0404 23:02:19.756991 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311170220Ki, capacity: 460575Mi, time: 2017-04-04 23:02:10.754966683 -0400 EDT
I0404 23:02:19.756998 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:02:10.754966683 -0400 EDT
I0404 23:02:19.757013 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:02:29.757250 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:02:29.817038 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83839396Ki, capacity: 131830416Ki, time: 2017-04-04 23:02:28.313992455 -0400 EDT
I0404 23:02:29.817081 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311170216Ki, capacity: 460575Mi, time: 2017-04-04 23:02:28.313992455 -0400 EDT
I0404 23:02:29.817090 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:02:28.313992455 -0400 EDT
I0404 23:02:29.817098 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311170216Ki, capacity: 460575Mi, time: 2017-04-04 23:02:28.313992455 -0400 EDT
I0404 23:02:29.817117 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:02:28.313992455 -0400 EDT
I0404 23:02:29.817125 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:02:29.817138 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:02:36.602479 6266 server.go:235] Checking API server for new Kubelet configuration.
I0404 23:02:36.621152 6266 server.go:244] Did not find a configuration for this Kubelet via API server: cloud provider was nil, and attempt to use hostname to find config resulted in: configmaps "kubelet-127.0.0.1" not found
I0404 23:02:36.924354 6266 qos_container_manager_linux.go:285] [ContainerManager]: Updated QoS cgroup configuration
I0404 23:02:37.198171 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/var-lib-nfs-rpc_pipefs.mount", but ignoring.
I0404 23:02:37.198215 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/home.mount", but ignoring.
I0404 23:02:37.198222 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/run-user-0.mount", but ignoring.
I0404 23:02:37.198229 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/dev-hugepages.mount", but ignoring.
I0404 23:02:37.198235 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/sys-kernel-debug.mount", but ignoring.
I0404 23:02:37.198241 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/dev-mqueue.mount", but ignoring.
I0404 23:02:37.198247 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/sys-kernel-config.mount", but ignoring.
I0404 23:02:37.198253 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/sys-fs-fuse-connections.mount", but ignoring.
I0404 23:02:37.198259 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/-.mount", but ignoring.
I0404 23:02:37.198265 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/boot-efi.mount", but ignoring.
I0404 23:02:37.198270 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/proc-fs-nfsd.mount", but ignoring.
I0404 23:02:37.198276 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/boot.mount", but ignoring.
I0404 23:02:37.198282 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/proc-sys-fs-binfmt_misc.mount", but ignoring.
I0404 23:02:39.817333 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:02:39.882020 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83841168Ki, capacity: 131830416Ki, time: 2017-04-04 23:02:39.559388678 -0400 EDT
I0404 23:02:39.882065 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311170164Ki, capacity: 460575Mi, time: 2017-04-04 23:02:39.559388678 -0400 EDT
I0404 23:02:39.882074 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:02:39.559388678 -0400 EDT
I0404 23:02:39.882082 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311170164Ki, capacity: 460575Mi, time: 2017-04-04 23:02:39.559388678 -0400 EDT
I0404 23:02:39.882088 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:02:39.559388678 -0400 EDT
I0404 23:02:39.882095 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:02:39.882117 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:02:49.882301 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:02:49.949894 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:02:39.559388678 -0400 EDT
I0404 23:02:49.949953 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:02:49.949960 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83841168Ki, capacity: 131830416Ki, time: 2017-04-04 23:02:39.559388678 -0400 EDT
I0404 23:02:49.949968 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311170164Ki, capacity: 460575Mi, time: 2017-04-04 23:02:39.559388678 -0400 EDT
I0404 23:02:49.949975 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:02:39.559388678 -0400 EDT
I0404 23:02:49.949982 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311170164Ki, capacity: 460575Mi, time: 2017-04-04 23:02:39.559388678 -0400 EDT
I0404 23:02:49.950002 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:02:57.923298 6266 kubelet_pods.go:1169] Generating status for "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)"
I0404 23:02:57.923451 6266 status_manager.go:325] Ignoring same status for pod "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)", status: {Phase:Running Conditions:[{Type:Initialized Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2017-04-04 22:58:00 -0400 EDT Reason: Message:} {Type:Ready Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2017-04-04 22:58:47 -0400 EDT Reason: Message:} {Type:PodScheduled Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2017-04-04 22:58:00 -0400 EDT Reason: Message:}] Message: Reason: HostIP:127.0.0.1 PodIP:172.17.0.2 StartTime:2017-04-04 22:58:00 -0400 EDT InitContainerStatuses:[] ContainerStatuses:[{Name:nginx State:{Waiting:nil Running:&ContainerStateRunning{StartedAt:2017-04-04 22:58:47 -0400 EDT,} Terminated:nil} LastTerminationState:{Waiting:nil Running:nil Terminated:nil} Ready:true RestartCount:0 Image:nginx:latest ImageID:docker-pullable://nginx@sha256:52f84ace6ea43f2f58937e5f9fc562e99ad6876e82b99d171916c1ece587c188 ContainerID:docker://ffb6791beebf95432b8e110e9790804094f6b8f5797a157e8769c42ce332985a}] QOSClass:BestEffort}
I0404 23:02:57.923673 6266 volume_manager.go:344] Waiting for volumes to attach and mount for pod "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)"
I0404 23:02:57.927598 6266 secret.go:186] Setting up volume default-token-h2ksl for pod adef7a29-19ab-11e7-9eb3-0090fa045ff4 at /var/lib/kubelet/pods/adef7a29-19ab-11e7-9eb3-0090fa045ff4/volumes/kubernetes.io~secret/default-token-h2ksl
I0404 23:02:57.929046 6266 secret.go:217] Received secret default/default-token-h2ksl containing (3) pieces of data, 2142 total bytes
I0404 23:02:57.929226 6266 operation_generator.go:551] MountVolume.SetUp succeeded for volume "kubernetes.io/secret/adef7a29-19ab-11e7-9eb3-0090fa045ff4-default-token-h2ksl" (spec.Name: "default-token-h2ksl") pod "adef7a29-19ab-11e7-9eb3-0090fa045ff4" (UID: "adef7a29-19ab-11e7-9eb3-0090fa045ff4").
I0404 23:02:58.223939 6266 volume_manager.go:373] All volumes are attached and mounted for pod "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)"
I0404 23:02:58.223997 6266 kuberuntime_manager.go:549] computePodContainerChanges got {CreateSandbox:false SandboxID:7d9b42f0f0b684193eb5c9da3a28a47f8632b7b062dbc31ac54eaf94a80e5f18 Attempt:0 ContainersToStart:map[] ContainersToKeep:map[{Type:docker ID:ffb6791beebf95432b8e110e9790804094f6b8f5797a157e8769c42ce332985a}:0] ContainersToKill:map[] InitFailed:false InitContainersToKeep:map[]} for pod "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)"
I0404 23:02:59.950188 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:03:00.011798 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83840872Ki, capacity: 131830416Ki, time: 2017-04-04 23:02:51.60266956 -0400 EDT
I0404 23:03:00.011835 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311170144Ki, capacity: 460575Mi, time: 2017-04-04 23:02:51.60266956 -0400 EDT
I0404 23:03:00.011845 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:02:51.60266956 -0400 EDT
I0404 23:03:00.011852 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311170144Ki, capacity: 460575Mi, time: 2017-04-04 23:02:51.60266956 -0400 EDT
I0404 23:03:00.011860 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:02:51.60266956 -0400 EDT
I0404 23:03:00.011867 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:03:00.011883 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:03:06.602512 6266 server.go:235] Checking API server for new Kubelet configuration.
I0404 23:03:06.605422 6266 server.go:244] Did not find a configuration for this Kubelet via API server: cloud provider was nil, and attempt to use hostname to find config resulted in: configmaps "kubelet-127.0.0.1" not found
I0404 23:03:10.012118 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:03:10.077700 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311170144Ki, capacity: 460575Mi, time: 2017-04-04 23:02:51.60266956 -0400 EDT
I0404 23:03:10.077759 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:02:51.60266956 -0400 EDT
I0404 23:03:10.077767 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:03:10.077774 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83840872Ki, capacity: 131830416Ki, time: 2017-04-04 23:02:51.60266956 -0400 EDT
I0404 23:03:10.077782 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311170144Ki, capacity: 460575Mi, time: 2017-04-04 23:02:51.60266956 -0400 EDT
I0404 23:03:10.077789 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:02:51.60266956 -0400 EDT
I0404 23:03:10.077805 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:03:20.078056 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:03:20.139242 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83841292Ki, capacity: 131830416Ki, time: 2017-04-04 23:03:10.598978813 -0400 EDT
I0404 23:03:20.139295 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311170104Ki, capacity: 460575Mi, time: 2017-04-04 23:03:10.598978813 -0400 EDT
I0404 23:03:20.139304 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:03:10.598978813 -0400 EDT
I0404 23:03:20.139312 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311170104Ki, capacity: 460575Mi, time: 2017-04-04 23:03:10.598978813 -0400 EDT
I0404 23:03:20.139319 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:03:10.598978813 -0400 EDT
I0404 23:03:20.139326 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:03:20.139352 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:03:30.139505 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:03:30.202857 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:03:30.202894 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83841116Ki, capacity: 131830416Ki, time: 2017-04-04 23:03:21.97877419 -0400 EDT
I0404 23:03:30.202908 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311170084Ki, capacity: 460575Mi, time: 2017-04-04 23:03:21.97877419 -0400 EDT
I0404 23:03:30.202918 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:03:21.97877419 -0400 EDT
I0404 23:03:30.202926 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311170084Ki, capacity: 460575Mi, time: 2017-04-04 23:03:21.97877419 -0400 EDT
I0404 23:03:30.202934 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:03:21.97877419 -0400 EDT
I0404 23:03:30.202950 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:03:36.602404 6266 server.go:235] Checking API server for new Kubelet configuration.
I0404 23:03:36.605644 6266 server.go:244] Did not find a configuration for this Kubelet via API server: cloud provider was nil, and attempt to use hostname to find config resulted in: configmaps "kubelet-127.0.0.1" not found
I0404 23:03:36.924656 6266 qos_container_manager_linux.go:285] [ContainerManager]: Updated QoS cgroup configuration
I0404 23:03:37.199971 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/proc-sys-fs-binfmt_misc.mount", but ignoring.
I0404 23:03:37.200021 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/proc-fs-nfsd.mount", but ignoring.
I0404 23:03:37.200028 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/var-lib-nfs-rpc_pipefs.mount", but ignoring.
I0404 23:03:37.200034 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/-.mount", but ignoring.
I0404 23:03:37.200040 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/dev-hugepages.mount", but ignoring.
I0404 23:03:37.200046 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/home.mount", but ignoring.
I0404 23:03:37.200051 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/boot.mount", but ignoring.
I0404 23:03:37.200057 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/sys-kernel-debug.mount", but ignoring.
I0404 23:03:37.200062 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/dev-mqueue.mount", but ignoring.
I0404 23:03:37.200068 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/boot-efi.mount", but ignoring.
I0404 23:03:37.200073 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/sys-fs-fuse-connections.mount", but ignoring.
I0404 23:03:37.200079 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/sys-kernel-config.mount", but ignoring.
I0404 23:03:37.200084 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/run-user-0.mount", but ignoring.
I0404 23:03:40.203100 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:03:40.267842 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83840660Ki, capacity: 131830416Ki, time: 2017-04-04 23:03:35.817938853 -0400 EDT
I0404 23:03:40.267883 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311170088Ki, capacity: 460575Mi, time: 2017-04-04 23:03:35.817938853 -0400 EDT
I0404 23:03:40.267900 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:03:35.817938853 -0400 EDT
I0404 23:03:40.267908 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311170088Ki, capacity: 460575Mi, time: 2017-04-04 23:03:35.817938853 -0400 EDT
I0404 23:03:40.267915 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:03:35.817938853 -0400 EDT
I0404 23:03:40.267923 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:03:40.267938 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:03:50.268130 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:03:50.332344 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311170088Ki, capacity: 460575Mi, time: 2017-04-04 23:03:35.817938853 -0400 EDT
I0404 23:03:50.332389 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:03:35.817938853 -0400 EDT
I0404 23:03:50.332398 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:03:50.332404 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83840660Ki, capacity: 131830416Ki, time: 2017-04-04 23:03:35.817938853 -0400 EDT
I0404 23:03:50.332411 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311170088Ki, capacity: 460575Mi, time: 2017-04-04 23:03:35.817938853 -0400 EDT
I0404 23:03:50.332418 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:03:35.817938853 -0400 EDT
I0404 23:03:50.332432 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:04:00.332626 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:04:00.397031 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83844288Ki, capacity: 131830416Ki, time: 2017-04-04 23:03:54.40742262 -0400 EDT
I0404 23:04:00.397078 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311169968Ki, capacity: 460575Mi, time: 2017-04-04 23:03:54.40742262 -0400 EDT
I0404 23:04:00.397088 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:03:54.40742262 -0400 EDT
I0404 23:04:00.397095 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311169968Ki, capacity: 460575Mi, time: 2017-04-04 23:03:54.40742262 -0400 EDT
I0404 23:04:00.397102 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:03:54.40742262 -0400 EDT
I0404 23:04:00.397110 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:04:00.397126 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:04:06.602519 6266 server.go:235] Checking API server for new Kubelet configuration.
I0404 23:04:06.605380 6266 server.go:244] Did not find a configuration for this Kubelet via API server: cloud provider was nil, and attempt to use hostname to find config resulted in: configmaps "kubelet-127.0.0.1" not found
I0404 23:04:10.397287 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:04:10.463350 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83844288Ki, capacity: 131830416Ki, time: 2017-04-04 23:03:54.40742262 -0400 EDT
I0404 23:04:10.463399 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311169968Ki, capacity: 460575Mi, time: 2017-04-04 23:03:54.40742262 -0400 EDT
I0404 23:04:10.463408 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:03:54.40742262 -0400 EDT
I0404 23:04:10.463415 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311169968Ki, capacity: 460575Mi, time: 2017-04-04 23:03:54.40742262 -0400 EDT
I0404 23:04:10.463423 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:03:54.40742262 -0400 EDT
I0404 23:04:10.463429 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:04:10.463442 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:04:20.463707 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:04:20.526599 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:04:11.733754609 -0400 EDT
I0404 23:04:20.526645 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:04:20.526653 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83843700Ki, capacity: 131830416Ki, time: 2017-04-04 23:04:11.733754609 -0400 EDT
I0404 23:04:20.526661 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311169952Ki, capacity: 460575Mi, time: 2017-04-04 23:04:11.733754609 -0400 EDT
I0404 23:04:20.526668 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:04:11.733754609 -0400 EDT
I0404 23:04:20.526683 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311169952Ki, capacity: 460575Mi, time: 2017-04-04 23:04:11.733754609 -0400 EDT
I0404 23:04:20.526700 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:04:22.923345 6266 kubelet_pods.go:1169] Generating status for "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)"
I0404 23:04:22.923498 6266 status_manager.go:325] Ignoring same status for pod "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)", status: {Phase:Running Conditions:[{Type:Initialized Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2017-04-04 22:58:00 -0400 EDT Reason: Message:} {Type:Ready Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2017-04-04 22:58:47 -0400 EDT Reason: Message:} {Type:PodScheduled Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2017-04-04 22:58:00 -0400 EDT Reason: Message:}] Message: Reason: HostIP:127.0.0.1 PodIP:172.17.0.2 StartTime:2017-04-04 22:58:00 -0400 EDT InitContainerStatuses:[] ContainerStatuses:[{Name:nginx State:{Waiting:nil Running:&ContainerStateRunning{StartedAt:2017-04-04 22:58:47 -0400 EDT,} Terminated:nil} LastTerminationState:{Waiting:nil Running:nil Terminated:nil} Ready:true RestartCount:0 Image:nginx:latest ImageID:docker-pullable://nginx@sha256:52f84ace6ea43f2f58937e5f9fc562e99ad6876e82b99d171916c1ece587c188 ContainerID:docker://ffb6791beebf95432b8e110e9790804094f6b8f5797a157e8769c42ce332985a}] QOSClass:BestEffort}
I0404 23:04:22.923772 6266 volume_manager.go:344] Waiting for volumes to attach and mount for pod "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)"
I0404 23:04:22.985234 6266 secret.go:186] Setting up volume default-token-h2ksl for pod adef7a29-19ab-11e7-9eb3-0090fa045ff4 at /var/lib/kubelet/pods/adef7a29-19ab-11e7-9eb3-0090fa045ff4/volumes/kubernetes.io~secret/default-token-h2ksl
I0404 23:04:22.986379 6266 secret.go:217] Received secret default/default-token-h2ksl containing (3) pieces of data, 2142 total bytes
I0404 23:04:22.986520 6266 operation_generator.go:551] MountVolume.SetUp succeeded for volume "kubernetes.io/secret/adef7a29-19ab-11e7-9eb3-0090fa045ff4-default-token-h2ksl" (spec.Name: "default-token-h2ksl") pod "adef7a29-19ab-11e7-9eb3-0090fa045ff4" (UID: "adef7a29-19ab-11e7-9eb3-0090fa045ff4").
I0404 23:04:23.224022 6266 volume_manager.go:373] All volumes are attached and mounted for pod "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)"
I0404 23:04:23.224086 6266 kuberuntime_manager.go:549] computePodContainerChanges got {CreateSandbox:false SandboxID:7d9b42f0f0b684193eb5c9da3a28a47f8632b7b062dbc31ac54eaf94a80e5f18 Attempt:0 ContainersToStart:map[] ContainersToKeep:map[{Type:docker ID:ffb6791beebf95432b8e110e9790804094f6b8f5797a157e8769c42ce332985a}:0] ContainersToKill:map[] InitFailed:false InitContainersToKeep:map[]} for pod "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)"
I0404 23:04:30.526860 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:04:30.589050 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:04:30.589088 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83842476Ki, capacity: 131830416Ki, time: 2017-04-04 23:04:30.15035583 -0400 EDT
I0404 23:04:30.589102 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311169920Ki, capacity: 460575Mi, time: 2017-04-04 23:04:30.15035583 -0400 EDT
I0404 23:04:30.589110 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:04:30.15035583 -0400 EDT
I0404 23:04:30.589118 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311169920Ki, capacity: 460575Mi, time: 2017-04-04 23:04:30.15035583 -0400 EDT
I0404 23:04:30.589125 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:04:30.15035583 -0400 EDT
I0404 23:04:30.589138 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:04:36.602461 6266 server.go:235] Checking API server for new Kubelet configuration.
I0404 23:04:36.604973 6266 server.go:244] Did not find a configuration for this Kubelet via API server: cloud provider was nil, and attempt to use hostname to find config resulted in: configmaps "kubelet-127.0.0.1" not found
I0404 23:04:36.924892 6266 qos_container_manager_linux.go:285] [ContainerManager]: Updated QoS cgroup configuration
I0404 23:04:37.198737 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/boot-efi.mount", but ignoring.
I0404 23:04:37.198776 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/proc-sys-fs-binfmt_misc.mount", but ignoring.
I0404 23:04:37.198785 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/dev-hugepages.mount", but ignoring.
I0404 23:04:37.198791 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/proc-fs-nfsd.mount", but ignoring.
I0404 23:04:37.198797 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/sys-kernel-debug.mount", but ignoring.
I0404 23:04:37.198803 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/var-lib-nfs-rpc_pipefs.mount", but ignoring.
I0404 23:04:37.198809 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/-.mount", but ignoring.
I0404 23:04:37.198815 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/sys-kernel-config.mount", but ignoring.
I0404 23:04:37.198821 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/run-user-0.mount", but ignoring.
I0404 23:04:37.198837 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/home.mount", but ignoring.
I0404 23:04:37.198844 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/dev-mqueue.mount", but ignoring.
I0404 23:04:37.198849 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/sys-fs-fuse-connections.mount", but ignoring.
I0404 23:04:37.198855 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/boot.mount", but ignoring.
I0404 23:04:40.589360 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:04:40.655069 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:04:40.655103 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83842476Ki, capacity: 131830416Ki, time: 2017-04-04 23:04:30.15035583 -0400 EDT
I0404 23:04:40.655119 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311169920Ki, capacity: 460575Mi, time: 2017-04-04 23:04:30.15035583 -0400 EDT
I0404 23:04:40.655127 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:04:30.15035583 -0400 EDT
I0404 23:04:40.655134 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311169920Ki, capacity: 460575Mi, time: 2017-04-04 23:04:30.15035583 -0400 EDT
I0404 23:04:40.655142 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:04:30.15035583 -0400 EDT
I0404 23:04:40.655159 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:04:50.655348 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:04:50.718674 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:04:41.524814422 -0400 EDT
I0404 23:04:50.718710 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:04:50.718717 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83842172Ki, capacity: 131830416Ki, time: 2017-04-04 23:04:41.524814422 -0400 EDT
I0404 23:04:50.718725 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311169364Ki, capacity: 460575Mi, time: 2017-04-04 23:04:41.524814422 -0400 EDT
I0404 23:04:50.718733 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:04:41.524814422 -0400 EDT
I0404 23:04:50.718740 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311169364Ki, capacity: 460575Mi, time: 2017-04-04 23:04:41.524814422 -0400 EDT
I0404 23:04:50.718753 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:05:00.718967 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:05:00.780436 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83841156Ki, capacity: 131830416Ki, time: 2017-04-04 23:04:52.016472393 -0400 EDT
I0404 23:05:00.780479 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311169348Ki, capacity: 460575Mi, time: 2017-04-04 23:04:52.016472393 -0400 EDT
I0404 23:05:00.780488 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:04:52.016472393 -0400 EDT
I0404 23:05:00.780495 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311169348Ki, capacity: 460575Mi, time: 2017-04-04 23:04:52.016472393 -0400 EDT
I0404 23:05:00.780502 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:04:52.016472393 -0400 EDT
I0404 23:05:00.780521 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:05:00.780537 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:05:06.602490 6266 server.go:235] Checking API server for new Kubelet configuration.
I0404 23:05:06.605639 6266 server.go:244] Did not find a configuration for this Kubelet via API server: cloud provider was nil, and attempt to use hostname to find config resulted in: configmaps "kubelet-127.0.0.1" not found
I0404 23:05:10.780736 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:05:10.848855 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311169328Ki, capacity: 460575Mi, time: 2017-04-04 23:05:06.37039468 -0400 EDT
I0404 23:05:10.848900 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:05:06.37039468 -0400 EDT
I0404 23:05:10.848909 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311169328Ki, capacity: 460575Mi, time: 2017-04-04 23:05:06.37039468 -0400 EDT
I0404 23:05:10.848918 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:05:06.37039468 -0400 EDT
I0404 23:05:10.848926 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:05:10.848932 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83841036Ki, capacity: 131830416Ki, time: 2017-04-04 23:05:06.37039468 -0400 EDT
I0404 23:05:10.848949 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:05:20.849156 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:05:20.910283 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83841036Ki, capacity: 131830416Ki, time: 2017-04-04 23:05:06.37039468 -0400 EDT
I0404 23:05:20.910323 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311169328Ki, capacity: 460575Mi, time: 2017-04-04 23:05:06.37039468 -0400 EDT
I0404 23:05:20.910332 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:05:06.37039468 -0400 EDT
I0404 23:05:20.910340 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311169328Ki, capacity: 460575Mi, time: 2017-04-04 23:05:06.37039468 -0400 EDT
I0404 23:05:20.910354 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:05:06.37039468 -0400 EDT
I0404 23:05:20.910361 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:05:20.910378 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:05:30.910563 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:05:30.971459 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83839932Ki, capacity: 131830416Ki, time: 2017-04-04 23:05:26.149498013 -0400 EDT
I0404 23:05:30.971486 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311169416Ki, capacity: 460575Mi, time: 2017-04-04 23:05:26.149498013 -0400 EDT
I0404 23:05:30.971503 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:05:26.149498013 -0400 EDT
I0404 23:05:30.971511 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311169416Ki, capacity: 460575Mi, time: 2017-04-04 23:05:26.149498013 -0400 EDT
I0404 23:05:30.971527 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:05:26.149498013 -0400 EDT
I0404 23:05:30.971534 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:05:30.971548 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:05:36.602466 6266 server.go:235] Checking API server for new Kubelet configuration.
I0404 23:05:36.605521 6266 server.go:244] Did not find a configuration for this Kubelet via API server: cloud provider was nil, and attempt to use hostname to find config resulted in: configmaps "kubelet-127.0.0.1" not found
I0404 23:05:36.924595 6266 container_manager_linux.go:396] [ContainerManager]: Discovered runtime cgroups name: /system.slice/docker.service
W0404 23:05:36.924663 6266 container_manager_linux.go:750] CPUAccounting not enabled for pid: 6266
W0404 23:05:36.924669 6266 container_manager_linux.go:753] MemoryAccounting not enabled for pid: 6266
I0404 23:05:36.925175 6266 qos_container_manager_linux.go:285] [ContainerManager]: Updated QoS cgroup configuration
I0404 23:05:37.212122 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/sys-kernel-config.mount", but ignoring.
I0404 23:05:37.212163 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/sys-fs-fuse-connections.mount", but ignoring.
I0404 23:05:37.212170 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/sys-kernel-debug.mount", but ignoring.
I0404 23:05:37.212188 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/boot.mount", but ignoring.
I0404 23:05:37.212194 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/dev-hugepages.mount", but ignoring.
I0404 23:05:37.212200 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/var-lib-nfs-rpc_pipefs.mount", but ignoring.
I0404 23:05:37.212206 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/proc-sys-fs-binfmt_misc.mount", but ignoring.
I0404 23:05:37.212211 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/run-user-0.mount", but ignoring.
I0404 23:05:37.212217 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/dev-mqueue.mount", but ignoring.
I0404 23:05:37.212223 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/-.mount", but ignoring.
I0404 23:05:37.212228 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/proc-fs-nfsd.mount", but ignoring.
I0404 23:05:37.212234 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/boot-efi.mount", but ignoring.
I0404 23:05:37.212239 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/home.mount", but ignoring.
I0404 23:05:40.923317 6266 kubelet_pods.go:1169] Generating status for "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)"
I0404 23:05:40.923480 6266 status_manager.go:325] Ignoring same status for pod "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)", status: {Phase:Running Conditions:[{Type:Initialized Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2017-04-04 22:58:00 -0400 EDT Reason: Message:} {Type:Ready Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2017-04-04 22:58:47 -0400 EDT Reason: Message:} {Type:PodScheduled Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2017-04-04 22:58:00 -0400 EDT Reason: Message:}] Message: Reason: HostIP:127.0.0.1 PodIP:172.17.0.2 StartTime:2017-04-04 22:58:00 -0400 EDT InitContainerStatuses:[] ContainerStatuses:[{Name:nginx State:{Waiting:nil Running:&ContainerStateRunning{StartedAt:2017-04-04 22:58:47 -0400 EDT,} Terminated:nil} LastTerminationState:{Waiting:nil Running:nil Terminated:nil} Ready:true RestartCount:0 Image:nginx:latest ImageID:docker-pullable://nginx@sha256:52f84ace6ea43f2f58937e5f9fc562e99ad6876e82b99d171916c1ece587c188 ContainerID:docker://ffb6791beebf95432b8e110e9790804094f6b8f5797a157e8769c42ce332985a}] QOSClass:BestEffort}
I0404 23:05:40.923767 6266 volume_manager.go:344] Waiting for volumes to attach and mount for pod "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)"
I0404 23:05:40.931732 6266 secret.go:186] Setting up volume default-token-h2ksl for pod adef7a29-19ab-11e7-9eb3-0090fa045ff4 at /var/lib/kubelet/pods/adef7a29-19ab-11e7-9eb3-0090fa045ff4/volumes/kubernetes.io~secret/default-token-h2ksl
I0404 23:05:40.932927 6266 secret.go:217] Received secret default/default-token-h2ksl containing (3) pieces of data, 2142 total bytes
I0404 23:05:40.933073 6266 operation_generator.go:551] MountVolume.SetUp succeeded for volume "kubernetes.io/secret/adef7a29-19ab-11e7-9eb3-0090fa045ff4-default-token-h2ksl" (spec.Name: "default-token-h2ksl") pod "adef7a29-19ab-11e7-9eb3-0090fa045ff4" (UID: "adef7a29-19ab-11e7-9eb3-0090fa045ff4").
I0404 23:05:40.971750 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:05:41.039385 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83840008Ki, capacity: 131830416Ki, time: 2017-04-04 23:05:36.937442815 -0400 EDT
I0404 23:05:41.039416 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311169280Ki, capacity: 460575Mi, time: 2017-04-04 23:05:36.937442815 -0400 EDT
I0404 23:05:41.039425 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:05:36.937442815 -0400 EDT
I0404 23:05:41.039433 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311169280Ki, capacity: 460575Mi, time: 2017-04-04 23:05:36.937442815 -0400 EDT
I0404 23:05:41.039440 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:05:36.937442815 -0400 EDT
I0404 23:05:41.039447 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:05:41.039463 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:05:41.223975 6266 volume_manager.go:373] All volumes are attached and mounted for pod "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)"
I0404 23:05:41.224087 6266 kuberuntime_manager.go:549] computePodContainerChanges got {CreateSandbox:false SandboxID:7d9b42f0f0b684193eb5c9da3a28a47f8632b7b062dbc31ac54eaf94a80e5f18 Attempt:0 ContainersToStart:map[] ContainersToKeep:map[{Type:docker ID:ffb6791beebf95432b8e110e9790804094f6b8f5797a157e8769c42ce332985a}:0] ContainersToKill:map[] InitFailed:false InitContainersToKeep:map[]} for pod "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)"
I0404 23:05:51.039711 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:05:51.107794 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:05:48.306622587 -0400 EDT
I0404 23:05:51.107830 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311169004Ki, capacity: 460575Mi, time: 2017-04-04 23:05:48.306622587 -0400 EDT
I0404 23:05:51.107839 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:05:48.306622587 -0400 EDT
I0404 23:05:51.107847 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:05:51.107853 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83839832Ki, capacity: 131830416Ki, time: 2017-04-04 23:05:48.306622587 -0400 EDT
I0404 23:05:51.107872 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311169004Ki, capacity: 460575Mi, time: 2017-04-04 23:05:48.306622587 -0400 EDT
I0404 23:05:51.107890 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:06:01.108179 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:06:01.184647 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311169004Ki, capacity: 460575Mi, time: 2017-04-04 23:05:48.306622587 -0400 EDT
I0404 23:06:01.184689 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:05:48.306622587 -0400 EDT
I0404 23:06:01.184700 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311169004Ki, capacity: 460575Mi, time: 2017-04-04 23:05:48.306622587 -0400 EDT
I0404 23:06:01.184713 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:05:48.306622587 -0400 EDT
I0404 23:06:01.184720 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:06:01.184727 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83839832Ki, capacity: 131830416Ki, time: 2017-04-04 23:05:48.306622587 -0400 EDT
I0404 23:06:01.184741 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:06:06.602507 6266 server.go:235] Checking API server for new Kubelet configuration.
I0404 23:06:06.606070 6266 server.go:244] Did not find a configuration for this Kubelet via API server: cloud provider was nil, and attempt to use hostname to find config resulted in: configmaps "kubelet-127.0.0.1" not found
I0404 23:06:11.184983 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:06:11.251401 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83838296Ki, capacity: 131830416Ki, time: 2017-04-04 23:06:06.959085633 -0400 EDT
I0404 23:06:11.251447 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311168876Ki, capacity: 460575Mi, time: 2017-04-04 23:06:06.959085633 -0400 EDT
I0404 23:06:11.251460 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:06:06.959085633 -0400 EDT
I0404 23:06:11.251468 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311168876Ki, capacity: 460575Mi, time: 2017-04-04 23:06:06.959085633 -0400 EDT
I0404 23:06:11.251475 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:06:06.959085633 -0400 EDT
I0404 23:06:11.251482 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:06:11.251497 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:06:21.251649 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:06:21.317204 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83838296Ki, capacity: 131830416Ki, time: 2017-04-04 23:06:06.959085633 -0400 EDT
I0404 23:06:21.317244 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311168876Ki, capacity: 460575Mi, time: 2017-04-04 23:06:06.959085633 -0400 EDT
I0404 23:06:21.317253 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:06:06.959085633 -0400 EDT
I0404 23:06:21.317261 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311168876Ki, capacity: 460575Mi, time: 2017-04-04 23:06:06.959085633 -0400 EDT
I0404 23:06:21.317286 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:06:06.959085633 -0400 EDT
I0404 23:06:21.317306 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:06:21.317321 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:06:31.317539 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:06:31.380126 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:06:23.744179004 -0400 EDT
I0404 23:06:31.380179 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311168916Ki, capacity: 460575Mi, time: 2017-04-04 23:06:23.744179004 -0400 EDT
I0404 23:06:31.380187 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:06:23.744179004 -0400 EDT
I0404 23:06:31.380195 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:06:31.380201 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83842984Ki, capacity: 131830416Ki, time: 2017-04-04 23:06:23.744179004 -0400 EDT
I0404 23:06:31.380208 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311168916Ki, capacity: 460575Mi, time: 2017-04-04 23:06:23.744179004 -0400 EDT
I0404 23:06:31.380222 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:06:36.602483 6266 server.go:235] Checking API server for new Kubelet configuration.
I0404 23:06:36.605235 6266 server.go:244] Did not find a configuration for this Kubelet via API server: cloud provider was nil, and attempt to use hostname to find config resulted in: configmaps "kubelet-127.0.0.1" not found
I0404 23:06:36.925470 6266 qos_container_manager_linux.go:285] [ContainerManager]: Updated QoS cgroup configuration
I0404 23:06:37.198011 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/run-user-0.mount", but ignoring.
I0404 23:06:37.198047 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/boot-efi.mount", but ignoring.
I0404 23:06:37.198053 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/dev-mqueue.mount", but ignoring.
I0404 23:06:37.198059 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/proc-sys-fs-binfmt_misc.mount", but ignoring.
I0404 23:06:37.198065 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/-.mount", but ignoring.
I0404 23:06:37.198071 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/var-lib-nfs-rpc_pipefs.mount", but ignoring.
I0404 23:06:37.198076 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/sys-kernel-config.mount", but ignoring.
I0404 23:06:37.198082 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/sys-fs-fuse-connections.mount", but ignoring.
I0404 23:06:37.198088 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/dev-hugepages.mount", but ignoring.
I0404 23:06:37.198098 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/home.mount", but ignoring.
I0404 23:06:37.198103 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/proc-fs-nfsd.mount", but ignoring.
I0404 23:06:37.198109 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/sys-kernel-debug.mount", but ignoring.
I0404 23:06:37.198115 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/boot.mount", but ignoring.
I0404 23:06:41.380412 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:06:41.444502 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:06:37.889901802 -0400 EDT
I0404 23:06:41.444528 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311168916Ki, capacity: 460575Mi, time: 2017-04-04 23:06:37.889901802 -0400 EDT
I0404 23:06:41.444537 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:06:37.889901802 -0400 EDT
I0404 23:06:41.444544 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:06:41.444552 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83842160Ki, capacity: 131830416Ki, time: 2017-04-04 23:06:37.889901802 -0400 EDT
I0404 23:06:41.444559 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311168916Ki, capacity: 460575Mi, time: 2017-04-04 23:06:37.889901802 -0400 EDT
I0404 23:06:41.444580 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:06:41.923280 6266 kubelet_pods.go:1169] Generating status for "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)"
I0404 23:06:41.923407 6266 status_manager.go:325] Ignoring same status for pod "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)", status: {Phase:Running Conditions:[{Type:Initialized Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2017-04-04 22:58:00 -0400 EDT Reason: Message:} {Type:Ready Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2017-04-04 22:58:47 -0400 EDT Reason: Message:} {Type:PodScheduled Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2017-04-04 22:58:00 -0400 EDT Reason: Message:}] Message: Reason: HostIP:127.0.0.1 PodIP:172.17.0.2 StartTime:2017-04-04 22:58:00 -0400 EDT InitContainerStatuses:[] ContainerStatuses:[{Name:nginx State:{Waiting:nil Running:&ContainerStateRunning{StartedAt:2017-04-04 22:58:47 -0400 EDT,} Terminated:nil} LastTerminationState:{Waiting:nil Running:nil Terminated:nil} Ready:true RestartCount:0 Image:nginx:latest ImageID:docker-pullable://nginx@sha256:52f84ace6ea43f2f58937e5f9fc562e99ad6876e82b99d171916c1ece587c188 ContainerID:docker://ffb6791beebf95432b8e110e9790804094f6b8f5797a157e8769c42ce332985a}] QOSClass:BestEffort}
I0404 23:06:41.923607 6266 volume_manager.go:344] Waiting for volumes to attach and mount for pod "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)"
I0404 23:06:41.949567 6266 secret.go:186] Setting up volume default-token-h2ksl for pod adef7a29-19ab-11e7-9eb3-0090fa045ff4 at /var/lib/kubelet/pods/adef7a29-19ab-11e7-9eb3-0090fa045ff4/volumes/kubernetes.io~secret/default-token-h2ksl
I0404 23:06:41.950735 6266 secret.go:217] Received secret default/default-token-h2ksl containing (3) pieces of data, 2142 total bytes
I0404 23:06:41.950903 6266 operation_generator.go:551] MountVolume.SetUp succeeded for volume "kubernetes.io/secret/adef7a29-19ab-11e7-9eb3-0090fa045ff4-default-token-h2ksl" (spec.Name: "default-token-h2ksl") pod "adef7a29-19ab-11e7-9eb3-0090fa045ff4" (UID: "adef7a29-19ab-11e7-9eb3-0090fa045ff4").
I0404 23:06:42.223850 6266 volume_manager.go:373] All volumes are attached and mounted for pod "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)"
I0404 23:06:42.223947 6266 kuberuntime_manager.go:549] computePodContainerChanges got {CreateSandbox:false SandboxID:7d9b42f0f0b684193eb5c9da3a28a47f8632b7b062dbc31ac54eaf94a80e5f18 Attempt:0 ContainersToStart:map[] ContainersToKeep:map[{Type:docker ID:ffb6791beebf95432b8e110e9790804094f6b8f5797a157e8769c42ce332985a}:0] ContainersToKill:map[] InitFailed:false InitContainersToKeep:map[]} for pod "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)"
I0404 23:06:51.444733 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:06:51.507008 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:06:51.507032 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83842104Ki, capacity: 131830416Ki, time: 2017-04-04 23:06:49.111903546 -0400 EDT
I0404 23:06:51.507045 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311168916Ki, capacity: 460575Mi, time: 2017-04-04 23:06:49.111903546 -0400 EDT
I0404 23:06:51.507053 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:06:49.111903546 -0400 EDT
I0404 23:06:51.507060 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311168916Ki, capacity: 460575Mi, time: 2017-04-04 23:06:49.111903546 -0400 EDT
I0404 23:06:51.507067 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:06:49.111903546 -0400 EDT
I0404 23:06:51.507082 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:07:01.507311 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:07:01.571024 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311168916Ki, capacity: 460575Mi, time: 2017-04-04 23:06:49.111903546 -0400 EDT
I0404 23:07:01.571073 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:06:49.111903546 -0400 EDT
I0404 23:07:01.571083 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311168916Ki, capacity: 460575Mi, time: 2017-04-04 23:06:49.111903546 -0400 EDT
I0404 23:07:01.571090 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:06:49.111903546 -0400 EDT
I0404 23:07:01.571098 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:07:01.571104 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83842104Ki, capacity: 131830416Ki, time: 2017-04-04 23:06:49.111903546 -0400 EDT
I0404 23:07:01.571118 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:07:06.602441 6266 server.go:235] Checking API server for new Kubelet configuration.
I0404 23:07:06.605439 6266 server.go:244] Did not find a configuration for this Kubelet via API server: cloud provider was nil, and attempt to use hostname to find config resulted in: configmaps "kubelet-127.0.0.1" not found
I0404 23:07:11.571309 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:07:11.634223 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83841356Ki, capacity: 131830416Ki, time: 2017-04-04 23:07:07.751431491 -0400 EDT
I0404 23:07:11.634270 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311168916Ki, capacity: 460575Mi, time: 2017-04-04 23:07:07.751431491 -0400 EDT
I0404 23:07:11.634279 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:07:07.751431491 -0400 EDT
I0404 23:07:11.634286 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311168916Ki, capacity: 460575Mi, time: 2017-04-04 23:07:07.751431491 -0400 EDT
I0404 23:07:11.634293 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:07:07.751431491 -0400 EDT
I0404 23:07:11.634300 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:07:11.634322 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:07:21.634536 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:07:21.695773 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83841356Ki, capacity: 131830416Ki, time: 2017-04-04 23:07:07.751431491 -0400 EDT
I0404 23:07:21.695804 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311168916Ki, capacity: 460575Mi, time: 2017-04-04 23:07:07.751431491 -0400 EDT
I0404 23:07:21.695813 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:07:07.751431491 -0400 EDT
I0404 23:07:21.695820 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311168916Ki, capacity: 460575Mi, time: 2017-04-04 23:07:07.751431491 -0400 EDT
I0404 23:07:21.695827 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:07:07.751431491 -0400 EDT
I0404 23:07:21.695834 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:07:21.695847 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:07:31.696030 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:07:31.756735 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83841248Ki, capacity: 131830416Ki, time: 2017-04-04 23:07:26.504788564 -0400 EDT
I0404 23:07:31.756766 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311168892Ki, capacity: 460575Mi, time: 2017-04-04 23:07:26.504788564 -0400 EDT
I0404 23:07:31.756777 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:07:26.504788564 -0400 EDT
I0404 23:07:31.756784 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311168892Ki, capacity: 460575Mi, time: 2017-04-04 23:07:26.504788564 -0400 EDT
I0404 23:07:31.756792 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:07:26.504788564 -0400 EDT
I0404 23:07:31.756799 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:07:31.756814 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:07:36.602427 6266 server.go:235] Checking API server for new Kubelet configuration.
I0404 23:07:36.605508 6266 server.go:244] Did not find a configuration for this Kubelet via API server: cloud provider was nil, and attempt to use hostname to find config resulted in: configmaps "kubelet-127.0.0.1" not found
I0404 23:07:36.925791 6266 qos_container_manager_linux.go:285] [ContainerManager]: Updated QoS cgroup configuration
I0404 23:07:37.199021 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/var-lib-nfs-rpc_pipefs.mount", but ignoring.
I0404 23:07:37.199070 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/proc-sys-fs-binfmt_misc.mount", but ignoring.
I0404 23:07:37.199077 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/dev-hugepages.mount", but ignoring.
I0404 23:07:37.199083 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/run-user-0.mount", but ignoring.
I0404 23:07:37.199089 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/home.mount", but ignoring.
I0404 23:07:37.199094 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/boot-efi.mount", but ignoring.
I0404 23:07:37.199099 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/sys-kernel-config.mount", but ignoring.
I0404 23:07:37.199116 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/dev-mqueue.mount", but ignoring.
I0404 23:07:37.199122 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/boot.mount", but ignoring.
I0404 23:07:37.199128 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/sys-fs-fuse-connections.mount", but ignoring.
I0404 23:07:37.199134 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/proc-fs-nfsd.mount", but ignoring.
I0404 23:07:37.199139 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/sys-kernel-debug.mount", but ignoring.
I0404 23:07:37.199145 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/-.mount", but ignoring.
I0404 23:07:41.757014 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:07:41.821785 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83841248Ki, capacity: 131830416Ki, time: 2017-04-04 23:07:26.504788564 -0400 EDT
I0404 23:07:41.821839 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311168892Ki, capacity: 460575Mi, time: 2017-04-04 23:07:26.504788564 -0400 EDT
I0404 23:07:41.821849 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:07:26.504788564 -0400 EDT
I0404 23:07:41.821857 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311168892Ki, capacity: 460575Mi, time: 2017-04-04 23:07:26.504788564 -0400 EDT
I0404 23:07:41.821864 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:07:26.504788564 -0400 EDT
I0404 23:07:41.821871 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:07:41.821886 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:07:51.822047 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:07:51.887471 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311168912Ki, capacity: 460575Mi, time: 2017-04-04 23:07:46.299245217 -0400 EDT
I0404 23:07:51.887516 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:07:46.299245217 -0400 EDT
I0404 23:07:51.887526 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311168912Ki, capacity: 460575Mi, time: 2017-04-04 23:07:46.299245217 -0400 EDT
I0404 23:07:51.887534 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:07:46.299245217 -0400 EDT
I0404 23:07:51.887541 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:07:51.887547 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83840592Ki, capacity: 131830416Ki, time: 2017-04-04 23:07:46.299245217 -0400 EDT
I0404 23:07:51.887561 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:07:54.923325 6266 kubelet_pods.go:1169] Generating status for "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)"
I0404 23:07:54.923498 6266 status_manager.go:325] Ignoring same status for pod "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)", status: {Phase:Running Conditions:[{Type:Initialized Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2017-04-04 22:58:00 -0400 EDT Reason: Message:} {Type:Ready Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2017-04-04 22:58:47 -0400 EDT Reason: Message:} {Type:PodScheduled Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2017-04-04 22:58:00 -0400 EDT Reason: Message:}] Message: Reason: HostIP:127.0.0.1 PodIP:172.17.0.2 StartTime:2017-04-04 22:58:00 -0400 EDT InitContainerStatuses:[] ContainerStatuses:[{Name:nginx State:{Waiting:nil Running:&ContainerStateRunning{StartedAt:2017-04-04 22:58:47 -0400 EDT,} Terminated:nil} LastTerminationState:{Waiting:nil Running:nil Terminated:nil} Ready:true RestartCount:0 Image:nginx:latest ImageID:docker-pullable://nginx@sha256:52f84ace6ea43f2f58937e5f9fc562e99ad6876e82b99d171916c1ece587c188 ContainerID:docker://ffb6791beebf95432b8e110e9790804094f6b8f5797a157e8769c42ce332985a}] QOSClass:BestEffort}
I0404 23:07:54.923808 6266 volume_manager.go:344] Waiting for volumes to attach and mount for pod "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)"
I0404 23:07:54.988338 6266 secret.go:186] Setting up volume default-token-h2ksl for pod adef7a29-19ab-11e7-9eb3-0090fa045ff4 at /var/lib/kubelet/pods/adef7a29-19ab-11e7-9eb3-0090fa045ff4/volumes/kubernetes.io~secret/default-token-h2ksl
I0404 23:07:54.989803 6266 secret.go:217] Received secret default/default-token-h2ksl containing (3) pieces of data, 2142 total bytes
I0404 23:07:54.989957 6266 operation_generator.go:551] MountVolume.SetUp succeeded for volume "kubernetes.io/secret/adef7a29-19ab-11e7-9eb3-0090fa045ff4-default-token-h2ksl" (spec.Name: "default-token-h2ksl") pod "adef7a29-19ab-11e7-9eb3-0090fa045ff4" (UID: "adef7a29-19ab-11e7-9eb3-0090fa045ff4").
I0404 23:07:55.224077 6266 volume_manager.go:373] All volumes are attached and mounted for pod "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)"
I0404 23:07:55.224159 6266 kuberuntime_manager.go:549] computePodContainerChanges got {CreateSandbox:false SandboxID:7d9b42f0f0b684193eb5c9da3a28a47f8632b7b062dbc31ac54eaf94a80e5f18 Attempt:0 ContainersToStart:map[] ContainersToKeep:map[{Type:docker ID:ffb6791beebf95432b8e110e9790804094f6b8f5797a157e8769c42ce332985a}:0] ContainersToKill:map[] InitFailed:false InitContainersToKeep:map[]} for pod "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)"
I0404 23:08:01.887790 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:08:01.951281 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:07:58.687382442 -0400 EDT
I0404 23:08:01.951331 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:08:01.951339 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83840332Ki, capacity: 131830416Ki, time: 2017-04-04 23:07:58.687382442 -0400 EDT
I0404 23:08:01.951346 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311168912Ki, capacity: 460575Mi, time: 2017-04-04 23:07:58.687382442 -0400 EDT
I0404 23:08:01.951354 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:07:58.687382442 -0400 EDT
I0404 23:08:01.951361 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311168912Ki, capacity: 460575Mi, time: 2017-04-04 23:07:58.687382442 -0400 EDT
I0404 23:08:01.951376 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:08:06.602494 6266 server.go:235] Checking API server for new Kubelet configuration.
I0404 23:08:06.605429 6266 server.go:244] Did not find a configuration for this Kubelet via API server: cloud provider was nil, and attempt to use hostname to find config resulted in: configmaps "kubelet-127.0.0.1" not found
I0404 23:08:11.951526 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:08:12.015760 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83840176Ki, capacity: 131830416Ki, time: 2017-04-04 23:08:09.513034202 -0400 EDT
I0404 23:08:12.015821 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311168912Ki, capacity: 460575Mi, time: 2017-04-04 23:08:09.513034202 -0400 EDT
I0404 23:08:12.015831 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:08:09.513034202 -0400 EDT
I0404 23:08:12.015839 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311168912Ki, capacity: 460575Mi, time: 2017-04-04 23:08:09.513034202 -0400 EDT
I0404 23:08:12.015846 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:08:09.513034202 -0400 EDT
I0404 23:08:12.015853 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:08:12.015869 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:08:22.016077 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:08:22.078734 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:08:22.078771 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83840176Ki, capacity: 131830416Ki, time: 2017-04-04 23:08:09.513034202 -0400 EDT
I0404 23:08:22.078784 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311168912Ki, capacity: 460575Mi, time: 2017-04-04 23:08:09.513034202 -0400 EDT
I0404 23:08:22.078792 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:08:09.513034202 -0400 EDT
I0404 23:08:22.078799 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311168912Ki, capacity: 460575Mi, time: 2017-04-04 23:08:09.513034202 -0400 EDT
I0404 23:08:22.078806 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:08:09.513034202 -0400 EDT
I0404 23:08:22.078822 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:08:32.078996 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:08:32.141651 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311168912Ki, capacity: 460575Mi, time: 2017-04-04 23:08:22.984118972 -0400 EDT
I0404 23:08:32.141684 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:08:22.984118972 -0400 EDT
I0404 23:08:32.141693 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:08:32.141699 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83839896Ki, capacity: 131830416Ki, time: 2017-04-04 23:08:22.984118972 -0400 EDT
I0404 23:08:32.141706 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311168912Ki, capacity: 460575Mi, time: 2017-04-04 23:08:22.984118972 -0400 EDT
I0404 23:08:32.141714 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:08:22.984118972 -0400 EDT
I0404 23:08:32.141731 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:08:36.602461 6266 server.go:235] Checking API server for new Kubelet configuration.
I0404 23:08:36.605373 6266 server.go:244] Did not find a configuration for this Kubelet via API server: cloud provider was nil, and attempt to use hostname to find config resulted in: configmaps "kubelet-127.0.0.1" not found
I0404 23:08:36.926125 6266 qos_container_manager_linux.go:285] [ContainerManager]: Updated QoS cgroup configuration
I0404 23:08:37.193278 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/run-user-0.mount", but ignoring.
I0404 23:08:37.193308 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/-.mount", but ignoring.
I0404 23:08:37.193314 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/sys-kernel-debug.mount", but ignoring.
I0404 23:08:37.193320 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/home.mount", but ignoring.
I0404 23:08:37.193325 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/var-lib-nfs-rpc_pipefs.mount", but ignoring.
I0404 23:08:37.193331 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/dev-hugepages.mount", but ignoring.
I0404 23:08:37.193337 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/proc-sys-fs-binfmt_misc.mount", but ignoring.
I0404 23:08:37.193342 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/boot-efi.mount", but ignoring.
I0404 23:08:37.193348 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/boot.mount", but ignoring.
I0404 23:08:37.193353 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/dev-mqueue.mount", but ignoring.
I0404 23:08:37.193358 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/sys-fs-fuse-connections.mount", but ignoring.
I0404 23:08:37.193364 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/proc-fs-nfsd.mount", but ignoring.
I0404 23:08:37.193369 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/sys-kernel-config.mount", but ignoring.
I0404 23:08:42.141889 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:08:42.205594 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83839420Ki, capacity: 131830416Ki, time: 2017-04-04 23:08:33.894322016 -0400 EDT
I0404 23:08:42.205626 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311168912Ki, capacity: 460575Mi, time: 2017-04-04 23:08:33.894322016 -0400 EDT
I0404 23:08:42.205644 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:08:33.894322016 -0400 EDT
I0404 23:08:42.205651 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311168912Ki, capacity: 460575Mi, time: 2017-04-04 23:08:33.894322016 -0400 EDT
I0404 23:08:42.205659 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:08:33.894322016 -0400 EDT
I0404 23:08:42.205666 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:08:42.205679 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:08:52.205879 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:08:52.272348 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:08:44.553581268 -0400 EDT
I0404 23:08:52.272380 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:08:52.272388 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83839036Ki, capacity: 131830416Ki, time: 2017-04-04 23:08:44.553581268 -0400 EDT
I0404 23:08:52.272396 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311168912Ki, capacity: 460575Mi, time: 2017-04-04 23:08:44.553581268 -0400 EDT
I0404 23:08:52.272404 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:08:44.553581268 -0400 EDT
I0404 23:08:52.272420 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311168912Ki, capacity: 460575Mi, time: 2017-04-04 23:08:44.553581268 -0400 EDT
I0404 23:08:52.272438 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:09:02.272617 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:09:02.333584 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83838864Ki, capacity: 131830416Ki, time: 2017-04-04 23:08:58.916739262 -0400 EDT
I0404 23:09:02.333636 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311168912Ki, capacity: 460575Mi, time: 2017-04-04 23:08:58.916739262 -0400 EDT
I0404 23:09:02.333645 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:08:58.916739262 -0400 EDT
I0404 23:09:02.333653 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311168912Ki, capacity: 460575Mi, time: 2017-04-04 23:08:58.916739262 -0400 EDT
I0404 23:09:02.333660 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:08:58.916739262 -0400 EDT
I0404 23:09:02.333667 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:09:02.333679 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:09:06.602458 6266 server.go:235] Checking API server for new Kubelet configuration.
I0404 23:09:06.605346 6266 server.go:244] Did not find a configuration for this Kubelet via API server: cloud provider was nil, and attempt to use hostname to find config resulted in: configmaps "kubelet-127.0.0.1" not found
I0404 23:09:12.333874 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:09:12.395452 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311168912Ki, capacity: 460575Mi, time: 2017-04-04 23:09:10.653415414 -0400 EDT
I0404 23:09:12.395497 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:09:10.653415414 -0400 EDT
I0404 23:09:12.395506 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311168912Ki, capacity: 460575Mi, time: 2017-04-04 23:09:10.653415414 -0400 EDT
I0404 23:09:12.395514 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:09:10.653415414 -0400 EDT
I0404 23:09:12.395521 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:09:12.395529 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83839048Ki, capacity: 131830416Ki, time: 2017-04-04 23:09:10.653415414 -0400 EDT
I0404 23:09:12.395546 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:09:19.923329 6266 kubelet_pods.go:1169] Generating status for "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)"
I0404 23:09:19.923514 6266 status_manager.go:325] Ignoring same status for pod "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)", status: {Phase:Running Conditions:[{Type:Initialized Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2017-04-04 22:58:00 -0400 EDT Reason: Message:} {Type:Ready Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2017-04-04 22:58:47 -0400 EDT Reason: Message:} {Type:PodScheduled Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2017-04-04 22:58:00 -0400 EDT Reason: Message:}] Message: Reason: HostIP:127.0.0.1 PodIP:172.17.0.2 StartTime:2017-04-04 22:58:00 -0400 EDT InitContainerStatuses:[] ContainerStatuses:[{Name:nginx State:{Waiting:nil Running:&ContainerStateRunning{StartedAt:2017-04-04 22:58:47 -0400 EDT,} Terminated:nil} LastTerminationState:{Waiting:nil Running:nil Terminated:nil} Ready:true RestartCount:0 Image:nginx:latest ImageID:docker-pullable://nginx@sha256:52f84ace6ea43f2f58937e5f9fc562e99ad6876e82b99d171916c1ece587c188 ContainerID:docker://ffb6791beebf95432b8e110e9790804094f6b8f5797a157e8769c42ce332985a}] QOSClass:BestEffort}
I0404 23:09:19.923781 6266 volume_manager.go:344] Waiting for volumes to attach and mount for pod "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)"
I0404 23:09:19.954422 6266 secret.go:186] Setting up volume default-token-h2ksl for pod adef7a29-19ab-11e7-9eb3-0090fa045ff4 at /var/lib/kubelet/pods/adef7a29-19ab-11e7-9eb3-0090fa045ff4/volumes/kubernetes.io~secret/default-token-h2ksl
I0404 23:09:19.955752 6266 secret.go:217] Received secret default/default-token-h2ksl containing (3) pieces of data, 2142 total bytes
I0404 23:09:19.955899 6266 operation_generator.go:551] MountVolume.SetUp succeeded for volume "kubernetes.io/secret/adef7a29-19ab-11e7-9eb3-0090fa045ff4-default-token-h2ksl" (spec.Name: "default-token-h2ksl") pod "adef7a29-19ab-11e7-9eb3-0090fa045ff4" (UID: "adef7a29-19ab-11e7-9eb3-0090fa045ff4").
I0404 23:09:20.223995 6266 volume_manager.go:373] All volumes are attached and mounted for pod "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)"
I0404 23:09:20.224063 6266 kuberuntime_manager.go:549] computePodContainerChanges got {CreateSandbox:false SandboxID:7d9b42f0f0b684193eb5c9da3a28a47f8632b7b062dbc31ac54eaf94a80e5f18 Attempt:0 ContainersToStart:map[] ContainersToKeep:map[{Type:docker ID:ffb6791beebf95432b8e110e9790804094f6b8f5797a157e8769c42ce332985a}:0] ContainersToKill:map[] InitFailed:false InitContainersToKeep:map[]} for pod "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)"
I0404 23:09:22.395738 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:09:22.456766 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:09:10.653415414 -0400 EDT
I0404 23:09:22.456800 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:09:22.456807 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83839048Ki, capacity: 131830416Ki, time: 2017-04-04 23:09:10.653415414 -0400 EDT
I0404 23:09:22.456815 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311168912Ki, capacity: 460575Mi, time: 2017-04-04 23:09:10.653415414 -0400 EDT
I0404 23:09:22.456822 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:09:10.653415414 -0400 EDT
I0404 23:09:22.456829 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311168912Ki, capacity: 460575Mi, time: 2017-04-04 23:09:10.653415414 -0400 EDT
I0404 23:09:22.456843 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:09:32.457091 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:09:32.517595 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:09:29.507850487 -0400 EDT
I0404 23:09:32.517647 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311168912Ki, capacity: 460575Mi, time: 2017-04-04 23:09:29.507850487 -0400 EDT
I0404 23:09:32.517656 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:09:29.507850487 -0400 EDT
I0404 23:09:32.517673 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:09:32.517679 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83838920Ki, capacity: 131830416Ki, time: 2017-04-04 23:09:29.507850487 -0400 EDT
I0404 23:09:32.517686 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311168912Ki, capacity: 460575Mi, time: 2017-04-04 23:09:29.507850487 -0400 EDT
I0404 23:09:32.517700 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:09:36.602452 6266 server.go:235] Checking API server for new Kubelet configuration.
I0404 23:09:36.605489 6266 server.go:244] Did not find a configuration for this Kubelet via API server: cloud provider was nil, and attempt to use hostname to find config resulted in: configmaps "kubelet-127.0.0.1" not found
I0404 23:09:36.926359 6266 qos_container_manager_linux.go:285] [ContainerManager]: Updated QoS cgroup configuration
I0404 23:09:37.196136 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/dev-hugepages.mount", but ignoring.
I0404 23:09:37.196180 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/sys-kernel-debug.mount", but ignoring.
I0404 23:09:37.196187 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/var-lib-nfs-rpc_pipefs.mount", but ignoring.
I0404 23:09:37.196193 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/boot.mount", but ignoring.
I0404 23:09:37.196198 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/sys-fs-fuse-connections.mount", but ignoring.
I0404 23:09:37.196204 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/boot-efi.mount", but ignoring.
I0404 23:09:37.196210 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/run-user-0.mount", but ignoring.
I0404 23:09:37.196215 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/dev-mqueue.mount", but ignoring.
I0404 23:09:37.196221 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/proc-fs-nfsd.mount", but ignoring.
I0404 23:09:37.196226 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/sys-kernel-config.mount", but ignoring.
I0404 23:09:37.196231 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/proc-sys-fs-binfmt_misc.mount", but ignoring.
I0404 23:09:37.196236 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/-.mount", but ignoring.
I0404 23:09:37.196241 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/home.mount", but ignoring.
I0404 23:09:42.517911 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:09:42.582369 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311168912Ki, capacity: 460575Mi, time: 2017-04-04 23:09:40.03772345 -0400 EDT
I0404 23:09:42.582421 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:09:40.03772345 -0400 EDT
I0404 23:09:42.582430 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:09:42.582439 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83838252Ki, capacity: 131830416Ki, time: 2017-04-04 23:09:40.03772345 -0400 EDT
I0404 23:09:42.582446 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311168912Ki, capacity: 460575Mi, time: 2017-04-04 23:09:40.03772345 -0400 EDT
I0404 23:09:42.582453 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:09:40.03772345 -0400 EDT
I0404 23:09:42.582469 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:09:52.582722 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:09:52.647902 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311168912Ki, capacity: 460575Mi, time: 2017-04-04 23:09:40.03772345 -0400 EDT
I0404 23:09:52.647952 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:09:40.03772345 -0400 EDT
I0404 23:09:52.647964 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:09:52.647970 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83838252Ki, capacity: 131830416Ki, time: 2017-04-04 23:09:40.03772345 -0400 EDT
I0404 23:09:52.647977 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311168912Ki, capacity: 460575Mi, time: 2017-04-04 23:09:40.03772345 -0400 EDT
I0404 23:09:52.647984 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:09:40.03772345 -0400 EDT
I0404 23:09:52.648000 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:10:02.648191 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:10:02.711386 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:09:53.656500175 -0400 EDT
I0404 23:10:02.711438 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:10:02.711457 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83838144Ki, capacity: 131830416Ki, time: 2017-04-04 23:09:53.656500175 -0400 EDT
I0404 23:10:02.711482 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311168912Ki, capacity: 460575Mi, time: 2017-04-04 23:09:53.656500175 -0400 EDT
I0404 23:10:02.711497 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:09:53.656500175 -0400 EDT
I0404 23:10:02.711511 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311168912Ki, capacity: 460575Mi, time: 2017-04-04 23:09:53.656500175 -0400 EDT
I0404 23:10:02.711528 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:10:06.602473 6266 server.go:235] Checking API server for new Kubelet configuration.
I0404 23:10:06.605491 6266 server.go:244] Did not find a configuration for this Kubelet via API server: cloud provider was nil, and attempt to use hostname to find config resulted in: configmaps "kubelet-127.0.0.1" not found
I0404 23:10:12.711759 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:10:12.776347 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:10:06.56792505 -0400 EDT
I0404 23:10:12.776396 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311168912Ki, capacity: 460575Mi, time: 2017-04-04 23:10:06.56792505 -0400 EDT
I0404 23:10:12.776405 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:10:06.56792505 -0400 EDT
I0404 23:10:12.776412 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:10:12.776418 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83837488Ki, capacity: 131830416Ki, time: 2017-04-04 23:10:06.56792505 -0400 EDT
I0404 23:10:12.776425 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311168912Ki, capacity: 460575Mi, time: 2017-04-04 23:10:06.56792505 -0400 EDT
I0404 23:10:12.776450 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:10:22.776691 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:10:22.839050 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:10:22.839088 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83837072Ki, capacity: 131830416Ki, time: 2017-04-04 23:10:21.707394678 -0400 EDT
I0404 23:10:22.839104 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311169004Ki, capacity: 460575Mi, time: 2017-04-04 23:10:21.707394678 -0400 EDT
I0404 23:10:22.839112 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:10:21.707394678 -0400 EDT
I0404 23:10:22.839119 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311169004Ki, capacity: 460575Mi, time: 2017-04-04 23:10:21.707394678 -0400 EDT
I0404 23:10:22.839126 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:10:21.707394678 -0400 EDT
I0404 23:10:22.839140 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:10:24.923226 6266 kubelet_pods.go:1169] Generating status for "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)"
I0404 23:10:24.923400 6266 status_manager.go:325] Ignoring same status for pod "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)", status: {Phase:Running Conditions:[{Type:Initialized Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2017-04-04 22:58:00 -0400 EDT Reason: Message:} {Type:Ready Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2017-04-04 22:58:47 -0400 EDT Reason: Message:} {Type:PodScheduled Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2017-04-04 22:58:00 -0400 EDT Reason: Message:}] Message: Reason: HostIP:127.0.0.1 PodIP:172.17.0.2 StartTime:2017-04-04 22:58:00 -0400 EDT InitContainerStatuses:[] ContainerStatuses:[{Name:nginx State:{Waiting:nil Running:&ContainerStateRunning{StartedAt:2017-04-04 22:58:47 -0400 EDT,} Terminated:nil} LastTerminationState:{Waiting:nil Running:nil Terminated:nil} Ready:true RestartCount:0 Image:nginx:latest ImageID:docker-pullable://nginx@sha256:52f84ace6ea43f2f58937e5f9fc562e99ad6876e82b99d171916c1ece587c188 ContainerID:docker://ffb6791beebf95432b8e110e9790804094f6b8f5797a157e8769c42ce332985a}] QOSClass:BestEffort}
I0404 23:10:24.923680 6266 volume_manager.go:344] Waiting for volumes to attach and mount for pod "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)"
I0404 23:10:24.973719 6266 secret.go:186] Setting up volume default-token-h2ksl for pod adef7a29-19ab-11e7-9eb3-0090fa045ff4 at /var/lib/kubelet/pods/adef7a29-19ab-11e7-9eb3-0090fa045ff4/volumes/kubernetes.io~secret/default-token-h2ksl
I0404 23:10:24.975030 6266 secret.go:217] Received secret default/default-token-h2ksl containing (3) pieces of data, 2142 total bytes
I0404 23:10:24.975156 6266 operation_generator.go:551] MountVolume.SetUp succeeded for volume "kubernetes.io/secret/adef7a29-19ab-11e7-9eb3-0090fa045ff4-default-token-h2ksl" (spec.Name: "default-token-h2ksl") pod "adef7a29-19ab-11e7-9eb3-0090fa045ff4" (UID: "adef7a29-19ab-11e7-9eb3-0090fa045ff4").
I0404 23:10:25.223898 6266 volume_manager.go:373] All volumes are attached and mounted for pod "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)"
I0404 23:10:25.223959 6266 kuberuntime_manager.go:549] computePodContainerChanges got {CreateSandbox:false SandboxID:7d9b42f0f0b684193eb5c9da3a28a47f8632b7b062dbc31ac54eaf94a80e5f18 Attempt:0 ContainersToStart:map[] ContainersToKeep:map[{Type:docker ID:ffb6791beebf95432b8e110e9790804094f6b8f5797a157e8769c42ce332985a}:0] ContainersToKill:map[] InitFailed:false InitContainersToKeep:map[]} for pod "nginx-2371676037-3pnt4_default(adef7a29-19ab-11e7-9eb3-0090fa045ff4)"
I0404 23:10:32.839315 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:10:32.901891 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:10:21.707394678 -0400 EDT
I0404 23:10:32.901927 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311169004Ki, capacity: 460575Mi, time: 2017-04-04 23:10:21.707394678 -0400 EDT
I0404 23:10:32.901937 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:10:21.707394678 -0400 EDT
I0404 23:10:32.901944 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:10:32.901950 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83837072Ki, capacity: 131830416Ki, time: 2017-04-04 23:10:21.707394678 -0400 EDT
I0404 23:10:32.901957 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311169004Ki, capacity: 460575Mi, time: 2017-04-04 23:10:21.707394678 -0400 EDT
I0404 23:10:32.901972 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:10:36.602453 6266 server.go:235] Checking API server for new Kubelet configuration.
I0404 23:10:36.605301 6266 server.go:244] Did not find a configuration for this Kubelet via API server: cloud provider was nil, and attempt to use hostname to find config resulted in: configmaps "kubelet-127.0.0.1" not found
I0404 23:10:36.924901 6266 container_manager_linux.go:396] [ContainerManager]: Discovered runtime cgroups name: /system.slice/docker.service
W0404 23:10:36.924967 6266 container_manager_linux.go:750] CPUAccounting not enabled for pid: 6266
W0404 23:10:36.924973 6266 container_manager_linux.go:753] MemoryAccounting not enabled for pid: 6266
I0404 23:10:36.926700 6266 qos_container_manager_linux.go:285] [ContainerManager]: Updated QoS cgroup configuration
I0404 23:10:37.196069 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/sys-kernel-config.mount", but ignoring.
I0404 23:10:37.196105 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/boot.mount", but ignoring.
I0404 23:10:37.196112 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/sys-fs-fuse-connections.mount", but ignoring.
I0404 23:10:37.196118 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/var-lib-nfs-rpc_pipefs.mount", but ignoring.
I0404 23:10:37.196126 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/-.mount", but ignoring.
I0404 23:10:37.196131 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/proc-sys-fs-binfmt_misc.mount", but ignoring.
I0404 23:10:37.196137 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/sys-kernel-debug.mount", but ignoring.
I0404 23:10:37.196143 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/dev-hugepages.mount", but ignoring.
I0404 23:10:37.196149 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/dev-mqueue.mount", but ignoring.
I0404 23:10:37.196155 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/boot-efi.mount", but ignoring.
I0404 23:10:37.196161 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/proc-fs-nfsd.mount", but ignoring.
I0404 23:10:37.196166 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/home.mount", but ignoring.
I0404 23:10:37.196172 6266 factory.go:108] Factory "systemd" can handle container "/system.slice/run-user-0.mount", but ignoring.
I0404 23:10:42.902190 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:10:42.967061 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311169004Ki, capacity: 460575Mi, time: 2017-04-04 23:10:34.967980975 -0400 EDT
I0404 23:10:42.967095 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:10:34.967980975 -0400 EDT
I0404 23:10:42.967105 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:10:42.967111 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83832536Ki, capacity: 131830416Ki, time: 2017-04-04 23:10:34.967980975 -0400 EDT
I0404 23:10:42.967118 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311169004Ki, capacity: 460575Mi, time: 2017-04-04 23:10:34.967980975 -0400 EDT
I0404 23:10:42.967126 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:10:34.967980975 -0400 EDT
I0404 23:10:42.967142 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:10:52.967320 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:10:53.029831 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83836340Ki, capacity: 131830416Ki, time: 2017-04-04 23:10:48.66886171 -0400 EDT
I0404 23:10:53.029875 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311169004Ki, capacity: 460575Mi, time: 2017-04-04 23:10:48.66886171 -0400 EDT
I0404 23:10:53.029883 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:10:48.66886171 -0400 EDT
I0404 23:10:53.029891 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311169004Ki, capacity: 460575Mi, time: 2017-04-04 23:10:48.66886171 -0400 EDT
I0404 23:10:53.029898 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:10:48.66886171 -0400 EDT
I0404 23:10:53.029905 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:10:53.029920 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:11:03.030094 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:11:03.100633 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311169004Ki, capacity: 460575Mi, time: 2017-04-04 23:11:01.533955057 -0400 EDT
I0404 23:11:03.100671 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:11:01.533955057 -0400 EDT
I0404 23:11:03.100680 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:11:03.100686 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83836268Ki, capacity: 131830416Ki, time: 2017-04-04 23:11:01.533955057 -0400 EDT
I0404 23:11:03.100693 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311169004Ki, capacity: 460575Mi, time: 2017-04-04 23:11:01.533955057 -0400 EDT
I0404 23:11:03.100701 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:11:01.533955057 -0400 EDT
I0404 23:11:03.100718 6266 eviction_manager.go:292] eviction manager: no resources are starved
I0404 23:11:06.602516 6266 server.go:235] Checking API server for new Kubelet configuration.
I0404 23:11:06.605548 6266 server.go:244] Did not find a configuration for this Kubelet via API server: cloud provider was nil, and attempt to use hostname to find config resulted in: configmaps "kubelet-127.0.0.1" not found
I0404 23:11:13.100892 6266 eviction_manager.go:197] eviction manager: synchronize housekeeping
I0404 23:11:13.161644 6266 helpers.go:749] eviction manager: observations: signal=allocatableMemory.available, available: 131726596Ki, capacity: 131728016Ki
I0404 23:11:13.161679 6266 helpers.go:747] eviction manager: observations: signal=memory.available, available: 83836268Ki, capacity: 131830416Ki, time: 2017-04-04 23:11:01.533955057 -0400 EDT
I0404 23:11:13.161696 6266 helpers.go:747] eviction manager: observations: signal=nodefs.available, available: 311169004Ki, capacity: 460575Mi, time: 2017-04-04 23:11:01.533955057 -0400 EDT
I0404 23:11:13.161704 6266 helpers.go:747] eviction manager: observations: signal=nodefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:11:01.533955057 -0400 EDT
I0404 23:11:13.161711 6266 helpers.go:747] eviction manager: observations: signal=imagefs.available, available: 311169004Ki, capacity: 460575Mi, time: 2017-04-04 23:11:01.533955057 -0400 EDT
I0404 23:11:13.161719 6266 helpers.go:747] eviction manager: observations: signal=imagefs.inodesFree, available: 471253490, capacity: 450Mi, time: 2017-04-04 23:11:01.533955057 -0400 EDT
I0404 23:11:13.161736 6266 eviction_manager.go:292] eviction manager: no resources are starved
[root@ localhost kubernetes]#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment