Commit c4708cde authored by Kostis Trantzas's avatar Kostis Trantzas
Browse files

fix for #9:

- Uniform Intended Audience in respective sections
- typo fixes
parent b4511fb8
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
# OpenSlice deployment examples
# OpenSlice Deployment Examples


Here are some examples from past and current efforts that use OpenSlice in various cases.
Here are some examples from past and current efforts that use OpenSlice in various cases.


+1 −1
Original line number Original line Diff line number Diff line


# CRIDGE: A Service to manage Custom Resources in a Kubernetes Cluster
# CRIDGE: A Service to manage Custom Resources in a Kubernetes Cluster


## Intended Audience: OSL developers
**Intended Audience: OpenSlice Developers**
 
 
 >  Kubernetes is an orchestration system for automating software deployment, scaling, and management. One can interact though the Kubernetes API and it has a set of objects ready for use out of the box. Custom Resource Definitions (CRDs) is a way that allows to manage things other than Kubernetes itself and allows to create our own objects The use of CRDs makes the possibilities of Kubernetes management almost limitless. You can extend the base Kubernetes API with any object you like using CRDs.
 >  Kubernetes is an orchestration system for automating software deployment, scaling, and management. One can interact though the Kubernetes API and it has a set of objects ready for use out of the box. Custom Resource Definitions (CRDs) is a way that allows to manage things other than Kubernetes itself and allows to create our own objects The use of CRDs makes the possibilities of Kubernetes management almost limitless. You can extend the base Kubernetes API with any object you like using CRDs.
 
 
+1 −1
Original line number Original line Diff line number Diff line
# Configuring and managing OpenSlice
# Configuring and managing OpenSlice


## Intended Audience: OpenSlice administrators
**Intended Audience: OpenSlice Administrators**


This section provides information on how to configure and manage different aspect of OpenSlice while in operation. For example:
This section provides information on how to configure and manage different aspect of OpenSlice while in operation. For example:


+2 −2
Original line number Original line Diff line number Diff line
# OpenSlice Deployment
# OpenSlice Deployment


This section is meant to guide the user through the installation of OpenSlice. 
**Intended Audience: OpenSlice Administrators**


## Intended Audience: OpenSlice administrators
This section is meant to guide the user through the installation of OpenSlice. 


Following, you may thorough guides depending on the installation type of your choice:
Following, you may thorough guides depending on the installation type of your choice:


+1 −1
Original line number Original line Diff line number Diff line
# OpenSlice Deployment Guide with Docker Compose
# OpenSlice Deployment Guide with Docker Compose


## Intended Audience: OpenSlice administrators
**Intended Audience: OpenSlice Administrators**


## Requirements
## Requirements


Loading