mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-12 12:07:20 +00:00
fixing the headings I missed
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
title: Concepts
|
||||
weight: 2000
|
||||
---
|
||||
# Concepts
|
||||
|
||||
This section describes the different features in Rancher, the ideas behind them, and how they work.
|
||||
|
||||
Choose a concept from the side-menu to start learning about Rancher!
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
---
|
||||
title: Alerts and Notifiers
|
||||
weight: 2300
|
||||
draft: true
|
||||
---
|
||||
|
||||
@@ -2,9 +2,6 @@
|
||||
title: Global Configuration
|
||||
weight: 2075
|
||||
---
|
||||
|
||||
# Global Configuration
|
||||
|
||||
After installing Rancher 2.0, you should configure it to support your users and environment. This section describes the global configurations you should make after installation.
|
||||
|
||||
# Authentication
|
||||
|
||||
@@ -3,6 +3,3 @@ title: Logging
|
||||
weight: 2325
|
||||
draft: true
|
||||
---
|
||||
# Logging
|
||||
|
||||
Coming Soon!
|
||||
|
||||
@@ -2,9 +2,6 @@
|
||||
title: Projects
|
||||
weight: 2150
|
||||
---
|
||||
|
||||
# Projects
|
||||
|
||||
## What's a Project?
|
||||
|
||||
Project is a new concept introduced by Rancher. It is not a native Kubernetes construct. A project captures a set of policies for a set of namespaces. A user can be assigned a specific role in a project. A role can be owner, member, read-only, or custom. Policies include Kubernetes Role-Based Access Control (RBAC) policies and pod security policies. Rancher 2.0 also implements a canned network policy that isolates containers in different projects. Future versions of Rancher will implement more flexible network policies.
|
||||
|
||||
@@ -3,9 +3,6 @@ title: Resources
|
||||
weight: 2275
|
||||
draft: true
|
||||
---
|
||||
|
||||
# Resources
|
||||
|
||||
Coming Soon
|
||||
|
||||
## Certificates
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Service Discovery
|
||||
weight: 2200
|
||||
draft: true
|
||||
---
|
||||
# Service Discovery
|
||||
|
||||
@@ -3,9 +3,6 @@ title: Storage
|
||||
weight: 2125
|
||||
draft: true
|
||||
---
|
||||
|
||||
# Storage
|
||||
|
||||
Coming Soon
|
||||
|
||||
## Persistent Volumes
|
||||
|
||||
@@ -2,9 +2,6 @@
|
||||
title: Users and Roles
|
||||
weight:
|
||||
---
|
||||
|
||||
# Users and Roles
|
||||
|
||||
Every user in {{< product >}} is assigned a _role_, which is a set of permissions that determine what Kubernetes API endpoints that the user can access. Let's use this metaphor: a user account is like getting access to an entire office building; however, the user's role determine what rooms the user can access within the building.
|
||||
|
||||
Within {{< product >}} there are two types of user roles:
|
||||
|
||||
@@ -3,9 +3,6 @@ title: Workloads
|
||||
weight: 2175
|
||||
draft: true
|
||||
---
|
||||
|
||||
# Workloads
|
||||
|
||||
You can build any complex workload in Kubernetes using two basic constructs: pods and controllers.
|
||||
|
||||
## Workload Types
|
||||
|
||||
+2
-1
@@ -1,5 +1,6 @@
|
||||
---
|
||||
shortTitle: Creating an Azure Cluster
|
||||
title: Creating an Azure Cluster
|
||||
shortTitle: Azure
|
||||
weight: 3300
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user