Skip to content

Instantly share code, notes, and snippets.

@cmoulliard
Created October 23, 2019 13:34
Show Gist options
  • Save cmoulliard/28cede49e8a2ea69531aa814ded10307 to your computer and use it in GitHub Desktop.
Save cmoulliard/28cede49e8a2ea69531aa814ded10307 to your computer and use it in GitHub Desktop.
kc get sa/build-bot
NAME SECRETS AGE
build-bot 2 5h
kc get tasks
NAME AGE
s2i-buildah-push 5h
kc describe taskrun/fruit-backend-sb
Name: fruit-backend-sb
Namespace: test
Labels: build=fruit-backend-sb
component_cr=fruit-backend-sb
tekton.dev/task=s2i-buildah-push
Annotations: <none>
API Version: tekton.dev/v1alpha1
Kind: TaskRun
Metadata:
Creation Timestamp: 2019-10-23T07:54:52Z
Generation: 1
Owner References:
API Version: halkyon.io/v1beta1
Block Owner Deletion: true
Controller: true
Kind: Component
Name: fruit-backend-sb
UID: e668ae6f-f569-11e9-9883-96000033d70f
Resource Version: 91292
Self Link: /apis/tekton.dev/v1alpha1/namespaces/test/taskruns/fruit-backend-sb
UID: 65600794-f56a-11e9-9883-96000033d70f
Spec:
Inputs:
Params:
Name: baseImage
Value: quay.io/halkyonio/spring-boot-maven-s2i
Name: moduleDirName
Value: fruit-backend-sb
Name: contextPath
Value: demo/
Resources:
Name: git
Resource Ref:
Resource Spec:
Params:
Name: revision
Value: master
Name: url
Value: https://github.com/halkyonio/operator.git
Type: git
Outputs:
Resources:
Name: image
Resource Ref:
Resource Spec:
Params:
Name: url
Value: docker-registry.default.svc:5000/test/fruit-backend-sb
Type: image
Service Account: build-bot
Task Ref:
Kind: Task
Name: s2i-buildah-push
Timeout: 1h0m0s
Status:
Conditions:
Last Transition Time: 2019-10-23T07:54:52Z
Message: Missing or invalid Task test/s2i-buildah-push: translating Build to Pod: serviceaccounts "build-bot" not found
Reason: CouldntGetTask
Status: False
Type: Succeeded
Pod Name:
Start Time: 2019-10-23T07:54:52Z
Events: <none>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment