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:
committed by
openshift-cherrypick-robot
parent
b7ada294ef
commit
d891f0913a
@@ -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
|
||||
|
||||
BIN
images/microshift_ovn_topology.png
Normal file
BIN
images/microshift_ovn_topology.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 298 KiB |
1
microshift_running_apps/_attributes
Symbolic link
1
microshift_running_apps/_attributes
Symbolic link
@@ -0,0 +1 @@
|
||||
../_attributes
|
||||
1
microshift_running_apps/images
Symbolic link
1
microshift_running_apps/images
Symbolic link
@@ -0,0 +1 @@
|
||||
../images
|
||||
13
microshift_running_apps/microshift-operators.adoc
Normal file
13
microshift_running_apps/microshift-operators.adoc
Normal 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]
|
||||
1
microshift_running_apps/modules
Symbolic link
1
microshift_running_apps/modules
Symbolic link
@@ -0,0 +1 @@
|
||||
../modules
|
||||
1
microshift_running_apps/snippets
Symbolic link
1
microshift_running_apps/snippets
Symbolic link
@@ -0,0 +1 @@
|
||||
../snippets/
|
||||
15
modules/microshift-deploying-operators.adoc
Normal file
15
modules/microshift-deploying-operators.adoc
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user