Skip to content

Instantly share code, notes, and snippets.

@pmuir
Created May 10, 2019 11:26
Show Gist options
  • Save pmuir/a4986e4d52a8ffd9bc84180c7c795113 to your computer and use it in GitHub Desktop.
Save pmuir/a4986e4d52a8ffd9bc84180c7c795113 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
creationTimestamp: 2019-05-10T11:05:06Z
generateName: tekton-pipelines-controller-785fcbdbdb-
labels:
app: tekton-pipelines-controller
pod-template-hash: "3419768686"
name: tekton-pipelines-controller-785fcbdbdb-vmjr4
namespace: jx
ownerReferences:
- apiVersion: apps/v1
blockOwnerDeletion: true
controller: true
kind: ReplicaSet
name: tekton-pipelines-controller-785fcbdbdb
uid: 77fad85a-7313-11e9-91a3-42010af0016e
resourceVersion: "1372"
selfLink: /api/v1/namespaces/jx/pods/tekton-pipelines-controller-785fcbdbdb-vmjr4
uid: 78192d28-7313-11e9-91a3-42010af0016e
spec:
containers:
- args:
- -logtostderr
- -stderrthreshold
- INFO
- -kubeconfig-writer-image
- gcr.io/gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/kubeconfigwriter:v0.3.1
- -creds-image
- gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/creds-init:v0.3.1
- -git-image
- gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:v0.3.1
- -nop-image
- gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/nop:v0.3.1
- -bash-noop-image
- gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/bash:v0.3.1
- -gsutil-image
- gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/gsutil:v0.3.1
- -entrypoint-image
- gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/entrypoint:v0.3.1
- -namespace
- jx
env:
- name: SYSTEM_NAMESPACE
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
image: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/controller:v0.3.1
imagePullPolicy: IfNotPresent
name: tekton-pipelines
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /etc/config-logging
name: config-logging
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
name: tekton-pipelines-token-xxmr7
readOnly: true
dnsPolicy: ClusterFirst
nodeName: gke-pr-256-42-tekton-gke-default-pool-6757fabb-6kwt
priority: 0
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
serviceAccount: tekton-pipelines
serviceAccountName: tekton-pipelines
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:
- configMap:
defaultMode: 420
name: config-logging
name: config-logging
- name: tekton-pipelines-token-xxmr7
secret:
defaultMode: 420
secretName: tekton-pipelines-token-xxmr7
status:
conditions:
- lastProbeTime: null
lastTransitionTime: 2019-05-10T11:05:06Z
status: "True"
type: Initialized
- lastProbeTime: null
lastTransitionTime: 2019-05-10T11:05:11Z
status: "True"
type: Ready
- lastProbeTime: null
lastTransitionTime: null
status: "True"
type: ContainersReady
- lastProbeTime: null
lastTransitionTime: 2019-05-10T11:05:06Z
status: "True"
type: PodScheduled
containerStatuses:
- containerID: docker://045d42a31f3ba26d2d6a3bcb4640ae57ac993efb1746ef2039023a1175ee1983
image: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/controller:v0.3.1
imageID: docker-pullable://gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/controller@sha256:85b932024e07dc2538dece0d979fc0030211600e07ff6fb18935cd7a6
b56bad6
lastState: {}
name: tekton-pipelines
ready: true
restartCount: 0
state:
running:
startedAt: 2019-05-10T11:05:10Z
hostIP: 10.132.0.55
phase: Running
podIP: 10.28.1.6
qosClass: BestEffort
startTime: 2019-05-10T11:05:06Z
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment