Progress on exercise 3.
This commit is contained in:
@ -14,6 +14,14 @@ In a broad sense many OpenShift features are added via [Operators](https://www.r
|
|||||||
|
|
||||||
In the previous exercise we mirrored some new operator bundles into our disconnected network. In this exercise we'll install those operators and explore the features they provide us via [Custom Resource Definitions](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources) they provide.
|
In the previous exercise we mirrored some new operator bundles into our disconnected network. In this exercise we'll install those operators and explore the features they provide us via [Custom Resource Definitions](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources) they provide.
|
||||||
|
|
||||||
|
> Note: For some trivia, Red Hat created and open sourced the [Operator Framework](https://github.com/operator-framework), then later contributed the project to the Cloud Native Computing Foundation in 2021, ensuring all organisations can benefit from our experience building and supporting operator driven clusters since ~2016.
|
||||||
|
|
||||||
|
<Zoom>
|
||||||
|
| |
|
||||||
|
|:-----------------------------------------------------------------------------:|
|
||||||
|
| *The Operator Framework* |
|
||||||
|
</Zoom>
|
||||||
|
|
||||||
|
|
||||||
## 3.1 - Installing compliance operator
|
## 3.1 - Installing compliance operator
|
||||||
|
|
||||||
@ -76,4 +84,12 @@ spec:
|
|||||||
EOF
|
EOF
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you check back on your web console, after a short wait the **Advanced Cluser Security for Kubernetes** operator should now show as `✅ Succeeded`.
|
||||||
|
|
||||||
|
<Zoom>
|
||||||
|
| |
|
||||||
|
|:-----------------------------------------------------------------------------:|
|
||||||
|
| *List of installed operators* |
|
||||||
|
</Zoom>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
BIN
public/static/images/compliance/installed-operators-1.png
Normal file
BIN
public/static/images/compliance/installed-operators-1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 257 KiB |
BIN
public/static/images/compliance/operator-framework.png
Normal file
BIN
public/static/images/compliance/operator-framework.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 72 KiB |
Reference in New Issue
Block a user