1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

OSDOCS-4444: adding Running Apps book and operators content to MicroShift

This commit is contained in:
Shauna Diaz
2023-02-07 11:11:35 -05:00
committed by openshift-cherrypick-robot
parent b7ada294ef
commit d891f0913a
8 changed files with 40 additions and 1 deletions

View File

@@ -38,7 +38,7 @@ Topics:
- Name: MicroShift 4.13 release notes
File: microshift-4-13-release-notes
---
Name: Getting Started
Name: Getting started
Dir: microshift_getting_started
Distros: microshift
Topics:
@@ -145,6 +145,13 @@ Topics:
File: expanding-persistent-volumes-microshift
- Name: Dynamic provisioning for MicroShift
File: dynamic-provisioning-microshift
---
Name: Running applications
Dir: microshift_running_apps
Distros: microshift
Topics:
- Name: Running applications
File: microshift-operators
# ---
# Name: Networking
# Dir: networking

Binary file not shown.

After

Width:  |  Height:  |  Size: 298 KiB

View File

@@ -0,0 +1 @@
../_attributes

View File

@@ -0,0 +1 @@
../images

View File

@@ -0,0 +1,13 @@
:_content-type: ASSEMBLY
[id="operators-with-microshift"]
= Using Operators
include::_attributes/attributes-microshift.adoc[]
:context: operators-microshift
toc::[]
Operators integrate with Kubernetes APIs and CLI tools such as `kubectl` and `oc`. Operators provide the means to manage applications and their resources, such as deploying a database or message bus. To minimize the footprint of {product-title}, Operators are installed directly with manifests instead of through the Operator Lifecycle Manager (OLM).
Operators offer a more granular configuration experience. You configure each component by modifying the API that the Operator exposes instead of modifying a global configuration file. {product-title} applications are generally deployed in static environments, but Operators are available for you to use.
include::modules/microshift-deploying-operators.adoc[leveloffset=+1]

View File

@@ -0,0 +1 @@
../modules

View File

@@ -0,0 +1 @@
../snippets/

View File

@@ -0,0 +1,15 @@
// Module included in the following assemblies:
//
// * microshift_operators/microshift-deploying-operators.adoc
:_content-type: PROCEDURE
[id="microshift-deploying-operators_{context}"]
= Deploying Operators using manifests
You can use Operators with {product-title} to create applications that monitor the running services in the cluster. Operators are designed specifically for your applications. These customized pieces of software running inside your cluster can be used to implement and automate common operations.
//add examples
//.Procedure
//adding operators with manifests