build
build copied to clipboard
A Kubernetes-native Build resource.
Hello, I try to build this sample on minikube : https://github.com/knative/build/blob/master/test/git-source/1-branch.yaml I am getting this Error from server (BadRequest): container "nop" in pod "test-git-branch-pod-92a9 49" is waiting to start: PodInitializing...
From https://github.com/knative/docs/blob/master/community/WORKING-GROUPS.md when I try to go to the Build WG's meeting link: https://calendar.google.com/event?action=TEMPLATE&tmeid=MTBkb3MwYnVrbDd0djE0a2kzcmpmbjZndm9fMjAxODA5MTJUMTcwMDAwWiBqYXNvbmhhbGxAZ29vZ2xlLmNvbQ&tmsrc=jasonhall%40google.com&scp=ALL I see other Knative meetings on there but not build's. It could be me though, sometimes...
build webhook pod reports "webhook.build.knative.dev" is forbidden: cannot set blockOwnerDeletion"
## Expected Behavior Knative build pod should start without error ## Actual Behavior When the Knative build of webhoek starts then it generates this error ``` {"level":"error","logger":"webhook","caller":"webhook/webhook.go:294","msg":"Failed to register webhook{error...
This is a feature request to have Build use "normal" Pod containers for Step execution instead of the current implementation which uses init containers. ## Reasoning - Currently getting logs...
## Expected Behavior "kubectl apply -f build.yaml" run without error ## Actual Behavior Got error: unable to recognize "build.yaml": no matches for kind "Image" in version "caching.internal.knative.dev/v1alpha1" ## Steps to...
/kind feature /kind question /area API I'd like to start a build from a set of files on a Kubernetes volume, but I see there's no oob support for that....
/kind feature /area API As alternative for the same use case in #505, it may be helpful to provide a http based build source, to allow the user to provide...
## Expected Behavior Followed the tutorial at https://goo.gl/8pwiDF , and executed the build for : ``` apiVersion: build.knative.dev/v1alpha1 kind: Build metadata: name: example-build spec: source: git: url: "https://github.com/knative/docs.git" revision: "v0.1.x"...
I have seen that NodeSelector and Affinity are supported in build spec. If i want pods to be deployed on dedicated nodes for build, i will try to use NodeSelector,...
When service account name specified in manifest for Build doesn't exist provide a friendly error message that helps with troubleshooting. Currently the build just doesn't run, No pods spun up....