Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.8
* 'master' of https://github.com/kubernetes/kubernetes.github.io: Add noindex to vnext-staging Add note for 1.8 release. (#4632) fix create-cluster-kubeadm docs Update aws.md add newline above kube-apiserver Update scheduling-gpus.md Fix spacing with shell commands Documenting another (potential) callout issue (#4604) Update reference docs with most recent version of brodocs (#4600) Update kubernetes-api.md fix spelling mistake fix typos in fedration docs fix kubelet garbage collected typo fix typo in network-policies.md fix typo Add /_includes/glossary directory for snippets (#4628) Fixed typo in getting started guide using minikube Update to include Python library (#4624) Rename OWNERS assignees: to approvers:
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Extending the Kubernetes API with the aggregation layer
|
||||
assignees:
|
||||
approvers:
|
||||
- lavalamp
|
||||
- cheftako
|
||||
- chenopis
|
||||
@@ -32,4 +32,4 @@ Ordinarily, the APIService will be implemented by an *extension-apiserver* in a
|
||||
|
||||
{% endcapture %}
|
||||
|
||||
{% include templates/concept.md %}
|
||||
{% include templates/concept.md %}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Custom Resources
|
||||
assignees:
|
||||
approvers:
|
||||
- enisoc
|
||||
- deads2k
|
||||
---
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
assignees:
|
||||
approvers:
|
||||
- dchen1107
|
||||
- roberthbailey
|
||||
- liggitt
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
assignees:
|
||||
approvers:
|
||||
- caesarxuchao
|
||||
- dchen1107
|
||||
title: Nodes
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
assignees:
|
||||
approvers:
|
||||
- davidopp
|
||||
- lavalamp
|
||||
title: Cluster Administration Overview
|
||||
|
||||
@@ -54,10 +54,10 @@ some caveats:
|
||||
impact all clusters. This is mitigated by keeping the logic in federation
|
||||
control plane to a minimum. It mostly delegates to the control plane in
|
||||
kubernetes clusters whenever it can. The design and implementation also errs
|
||||
on the side of safety and avoiding multicluster outage.
|
||||
on the side of safety and avoiding multi-cluster outage.
|
||||
* Maturity: The federation project is relatively new and is not very mature.
|
||||
Not all resources are available and many are still alpha. [Issue
|
||||
38893](https://github.com/kubernetes/kubernetes/issues/38893) ennumerates
|
||||
38893](https://github.com/kubernetes/kubernetes/issues/38893) enumerates
|
||||
known issues with the system that the team is busy solving.
|
||||
|
||||
### Hybrid cloud capabilities
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
assignees:
|
||||
approvers:
|
||||
- mikedanese
|
||||
title: Configuring kubelet Garbage Collection
|
||||
---
|
||||
@@ -42,7 +42,7 @@ to free. Default is 80%.
|
||||
We also allow users to customize garbage collection policy through the following kubelet flags:
|
||||
|
||||
1. `minimum-container-ttl-duration`, minimum age for a finished container before it is
|
||||
garbage collected. Default is 0 minute, which means every finished container will be garbaged collected.
|
||||
garbage collected. Default is 0 minute, which means every finished container will be garbage collected.
|
||||
2. `maximum-dead-containers-per-container`, maximum number of old instances to be retained
|
||||
per container. Default is 1.
|
||||
3. `maximum-dead-containers`, maximum number of old instances of containers to retain globally.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
assignees:
|
||||
approvers:
|
||||
- crassirostris
|
||||
- piosz
|
||||
title: Logging Architecture
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
assignees:
|
||||
approvers:
|
||||
- bgrant0607
|
||||
- janetkuo
|
||||
- mikedanese
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
assignees:
|
||||
approvers:
|
||||
- dcbw
|
||||
- freehan
|
||||
- thockin
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
assignees:
|
||||
approvers:
|
||||
- thockin
|
||||
title: Cluster Networking
|
||||
---
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
assignees:
|
||||
approvers:
|
||||
- sttts
|
||||
title: Using Sysctls in a Kubernetes Cluster
|
||||
---
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
assignees:
|
||||
approvers:
|
||||
- davidopp
|
||||
- kevin-wangzefeng
|
||||
- bsalamat
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
assignees:
|
||||
approvers:
|
||||
- mikedanese
|
||||
title: Configuration Best Practices
|
||||
---
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
assignees:
|
||||
approvers:
|
||||
- mikedanese
|
||||
title: Secrets
|
||||
---
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
assignees:
|
||||
approvers:
|
||||
- mikedanese
|
||||
- thockin
|
||||
title: Container Environment Variables
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
assignees:
|
||||
approvers:
|
||||
- mikedanese
|
||||
- thockin
|
||||
title: Container Lifecycle Hooks
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
assignees:
|
||||
approvers:
|
||||
- erictune
|
||||
- thockin
|
||||
title: Images
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Example Concept Template
|
||||
assignees:
|
||||
approvers:
|
||||
- chenopis
|
||||
---
|
||||
|
||||
@@ -33,4 +33,4 @@ To use ...
|
||||
|
||||
{% endcapture %}
|
||||
|
||||
{% include templates/concept.md %}
|
||||
{% include templates/concept.md %}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
assignees:
|
||||
approvers:
|
||||
- lavalamp
|
||||
title: Kubernetes Components
|
||||
---
|
||||
@@ -19,6 +19,7 @@ Master components can be run on any node in the cluster. However,
|
||||
for simplicity, set up scripts typically start all master components on
|
||||
the same VM, and do not run user containers on this VM. See
|
||||
[Building High-Availability Clusters](/docs/admin/high-availability) for an example multi-master-VM setup.
|
||||
|
||||
### kube-apiserver
|
||||
|
||||
[kube-apiserver](/docs/admin/kube-apiserver) exposes the Kubernetes API. It is the front-end for the
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
assignees:
|
||||
approvers:
|
||||
- chenopis
|
||||
title: The Kubernetes API
|
||||
---
|
||||
@@ -102,5 +102,5 @@ to pick up the `--runtime-config` changes.
|
||||
|
||||
DaemonSets, Deployments, HorizontalPodAutoscalers, Ingress, Jobs and ReplicaSets are enabled by default.
|
||||
Other extensions resources can be enabled by setting `--runtime-config` on
|
||||
apiserver. `--runtime-config` accepts comma separated values. For ex: to disable deployments and jobs, set
|
||||
apiserver. `--runtime-config` accepts comma separated values. For ex: to disable deployments and ingress, set
|
||||
`--runtime-config=extensions/v1beta1/deployments=false,extensions/v1beta1/ingress=false`
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
assignees:
|
||||
approvers:
|
||||
- bgrant0607
|
||||
- mikedanese
|
||||
title: What is Kubernetes?
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
assignees:
|
||||
approvers:
|
||||
- mikedanese
|
||||
title: Labels and Selectors
|
||||
---
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
assignees:
|
||||
approvers:
|
||||
- mikedanese
|
||||
- thockin
|
||||
title: Names
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
assignees:
|
||||
approvers:
|
||||
- derekwaynecarr
|
||||
- mikedanese
|
||||
- thockin
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
assignees:
|
||||
approvers:
|
||||
- pweil-
|
||||
title: Pod Security Policies
|
||||
---
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
assignees:
|
||||
approvers:
|
||||
- derekwaynecarr
|
||||
title: Resource Quotas
|
||||
---
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
assignees:
|
||||
approvers:
|
||||
- rickypai
|
||||
- thockin
|
||||
title: Adding entries to Pod /etc/hosts with HostAliases
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
assignees:
|
||||
approvers:
|
||||
- caesarxuchao
|
||||
- lavalamp
|
||||
- thockin
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
assignees:
|
||||
approvers:
|
||||
- davidopp
|
||||
- thockin
|
||||
title: DNS Pods and Services
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
assignees:
|
||||
approvers:
|
||||
- bprashanth
|
||||
title: Ingress Resources
|
||||
---
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
assignees:
|
||||
approvers:
|
||||
- thockin
|
||||
- caseydavenport
|
||||
- danwinship
|
||||
@@ -58,7 +58,7 @@ __Mandatory Fields__: As with all other Kubernetes config, a `NetworkPolicy` nee
|
||||
|
||||
__spec__: `NetworkPolicy` [spec](https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status) has all the information needed to define a particular network policy in the given namespace.
|
||||
|
||||
__podSelector__: Each `NetworkPolicy` includes a `podSelector` which selects the grouping of pods to which the policy applies. Since `NetworkPolicy` currently only supports definining `ingress` rules, this `podSelector` essentially defines the "destination pods" for the policy. The example policy selects pods with the label "role=db". An empty `podSelector` selects all pods in the namespace.
|
||||
__podSelector__: Each `NetworkPolicy` includes a `podSelector` which selects the grouping of pods to which the policy applies. Since `NetworkPolicy` currently only supports defining `ingress` rules, this `podSelector` essentially defines the "destination pods" for the policy. The example policy selects pods with the label "role=db". An empty `podSelector` selects all pods in the namespace.
|
||||
|
||||
__ingress__: Each `NetworkPolicy` includes a list of whitelist `ingress` rules. Each rule allows traffic which matches both the `from` and `ports` sections. The example policy contains a single rule, which matches traffic on a single port, from either of two sources, the first specified via a `namespaceSelector` and the second specified via a `podSelector`.
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
assignees:
|
||||
approvers:
|
||||
- bprashanth
|
||||
title: Services
|
||||
---
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
assignees:
|
||||
approvers:
|
||||
- jsafrane
|
||||
- mikedanese
|
||||
- saad-ali
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
assignees:
|
||||
approvers:
|
||||
- jsafrane
|
||||
- mikedanese
|
||||
- saad-ali
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
assignees:
|
||||
approvers:
|
||||
- erictune
|
||||
- soltysh
|
||||
- janetkuo
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
assignees:
|
||||
approvers:
|
||||
- erictune
|
||||
title: Daemon Sets
|
||||
---
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
assignees:
|
||||
approvers:
|
||||
- bgrant0607
|
||||
- janetkuo
|
||||
title: Deployments
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
assignees:
|
||||
approvers:
|
||||
- erictune
|
||||
- soltysh
|
||||
title: Jobs - Run to Completion
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
assignees:
|
||||
approvers:
|
||||
- bprashanth
|
||||
- enisoc
|
||||
- erictune
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
assignees:
|
||||
approvers:
|
||||
- Kashomon
|
||||
- bprashanth
|
||||
- madhusudancs
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
assignees:
|
||||
approvers:
|
||||
- bprashanth
|
||||
- janetkuo
|
||||
title: Replication Controller
|
||||
@@ -267,4 +267,4 @@ Read [Run Stateless AP Replication Controller](/docs/tutorials/stateless-applica
|
||||
|
||||
{% endcapture %}
|
||||
|
||||
{% include templates/concept.md %}
|
||||
{% include templates/concept.md %}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
assignees:
|
||||
approvers:
|
||||
- enisoc
|
||||
- erictune
|
||||
- foxish
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
assignees:
|
||||
approvers:
|
||||
- erictune
|
||||
- foxish
|
||||
- davidopp
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
assignees:
|
||||
approvers:
|
||||
- erictune
|
||||
title: Init Containers
|
||||
---
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
assignees:
|
||||
approvers:
|
||||
- erictune
|
||||
title: Pod Overview
|
||||
---
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
assignees:
|
||||
approvers:
|
||||
title: Pods
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user