Which command requests a new build for an application?

Prepare for the Red Hat OpenShift Developer II DO288 Exam with our quizzes. Study with flashcards and multiple choice questions, each with hints and explanations. Get ready for your certification!

Multiple Choice

Which command requests a new build for an application?

Explanation:
To request a new build for an application, you trigger the BuildConfig with the start-build command and specify the BuildConfig (application) name. BuildConfigs define how to build the app; starting a build tells OpenShift to run that process again using the current source and configuration. The other options serve different purposes: creating a new BuildConfig with new-build, or using a non-existent trigger-build command. So the correct approach is to run the build trigger command followed by the application’s BuildConfig name.

To request a new build for an application, you trigger the BuildConfig with the start-build command and specify the BuildConfig (application) name. BuildConfigs define how to build the app; starting a build tells OpenShift to run that process again using the current source and configuration. The other options serve different purposes: creating a new BuildConfig with new-build, or using a non-existent trigger-build command. So the correct approach is to run the build trigger command followed by the application’s BuildConfig name.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy