-
Notifications
You must be signed in to change notification settings - Fork 14.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/kubernetes/website into r…
…elease-1.9 * 'master' of https://github.com/kubernetes/website: (549 commits) Update service.md (#7810) Prune inactive maintainers (#7830) add Amadeus to index page and add feature image (#7827) Update conventions.md (#7668) Adding Tenxcloud as KCSP and Hedvig typo (#7826) Update outdated documentation about secret key validation. (#7675) Update imperative-command.md (#7699) Update manage-deployment.md (#7774) Add the OCI runtime description. (#7769) fix flag (#7814) fix flag (#7813) Add files via upload (#7816) Remove CoreOS guide that use Kubernetes v0.15.0 (#7821) "Nagions" should be "Nagios“ (#7762) Update docker-cli-to-kubectl.md (#7748) adjust a note format (#7812) add a note when mount a configmap to pod (#7745) Make using sysctls a task instead of a concept (#6808) Partners page updates (#7802) Fix a missing word in endpoint reconciler section (#7804) ...
- Loading branch information
Showing
2,844 changed files
with
23,034 additions
and
680,644 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
reviewers: | ||
- a-mccarthy | ||
- abiogenesis-now | ||
- tengqm | ||
- zhangxiaoyu-zidif | ||
- xiangpengzhao | ||
approvers: | ||
- heckj | ||
- bradamant3 | ||
- bradtopol | ||
- steveperry-53 | ||
- zacharysarah | ||
- chenopis |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,28 @@ | ||
bigheader: "Documentation Home" | ||
bigheader: "About" | ||
abstract: "Documentation for using and learning about Kubernetes." | ||
toc: | ||
- docs/home/index.md | ||
|
||
- title: Release Notes | ||
path: https://git.k8s.io/kubernetes/CHANGELOG.md | ||
- title: Release Roadmap | ||
path: https://github.com/kubernetes/kubernetes/milestones/ | ||
|
||
- docs/tasks/debug-application-cluster/troubleshooting.md | ||
- title: Supported Doc Versions | ||
path: /docs/home/supported-doc-versions/ | ||
|
||
- title: Contributing to the Kubernetes Docs | ||
landing_page: /editdocs/ | ||
section: | ||
- editdocs.md | ||
- docs/home/contribute/participating.md | ||
- docs/home/contribute/create-pull-request.md | ||
- docs/home/contribute/write-new-topic.md | ||
- docs/home/contribute/stage-documentation-changes.md | ||
- docs/home/contribute/page-templates.md | ||
- docs/home/contribute/review-issues.md | ||
- docs/home/contribute/style-guide.md | ||
- docs/home/contribute/includes.md | ||
- docs/home/contribute/localization.md | ||
|
||
- title: Updating Automatically Generated Reference Pages | ||
section: | ||
- docs/home/contribute/generated-reference/kubernetes-components.md | ||
- docs/home/contribute/generated-reference/kubectl.md | ||
- docs/home/contribute/generated-reference/kubernetes-api.md | ||
- docs/home/contribute/generated-reference/federation-api.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,4 @@ tocs: | |
- reference | ||
- samples | ||
- support | ||
- imported |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
id: certificate | ||
name: Certificate | ||
full-link: /docs/tasks/tls/managing-tls-in-a-cluster/ | ||
tags: | ||
- security | ||
short-description: > | ||
A cryptographically secure file used to validate access to the Kubernetes cluster. | ||
long-description: > | ||
Certificates enable applications within a Kubernetes | ||
cluster to access the Kubernetes API securely. Certificates validate that | ||
clients are allowed to access the API. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
id: cloud-controller-manager | ||
name: Cloud Controller Manager | ||
full-link: https://kubernetes.io/docs/tasks/administer-cluster/running-cloud-controller/ | ||
tags: | ||
- core-object | ||
- architecture | ||
- operation | ||
short-description: > | ||
Cloud Controller Manager is an alpha feature in 1.8. In upcoming releases it will be the preferred way to integrate Kubernetes with any cloud. | ||
long-description: > | ||
Kubernetes v1.6 contains a new binary called cloud-controller-manager. cloud-controller-manager is a daemon that embeds cloud-specific control loops. | ||
These cloud-specific control loops were originally in the kube-controller-manager. Since cloud providers develop and release at a different pace compared to the Kubernetes | ||
project, abstracting the provider-specific code to the cloud-controller-manager binary allows cloud vendors to evolve independently from the core Kubernetes code. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
id: cloud-provider | ||
name: Cloud Provider | ||
full-link: /docs/concepts/cluster-administration/cloud-providers | ||
tags: | ||
- community | ||
short-description: > | ||
Cloud provider is a company that offers cloud computing platform that can run Kubernetes clusters. | ||
long-description: > | ||
Cloud providers or sometime called Cloud Service Provider (CSPs) provides cloud computing platforms. They may offer services such as Infrastructure as a Service (IaaS) or Platform as a Service (PaaS). Cloud providers host the Kubernetes cluster and also provide services that interact with the cluster, such as Load Balancers, Storage Classes etc. | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
id: container-env-variables | ||
name: Container Environment Variables | ||
full-link: /docs/concepts/containers/container-environment-variables.md | ||
tags: | ||
- fundamental | ||
short-description: > | ||
Container environment variables are name/value pairs that provide useful information into containers running in a Pod. | ||
long-description: > | ||
Container environment variables provide information that is required by the running containerized applications along with information about important resources to the [Containers] {% glossary_tooltip text="Containers" term_id="container" %}. For example, file system, information about the container itself and other cluster resources such as service endpoints, etc. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
id: controller | ||
name: Controller | ||
full-link: /docs/admin/kube-controller-manager/ | ||
related: | ||
- controller-manager | ||
tags: | ||
- architecture | ||
- fundamental | ||
short-description: > | ||
A control loop that watches the shared state of the cluster through the {% glossary_tooltip text="apiserver" term_id="kube-apiserver" %} and makes changes attempting to move the current state towards the desired state. | ||
long-description: > | ||
Examples of controllers that ship with Kubernetes today are the replication controller, endpoints controller, namespace controller, and serviceaccounts controller. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
id: CustomResourceDefinition | ||
name: CustomResourceDefinition | ||
aka: | ||
- CRD | ||
- Formerly Known as ThirdPartyResources (TPR) | ||
tags: | ||
- fundamental | ||
- operation | ||
- extension | ||
full-link: docs/tasks/access-kubernetes-api/extend-api-custom-resource-definitions/ | ||
short-description: > | ||
Custom code that defines a resource to add to your Kubernetes API server without building a complete custom server. | ||
long-description: > | ||
Custom Resource Definitions let you extend the Kubernetes API for your environment if the publicly supported API resources can't meet your needs. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
id: docker | ||
name: docker | ||
full-link: /docs/reference/kubectl/docker-cli-to-kubectl/ | ||
tags: | ||
- fundamental | ||
short-description: > | ||
Docker is a software technology providing operating-system-level virtualization also known as containers. | ||
long-description: > | ||
Docker uses the resource isolation features of the Linux kernel such as cgroups and kernel namespaces, and a union-capable file system such as OverlayFS and others to allow independent "containers" to run within a single Linux instance, avoiding the overhead of starting and maintaining virtual machines (VMs). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
id: dynamicvolumeprovisioning | ||
name: Dynamic Volume Provisioning | ||
full-link: /docs/concepts/storage/dynamic-provisioning | ||
tags: | ||
- core-object | ||
- storage | ||
short-description: > | ||
Allows users to request automatic creation of storage {% glossary_tooltip text="Volumes" term_id="volume" %}. | ||
long-description: > | ||
Dynamic provisioning eliminates the need for cluster administrators to pre-provision storage. Instead, it automatically provisions storage by user request. | ||
Dynamic volume provisioning is based on an API object, {% glossary_tooltip text="StorageClass" term_id="storage-class" %}, referring to a {% glossary_tooltip text="Volume Plugin" term_id="volume-plugin" %} that provisions a {% glossary_tooltip text="Volume" term_id="volume" %} and the set of parameters to pass to the Volume Plugin. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
id: etcd | ||
name: etcd | ||
full-link: /docs/tasks/administer-cluster/configure-upgrade-etcd/ | ||
tags: | ||
- architecture | ||
- storage | ||
short-description: > | ||
Consistent and highly-available key value store used as Kubernetes' backing store for all cluster data. | ||
long-description: > | ||
Always have a backup plan for etcd's data for your Kubernetes cluster. | ||
For in-depth information on etcd, see [etcd documentation](https://github.com/coreos/etcd/blob/master/Documentation/docs.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.