Begin writing excercise 3.

This commit is contained in:
2024-05-27 02:55:14 +12:00
parent 7dc75b5106
commit 0248e74d55
2 changed files with 115 additions and 2 deletions

View File

@ -1,5 +1,5 @@
---
title: Understanding the workshop environment
title: Installing the windows machine config operator
exercise: 2
date: '2024-05-26'
tags: ['openshift','windows','kubernetes','containers']
@ -11,7 +11,7 @@ summary: "Preparing our cluster for windows machines."
In this first hands on excercise we will prepare our cluster for running Windows nodes by installing an operator and configuring it.
[[https://docs.openshift.com/container-platform/4.15/operators/index.html][Operators]] are among the most important components of OpenShift Container Platform. Operators are the preferred method of packaging, deploying, and managing additional cluster services or application.
[Operatps](https://docs.openshift.com/container-platform/4.15/operators/index.html) are among the most important components of OpenShift Container Platform. Operators are the preferred method of packaging, deploying, and managing additional cluster services or application.
To install Operators on OpenShift we use Operator Hub. A simplistic way of thinking about Operator Hub is as the "App Store" for your OpenShift cluster.