We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daa2653 commit c7f629dCopy full SHA for c7f629d
setup/kubernetes/openshift.md
@@ -183,6 +183,18 @@ spec:
183
name: "enterprise-base:latest"
184
```
185
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
198
When creating workspaces,
199
[configure Coder to connect to the internal OpenShift registry](../../admin/registries/index.md)
200
and use the base image you just created.
0 commit comments