Progress on exercise 3.
This commit is contained in:
@ -98,6 +98,37 @@ Red Hat Developer Hub is an Internal Developer Portal (IDP) based on the upstrea
|
|||||||
We'll also install the Red Hat Developer Hub using the `oc` cli in our terminal. Run the commands below in your terminal session to create the required `Namespace` and `Subscription` resources which will trigger the operator installation.
|
We'll also install the Red Hat Developer Hub using the `oc` cli in our terminal. Run the commands below in your terminal session to create the required `Namespace` and `Subscription` resources which will trigger the operator installation.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
cat << EOF | oc apply --filename -
|
||||||
|
---
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
name: rhdh-operator
|
||||||
|
spec:
|
||||||
|
finalizers:
|
||||||
|
- kubernetes
|
||||||
|
|
||||||
|
---
|
||||||
|
apiVersion: operators.coreos.com/v1alpha1
|
||||||
|
kind: Subscription
|
||||||
|
metadata:
|
||||||
|
name: rhdh
|
||||||
|
namespace: rhdh-operator
|
||||||
|
spec:
|
||||||
|
channel: fast
|
||||||
|
installPlanApproval: Automatic
|
||||||
|
name: rhdh
|
||||||
|
source: cs-redhat-operator-index
|
||||||
|
sourceNamespace: openshift-marketplace
|
||||||
|
startingCSV: rhdh-operator.v1.1.1
|
||||||
|
EOF
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you check back on your web console, after a short wait the **Red Hat Developer Hub** operator should now show as `✅ Succeeded`.
|
||||||
|
|
||||||
|
<Zoom>
|
||||||
|
| |
|
||||||
|
|:-----------------------------------------------------------------------------:|
|
||||||
|
| *List of installed operators* |
|
||||||
|
</Zoom>
|
||||||
|
|
||||||
|
|||||||
BIN
public/static/images/compliance/installed-operators-2.png
Normal file
BIN
public/static/images/compliance/installed-operators-2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 314 KiB |
Reference in New Issue
Block a user