Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…hub.io into release-1.7

* 'master' of https://github.com/kubernetes/kubernetes.github.io:
  Fix typo 'bash' -> 'brew'
  update pod persistent volume example storage class (#3979)
  Change Task titles to imperative: Admin. (#4033)
  Change Task titles to imperative: Daemons, GPUs. (#4032)
  Change Task titles to imperative: Federation. (#4031)
  Change Task titles to imperative: TLS. (#4030)
  Change Task titles to imperative: Access Extend. (#4029)
  Change Task titles to imperative: Monitor. (#4028)
  Change Task titles to imperative: Access Apps. (#4027)
  Change Task title to imperative: Run Job. (#4026)
  Change Task titles to imperative: Run Apps. (#4025)
  Change Task titles to imperative: Inject. (#4024)
  Change Task titles to imperative: Tools. (#4023)
  Change Task titles to imperative. (#4022)
  Fix typo in update-imported-docs.sh
  Add internal provisioner support matrix (#4009)

# Conflicts:
#	docs/tasks/administer-cluster/declare-network-policy.md
  • Loading branch information
chenopis committed Jun 19, 2017
2 parents ccd2b46 + ce4fe04 commit 628e88e
Show file tree
Hide file tree
Showing 81 changed files with 185 additions and 156 deletions.
30 changes: 15 additions & 15 deletions _data/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ abstract: "Step-by-step instructions for performing operations with Kubernetes."
toc:
- docs/tasks/index.md

- title: Installing Tools
- title: Install Tools
section:
- docs/tasks/tools/install-kubectl.md
- docs/tasks/tools/install-minikube.md
- docs/setup/independent/install-kubeadm.md

- title: Configuring Pods and Containers
- title: Configure Pods and Containers
section:
- docs/tasks/configure-pod-container/assign-cpu-ram-container.md
- docs/tasks/configure-pod-container/configure-volume-storage.md
Expand All @@ -25,7 +25,7 @@ toc:
- docs/tasks/configure-pod-container/configure-pod-configmap.md
- docs/tools/kompose/user-guide.md

- title: Injecting Data Into Applications
- title: Inject Data Into Applications
section:
- docs/tasks/inject-data-application/define-command-argument-container.md
- docs/tasks/inject-data-application/define-environment-variable-container.md
Expand All @@ -34,7 +34,7 @@ toc:
- docs/tasks/inject-data-application/distribute-credentials-secure.md
- docs/tasks/inject-data-application/podpreset.md

- title: Running Applications
- title: Run Applications
section:
- docs/tasks/run-application/run-stateless-application-deployment.md
- docs/tasks/run-application/run-single-instance-stateful-application.md
Expand All @@ -47,13 +47,13 @@ toc:
- docs/tasks/run-application/horizontal-pod-autoscale.md
- docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md

- title: Running Jobs
- title: Run Jobs
section:
- docs/tasks/job/parallel-processing-expansion.md
- docs/tasks/job/coarse-parallel-processing-work-queue/index.md
- docs/tasks/job/fine-parallel-processing-work-queue/index.md

- title: Accessing Applications in a Cluster
- title: Access Applications in a Cluster
section:
- docs/tasks/access-application-cluster/web-ui-dashboard.md
- docs/tasks/access-application-cluster/access-cluster.md
Expand All @@ -69,7 +69,7 @@ toc:
- title: Configuring DNS for a Cluster
path: https://github.com/kubernetes/kubernetes/tree/release-1.5/examples/cluster-dns

- title: Monitoring, Logging, and Debugging
- title: Monitor, Log, and Debug
section:
- docs/tasks/debug-application-cluster/resource-usage-monitoring.md
- docs/tasks/debug-application-cluster/get-shell-running-container.md
Expand All @@ -85,20 +85,20 @@ toc:
- docs/tasks/debug-application-cluster/debug-stateful-set.md
- docs/tasks/debug-application-cluster/debug-application-introspection.md
- docs/tasks/debug-application-cluster/audit.md
- title: Using Explorer to Examine the Runtime Environment
- title: Use Explorer to Examine the Runtime Environment
path: https://github.com/kubernetes/kubernetes/tree/release-1.5/examples/explorer

- title: Accessing and Extending the Kubernetes API
- title: Access and Extend the Kubernetes API
section:
- docs/tasks/access-kubernetes-api/http-proxy-access-api.md
- docs/tasks/access-kubernetes-api/extend-api-custom-resource-definitions.md
- docs/tasks/access-kubernetes-api/extend-api-third-party-resource.md

- title: Using TLS
- title: TLS
section:
- docs/tasks/tls/managing-tls-in-a-cluster.md

- title: Administering a Cluster
- title: Administer a Cluster
section:
- docs/tasks/administer-cluster/access-cluster-api.md
- docs/tasks/administer-cluster/access-cluster-services.md
Expand Down Expand Up @@ -127,10 +127,10 @@ toc:
- docs/tasks/administer-cluster/running-cloud-controller.md
- docs/tasks/administer-cluster/highly-available-master.md
- docs/tasks/administer-cluster/configure-multiple-schedulers.md
- title: Changing Cluster Size
- title: Change Cluster Size
path: https://github.com/kubernetes/kubernetes/wiki/User-FAQ#how-do-i-change-the-size-of-my-cluster/

- title: Federation - Running an App on Multiple Clusters
- title: Federation - Run an App on Multiple Clusters
section:
- docs/tasks/federation/federation-service-discovery.md
- docs/tasks/federation/set-up-cluster-federation-kubefed.md
Expand All @@ -145,11 +145,11 @@ toc:
- docs/tasks/administer-federation/replicaset.md
- docs/tasks/administer-federation/secret.md

- title: Managing Cluster Daemons
- title: Manage Cluster Daemons
section:
- docs/tasks/manage-daemon/update-daemon-set.md

- title: Managing GPUs
- title: Manage GPUs
section:
- docs/tasks/manage-gpus/scheduling-gpus.md

Expand Down
26 changes: 26 additions & 0 deletions docs/concepts/storage/persistent-volumes.md
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,27 @@ parameters:
Storage classes have a provisioner that determines what volume plugin is used
for provisioning PVs. This field must be specified.

| Volume Plugin | Internal Provisioner| Config Example |
| :--- | :---: | :---: |
| AWSElasticBlockStore | ✓ | [AWS](#aws) |
| AzureFile | ✓ | - |
| AzureDisk | ✓ | [Azure Disk](#azure-disk) |
| CephFS | - | - |
| Cinder | ✓ | [OpenStack Cinder](#openstack-cinder)|
| FC | - | - |
| FlexVolume | - | - |
| Flocker | ✓ | - |
| GCEPersistentDisk | ✓ | [GCE](#gce) |
| Glusterfs | ✓ | [Glusterfs](#glusterfs) |
| iSCSI | - | - |
| PhotonPersistentDisk | ✓ | - |
| Quobyte | ✓ | [Quobyte](#quobyte) |
| NFS | - | - |
| RBD | ✓ | [Ceph RBD](#ceph-rbd) |
| VsphereVolume | ✓ | [vSphere](#vsphere) |
| PortworxVolume | ✓ | [Portworx Volume](#portworx-volume) |
| ScaleIO | ✓ | [ScaleIO](#scaleio) |

You are not restricted to specifying the "internal" provisioners
listed here (whose names are prefixed with "kubernetes.io" and shipped
alongside Kubernetes). You can also run and specify external provisioners,
Expand All @@ -421,6 +442,11 @@ run, what volume plugin it uses (including Flex), etc. The repository [kubernete
houses a library for writing external provisioners that implements the bulk of
the specification plus various community-maintained external provisioners.

For example, NFS doesn't provide an internal provisioner, but an external provisioner
can be used. Some external provisioners are listed under the repository [kubernetes-incubator/external-storage](https://github.com/kubernetes-incubator/external-storage).
There are also cases when 3rd party storage vendors provide their own external
provisioner.

### Parameters
Storage classes have parameters that describe volumes belonging to the storage
class. Different parameters may be accepted depending on the `provisioner`. For
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
assignees:
- mikedanese
- thockin
title: Authenticating Across Clusters with kubeconfig
title: Authenticate Across Clusters with kubeconfig
redirect_from:
- "/docs/user-guide/kubeconfig-file/"
- "/docs/user-guide/kubeconfig-file.html"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Communicating Between Containers in the Same Pod Using a Shared Volume
title: Communicate Between Containers in the Same Pod Using a Shared Volume
redirect_from:
- "/docs/user-guide/pods/multi-container/"
- "/docs/user-guide/pods/multi-container.html"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
assignees:
- bprashanth
- davidopp
title: Configuring Your Cloud Provider's Firewalls
title: Configure Your Cloud Provider's Firewalls
redirect_from:
- "/docs/user-guide/services-firewalls/"
- "/docs/user-guide/services-firewalls.html"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Connecting a Front End to a Back End Using a Service
title: Connect a Front End to a Back End Using a Service
redirect_from:
- "/docs/user-guide/services/operations/"
- "/docs/user-guide/services/operations.html"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Creating an External Load Balancer
title: Create an External Load Balancer
redirect_from:
- "/docs/user-guide/load-balancer/"
- "/docs/user-guide/load-balancer.html"
Expand Down Expand Up @@ -163,4 +163,4 @@ Internal pod to pod traffic should behave similar to ClusterIP services, with eq

{% endcapture %}

{% include templates/task.md %}
{% include templates/task.md %}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Listing All Container Images Running in a Cluster
title: List All Container Images Running in a Cluster
redirect_from:
- "/docs/tasks/kubectl/list-all-running-container-images/"
- "/docs/tasks/kubectl/list-all-running-container-images.html"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Providing Load-Balanced Access to an Application in a Cluster
title: Provide Load-Balanced Access to an Application in a Cluster
---

{% capture overview %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Using Port Forwarding to Access Applications in a Cluster
title: Use Port Forwarding to Access Applications in a Cluster
redirect_from:
- "/docs/user-guide/connecting-to-applications-port-forward/"
- "/docs/user-guide/connecting-to-applications-port-forward.html"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Using a Service to Access an Application in a Cluster
title: Use a Service to Access an Application in a Cluster
redirect_from:
- "/docs/user-guide/quick-start/"
- "/docs/user-guide/quick-start.html"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
assignees:
- IanLewis
title: Extending the Kubernetes API Using Third Party Resources
title: Extend the Kubernetes API Using Third Party Resources
redirect_from:
- "/docs/user-guide/thirdpartyresources/"
- "/docs/user-guide/thirdpartyresources.html"
Expand Down
2 changes: 1 addition & 1 deletion docs/tasks/access-kubernetes-api/http-proxy-access-api.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Using an HTTP Proxy to Access the Kubernetes API
title: Use an HTTP Proxy to Access the Kubernetes API
redirect_from:
- "/docs/user-guide/connecting-to-applications-proxy/"
- "/docs/user-guide/connecting-to-applications-proxy.html"
Expand Down
2 changes: 1 addition & 1 deletion docs/tasks/administer-cluster/access-cluster-api.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Accessing Clusters Using the Kubernetes API
title: Access Clusters Using the Kubernetes API
redirect_from:
- "/docs/user-guide/accessing-the-cluster/"
- "/docs/user-guide/accessing-the-cluster.html"
Expand Down
4 changes: 2 additions & 2 deletions docs/tasks/administer-cluster/access-cluster-services.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Accessing Services Running on Clusters
title: Access Services Running on Clusters
redirect_from:
- "/docs/user-guide/accessing-the-cluster/"
- "/docs/user-guide/accessing-the-cluster.html"
Expand Down Expand Up @@ -112,4 +112,4 @@ You may be able to put an apiserver proxy url into the address bar of a browser.

{% endcapture %}

{% include templates/task.md %}
{% include templates/task.md %}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
assignees:
- derekwaynecarr
- janetkuo
title: Applying Resource Quotas and Limits
title: Apply Resource Quotas and Limits
redirect_from:
- "/docs/admin/resourcequota/walkthrough/"
- "/docs/admin/resourcequota/walkthrough.html"
Expand Down
2 changes: 1 addition & 1 deletion docs/tasks/administer-cluster/calico-network-policy.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
assignees:
- caseydavenport
title: Using Calico for NetworkPolicy
title: Use Calico for NetworkPolicy
redirect_from:
- "/docs/getting-started-guides/network-policy/calico/"
- "/docs/getting-started-guides/network-policy/calico.html"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Changing the default StorageClass
title: Change the default StorageClass
---

{% capture overview %}
Expand Down
2 changes: 1 addition & 1 deletion docs/tasks/administer-cluster/change-pv-reclaim-policy.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Changing the Reclaim Policy of a PersistentVolume
title: Change the Reclaim Policy of a PersistentVolume
---

{% capture overview %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
assignees:
- davidopp
- madhusudancs
title: Configuring Multiple Schedulers
title: Configure Multiple Schedulers
redirect_from:
- "/docs/admin/multiple-schedulers/"
- "/docs/admin/multiple-schedulers.html"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
assignees:
- davidopp
title: Configuring a Pod Disruption Budget
title: Configure a Pod Disruption Budget
redirect_from:
- "/docs/admin/disruptions/"
- "/docs/admin/disruptions.html"
Expand Down
2 changes: 1 addition & 1 deletion docs/tasks/administer-cluster/configure-upgrade-etcd.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
assignees:
- mml
- wojtek-t
title: Configuring, Upgrading, and Rolling Back etcd
title: Configure, Upgrade, and Roll Back etcd
redirect_from:
- "/docs/concepts/storage/etcd-store-api-object/"
- "/docs/concepts/storage/etcd-store-api-object.html"
Expand Down
2 changes: 1 addition & 1 deletion docs/tasks/administer-cluster/cpu-memory-limit.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
assignees:
- derekwaynecarr
- janetkuo
title: Setting Pod CPU and Memory Limits
title: Set Pod CPU and Memory Limits
redirect_from:
- "/docs/admin/limitrange/"
- "/docs/admin/limitrange/index.html"
Expand Down
2 changes: 1 addition & 1 deletion docs/tasks/administer-cluster/declare-network-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
assignees:
- caseydavenport
- danwinship
title: Declaring Network Policy
title: Declare Network Policy
redirect_from:
- "/docs/getting-started-guides/network-policy/walkthrough/"
- "/docs/getting-started-guides/network-policy/walkthrough.html"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Autoscaling the DNS Service in a Cluster
title: Autoscale the DNS Service in a Cluster
---

{% capture overview %}
Expand Down
2 changes: 1 addition & 1 deletion docs/tasks/administer-cluster/highly-available-master.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
assignees:
- jszczepkowski
title: Setting up High-Availability Kubernetes Masters
title: Set up High-Availability Kubernetes Masters
redirect_from:
- "/docs/admin/ha-master-gce/"
- "/docs/admin/ha-master-gce.html"
Expand Down
2 changes: 1 addition & 1 deletion docs/tasks/administer-cluster/limit-storage-consumption.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Limiting Storage Consumption
title: Limit Storage Consumption
redirect_from:
- "/docs/admin/resourcequota/limitstorageconsumption/"
- "/docs/admin/resourcequota/limitstorageconsumption.html"
Expand Down
2 changes: 1 addition & 1 deletion docs/tasks/administer-cluster/namespaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
assignees:
- derekwaynecarr
- janetkuo
title: Sharing a Cluster with Namespaces
title: Share a Cluster with Namespaces
redirect_from:
- "/docs/admin/namespaces/"
- "/docs/admin/namespaces/index.html"
Expand Down
2 changes: 1 addition & 1 deletion docs/tasks/administer-cluster/out-of-resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ assignees:
- derekwaynecarr
- vishh
- timstclair
title: Configuring Out Of Resource Handling
title: Configure Out Of Resource Handling
redirect_from:
- "/docs/admin/out-of-resource/"
- "/docs/admin/out-of-resource.html"
Expand Down
2 changes: 1 addition & 1 deletion docs/tasks/administer-cluster/reserve-compute-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ assignees:
- vishh
- derekwaynecarr
- dashpole
title: Reserving Compute Resources for System Daemons
title: Reserve Compute Resources for System Daemons
redirect_from:
- "/docs/admin/node-allocatable/"
- "/docs/admin/node-allocatable.html"
Expand Down
2 changes: 1 addition & 1 deletion docs/tasks/administer-cluster/romana-network-policy.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
assignees:
- chrismarino
title: Using Romana for NetworkPolicy
title: Romana for NetworkPolicy
redirect_from:
- "/docs/getting-started-guides/network-policy/romana/"
- "/docs/getting-started-guides/network-policy/romana.html"
Expand Down
Loading

0 comments on commit 628e88e

Please sign in to comment.