Commit Graph

75 Commits (e9065a984cd2567b8bf9c5e38aef9321c532603f)

Author SHA1 Message Date
Jennifer Rondeau a26ddaa6da Merge pull request #5531 from zouyee/version
fix version.md link
2017-09-19 15:29:31 -04:00
Jennifer Rondeau c08e547db8 Merge pull request #5532 from zouyee/api-group
update api-group link
2017-09-19 15:28:24 -04:00
Jennifer Rondeau 01be561eb6 Merge pull request #5534 from zouyee/aggerated-api-servers
update aggregated-api-servers.md link
2017-09-19 15:24:23 -04:00
jianglingxia 308e243a5f update the admission-controllers.md index.md what-is-kubernetes.md link 2017-09-19 02:15:03 -05:00
zouyee 6f76cc9145 update aggregated-api-servers.md link 2017-09-19 11:16:03 +08:00
zouyee 7a9ab3eda6 update api-group link 2017-09-19 10:46:51 +08:00
zouyee 5095e3ea39 fix version.md link 2017-09-19 10:32:13 +08:00
Kyle Bai 3498f8a437 Fix error link (#5459) 2017-09-14 10:25:26 -07:00
Stewart-YU 7e7170cecb Update namespaces.md
Missing signal.
2017-08-27 18:25:45 +08:00
Jessica Yao 9ec9dc299a replace deprecated kube-ui with dashboard description (#5194) 2017-08-24 14:09:42 -07:00
netroby 62c55763fe command name style
https://kubernetes.io/docs/home/contribute/style-guide/#use-code-style-for-inline-code-and-commands

Use code style for inline code and commands

Use code style for object field names
2017-08-24 10:27:24 -07:00
Stewart-YU 47117093ef Update labels.md (#5089)
key value ->key/value changed in line 42.
2017-08-22 16:50:58 -07:00
Anthony 52e2df7e82 Update kubernetes-api.md
modify "kubernetes" to "Kubernetes"
2017-08-21 16:34:30 -07:00
Lion-Wei 83569cd7eb Update kubernetes-api.md 2017-08-17 15:57:34 -07:00
Dhilip c163bb17c8 [minor] Grammar
[minor] Grammar
2017-08-17 12:12:28 -07:00
TigerXu a66859b862 Update what-is-kubernetes.md
update link in what-is-kubernetes.md
2017-08-12 09:28:33 -07:00
lichuqiang 25f0f09775 fix typo 2017-08-09 10:10:16 -07:00
Stewart-YU 9ad9948e64 Update kubernetes-api.md
The first letter should be capitalized
2017-08-07 15:39:12 -07:00
Stewart-YU 0c6bca5b7f Update labels.md
modify key to Key in line #43
2017-08-06 14:17:08 -07:00
Malepati Bala Siva Sai Akhil d2958d03b6 Fixed grammatical error in names
Fixed grammatical error in names of working with object
2017-08-06 14:15:57 -07:00
Malepati Bala Siva Sai Akhil d3f796ebc0 Fixed grammatical error
Fixed grammatical error in Understanding Kubernetes Objects
2017-08-05 10:21:53 +05:30
Håvar Eggereide 33112de115 add newline above kube-apiserver
kube-apiserver heading did not render correct on my Chrome. The change did nothing to the github preview so maybe there is a fix already, but consistency with the other headings might be worth the change.
2017-08-04 14:37:37 -07:00
Mikael 4b004cf717 Update kubernetes-api.md
Just correcting what I think is a typo.
2017-08-04 14:28:54 -07:00
Aaron Crickenberger 18e9aa59d1 Rename OWNERS assignees: to approvers:
They are effectively the same, assignees is deprecated
2017-08-03 16:22:52 -07:00
TalyaF 212197fdcb changed first sentence for parallel structure (#4304)
* changed first sentence for parallel structure 

/@chenopis

* Update what-is-kubernetes.md
2017-08-02 23:14:28 -07:00
Lyubomir Gardev 6925e45052 Update labels.md (#4417)
Added code formatting to the third operator available for Set-based requirements of label scopes.
2017-08-01 01:25:57 -07:00
Andrew Chen 2e257d9707 Changes for move to Netlify (#4464)
* disable jekyll-redirect-from gem

* add _redirects file

* disable 404 redirect script

* add 301 redirect to test

* retain _redirects file

* Convert redirect_from's to _redirect file. (#4409)

* Remove redirect_from's. (#4424)

* Add 301's to _redirects. (#4427)

* add whitespace before 301

* move redirects in /js/redirects/js to _redirects

* add disabled option for cn redirect

* convert include to array in _config.yml

* enable redirects.js script for legacy support
2017-07-28 08:23:11 -07:00
Andrew Chen 7bbb72505a Remove colon in What is K8s 2017-07-06 13:57:13 -07:00
Xiaoyu Zhang 2adfb49ba9 Update urls to 1.7 (#4276)
* assign-pod-node.md

* secret.md

* kubernetes-objects.md

* service.md
2017-07-05 10:21:45 -07:00
Andrew Chen 3cb315606c v1.7 patch 01 2017-06-30 00:02:17 -07:00
zhangchaolei aae3bfaf3e Release 1.7 (#4094)
* Minor fixes in the Deployment doc

Signed-off-by: Michail Kargakis <mkargaki@redhat.com>

* add NodeRestriction to admission-controllers (#3842)

* Admins Can Configure Zones in Storage Class

The PR #38505 (https://github.com/kubernetes/kubernetes/pull/38505) added zones optional parameter to Storage Class for AWS and GCE provisioners.

That's why documentation needs to be updated accordingly.

* document custom resource definitions

* add host paths to psp (#3971)

* add host paths to psp

* add italics

* Update ConfigMap doc to explain TTL-based cache updates (#3989)

* Update ConfigMap doc to explain TTL-based cache updates

* swap word order

Change "When a ConfigMap being already consumed..." to "When a ConfigMap already being consumed..."

* Update NetworkPolicy docs for v1

* StorageOS Volume plugin

* Update GPU docs

* docs: HPA autoscaling/v2alpha1 status conditions

This commit documents the new status conditions feature for HPA
autoscaling/v2alpha1.  It demonstrates how to get the status conditions
using `kubectl describe`, and how to interpret them.

* Update description about NodeRestriction

kubelet node can alse create mirror pods for their own static pods.

* adding storage as a supported resource to node allocatable

Signed-off-by: Vishnu kannan <vishnuk@google.com>

* Add documentation for podpreset opt-out annotation

This adds the annotation for having the podpreset admission controller
to skip (opt-out) manipulating the pod spec.

Also, the annotation format for what presets have acted on a pod has
been modified to add a prefix of "podpreset-". The new naming makes it such
that there is no chance of collision with the newly introduced opt-out
annotation (or future ones yet to be added).

Opt-out annotation PR:
kubernetes/kubernetes#44965

* Update PDB documentation to explain new field (#3885)

* update-docs-pdb

* Addressed erictune@'s comments

* Fix title and add a TOC to the logging concept page

* Patch #4118 for typos

* Describe setting coredns server in nameserver resolv chain

* Address comments in PR #3997.

Comment is in
f6eb59c67e (diff-7a14981f3dd8eb203f897ce6c11d9828)

* Update task for DaemonSet history and rollback (#4098)

* Update task for DaemonSet history and rollback

Also remove mentions of templateGeneration field because it's deprecated

* Address comments

* removed lt and gt as operators (#4152)

* removed lt and gt as operators

* replace lt and gt for node-affinfity

* updated based on bsalamat review

* Initial draft of upgrade guide for kubeadm clusters.

In-place upgrades are supported between 1.6 and 1.7 releases. Rollback
instructions to come in a separate commit.

Fixes https://github.com/kubernetes/kubeadm/issues/278

* Add local volume documentation (#4050)

* Add local volume documentation

* Add PV local volume example

* Patch PR #3999

* Add documentation for Stackdriver event exporter

* Add documentation about controller metrics

* Federation: Add task for setting up placement policies (#4075)

* Add task for setting up placement policies

* Update version of management sidecar in policy engine deployment

* Address @nikhiljindal's comments

- Lower case filenames
- Comments in policy
- Typo fixes
- Removed type LoadBalancer from OPA Service

* Add example that sets cluster selector

Per-@nikhiljindal's suggestion

* Fix wording and templating per @chenopis

* PodDisruptionBudget documentation Improvements (#4140)

* Changes from #3885

Title: Update PDB documentation to explain new field
Author: foxish

* Added Placeholder Disruptions Concept Guide

New file: docs/concepts/workloads/pods/disruptions.md
Intented contents: concept for Pod Disruption Budget,
 cross reference to Eviction and Preemption docs.
Linked from: concepts > workloads > pods

* Added placeholder Configuring PDB Task

New file: docs/tasks/run-application/configure-pdb.md
Intented contents: task for writing a Pod Disruption Budget.
Linked from: tasks > configuring-applications > configure pdb.

* Add refs to the "drain a node" task.

* Refactor PDB docs.

Move the "Requesting an eviction" section from:
docs/tasks/administer-cluster/configure-pod-disruption-budget.md
-- which is going away -- to:
docs/tasks/administer-cluster/safely-drain-node.md

The move is verbatim, except for an introductory sentence.

Also added assignees.

* Refactor of PDB docs

Moved the section:
Specifying a PodDisruptionBudget
from:
docs/tasks/administer-cluster/configure-pod-disruption-budget.md
to:
docs/tasks/run-application/configure-pdb.md
because that former file is going away.
Move is verbatim.

* Explain how Eviction tools should handle failures

* Refactor PDB docs

Move text from:
docs/tasks/administer-cluster/configure-pod-disruption-budget.md
to:
docs/concepts/workloads/pods/disruptions.md

Delete the now empty:
docs/tasks/administer-cluster/configure-pod-disruption-budget.md

Added a redirects_from section to the new doc, containing the path
of the now-deleted doc, plus all the redirects from the deleted
doc.

* Expand PDB Concept guide

Building on a little content from the old task,
greatly expanded the Disruptions concept
guide, including an abstract example.

* Update creating a pdb Task.

* Address review comments.

* Fixed for all cody-clark's review comments

* Address review comments from mml

* Address review comments from maisem

* Fix missing backtick

* Api and Kubectl reference docs updates for 1.7 (#4193)

* Fix includes groups

* Generated kubectl docs for 1.7

* Generated references docs for 1.7 api

* Document node authorization mode

* API Aggregator (#4173)

* API Aggregator

* Additional bullet points

* incorporated feedback for apiserver-aggregation.md

* split setup-api-aggregator.md into two docs and address feedback

* fix link

* addressed docs feedback

* incorporate feedback

* integrate feedback

* Add documentation for DNS stub domains (#4063)

* Add documentation for DNS stub domains

* add additional prereq

* fix image path

* review feedback

* minor grammar and style nits

* documentation for using hostAliases to manage hosts file (#4080)

* documentation for using hostAliases to manage hosts file

* add to table of contents

* review comments

* update the right command to see hosts file

* reformat doc based on suggestion and change some wording

* Fix typo for #4080

* Patch PR #4063

* Fix wording in placement policy task introduction

* Add update to statefulset concepts and basic tutorial (#4174)

* Add update to statefulset concpets and basic tutorial

* Address tech comments.

* Update ESIPP docs for new added API fields

* Custom resource docs

* update audit document with advanced audit features added in 1.7

* kubeadm v1.7 documentation updates (#4018)

* v1.7 updates for kubeadm

* Address review comments

* Address Luke's comments

* Encrypting secrets at rest and cluster security guide

* Edits for Custom DNS Documentation (#4207)

* reorganize custom dns doc

* format fixes

* Update version numbers to 1.7

* Patch PR #4140 (#4215)

* Patch PR #4140

* fix link and typos

* Update PR template

* Update TLS bootstrapping with 1.7 features

This includes documenting the new CSR approver built into the
controller manager and the kubelet alpha features for certificate
rotation.

Since the CSR approver changed over the 1.7 release cycle we need
to call out the migration steps for those using the alpha feature.
This document as a whole could probably use some updates, but the
main focus of this PR is just to get these features minimally
documented before the release.

* Federated ClusterSelector

formatting updates from review

* complete PR #4181 (#4223)

* complete PR #4181

* fix security link

* Extensible admission controller (#4092)

* extensible-admission-controllers

* Update extensible-admission-controllers.md

* more on initializers

* fixes

* Expand external admission webhooks documentation

* wrap at 80 chars

* more

* add reference

* Use correct apigroup for network policy

* Docs changes to PR #4092 (#4224)

* Docs changes to PR #4092

* address feedback

* add doc for --as-group in cli

Add doc for this pr:
https://github.com/kubernetes/kubernetes/pull/43696
2017-06-29 22:39:40 -07:00
Christoph Blecker 2e192598a0 Update links to proper repos 2017-06-28 22:08:36 -07:00
Sahdev P. Zala 82449c5dcf Clarify the required uniqueness of Label Key
fixes #16812

https://github.com/kubernetes/kubernetes/issues/16812

The issue was opened year back against Kubernetes, not moving it to k8s.
github.io issues but I will close the issue once these changes merge.
2017-06-20 15:58:26 -07:00
Pooya Sanooei f58cc22a20 remove extra that 2017-06-20 14:27:10 -07:00
Swapnil Kulkarni 71177ff37a Update small typo in components page (#3930)
[1] page has a typo in Master Components section.
Updated the document.

[1] https://kubernetes.io/docs/concepts/overview/components/
2017-05-31 10:34:51 -07:00
Andrew Chen e0a852eb28 Reimplement #2756 (#3935) 2017-05-30 16:30:02 -07:00
Kevin J. Qiu fd4ce1860a Fix sentence 2017-05-26 10:44:37 -07:00
chenhuan12 7d4f3c5587 fix the command output
fix the command output
2017-05-26 10:33:50 -07:00
John Shanahan 4e28d9b8af Fixed typo under the Supervisord section 2017-05-22 14:15:06 -07:00
Steve Perry e2bc3491a0 Remove and redirect: api. (#3838) 2017-05-18 19:11:28 -07:00
Andrew Chen 6a7c312867 Update links in home, header, footer, whatisk8s (#3833)
* home page, header, footer

* docs/whatisk8s

* /docs/user-guide/compute-resources/

* /docs/concepts/overview/what-is-kubernetes.md
2017-05-18 16:50:06 -07:00
Wendy Shaffer a326f8ff17 Write the Docs: Adding template and editing 2017-05-14 16:08:30 -07:00
paulbattagliag 0ba167b5e9 Update what-is-kubernetes.md (#3765)
* Update what-is-kubernetes.md

* Update what-is-kubernetes.md
2017-05-14 15:42:05 -07:00
Steve Perry 92b6057d9c Deprecation complete: secrets/index ... (#3554) 2017-04-26 17:13:34 -07:00
Steve Perry b37b5d1957 Deprecation complete: ingress ... (#3553) 2017-04-26 16:49:38 -07:00
Steve Perry 4d990ef6ef Deprecation complete: namespaces/walkthrough ... (#3539) 2017-04-25 20:50:33 -07:00
Steve Perry 184ed9429f Deprecation complete: whatis k8s ... (#3510)
* Deprecation complete: whatis k8s ...

* Fix redirect source.
2017-04-24 19:46:40 -07:00
Andrew Chen 90070474d4 Reference ToC refactor (#3427)
* Reference ToC refactor

* Move Federation into Reference

* Fix ToC, add deprecation notice

* Fix Reference ToC

* tweak ToC

* Move content into Reference

* touch up kubectl

* fix ToC syntax error

* remove resources-reference docs

* change kubectl section name

* adjust page titles

* create Command-Line Tools section

* Move Federation API out to top level

* remove extensions/v1beta1 definitions

* rewrite Kubernetes API in Concepts in a later PR

* Add jbeda to Kubernetes API Overview page for reviews.

* incorporate feedback

* remove /docs/federation

* move around copy

* cleanup reference landing page

* update reference landing page
2017-04-20 13:04:32 -07:00
Andrew Chen cb9cff59db Review conflicts from 1.6-release/master merges 2017-04-20 10:52:04 -07:00
Ahmet Alp Balkan 1acf620458 Add link to /docs/reference from API overview guide (#3452)
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2017-04-19 14:23:19 -07:00