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

560 lines
18 KiB
YAML
Raw Normal View History

2018-05-29 11:28:00 +10:00
# This configuration file dictates the organization of the topic groups and
# topics on the main page of the doc site for this branch. Each record
# consists of the following:
#
# --- <= Record delimiter
# Name: Origin of the Species <= Display name of topic group
# Dir: origin_of_the_species <= Directory name of topic group
# Topics:
# - Name: The Majestic Marmoset <= Topic name
# File: the_majestic_marmoset <= Topic file under group dir +/- .adoc
# - Name: The Curious Crocodile <= Topic 2 name
# File: the_curious_crocodile <= Topic 2 file
# - Name: The Numerous Nematodes <= Sub-topic group name
# Dir: the_numerous_nematodes <= Sub-topic group dir
# Topics:
# - Name: The Wily Worm <= Sub-topic name
# File: the_wily_worm <= Sub-topic file under <group dir>/<subtopic dir>
# - Name: The Acrobatic Ascarid <= Sub-topic 2 name
# File: the_acrobatic_ascarid <= Sub-topic 2 file under <group dir>/<subtopic dir>
#
# The ordering of the records in this document determines the ordering of the
# topic groups and topics on the main page.
2018-12-03 13:08:06 +10:00
---
Name: Welcome
Dir: welcome
Distros: openshift-*
Topics:
- Name: Welcome
File: index
2019-02-22 12:35:46 +10:00
#---
#Name: Release notes
#Dir: release_notes
#Distros: openshift-enterprise
#Topics:
#- Name: Comparing OpenShift Container Platform 3 and 4
# File: comparing_3_4
2019-02-19 14:25:06 -05:00
---
Name: Architecture
Dir: architecture
Distros: openshift-*
Topics:
- Name: OpenShift Container Platform architecture
2019-02-19 14:25:06 -05:00
File: architecture
- Name: Abstraction layers and topology
File: architecture-topology
- Name: Installation and update
File: architecture-installation
- Name: Operators in OpenShift Container Platform
File: architecture-operators
- Name: Machine API Overview
File: architecture-machine-api-overview
2019-02-05 16:14:51 -05:00
- Name: Available cluster customizations
File: customizations
2019-02-19 14:25:06 -05:00
---
2019-02-15 15:29:58 -05:00
Name: Web console
Dir: web-console
Distros: openshift-*
Topics:
- Name: Accessing the web console
File: web-console
2019-02-15 15:29:58 -05:00
- Name: Working with projects
File: working-with-projects
---
2019-03-12 17:46:16 -04:00
Name: Installing
Dir: installing
2019-02-19 14:25:06 -05:00
Distros: openshift-origin, openshift-enterprise
Topics:
2019-03-12 17:46:16 -04:00
- Name: Installing on AWS
Dir: installing_aws
Topics:
- Name: Configuring an AWS account
File: installing-aws-account
- Name: Installing a cluster quickly on AWS
File: installing-aws-default
- Name: Installing a cluster on AWS with customizations
File: installing-aws-customizations
- Name: Uninstalling a cluster on AWS
File: uninstalling-cluster-aws
2019-04-04 15:01:58 -04:00
- Name: Installing on bare metal
Dir: installing_bare_metal
Topics:
- Name: Installing a cluster on bare metal
File: installing-bare-metal
2019-02-19 14:25:06 -05:00
---
2019-03-25 12:18:41 -04:00
Name: Updating clusters
Dir: updating
Distros: openshift-origin, openshift-enterprise
Topics:
- Name: Updating a cluster
File: updating-cluster
---
2019-02-19 14:25:06 -05:00
Name: Applications
Dir: applications
Distros: openshift-*
Topics:
- Name: Operators
Dir: operators
Topics:
- Name: What Operators are
File: olm-what-operators-are
- Name: Adding Operators to a cluster
File: olm-adding-operators-to-cluster
Distros: openshift-enterprise,openshift-origin
- Name: Deleting Operators from a cluster
File: olm-deleting-operators-from-cluster
Distros: openshift-enterprise,openshift-origin
2019-02-19 14:25:06 -05:00
- Name: Creating applications from installed Operators
File: olm-creating-apps-from-installed-operators
2019-02-27 15:49:18 -05:00
- Name: Service brokers
Dir: service_brokers
Distros: openshift-enterprise,openshift-origin,openshift-dedicated
2019-02-27 15:49:18 -05:00
Topics:
- Name: Installing the service catalog
File: installing-service-catalog
2019-03-21 08:33:13 -04:00
- Name: Installing the Template service Broker
2019-02-27 15:49:18 -05:00
File: installing-template-service-broker
- Name: Provisioning template applications
File: provisioning-template-application
2019-03-21 08:33:13 -04:00
- Name: Uninstalling the Template Service Broker
File: uninstalling-template-service-broker
- Name: Installing the OpenShift Ansible Broker
2019-02-27 15:49:18 -05:00
File: installing-ansible-service-broker
- Name: Configuring the OpenShift Ansible Broker
File: configuring-ansible-service-broker
- Name: Provisioning service bundles
File: provisioning-service-bundle
2019-03-21 08:33:13 -04:00
- Name: Uninstalling the OpenShift Ansible Broker
File: uninstalling-ansible-service-broker
2019-02-08 16:46:08 -05:00
- Name: Deployments
Dir: deployments
Topics:
- Name: What Deployments and DeploymentConfigs are
File: what-deployments-are
- Name: Managing deployment processes
File: managing-deployment-processes
- Name: Using DeploymentConfig strategies
File: deployment-strategies
- Name: Using route-based deployment strategies
File: route-based-deployment-strategies
2019-02-19 14:25:06 -05:00
- Name: CRDs
Dir: crds
Topics:
- Name: Extending the Kubernetes API with CRDs
File: crd-extending-api-with-crds
2019-02-24 13:49:59 -05:00
Distros: openshift-origin,openshift-enterprise
2019-02-19 14:25:06 -05:00
- Name: Managing resources from CRDs
File: crd-managing-resources-from-crds
- Name: Quotas
Dir: quotas
2019-02-24 13:49:59 -05:00
Distros: openshift-origin,openshift-enterprise
2019-02-19 14:25:06 -05:00
Topics:
2019-02-24 13:49:59 -05:00
- Name: Resource quotas per project
2019-02-19 14:25:06 -05:00
File: quotas-setting-per-project
2019-02-24 13:49:59 -05:00
- Name: Resource quotas across multiple projects
2019-02-19 14:25:06 -05:00
File: quotas-setting-across-multiple-projects
2019-02-24 13:49:59 -05:00
- Name: Working with quotas
File: working-with-quotas
Distros: openshift-online,openshift-dedicated
2019-02-19 14:25:06 -05:00
- Name: Idling applications
File: idling-applications
2019-02-24 13:49:59 -05:00
Distros: openshift-origin,openshift-enterprise
2019-02-19 14:25:06 -05:00
- Name: Pruning objects to reclaim resources
File: pruning-objects
2019-02-24 13:49:59 -05:00
Distros: openshift-origin,openshift-enterprise
2019-02-19 14:25:06 -05:00
- Name: Operator SDK
Dir: operator_sdk
2019-02-24 13:49:59 -05:00
Distros: openshift-origin,openshift-enterprise
Topics:
- Name: Getting started with the Operator SDK
File: osdk-getting-started
2019-02-14 11:31:01 -05:00
- Name: Creating Ansible-based Operators
File: osdk-ansible
- Name: Creating Helm-based Operators
File: osdk-helm
2019-02-20 18:05:36 -05:00
- Name: Generating a ClusterServiceVersion (CSV)
File: osdk-generating-csvs
2019-02-24 13:49:59 -05:00
- Name: Configuring built-in monitoring with Prometheus
File: osdk-monitoring-prometheus
- Name: Operator SDK CLI reference
File: osdk-cli-reference
- Name: Migrating to Operator SDK v0.1.0
2019-02-19 14:25:06 -05:00
File: osdk-migrating-to-v0-1-0
Distros: openshift-origin
- Name: Appendices
2019-02-19 14:25:06 -05:00
File: osdk-appendices
---
2018-11-16 13:06:55 -05:00
Name: Builds
Dir: builds
Distros: openshift-*
Topics:
- Name: Understanding image builds
File: understanding-image-builds
- Name: Understanding build configurations
File: understanding-buildconfigs
2018-10-03 15:39:31 -04:00
- Name: Creating build inputs
File: creating-build-inputs
2019-01-09 14:51:05 -05:00
- Name: Managing build output
File: managing-build-output
2019-01-22 10:31:56 -05:00
- Name: Using build strategies
2018-11-30 16:33:55 -05:00
File: build-strategies
- Name: Adding a Docker socket to custom builds with Buildah
File: custom-builds-buildah
2018-12-13 14:19:08 -05:00
- Name: Performing basic builds
File: basic-build-operations
2019-01-09 14:51:05 -05:00
- Name: Triggering and modifying builds
File: triggering-builds-build-hooks
- Name: Performing advanced builds
File: advanced-build-operations
- Name: Securing builds by strategy
File: securing-builds-by-strategy
2019-01-10 10:19:06 -05:00
- Name: Troubleshooting builds
File: troubleshooting-builds
---
Name: Images
Dir: openshift_images
Distros: openshift-*
Topics:
- Name: Configuring the Samples Operator
File: configuring-samples-operator
- Name: Understanding containers, images, and imagestreams
2019-02-20 23:05:35 +10:00
File: images-understand
- Name: Creating images
File: create-images
- Name: Managing imagestreams
2019-02-20 23:05:35 +10:00
File: image-streams-manage
2019-02-01 12:27:49 -05:00
- Name: Using templates
File: using-templates
- Name: Using Ruby on Rails
File: templates-using-ruby-on-rails
2018-05-29 11:28:00 +10:00
---
2018-11-19 08:46:18 -05:00
Name: Authentication
Dir: authentication
Distros: openshift-*
Topics:
- Name: Understanding authentication
2018-11-07 14:39:35 -05:00
File: understanding-authentication
- Name: Configuring the internal OAuth server
2018-11-07 14:39:35 -05:00
File: configuring-internal-oauth
2019-01-07 12:36:45 -05:00
- Name: Understanding identity provider configuration
File: understanding-identity-provider
- Name: Configuring identity providers
Dir: identity_providers
Topics:
- Name: Configuring an HTPasswd identity provider
File: configuring-htpasswd-identity-provider
- Name: Configuring a Keystone identity provider
File: configuring-keystone-identity-provider
- Name: Configuring an LDAP identity provider
File: configuring-ldap-identity-provider
- Name: Configuring a basic authentication identity provider
File: configuring-basic-authentication-identity-provider
- Name: Configuring a request header identity provider
File: configuring-request-header-identity-provider
- Name: Configuring a GitHub or GitHub Enterprise identity provider
File: configuring-github-identity-provider
- Name: Configuring a GitLab identity provider
File: configuring-gitlab-identity-provider
- Name: Configuring a Google identity provider
File: configuring-google-identity-provider
- Name: Configuring an OpenID Connect identity provider
File: configuring-oidc-identity-provider
2018-11-19 08:46:18 -05:00
- Name: Using RBAC to define and apply permissions
2018-11-07 14:39:35 -05:00
File: using-rbac
- Name: Removing the kubeadmin user
File: remove-kubeadmin
2018-11-07 14:39:35 -05:00
- Name: Configuring LDAP failover
2018-12-11 16:18:21 -05:00
File: configuring-ldap-failover
- Name: Configuring the user agent
File: configuring-user-agent
2018-11-29 15:49:41 -05:00
- Name: Understanding and creating service accounts
File: understanding-and-creating-service-accounts
- Name: Using service accounts in applications
2018-11-07 14:39:35 -05:00
File: using-service-accounts-in-applications
- Name: Using a service account as an OAuth client
2018-11-07 14:39:35 -05:00
File: using-service-accounts-as-oauth-client
2018-12-13 14:19:08 -05:00
- Name: Scoping tokens
2018-12-13 12:44:49 -05:00
File: tokens-scoping
2019-01-23 15:53:03 -05:00
- Name: Managing Security Context Constraints
File: managing-security-context-constraints
- Name: Impersonating the system:admin user
File: impersonating-system-admin
Distros: openshift-enterprise,openshift-origin
- Name: Creating a project as another user
File: creating-project-other-user
Distros: openshift-enterprise,openshift-origin
2018-11-07 14:39:35 -05:00
---
2019-02-13 16:04:36 -05:00
Name: Machine management
Dir: machine_management
2019-02-11 15:45:31 -05:00
Distros: openshift-origin, openshift-enterprise
Topics:
2019-02-08 09:39:04 -05:00
- Name: Deploying machine health checks
File: deploying-machine-health-checks
2019-02-11 15:45:31 -05:00
- Name: Applying autoscaling to a cluster
File: applying-autoscaling
2019-02-13 16:04:36 -05:00
- Name: Manually scaling a MachineSet
File: manually-scaling-machineset
- Name: Creating a MachineSet
File: creating-machineset
- Name: Creating infrastructure MachineSets
File: creating-infrastructure-machinesets
---
Name: Networking
Dir: networking
Distros: openshift-*
Topics:
- Name: Understanding networking
File: understanding-networking
- Name: Multiple networks
File: managing_multinetworking
- Name: Ingress controller configuration
File: ingress-controller-configuration
2018-09-07 11:14:20 -04:00
---
2019-01-23 15:53:03 -05:00
Name: Registry
Dir: registry
Distros: openshift-*
Topics:
- Name: Overview
File: architecture-component-imageregistry
2019-01-23 15:53:03 -05:00
- Name: Registry options
File: registry-options
- Name: Accessing the registry
File: accessing-the-registry
- Name: Securing and exposing the registry
File: securing-exposing-registry
2019-01-23 15:53:03 -05:00
---
2018-10-03 15:39:31 -04:00
Name: Scalability and performance
2018-09-07 11:14:20 -04:00
Dir: scalability_and_performance
Distros: openshift-origin, openshift-enterprise
Topics:
- Name: Recommended host practices
2018-11-16 15:43:57 -05:00
File: recommended-host-practices
- Name: Using the Node Tuning Operator
2018-09-07 11:14:20 -04:00
File: using-node-tuning-operator
2018-11-07 14:39:35 -05:00
- Name: Using Cluster Loader
File: using-cluster-loader
- Name: Scaling the Cluster Monitoring Operator
File: scaling-cluster-monitoring-operator
- Name: Planning your environment according to object limits
File: planning-your-environment-according-to-object-limits
- Name: Optimizing compute resources
File: optimizing-compute-resources
- Name: Optimizing networking
File: network-optimization
- Name: Optimizing storage
File: optimizing-storage
- Name: Optimizing routing
File: routing-optimization
2018-11-29 21:07:22 -05:00
---
Name: Storage
Dir: storage
Distros: openshift-*
Topics:
- Name: Understanding persistent storage
File: understanding-persistent-storage
- Name: Configuring persistent storage
Dir: persistent-storage
Topics:
- Name: Persistent storage using AWS Elastic Block Store
File: persistent-storage-aws
- Name: Persistent Storage using iSCSI
File: persistent-storage-iscsi
2019-04-04 19:31:47 -04:00
- Name: Persistent storage using Container Storage Interface (CSI)
File: persistent-storage-csi
2019-04-09 12:16:40 -06:00
- Name: Persistent storage using OpenStack Manila
File: persistent-storage-manila
- Name: Expanding persistent volumes
File: expanding-persistent-volumes
- Name: Dynamic provisioning
File: dynamic-provisioning
---
2019-02-04 21:04:35 -05:00
Name: Nodes
2018-11-19 15:33:06 -05:00
Dir: nodes
Distros: openshift-*
Topics:
2019-02-22 15:19:21 -05:00
- Name: Working with pods
Dir: pods
Topics:
- Name: About Pods
File: nodes-pods-using
- Name: Viewing Pods
File: nodes-pods-viewing
- Name: Configuring a cluster for Pods
File: nodes-pods-configuring
- Name: Providing sensitive data to Pods
File: nodes-pods-secrets
- Name: Using Device Manager to make devices available to nodes
File: nodes-pods-plugins
- Name: Including pod priority in Pod scheduling decisions
File: nodes-pods-priority
- Name: Controlling pod placement onto nodes (scheduling)
Dir: scheduling
Topics:
- Name: About pod placement using the scheduler
File: nodes-scheduler-about
- Name: Placing pods onto nodes with the default scheduler
File: nodes-scheduler-default
- Name: Placing pods relative to other pods using pod affinity/anti-affinity rules
File: nodes-scheduler-pod-affinity
2019-04-10 23:10:54 -04:00
- Name: Controlling pod placement on nodes using node affinity rules
File: nodes-scheduler-node-affinity
- Name: Placing a pod on a specific node by name
File: nodes-scheduler-node-names
- Name: Placing a pod in a specific project
File: nodes-scheduler-node-projects
- Name: Placing pods onto overcommited nodes
File: nodes-scheduler-overcommit
- Name: Controlling pod placement using node taints
File: nodes-scheduler-taints-tolerations
- Name: Constraining pod placement using node selectors
File: nodes-scheduler-node-selectors
# - Name: Keeping your cluster balanced using the descheduler
# File: nodes-scheduler-descheduler
2019-02-22 15:19:21 -05:00
- Name: Using Jobs and DaemonSets
Dir: jobs
Topics:
- Name: Running background tasks on nodes automatically with daemonsets
File: nodes-pods-daemonsets
- Name: Running tasks in pods using jobs
File: nodes-nodes-jobs
- Name: Working with nodes
Dir: nodes
Topics:
- Name: Viewing and listing the nodes in your cluster
File: nodes-nodes-viewing
2019-02-22 15:19:21 -05:00
- Name: Working with nodes
File: nodes-nodes-working
- Name: Managing Nodes
File: nodes-nodes-managing
- Name: Managing the maximum number of Pods per Node
File: nodes-nodes-managing-max-pods
2019-02-22 15:19:21 -05:00
- Name: Using the Node Tuning Operator
File: nodes-node-tuning-operator
- Name: Understanding node rebooting
File: nodes-nodes-rebooting
- Name: Freeing node resources using garbage collection
File: nodes-nodes-garbage-collection
- Name: Allocating resources for nodes
File: nodes-nodes-resources-configuring
2019-02-22 15:19:21 -05:00
- Name: Advertising hidden resources for nodes
File: nodes-nodes-opaque-resources
# - Name: Monitoring for problems in your nodes
# File: nodes-nodes-problem-detector
2019-02-22 15:19:21 -05:00
- Name: Working with containers
Dir: containers
Topics:
- Name: Using containers
File: nodes-containers-using
- Name: Using Init Containers to perform tasks before a pod is deployed
File: nodes-containers-init
Distros: openshift-enterprise,openshift-origin
- Name: Using volumes to persist container data
File: nodes-containers-volumes
- Name: Mapping volumes using projected volumes
File: nodes-containers-projected-volumes
- Name: Allowing containers to consume API objects
File: nodes-containers-downward-api
- Name: Copying files to or from a container
File: nodes-containers-copying-files
- Name: Executing remote commands in a container
File: nodes-containers-remote-commands
- Name: Using port forwarding to access applications in a container
File: nodes-containers-port-forwarding
2019-03-08 21:15:54 -05:00
- Name: Monitoring container health
File: nodes-containers-health
2019-02-22 15:19:21 -05:00
- Name: Working with clusters
Dir: clusters
Topics:
- Name: Viewing system event information in a cluster
File: nodes-containers-events
- Name: Analyzing cluster resource levels
File: nodes-cluster-resource-levels
- Name: Configuring cluster memory to meet container memory and risk requirements
File: nodes-cluster-resource-configure
- Name: Configuring your cluster to place pods on overcommited nodes
File: nodes-cluster-overcommit
- Name: Disabling features using feature gates
File: nodes-cluster-disabling-features
2018-11-19 15:33:06 -05:00
---
2019-02-04 21:04:35 -05:00
Name: Logging
2018-11-13 10:58:39 -05:00
Dir: logging
Distros: openshift-*
Topics:
2019-01-02 16:30:21 -05:00
- Name: About cluster logging
2018-11-13 10:58:39 -05:00
File: efk-logging
- Name: About deploying cluster logging
File: efk-logging-deploying-about
- Name: Deploying cluster logging
File: efk-logging-deploying
2019-02-20 15:40:03 -05:00
- Name: Deploying and Configuring the Event Router
File: efk-logging-eventrouter
- Name: Configuring your cluster logging deployment
Dir: config
Topics:
- Name: About configuring cluster logging
File: efk-logging-configuring-about
- Name: Changing cluster logging management state
File: efk-logging-management
- Name: Configuring cluster logging
File: efk-logging-configuring
- Name: Configuring Elasticsearch
File: efk-logging-elasticsearch
- Name: Configuring Kibana
File: efk-logging-kibana
- Name: Configuring Curator
File: efk-logging-curator
- Name: Configuring Fluentd
File: efk-logging-fluentd
- Name: Configuring systemd-journald
File: efk-logging-systemd
- Name: Sending logs to external devices
File: efk-logging-external
2019-04-15 15:37:22 -04:00
- Name: Viewing Elasticsearch status
File: efk-logging-elasticsearch-status
2018-11-13 10:58:39 -05:00
- Name: Manually rolling out Elasticsearch
File: efk-logging-manual-rollout
- Name: Troubleshooting Kibana
File: efk-logging-troubleshooting
2018-11-13 10:58:39 -05:00
- Name: Exported fields
File: efk-logging-exported-fields
- Name: Uninstalling cluster logging
File: efk-logging-uninstall
---
2019-03-25 11:47:45 +01:00
Name: Monitoring
Dir: monitoring
Distros: openshift-*
Topics:
2019-04-01 10:07:38 +02:00
- Name: Cluster monitoring
Dir: cluster-monitoring
Topics:
- Name: About cluster monitoring
File: about-cluster-monitoring
- Name: Configuring the monitoring stack
File: configuring-the-monitoring-stack
- Name: Managing alerts using Alertmanager UI
File: managing-alerts-using-alertmanager-ui
- Name: Accessing Prometheus, Alertmanager, and Grafana
File: prometheus-alertmanager-and-grafana
- Name: Application monitoring
File: application-monitoring
---
Name: CLI reference
Dir: cli_reference
Distros: openshift-*
Topics:
- Name: Getting started with the CLI
File: getting-started-cli
- Name: Configuring the CLI
File: configuring-cli
- Name: Extending the CLI with plug-ins
File: extending-cli-plugins
Distros: openshift-enterprise,openshift-origin
- Name: Developer CLI commands
File: developer-cli-commands
- Name: Administrator CLI commands
File: administrator-cli-commands
Distros: openshift-enterprise,openshift-origin,openshift-dedicated