Skip to content

Commit c7f629d

Browse files
authored
chore: openshift: add step for creating ImageStream (#1221)
* chore: openshift: add step for creating ImageStream * fixup!
1 parent daa2653 commit c7f629d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

setup/kubernetes/openshift.md

+12
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,18 @@ spec:
183183
name: "enterprise-base:latest"
184184
```
185185

186+
This will automatically create a `Build` for the image.
187+
For the moment, it will remain in the "New" status.
188+
189+
Finally, create an `ImageStream` that references the `ImageStreamTag`
190+
from the `BuildConfig` above:
191+
192+
```console
193+
oc create imagestream enterprise-base
194+
```
195+
196+
The `Build` created from the previous step should begin automatically.
197+
186198
When creating workspaces,
187199
[configure Coder to connect to the internal OpenShift registry](../../admin/registries/index.md)
188200
and use the base image you just created.

0 commit comments

Comments
 (0)