|
| 1 | +{ |
| 2 | + "apiVersion": "v1", |
| 3 | + "kind": "Pod", |
| 4 | + "metadata": {}, |
| 5 | + "items": [{ |
| 6 | + "metadata": { |
| 7 | + "annotations": { |
| 8 | + "prometheus.io/path": "/api/v1/metrics/prometheus", |
| 9 | + "prometheus.io/port": "2020", |
| 10 | + "prometheus.io/scrape": "true" |
| 11 | + }, |
| 12 | + "creationTimestamp": "2019-04-03T09:29:00Z", |
| 13 | + "labels": { |
| 14 | + "app.kubernetes.io/name": "fluent-bit" |
| 15 | + }, |
| 16 | + "name": "use-kubelet-enabled-pod", |
| 17 | + "namespace": "options", |
| 18 | + "resourceVersion": "74466568", |
| 19 | + "selfLink": "/api/v1/namespaces/core/pods/base", |
| 20 | + "uid": "e9f2963f-55f2-11e9-84c5-02e422b8a84a" |
| 21 | + }, |
| 22 | + "spec": { |
| 23 | + "containers": [{ |
| 24 | + "image": "fluent/fluent-bit", |
| 25 | + "imagePullPolicy": "Always", |
| 26 | + "name": "fluent-bit", |
| 27 | + "resources": {}, |
| 28 | + "stdin": true, |
| 29 | + "stdinOnce": true, |
| 30 | + "terminationMessagePath": "/dev/termination-log", |
| 31 | + "terminationMessagePolicy": "File", |
| 32 | + "tty": true, |
| 33 | + "volumeMounts": [{ |
| 34 | + "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", |
| 35 | + "name": "default-token-9ffht", |
| 36 | + "readOnly": true |
| 37 | + }] |
| 38 | + }], |
| 39 | + "dnsPolicy": "ClusterFirst", |
| 40 | + "nodeName": "ip-10-49-18-80.eu-west-1.compute.internal", |
| 41 | + "restartPolicy": "Never", |
| 42 | + "schedulerName": "default-scheduler", |
| 43 | + "securityContext": {}, |
| 44 | + "serviceAccount": "default", |
| 45 | + "serviceAccountName": "default", |
| 46 | + "terminationGracePeriodSeconds": 30, |
| 47 | + "tolerations": [{ |
| 48 | + "effect": "NoExecute", |
| 49 | + "key": "node.kubernetes.io/not-ready", |
| 50 | + "operator": "Exists", |
| 51 | + "tolerationSeconds": 300 |
| 52 | + }, |
| 53 | + { |
| 54 | + "effect": "NoExecute", |
| 55 | + "key": "node.kubernetes.io/unreachable", |
| 56 | + "operator": "Exists", |
| 57 | + "tolerationSeconds": 300 |
| 58 | + } |
| 59 | + ], |
| 60 | + "volumes": [{ |
| 61 | + "name": "default-token-9ffht", |
| 62 | + "secret": { |
| 63 | + "defaultMode": 420, |
| 64 | + "secretName": "default-token-9ffht" |
| 65 | + } |
| 66 | + }] |
| 67 | + }, |
| 68 | + "status": { |
| 69 | + "conditions": [{ |
| 70 | + "lastProbeTime": null, |
| 71 | + "lastTransitionTime": "2019-04-03T09:29:00Z", |
| 72 | + "status": "True", |
| 73 | + "type": "Initialized" |
| 74 | + }, |
| 75 | + { |
| 76 | + "lastProbeTime": null, |
| 77 | + "lastTransitionTime": "2019-04-03T09:29:06Z", |
| 78 | + "status": "True", |
| 79 | + "type": "Ready" |
| 80 | + }, |
| 81 | + { |
| 82 | + "lastProbeTime": null, |
| 83 | + "lastTransitionTime": "2019-04-03T09:29:00Z", |
| 84 | + "status": "True", |
| 85 | + "type": "PodScheduled" |
| 86 | + } |
| 87 | + ], |
| 88 | + "containerStatuses": [{ |
| 89 | + "containerID": "docker://c9898099f6d235126d564ed38a020007ea7a6fac6e25e718de683c9dd0076c16", |
| 90 | + "image": "fluent/fluent-bit:latest", |
| 91 | + "imageID": "docker-pullable://fluent/fluent-bit@sha256:7ac0fd3569af866e9a6a22eb592744200d2dbe098cf066162453f8d0b06c531f", |
| 92 | + "lastState": {}, |
| 93 | + "name": "fluent-bit", |
| 94 | + "ready": true, |
| 95 | + "restartCount": 0, |
| 96 | + "state": { |
| 97 | + "running": { |
| 98 | + "startedAt": "2019-04-03T09:29:05Z" |
| 99 | + } |
| 100 | + } |
| 101 | + }], |
| 102 | + "hostIP": "10.49.18.80", |
| 103 | + "phase": "Running", |
| 104 | + "podIP": "100.116.192.42", |
| 105 | + "qosClass": "BestEffort", |
| 106 | + "startTime": "2019-04-03T09:29:00Z" |
| 107 | + } |
| 108 | + }] |
| 109 | +} |
0 commit comments