Commit Graph

75 Commits (b9f0a5d0f45d7162dcd31b313b239c87aa63cbc8)

Author SHA1 Message Date
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
Andrew Chen 3c1b0df482 Reimplement #3770 2017-05-23 14:10:17 -07:00
Andrew Chen fcfc676786 Reimplement #3767 2017-05-23 13:56:57 -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
Steve Perry d868bb9808 Deprecation phase 2: secrets, security-context ... (#3408) 2017-04-14 10:26:09 -07:00
Steve Perry b0e5322ebb Deprecation phase 2: daemons, deployments ... (#3396)
* Deprecation phase 2: daemons, deployments ...

* Remove files from TOC.

* Fix typos.
2017-04-13 17:21:45 -07:00
Steve Perry 7653d204cb Move Guide topic: kubeadm reference. (#3395) 2017-04-13 16:31:14 -07:00
Steve Perry ad5a6e911f Move Guide topics: Federation reference. (#3394) 2017-04-13 16:23:19 -07:00
Steve Perry 8f98a5d17f Fix path. (#3364)
* Fix path.

* Remove duplicate.
2017-04-12 19:00:48 -07:00
Steve Perry d28bff7284 Move Support topics. (#3363)
* Move Support topics.

* Fix toc entry.
2017-04-12 18:42:34 -07:00
Steve Perry f666fda26e Deprecation phase 2: admin/index ... (#3330)
* Deprecation phase 2: admin/index ...

* Adjust TOCs.

* Add limitrange.
2017-04-11 11:21:58 -07:00
Steve Perry 91bb05c1a5 Deprecation phase 2: config-best-practices ... (#3328) 2017-04-11 10:42:43 -07:00
Steve Perry 5072b1cb91 Deprecation phase 2: container-environment ... (#3326) 2017-04-11 10:23:57 -07:00
Steve Perry b7b0443fac Deprecation phase 2: jobs (#3323)
* Deprecation phase 2: jobs

* Adjust reference TOC.
2017-04-11 10:08:35 -07:00
xiangpengzhao f487ce2510 Move cron jobs to keep glossary in alphabetical order. 2017-04-10 15:40:33 -07:00
Andrew Chen c3f063ca35 Fix Reference ToC links 2017-04-07 12:21:22 -07:00
Andrew Chen 6ed0c34d2a Remove swagger-ui link, fix page.version variable (#3185)
* Remove swagger-ui link, fix page.version variable

* remove swagger-ui redirect

* use 2 decimal version for cluster-large.md

* fix swagger-ui message

* replace URL w/ final destination

* address feedback

* add link to swagger.json at https://github.com/kubernetes/kubernetes/blob/master/api/openapi-spec/swagger.json

* remove redundant sentence
2017-04-03 01:13:10 -07:00
Andrew Chen 906bfad18f Merge pull request #2807 from jessfraz/pod-preset
Add pod preset docs
2017-03-27 22:27:16 -07:00
Jess Frazelle e87b393ba3
Add pod preset docs
Signed-off-by: Jess Frazelle <acidburn@google.com>
2017-03-27 20:10:10 -07:00
devin-donnelly 8d31f21184 Merge pull request #2887 from pwittrock/release-1.6
Release 1.6
2017-03-21 11:38:53 -07:00
Joe Beda 017f4e66ea
Add details on Bootstrap Tokens 2017-03-17 16:49:14 -07:00
Phillip Wittrock 5235c4bdf3 Add Kubernetes 1.6 reference docs to the doc 2017-03-16 18:30:27 -07:00
Jordan Liggitt 258755fbfe Split RBAC documentation into separate page 2017-02-17 09:07:57 -08:00
Jordan Liggitt dc6643e00e subdirectory for authorization 2017-02-17 09:07:57 -08:00
Janet Kuo 7dd6fe48c4 Bump links in navigation from 1.3 to 1.5 2017-01-17 17:00:43 -08:00
Phillip Wittrock 69582c2d8c change ref docs url format from 1_5 to v1.5 2017-01-13 09:56:34 -08:00
Phillip Wittrock 0648c4872e Add section for resources only 2017-01-06 16:33:03 -08:00
Phillip Wittrock cc12b16d99 Update api reference docs from review comments. Uses latest brodocs release. 2017-01-06 16:23:24 -08:00
Phillip Wittrock 39fe9ab8e8 Add new-style api and kubectl reference docs for 1.5 as "New Beta Docs" link under Reference 2017-01-06 16:23:23 -08:00
Devin Donnelly 9c64c3ff7f Adds missing TOC entries for docs that fail the new Travis check in PR #2007.
Skips the checks for certain inaccessible or deprecated files and removes unused README.md files.
2017-01-05 14:21:48 -08:00
Janet Kuo a168c92e30 Add TOC entries for all kubectl docs
Kubectl docs: add TOC entries, and remove obsolete docs
2016-12-27 11:22:52 -08:00
devin-donnelly 1b93f13f7a Merge pull request #1947 from janetkuo/apps-nav
Add left nav for apps API group
2016-12-21 14:57:57 -08:00
Ben Balter d8d99a171e use in-page titles to generate sidebar nav 2016-12-19 15:08:54 -05:00
Janet Kuo 3921711fd9 Add left nav for apps API group 2016-12-13 14:21:38 -08:00
devin-donnelly 9a71ea3814 Merge pull request #1848 from madhusudancs/fed-resources-toc
[Federation] Add links to new resource docs: ConfigMap, DaemonSet and Deployment.
2016-12-05 13:29:53 -08:00
devin-donnelly 8b0b0c82fd Merge pull request #1684 from liggitt/kubelet-authnz
Update kubelet authentication/authorization docs
2016-12-04 11:58:09 -08:00
Madhusudan.C.S f20119292a [Federation] Add links to new resource docs: ConfigMap, DaemonSet and Deployment. 2016-12-02 15:37:27 -08:00
Jordan Liggitt 2940a24692
kubelet authnz 2016-12-02 17:13:10 -05:00
Maciej Szulik ab09b11359 Rename ScheduledJobs to CronJobs 2016-11-22 19:59:30 +01:00
xiangpengzhao 115d3cde97 Fix path in reference.yml 2016-10-28 00:43:49 -04:00
devin-donnelly bd0243c797 Merge pull request #1348 from IanLewis/thirdpartyresource-doc
Created new ThirdPartyResource Glossary page.
2016-10-05 14:15:31 -07:00
Ian Lewis 3965d87cec Created new ThirdPartyResource Glossary page.
1. Created a new page for the ThirdPartyResource object.
2. Added a link for the new page to the Glossary menu.
2016-09-29 17:34:39 +09:00
Janet Kuo 2ff8dbf024 Fix kubectl 404
1. Update script to:
   a) Rename kubectl.md to index.md
   b) Remove "See Also" section from kubectl subcommands md files
2. Update the _date/reference.yml link to kubectl
2016-09-28 15:32:14 -07:00
Devin Donnelly 63bb0d449d Typo fix. 2016-09-26 11:45:00 -07:00
Devin Donnelly bfe0194e9e Bug fix in TOC. 2016-09-26 11:43:54 -07:00
Devin Donnelly fae6e5b331 Added Federation docs to TOC (in reference for now; this is not where they should permanently go).
This should fix the issue where TOCs and Titles do not appear for Federation docs.
2016-09-26 11:37:58 -07:00
nikhiljindal aaecc8f75d Adding references to federation docs on left side navigation 2016-09-16 15:27:11 -07:00
devin-donnelly f602a1ee9f Merge pull request #1224 from nikhiljindal/fedEvents
Adding user guides for federation events and namespaces
2016-09-15 14:13:47 -07:00
nikhiljindal 27f0b6f2a6 Adding user guides for federation events and ns 2016-09-14 13:48:32 -07:00