Skip to content

Commit c8c4b30

Browse files
committed
New Font
1 parent 858916c commit c8c4b30

File tree

5 files changed

+17
-10
lines changed

5 files changed

+17
-10
lines changed

docs/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# IBM Cloud Native Bootcamp
1+
# IBM CE Containers Bootcamp
2+
3+
4+
25

36
## Concepts Covered
47

@@ -10,4 +13,3 @@
1013
- *[Continuous Deployment (CD)](./devops/argocd/index.md)*
1114

1215
## Test your Knowledge
13-
After taking the virtual bootcamp with an instructor from IBM Garage or learning on your own self paced you can take the quizzes and even get a Badge to show off your Cloud Native street cred.

docs/openshift/operators/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# OpenShift Operators
2+
3+
## Overview
4+
Operators and Red Hat OpenShift Container Platform
5+
Red Hat® OpenShift® Operators automate the creation, configuration, and management of instances of Kubernetes-native applications. Operators provide automation at every level of the stack—from managing the parts that make up the platform all the way to applications that are provided as a managed service.
6+
7+
Red Hat OpenShift uses the power of Operators to run the entire platform in an autonomous fashion while exposing configuration natively through Kubernetes objects, allowing for quick installation and frequent, robust updates. In addition to the automation advantages of Operators for managing the platform, Red Hat OpenShift makes it easier to find, install, and manage Operators running on your clusters.
8+
9+
Included in Red Hat OpenShift is the Embedded OperatorHub, a registry of certified Operators from software vendors and open source projects. Within the Embedded OperatorHub you can browse and install a library of Operators that have been verified to work with Red Hat OpenShift and that have been packaged for easy lifecycle management.

docs/openshift/operators/operators.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

mkdocs.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ theme:
2323
logo: images/watson-white-logo.png
2424
favicon: images/watson-white-logo.png
2525
font:
26-
text: IBM Plex Sans
26+
text: IBM Plex Sans Light
2727
plugins:
2828
- search
2929
- git-revision-date-localized:
@@ -101,8 +101,7 @@ nav:
101101
- openshift/state-persistence/index.md
102102
- <div class="sub-section">Volumes</div>: openshift/state-persistence/volumes.md
103103
- <div class="sub-section">Persistent Volumes & Claims</div>: openshift/state-persistence/pv-pvc.md
104-
- <div class="header">Operators</div>:
105-
- openshift/operators/operators.md
104+
- <div class="header">Operators</div>: openshift/operators/index.md
106105

107106
- DevOps/GitOps:
108107
- devops/index.md

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)