Finishing Doc Skeleton

This commit is contained in:
Mark Bishop
2018-04-20 10:10:51 -07:00
committed by Denise
parent 41d3de179a
commit ff5fca8e3f
36 changed files with 527 additions and 41 deletions
+32
View File
@@ -0,0 +1,32 @@
---
title: Rancher Architecture
draft: true
tags: [ "install" ]
layout: list
categories:
- "rancher"
---
# Rancher Architecture
Coming Soon
## Docker
Coming Soon
## Kubernetes
Coming Soon
### Master Components
Coming Soon
### Node Components
Coming Soon
### Rancher
Coming Soon
+53
View File
@@ -0,0 +1,53 @@
---
title: Clusters
draft: true
layout: list
---
# Clusters
Coming Soon
## What's a Cluster?
Coming Soon
## Cluster Creation
Coming Soon
### Node Components
Coming Soon
#### etcd Requirements
Coming Soon
#### Control Requirements
Coming Soon
#### Worker Requirements and Best Practices
Coming Soon
### Cluster Providers
Coming Soon
#### RKE
Coming Soon
#### Cloud Cluster
Coming Soon
#### Import
Coming Soon
### Kubeconfig File
Coming Soon
@@ -0,0 +1,53 @@
---
title: Global Configuration
draft: true
layout: list
---
# Global Configuration
Coming Soon
## Authentication
Coming Soon
### External vs. Local Authentication
Coming Soon
## Users and Roles
Coming Soon
### Default Roles
Coming Soon
### Custom Roles
Coming Soon
### Membership
Coming Soon
## Rancher Server URL
Coming Soon
## Pod Security Policies
Coming Soon
### Best Practice: Set Pod Security as Cluster Level
Coming Soon
## Node Drivers
Coming Soon
## Node Templates
Coming Soon
+39
View File
@@ -0,0 +1,39 @@
---
title: Rancher Overview
draft: true
layout: single
---
# Rancher Overview
Coming Soon
## What's Rancher?
Coming Soon
## What's New?
Coming Soon
## Why Rancher?
Coming Soon
### Ease of Use
Coming Soon
### RKE
Coming Soon
### Projects
Coming Soon
### Authentication
Coming Soon
### Access Control
+25
View File
@@ -0,0 +1,25 @@
---
title: Projects
draft: true
layout: list
---
# Projects
Coming Soon
## What's a Project?
Coming Soon
### Authorization
Coming Soon
### Pod Security Policies
Coming Soon
## Namespaces
Coming Soon
+25
View File
@@ -0,0 +1,25 @@
---
title: Resources
draft: true
layout: list
---
# Resources
Coming Soon
## Certificates
Coming Soon
## Configuration Maps
Coming Soon
## Registries
Coming Soon
## Secrets
Coming Soon
+17
View File
@@ -0,0 +1,17 @@
---
title: Storage
draft: true
layout: list
---
# Storage
Coming Soon
## Persistent Volumes
Coming Soon
## Storage Classes
Coming Soon
View File
+17
View File
@@ -0,0 +1,17 @@
---
title: Workloads
draft: true
layout: list
---
# Workloads
Coming Soon
## Workload Types
Coming Soon
## Service Types
Coming Soon
+5
View File
@@ -0,0 +1,5 @@
---
title: Installation
layout: single
weight:
---
@@ -0,0 +1,8 @@
---
title: Installation Objectives
layout: single
weight:
---
# Installation Objectives
Coming Soon
@@ -0,0 +1,12 @@
---
title: High-Availability Installation
draft: true
tags: [ "install" ]
layout: list
categories:
- "rancher"
---
# High-Availability Installation (a.k.a. Multi-Node Installation)
## Installing Using RKE
@@ -1,13 +0,0 @@
---
title: Multi-Node Installation
draft: true
tags: [ "tag", "tag", "tag", "tag" ]
layout: single-left
categories:
- ""
- ""
---
# Multi-Node Installation
## Part 1: Launch Using RKE
@@ -0,0 +1,16 @@
---
title: Single Node Installation
draft: true
tags: [ "install" ]
layout: list
categories:
- "rancher"
---
# Single-Node Installation
## Option 1: Single Container Install
## Option 2: Single Container Install with etcd
## Option 3: Local Cluster Install
@@ -1,28 +0,0 @@
---
title: Single Node Installation
draft: true
tags: [ "tag", "tag", "tag", "tag" ]
layout: single-left
categories:
- ""
- ""
---
# Single Container Install
{{< prereq_install >}}
## To Install Rancher Server
Install {{< product >}} by connecting to your Linux host and running the single container installation command.
1. Log in to your Linux host using your preferred shell, such as PuTTy or a remote Terminal connection.
2. From your shell, enter the following command:
```
$ sudo docker run -d --restart=unless-stopped -p 80:80 -p 443:443 rancher/server
```
>**Tip:** You can install different versions of {{< product >}} Server by using different [Server Tags](../../server-tags/).
**Result:** Rancher is installed.
@@ -0,0 +1,16 @@
---
title: Adding a Node
layout: single
---
# Adding a Node
Coming Soon
## By Node/Cloud Provider
Coming Soon
## By Custom
Coming Soon
@@ -0,0 +1,7 @@
---
title: Adding Alerts
layout: single
---
# Adding Alerts
Coming Soon
@@ -0,0 +1,7 @@
---
title: Adding/Managing Cluster Members
layout: single
---
# Adding/Managing Cluster Members
Coming Soon
@@ -0,0 +1,7 @@
---
title: Adding Notifiers
layout: single
---
# Adding Notifiers
Coming Soon
@@ -0,0 +1,16 @@
---
title: Adding Storage
layout: single
---
# Adding Storage
Coming Soon
## Adding Persistent Volumes
Coming Soon
##Adding Storage Classes
Coming Soon
@@ -0,0 +1,7 @@
---
title: Adding Users to a Cluster
layout: single
---
# Adding Users to a Cluster
Coming Soon
@@ -0,0 +1,7 @@
---
title: Enabling Cluster Logging
layout: single
---
# Enabling Cluster Logging
Coming Soon
@@ -0,0 +1,7 @@
---
title: Enabling Pipelines for Projects
layout: single
---
#Enabling Pipelines for Projects
Coming Soon
@@ -0,0 +1,15 @@
---
title: Using kubectl to Access a Cluster
layout: single
---
# Using kubectl to Access a Cluster
Coming Soon
## Using kubectl Shell
Coming Soon
## Configuring My kubectl
Coming Soon
@@ -1,3 +1,8 @@
---
title: Roles
layout: single
---
# Roles
While _users_ determine who can log into Rancher, _roles_ determine which Kubernetes API endpoints and Rancher roles that a user can access after login. In other words, roles determine the user's _permissions_ when using Rancher.
+17
View File
@@ -0,0 +1,17 @@
---
title: Miscellaneous
layout: single
weight:
---
# Miscellaneous
Coming Soon
## Deleting a Node Template
Coming Soon
## Creating an API Key
Coming Soon
+32
View File
@@ -0,0 +1,32 @@
---
title: Pipelines
layout: single
weight:
---
# Pipelines
Coming Soon
## Creating CI Pipelines
Coming Soon
## Creating a New Stage
Coming Soon
## Creating a New Step
Coming Soon
### Adding a Build Script
Coming Soon
### Publishing an Image
Coming Soon
## Importing a Pipeline From YAML
Coming Soon
+46
View File
@@ -0,0 +1,46 @@
---
title: Projects
layout: single
weight:
---
# Projects
Coming Soon
## Creating a Project
Coming Soon
## Switching Projects
Coming Soon
## Adding / Managing Project Members
Coming Soon
## Adding SSL Certificates
Coming Soon
## Adding Configuration Maps
Coming Soon
## Enabling Project Logging
Coming Soon
## Adding Project Alerts
Coming Soon
## Using Private Registries
Coming Soon
## Adding a Secret
Coming Soon
<!-- ## Launching a Catalog App -->
+36
View File
@@ -0,0 +1,36 @@
---
title: Workloads
layout: single
weight:
---
# Workloads
Coming Soon
## Deploying Workloads
Coming Soon
## Upgrading Workloads
Coming Soon
## Rolling Back Workloads
Coming Soon
## Adding a Sidecar
Coming Soon
## Adding Ingress
Coming Soon
## Adding a DNS Record
Coming Soon
## Adding a Persisten Volume Claim
Coming Soon