Last active
July 27, 2018 16:38
-
-
Save fabianvf/145a8767d1bb6a5644c9a0960ec4475d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ● origin-node.service | |
| Loaded: loaded (/etc/systemd/system/origin-node.service; enabled; vendor preset: disabled) | |
| Active: active (running) since Fri 2018-07-27 13:58:08 UTC; 2h 39min ago | |
| Process: 3271 ExecStartPre=/bin/bash -c export -p > /run/origin-node-env (code=exited, status=0/SUCCESS) | |
| Main PID: 3272 (runc) | |
| Tasks: 32 (limit: 4915) | |
| Memory: 3.7M | |
| CPU: 7.760s | |
| CGroup: /system.slice/origin-node.service | |
| └─3272 /usr/bin/runc --systemd-cgroup run origin-node | |
| Jul 27 16:37:26 master.example.org origin-node[3272]: set -o allexport | |
| Jul 27 16:37:26 master.example.org origin-node[3272]: source /etc/origin/master/master.env | |
| Jul 27 16:37:26 master.example.org origin-node[3272]: fi | |
| Jul 27 16:37:26 master.example.org origin-node[3272]: exec openshift start master api --config=/etc/origin/master/master-config.yaml --loglevel=${DEBUG_LOGLEVEL:-2} | |
| Jul 27 16:37:26 master.example.org origin-node[3272]: ] WorkingDir: Ports:[] EnvFrom:[] Env:[] Resources:{Limits:map[] Requests:map[]} VolumeMounts:[{Name:master-config ReadOnly:false MountPath:/etc/origin/master/ SubPath: MountPropagation:<nil>} {Name:master-cloud-provider ReadOnly:false MountPath:/etc/origin/cloudprovider/ SubPath: MountPropagation:<nil>} {Name:master-data ReadOnly:false MountPath:/var/lib/origin/ SubPath: MountPropagation:<nil>}] VolumeDevices:[] LivenessProbe:&Probe{Handler:Handler{Exec:nil,HTTPGet:&HTTPGetAction{Path:healthz,Port:8443,Host:,Scheme:HTTPS,HTTPHeaders:[],},TCPSocket:nil,},InitialDelaySeconds:45,TimeoutSeconds:10,PeriodSeconds:10,SuccessThreshold:1,FailureThreshold:3,} ReadinessProbe:&Probe{Handler:Handler{Exec:nil,HTTPGet:&HTTPGetAction{Path:healthz/ready,Port:8443,Host:,Scheme:HTTPS,HTTPHeaders:[],},TCPSocket:nil,},InitialDelaySeconds:10,TimeoutSeconds:10,PeriodSeconds:10,SuccessThreshold:1,FailureThreshold:3,} Lifecycle:nil TerminationMessagePath:/dev/termination-log TerminationMessagePolicy:File ImagePullPolicy:IfNotPresent SecurityContext:&SecurityContext{Capabilities:nil,Privileged:*true,SELinuxOptions:nil,RunAsUser:nil,RunAsNonRoot:nil,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:nil,RunAsGroup:nil,} Stdin:false StdinOnce:false TTY:false} is dead, but RestartPolicy says that we should restart it. | |
| Jul 27 16:37:26 master.example.org origin-node[3272]: I0727 16:37:26.446678 3283 kuberuntime_manager.go:757] checking backoff for container "api" in pod "master-api-master.example.org_kube-system(9ca23c5815da8ed1d3dca61d87e1f6ab)" | |
| Jul 27 16:37:26 master.example.org origin-node[3272]: I0727 16:37:26.446891 3283 kuberuntime_manager.go:767] Back-off 5m0s restarting failed container=api pod=master-api-master.example.org_kube-system(9ca23c5815da8ed1d3dca61d87e1f6ab) | |
| Jul 27 16:37:26 master.example.org origin-node[3272]: E0727 16:37:26.446950 3283 pod_workers.go:186] Error syncing pod 9ca23c5815da8ed1d3dca61d87e1f6ab ("master-api-master.example.org_kube-system(9ca23c5815da8ed1d3dca61d87e1f6ab)"), skipping: failed to "StartContainer" for "api" with CrashLoopBackOff: "Back-off 5m0s restarting failed container=api pod=master-api-master.example.org_kube-system(9ca23c5815da8ed1d3dca61d87e1f6ab)" | |
| Jul 27 16:37:27 master.example.org origin-node[3272]: W0727 16:37:27.271608 3283 cni.go:171] Unable to update cni config: No networks found in /etc/cni/net.d | |
| Jul 27 16:37:27 master.example.org origin-node[3272]: E0727 16:37:27.271943 3283 kubelet.go:2143] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment