Skip to content

Instantly share code, notes, and snippets.

@tulik
Created October 4, 2018 19:02
Show Gist options
  • Save tulik/271995bbcd997ed9896483257185320f to your computer and use it in GitHub Desktop.
Save tulik/271995bbcd997ed9896483257185320f to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
creationTimestamp: 2018-10-04T16:55:29Z
generateName: symfony-blackfire-76b6d644ff-
labels:
app: symfony-blackfire
pod-template-hash: "3262820099"
release: symfony-4-docker-runtime-env
name: symfony-blackfire-76b6d644ff-tj989
namespace: symfony
ownerReferences:
- apiVersion: extensions/v1beta1
blockOwnerDeletion: true
controller: true
kind: ReplicaSet
name: symfony-blackfire-76b6d644ff
uid: 4c34bcef-c7f6-11e8-851f-42010af00256
resourceVersion: "14485932"
selfLink: /api/v1/namespaces/symfony/pods/symfony-blackfire-76b6d644ff-tj989
uid: 4c6d7301-c7f6-11e8-851f-42010af00256
spec:
containers:
- image: blackfire/blackfire:latest
imagePullPolicy: Always
name: symfony-blackfire
ports:
- containerPort: 8707
protocol: TCP
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
name: default-token-bdwwj
readOnly: true
dnsPolicy: ClusterFirst
nodeName: gke-cluster-1-default-pool-34e80234-d274
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
serviceAccount: default
serviceAccountName: default
terminationGracePeriodSeconds: 30
tolerations:
- effect: NoExecute
key: node.kubernetes.io/not-ready
operator: Exists
tolerationSeconds: 300
- effect: NoExecute
key: node.kubernetes.io/unreachable
operator: Exists
tolerationSeconds: 300
volumes:
- name: default-token-bdwwj
secret:
defaultMode: 420
secretName: default-token-bdwwj
status:
conditions:
- lastProbeTime: null
lastTransitionTime: 2018-10-04T16:55:29Z
status: "True"
type: Initialized
- lastProbeTime: null
lastTransitionTime: 2018-10-04T16:55:54Z
message: 'containers with unready status: [symfony-blackfire]'
reason: ContainersNotReady
status: "False"
type: Ready
- lastProbeTime: null
lastTransitionTime: 2018-10-04T16:55:29Z
status: "True"
type: PodScheduled
containerStatuses:
- containerID: docker://da7aed33f6f0b9342f2464777b8cdd3aa942baa6c85fc032bf21f938266fea24
image: blackfire/blackfire:latest
imageID: docker-pullable://blackfire/blackfire@sha256:71edfd7911b58ba7ddefe372fa743106d1aabf6368be9d3dcfba43fc551ad643
lastState:
terminated:
containerID: docker://da7aed33f6f0b9342f2464777b8cdd3aa942baa6c85fc032bf21f938266fea24
exitCode: 1
finishedAt: 2018-10-04T19:00:17Z
reason: Error
startedAt: 2018-10-04T19:00:17Z
name: symfony-blackfire
ready: false
restartCount: 29
state:
waiting:
message: Back-off 5m0s restarting failed container=symfony-blackfire pod=symfony-blackfire-76b6d644ff-tj989_symfony(4c6d7301-c7f6-11e8-851f-42010af00256)
reason: CrashLoopBackOff
hostIP: 10.132.0.2
phase: Running
podIP: 10.44.0.121
qosClass: BestEffort
startTime: 2018-10-04T16:55:29Z
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment