Commit Graph

7429 Commits

Author SHA1 Message Date
Shannon Kularathna 2d528707cd Correct v1.21 to v1.21.0 2021-04-21 17:12:27 -04:00
Shihang Zhang 87dd022604 Apply suggestions from code review
Co-authored-by: Jordan Liggitt <jordan@liggitt.net>
2021-04-21 08:14:28 -07:00
Kubernetes Prow Robot dc77f26c4a Merge pull request #27425 from Kartik494/improveDocs
Improvement in Docs
2021-04-21 05:22:10 -07:00
Miciah Masters 2fed8ee042 taint-and-toleration: Delete out-of-disk, add pid
Delete a reference to the "node.kubernetes.io/out-of-disk" taint, which
Kubernetes 1.14 deleted (commit 8f87e71e0cc3a2b714291ecd7210dfd8f4de33d6).

Document that the DaemonSet controller adds a toleration for the
"node.kubernetes.io/pid-pressure" taint since Kubernetes 1.14 (commit
ad6e3617d3e92f47fa0874ca258ffe31d1d2ff4c).

* content/en/docs/concepts/scheduling-eviction/taint-and-toleration.md:
Delete references to "node.kubernetes.io/out-of-disk" and document that the
DaemonSet adds a toleration for "node.kubernetes.io/pid-pressure".
2021-04-20 22:18:23 -04:00
Kubernetes Prow Robot 9b300a4f4f Merge pull request #27071 from neolit123/1.21-add-kubelet-serving-cert-guide
kubeadm: add guide for kubelet serving certs and metrics-server
2021-04-20 18:32:10 -07:00
Kubernetes Prow Robot 6f617aa649 Merge pull request #27554 from jihoon-seo/210414_Fix_some_errors
Update incorrect links
2021-04-20 18:30:10 -07:00
Kubernetes Prow Robot d20a57cf17 Merge pull request #27632 from vlad-ro/patch-1
Fix broken link to 'debugging service'
2021-04-20 18:24:10 -07:00
Kubernetes Prow Robot 3d0e81a673 Merge pull request #27235 from jihoon-seo/patch-5
Update concepts/storage/volumes.md
2021-04-20 18:16:10 -07:00
Ricardo Katz 8924074b37 Add default storageclass annotation (#27419)
* Add default storageclass annotation

* Add review suggestions

Co-authored-by: Rey Lejano <52760880+reylejano@users.noreply.github.com>

Co-authored-by: Rey Lejano <52760880+reylejano@users.noreply.github.com>
2021-04-20 18:00:11 -07:00
John Gardiner Myers 2cdf96e165 Remove obsolete caution about cordoning
As of Kubernetes 1.19, unschedulable nodes are no longer removed from load balancers
2021-04-20 17:22:46 -07:00
Kubernetes Prow Robot baff0490a3 Merge pull request #27575 from tengqm/fix-feature-gate
Fix nits in feature gates page
2021-04-20 16:06:10 -07:00
Kubernetes Prow Robot 5065bf948f Merge pull request #27379 from apelisse/improve-ssa-docs
SSA Toplogy improvements
2021-04-20 15:54:10 -07:00
zacharysarah f7a3863970 Going emeritus, remove myself from WGs and SIGs 2021-04-20 14:25:51 -07:00
Kubernetes Prow Robot d5f3d74072 Merge pull request #27558 from mark-church/gateway-api-blog
Gateway API blog post - 04-22-2021
2021-04-20 12:28:33 -07:00
Shihang Zhang 8a3d7acf03 update doc for BoundServiceAccountTokenVolume 2021-04-20 11:47:58 -07:00
Mauricio Vásquez 4f319fd5ab Fix requirements for label value
Value *can* indeed be empty.

Fixes: bd55d498df ("Clarify requirements for label value syntax")

Signed-off-by: Mauricio Vásquez <mauricio@kinvolk.io>
2021-04-20 13:43:29 -05:00
Vlad Romanenko 25066196e3 Fix broken link to 'debugging service' 2021-04-20 17:12:43 +01:00
Bob Killen d9ea2d6e27 Fix metrics stability images 2021-04-20 10:15:13 -04:00
Mark Church 81ad8e29b6 Gateway API blog post proposal 2021-04-20 09:15:11 -05:00
Tim Bannister fc661952b2 Tweak article wording
- Tweak capitalization etc
- Remove links to commercial services
2021-04-20 12:46:32 +01:00
Tim Bannister c2584f705a Rename article to match publication date 2021-04-20 12:34:19 +01:00
Kubernetes Prow Robot 1dc0e0fcc4 Merge pull request #27467 from eddiezane/ez/remove-kubectl-psgallery
Remove out of date PSGallery kubectl install instructions
2021-04-20 01:02:33 -07:00
Qiming Teng 8fde623f8a Fix nits in feature gates page
Issues fixed by this PR:

- Link in PodDeletionCost is wrong.
- Default value for APIResponseCompression since 1.16 should be true
- Default value for KubeletPodResources in 1.13, 1.14 should be false
- CSIVolumeHealth is an Alpha feature introduced in 1.21, not graduated or deprecated
- EndpointSlice is still Beta in 1.20
- EndpointSliceNodeName is only GA’ed in 1.21
- IndexedJob is an Alpha starting 1.21, not graduated or deprecated
- KubeletPodResources has been GA’ed in 1.20, thus should be removed from the first table
- RequestManagement was deprecated in 1.17 and replaced by APIPriorityAndFaireness
- Several field names are incorrect (e.g. `appProtocol`, `internalTrafficPolicy`, `loadBalancerClass`)
- SCTPSupport should be removed from the first table because it was GA’ed in 1.20.
- ServcieAppProtocol is Beta until 1.20
- StreamingProxyRedirects  is GA’ed in 1.19, not deprecated
- No description for ValidateProxyRedirects is provided
- VolumeCapacityPriority is an Alpha feature introduced in 1.21, not graduated
- The order of VolumePVCDataSource is wrong in the table
- No description provided for Initializers
- The deprecated status should not be repeated in the description since it is already indicated by the table in which a feature is listed.
- No description is provided for RequestManagement
2021-04-20 15:20:26 +08:00
kartik494 59b166ed89 Improvement in Docs 2021-04-20 09:00:39 +05:30
Kubernetes Prow Robot 5fd397e1ee Merge pull request #27617 from gecube/patch-1
Update node-resource-managers.md
2021-04-19 18:44:32 -07:00
Jihoon Seo c76c3784aa Fix some errors 2021-04-20 09:38:53 +09:00
Kubernetes Prow Robot 3599c03929 Merge pull request #27436 from sftim/20210406_document_statefulset_pod_name_label
Document Pod name label for StatefulSet
2021-04-19 17:30:33 -07:00
Kubernetes Prow Robot 49d6abde91 Merge pull request #27464 from tengqm/fix-kube-proxy-ref
Regenerate reference for kube-proxy configuration
2021-04-19 17:28:32 -07:00
Kubernetes Prow Robot 2d9e266963 Merge pull request #27473 from marekhanus/hotfix/kubespray-ansible-link
Update broken links to Ansible in kubespray.md
2021-04-19 17:18:32 -07:00
Kubernetes Prow Robot 9952037d79 Merge pull request #27502 from shuuji3/patch-6
Add k8s-ruby/k8s-ruby as a community-maintained client libraries
2021-04-19 17:14:32 -07:00
Kubernetes Prow Robot d342d4d9fe Merge pull request #27551 from luolanzone/antrea-np
add Antrea as network policy provider
2021-04-19 17:06:32 -07:00
Kubernetes Prow Robot 58bb9f67e2 Merge pull request #27603 from feloy/add-auto_generated
Add auto_generated metadata
2021-04-19 16:22:32 -07:00
Kubernetes Prow Robot 0ad04c6f8e Merge pull request #27619 from neolit123/1.22-fix-cgroup-migration-link
container-runtimes: fix 404 link to cgroup driver migration guide
2021-04-19 16:02:33 -07:00
Kubernetes Prow Robot 9b6bba40be Merge pull request #27577 from jihoon-seo/210416_Fix_errors_27565_27569
Fix errors #27565, #27569
2021-04-19 16:00:32 -07:00
Lubomir I. Ivanov f156e9eb6e container-runtimes: fix 404 link to cgroup driver migration guide
The URL needs a leading '/', otherwise it points to:
https://kubernetes.io/docs/setup/production-environment/container-runtimes/docs/tasks/administer-cluster/kubeadm/configure-cgroup-driver
2021-04-20 01:31:28 +03:00
George Gaál 34d914fce3 Update node-resource-managers.md
fix typo
2021-04-19 22:16:54 +03:00
Han Kang 371c74a6ae metrics stability to GA blog post (#27359)
* add metrics stability blog post

* Update content/en/blog/_posts/2021-03-30-metrics-stability-hits-ga.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* Update content/en/blog/_posts/2021-03-30-metrics-stability-hits-ga.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* add diagram for metric lifecycle

* add link to stable metrics list

* Update content/en/blog/_posts/2021-03-30-metrics-stability-ga/2021-03-30-metrics-stability-hits-ga.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* Update content/en/blog/_posts/2021-03-30-metrics-stability-ga/2021-03-30-metrics-stability-hits-ga.md

Co-authored-by: Bob Killen <killen.bob@gmail.com>

* fix dates on blog

Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Bob Killen <killen.bob@gmail.com>
2021-04-19 08:54:37 -07:00
Philippe Martin 21a2715031 Add auto_gerated metadata 2021-04-19 15:36:12 +02:00
Marek Hanuš b924fdfba5 Update broken link to Ansible inventory in kubespray.md 2021-04-19 14:15:26 +02:00
jay vyas 8c6d2905fe Create blog article “Defining Network Policy Conformance for Container Network Interface (CNI) providers” (#27159)
* Create 2021-03-09-Defining-NetworkPolicy-Conformance-For-CNIs

* Update content/en/blog/_posts/2021-03-09-Defining-NetworkPolicy-Conformance-For-CNIs

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* fix name spelling

* Update content/en/blog/_posts/2021-03-09-Defining-NetworkPolicy-Conformance-For-CNIs

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* Apply suggestions from code review

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* cleanup, spelling

* clean up, simplify example

* fix typos

* explain result table

* Update content/en/blog/_posts/2021-03-09-Defining-NetworkPolicy-Conformance-For-CNIs

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* merge code review comments

* Apply suggestions from code review

* Update 2021-03-09-Defining-NetworkPolicy-Conformance-For-CNIs

* Update 2021-03-09-Defining-NetworkPolicy-Conformance-For-CNIs

* Update content/en/blog/_posts/2021-03-09-Defining-NetworkPolicy-Conformance-For-CNIs

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* Update 2021-03-09-Defining-NetworkPolicy-Conformance-For-CNIs

* fix filename extension

* Update content/en/blog/_posts/2021-03-09-Defining-NetworkPolicy-Conformance-For-CNIs.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* Update content/en/blog/_posts/2021-03-09-Defining-NetworkPolicy-Conformance-For-CNIs.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* Update content/en/blog/_posts/2021-03-09-Defining-NetworkPolicy-Conformance-For-CNIs.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* handle review comments

* Update content/en/blog/_posts/2021-04-20-Defining-NetworkPolicy-Conformance-For-CNIs.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* Minor corrections and tweaks for readability

* Clarifying transports

* Minor changes to blog post

* clarify requirements to run new e2e Network Policy testsuite with
  sonobuoy
* modify link for Network Policy user stories

Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Matthew Fenwick <mfenwick100@gmail.com>
Co-authored-by: Ricardo Katz <rikatz@users.noreply.github.com>
Co-authored-by: Chris Tomkins <chris.tomkins@tigera.io>
Co-authored-by: Antonin Bas <abas@vmware.com>
2021-04-19 03:42:36 -07:00
Jihoon Seo 69dd10b2ae Fix bugs in setup/release/notes.md 2021-04-19 16:32:35 +09:00
Jihoon Seo 3100379bcd Fix errors #27565, #27569 2021-04-19 11:36:43 +09:00
Kubernetes Prow Robot aefbe96edd Merge pull request #26791 from kornelbicskei/patch-1
Update documentation for AWS ELB
2021-04-18 17:56:35 -07:00
Kubernetes Prow Robot 0b49a9b9ed Merge pull request #27169 from alculquicondor/blog-indexed-job
Blog: Introducing Indexed Jobs
2021-04-18 07:30:35 -07:00
Guilherme Caminha c1a4a5044b Fixing small typo 2021-04-18 15:07:32 +02:00
David Schott 418e9f779e corrected outdated information about Windows networking 2021-04-16 16:41:51 -07:00
Antoine Pelisse acfea6f2ef Fix broken headings throughout server-side apply doc 2021-04-15 20:33:29 -07:00
Antoine Pelisse 52a5e4f718 SSA Toplogy improvements
Include documentation for topology changes
2021-04-15 15:58:51 -07:00
dancnfoo a38531234f Update custom-resource-definition-versioning.md
`stored` should be `storage`
2021-04-15 11:50:24 -07:00
Adam Robertson 21bf5f96bc Update cheatsheet.md
Adding comments to ensure default namespace, container and that the command is supported.
Add note to show you can substitute `env` for any supported command.
2021-04-15 11:28:07 -07:00