-
Notifications
You must be signed in to change notification settings - Fork 32
Description
On OCP 3.11 using the Helm chart to deploy Jenkins s2i-config-jenkins when Jenkins starts up the Kubernetes Plug-In settings are not available or usable until after applying an update and restarting.
After deploying the chart and letting Jenkins spin up from the s2i build:
Navigate to Jenkins -> Manage Jenkins -> Configure System
The "Cloud" section provided by Kubernetes Plugin is not present as expected
Reviewing the Plugins settings show the plug-in listed but it is greyed out with an update available.
Apply updates and let Jenkins restart
Navigate back to the Configure System settings page and the "Cloud" section is now present and populated with the expected information
Preferred behavior would be for the plugin to function after the s2i-build without requiring an update/restart cycle