-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
4.12.0, 4.11.z, 4.10.z
-
Moderate
-
None
-
Rejected
-
False
-
This is a follow up on https://bugzilla.redhat.com/show_bug.cgi?id=2095701 Cannot create deployment using DevConsole workflow under airgap infra
Description of problem:
On a disconnected cluster, the samples-operator needs to be configured to link and download the container images from a local image registry.
If this doesn't happen the ImageStreams tags refers non-existing ImageStreamTags / container images. The user an select programming languages and version as "Builder image" that doesn't exist.
The BuildConfig and Deployment can be created but never starts.
See also https://issues.redhat.com/browse/CRW-3044
Version-Release number of selected component (if applicable):
Origin bug was reported on 4.10
How reproducible:
Always, but only on a disconnected cluster without additional samples operator configuration.
Steps to Reproduce:
- Switch to Developer perspective
- Navigate to Add > Samples
- Filter for java and select and create the Java sample
Actual results:
- Deployment and BuildConfig is created, but the application could not start.
- The Build is not started?!
- The application never starts successfully
Expected results:
The "Builder Image version" should not show versions with an error (see ImageStream status) OR show this warning.
Additional info:
The origin issue https://bugzilla.redhat.com/show_bug.cgi?id=2095701 was closed because the sample-operator needs a configuration. The UI should also work fine if the sample-operator is not configured, or fail for any other reason.