You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.
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.
Expected Behavior
Provide a friendly error message running a build which uses a service account that doesn't exist for troubleshooting
Actual Behavior
Nothing happens when you run kubectl apply -f {build manifest file}
Steps to Reproduce the Problem
Create a Simple build manifest file, use the hello-build sample
Specify serviceAccountName, use account that doesn't exist
Run the build by executing kubectl apply -f {build manifest}
/area api
/kind bug
The text was updated successfully, but these errors were encountered:
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.
Expected Behavior
Provide a friendly error message running a build which uses a service account that doesn't exist for troubleshooting
Actual Behavior
Nothing happens when you run kubectl apply -f {build manifest file}
Steps to Reproduce the Problem
/area api
/kind bug
The text was updated successfully, but these errors were encountered: