Mengjiao Liu
03c1683d18
[en] Remove redundant feature gate introductions
2021-04-22 17:11:44 +08:00
Kubernetes Prow Robot
975099e8db
Merge pull request #27585 from daschott/daschott/win-networking-fixups
...
corrected outdated information about Windows networking
2021-04-21 17:17:40 -07:00
Kubernetes Prow Robot
0144259494
Merge pull request #27651 from bobbypage/blog-fixes
...
Spelling fixes for graceful node shutdown beta blog
2021-04-21 17:05:41 -07:00
Kubernetes Prow Robot
5e861498b1
Merge pull request #27609 from jihoon-seo/210419_Fix_bugs_in_setup/release/notes.md
...
Fix bugs in setup/release/notes.md (#27606 )
2021-04-21 17:01:40 -07:00
Kubernetes Prow Robot
290dc26dba
Merge pull request #27347 from ooeunz/fixed-broken-link
...
Fixed broken link in content/en/blog/_posts/2019-11-26-cloud-native-java-controller-sdk.md
2021-04-21 16:49:41 -07:00
Justin Bertrand
1878107fa2
fix spelling mistake
2021-04-21 17:53:13 -04:00
David Porter
1035d3c13e
Minor fixes for graceful node shutdown beta blog
2021-04-21 14:36:45 -07:00
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
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
Peter Rifel
1d3134793a
Update kops versioned download URLs
...
kops releases started including a `v` prefix in their tags and GitHub releases.
This updates to a more recent kops version and includes that prefix in the URL.
Signed-off-by: Peter Rifel <peter.rifel@datadoghq.com>
2021-04-15 08:39:15 -05:00
Kubernetes Prow Robot
85d95733c2
Merge pull request #27559 from bridgetkromhout/typo-fix
...
"*-controller-manager" typo fix
2021-04-15 04:01:50 -07:00
Bridget Kromhout
f7a0a0a951
"*-controller-manager" typo fix
...
I noticed a typo in a recent blog post, and a similar typo appears in
the comments for some examples. This PR corrects these typos.
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
2021-04-14 16:40:32 -05:00
Adam Robertson
98a20fb123
Update cheatsheet.md
...
Adding a common command I use to ensure common or namespace wide ENV variables are properly set, i.e. by a ConfigMap
2021-04-14 12:41:44 -07:00
Pushkar Joglekar
36d5eb8ec8
Update content/en/blog/_posts/2021-04-15-Three-Tenancy-Models-for-Kubernetes.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-04-14 09:14:09 -07:00
Pushkar Joglekar
b4603846d2
Update CNCF security whitepaper link
2021-04-14 09:05:28 -07:00
Jim Bugwadia
17e45d842c
Add multi-tenancy usage models blog post ( #27200 )
...
* multi-tenancy usage models blog post
Signed-off-by: Jim Bugwadia <jim@nirmata.com>
* update slug, date, filename
Signed-off-by: Jim Bugwadia <jim@nirmata.com>
* rename file
Signed-off-by: Jim Bugwadia <jim@nirmata.com>
* make links relative
Signed-off-by: Jim Bugwadia <jim@nirmata.com>
* update publish date to 4/15
Signed-off-by: Jim Bugwadia <jim@nirmata.com>
* add file
Signed-off-by: Jim Bugwadia <jim@nirmata.com>
2021-04-14 04:08:41 -07:00
Luo Lan
59a0ba9bc4
add antrea as network policy provider
2021-04-14 17:01:16 +08:00
Kubernetes Prow Robot
d1e6a6fd24
Merge pull request #26605 from tengqm/admission-config-ref
...
Add WebhookAdmission reference
2021-04-14 01:30:42 -07:00
Eddie Zaneski
0349ac0035
Remove PSGallery kubectl install instructions
...
Signed-off-by: Eddie Zaneski <eddiezane@gmail.com>
2021-04-13 19:56:53 -06:00
TAKAHASHI Shuuji
2ec89f253c
Update content/en/docs/reference/using-api/client-libraries.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-04-14 07:32:33 +09:00
Kubernetes Prow Robot
0fdc9cc00a
Merge pull request #26749 from richarddli/kubectl-annotate
...
add blog post on using kubectl annotate for human service discovery
2021-04-13 13:47:46 -07:00
Tim Bannister
f94b9bf6b3
Update publication date
2021-04-13 21:43:26 +01:00
Xander Grzywinski
7c77d75a81
add 1.21 graceful node shutdown blog post ( #27335 )
...
* add 1.21 graceful node shutdown blog post
* Address initial feedback
* Address final feedback
Co-authored-by: David Porter <porterdavid@google.com>
2021-04-13 12:27:46 -07:00
Kubernetes Prow Robot
fa42c3cd77
Merge pull request #27220 from xordspar0/patch-1
...
Document using generators in Deployments
2021-04-13 10:23:09 -07:00
Patrick Ohly
8f0424d057
blog: local storage features go beta ( #27240 )
...
* blog: local storage features go beta
* Apply link and wording fixes
Co-authored-by: Mike Petersen <mpetason@gmail.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Bob Killen <killen.bob@gmail.com>
Co-authored-by: Mike Petersen <mpetason@gmail.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-04-13 06:20:50 -07:00
Rebecca
f0d53f9f79
Update macOS installation instructions ( #27512 )
...
* Update macOS installation instructions
* Add tabs to example
* tabs render weird in infoboxes
2021-04-13 05:46:50 -07:00
Kubernetes Prow Robot
1eddc8bfed
Merge pull request #27485 from sftim/20210409_tidy_api_reference
...
Remove accidentally-included API reference files
2021-04-12 17:40:50 -07:00
Kubernetes Prow Robot
66e7ce1e03
Merge pull request #27518 from wangyysde/patch-3
...
Update container-runtimes.md
2021-04-12 14:42:15 -07:00
Kubernetes Prow Robot
9746343f95
Merge pull request #27311 from xing-yang/volume-health-blog
...
blog: Volume Health Monitoring Alpha Update
2021-04-12 13:08:15 -07:00
xing-yang
f3ffc37352
blog: Volume Health Monitoring Alpha Update
2021-04-12 18:10:01 +00:00
Lili Cosic
991352090a
2021-04-13-kube-state-metrics-goes-v-2-0.md: Add kube-state-metrics v2.0 ( #27324 )
...
blog post announcement.
2021-04-12 10:13:38 -07:00
Aldo Culquicondor
120c02aa09
Blog: Introducing Indexed Jobs
...
Signed-off-by: Aldo Culquicondor <acondor@google.com>
2021-04-12 10:19:46 -04:00
wangyysde
4f4716f42d
Update container-runtimes.md
...
As if the correct url of tasks/administer-cluster/kubeadm/configure-cgroup-driver is docs/tasks/administer-cluster/kubeadm/configure-cgroup-driver
2021-04-12 21:58:45 +08:00
Kubernetes Prow Robot
419d6ce391
Merge pull request #27452 from tallclair/runtimeclass
...
Correct dockershim runtime handler support
2021-04-12 05:30:00 -07:00
Kubernetes Prow Robot
3dcdd86486
Merge pull request #27022 from CKchen0726/kustomize_broken_link_26834
...
[en] update some links in Kustomize Feature List
2021-04-12 04:29:59 -07:00
Kubernetes Prow Robot
436c37fd98
Merge pull request #27445 from tengqm/extend-cluster
...
Revise extending kubernetes
2021-04-11 20:19:59 -07:00
George Gaál
02099e2dd3
Update konnectivity to 0.0.16 and update ZH docs accordingly
2021-04-11 14:24:40 +03:00
TAKAHASHI Shuuji
18bc5496fa
Add k8s-ruby/k8s-ruby as a community-maintained client libraries
2021-04-11 16:30:04 +09:00
TAKAHASHI Shuuji
b04d764a22
Change the backgrounds of logo iamges from gray to transparent
2021-04-11 06:11:55 +00:00
Qiming Teng
a7175d4d35
Revise extending kubernetes
...
This PR fixes two problems. One was introduced by f265aed794
which folded the extend-cluster.md content into section index without
removing the original content. Another problem is that the PNG images
stored on google docs are not accessible by some people from the far end
of the planet.
2021-04-10 13:59:01 +08:00
Qiming Teng
370c659ddc
Regenerate reference for kube-proxy configuration
2021-04-10 13:58:29 +08:00
Kubernetes Prow Robot
c2f183b357
Merge pull request #27494 from SergeyKanzhelev/revert-25733-patch-1
...
Revert "update container-lifecycle-hooks.md for third hook handler i,.e. TCP"
2021-04-09 22:49:09 -07:00
Kubernetes Prow Robot
80508e60c7
Merge pull request #27479 from tengqm/comp-ref-121
...
Component reference for 1.21
2021-04-09 17:40:23 -07:00
Kubernetes Prow Robot
ec9c46b309
Merge pull request #27392 from sftim/20210403_mention_extensibility_as_feature
...
Mention API extensibility as a front-page feature
2021-04-09 16:42:22 -07:00
Sergey Kanzhelev
0db9ae6f52
Revert "update container-lifecycle-hooks.md for third hook handler i,.e. TCP"
2021-04-09 13:36:25 -07:00
Adhityaa Chandrasekar
eb558e2442
blog: make minor corrections to upcoming SuspendJob post
...
Signed-off-by: Adhityaa Chandrasekar <adtac@google.com>
2021-04-09 16:12:25 +00:00
Kubernetes Prow Robot
9dd42da09e
Merge pull request #27197 from adtac/suspend-blog
...
blog: introducing suspended jobs
2021-04-09 07:45:05 -07:00
Tim Bannister
cbe453b9c9
Remove accidentally-included API reference files
...
Fixup for commit 965aa51daf
Co-Authored-By: Philippe Martin <contact@elol.fr>
2021-04-09 10:42:50 +01:00
divya-mohan0209
9713a00e3c
Addressing whitespace nits & grammatical errors
2021-04-09 10:51:53 +05:30
Qiming Teng
6f0674ef19
Component reference for 1.21
2021-04-09 12:53:57 +08:00
Marc Bihlmaier
fb4e0c4066
Update kubeadm-config.md ( #27201 )
...
add link to https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/kubelet-integration/
2021-04-08 21:38:36 -07:00
Han Kang
c5bab50caf
add back the link to stable metrics list
2021-04-08 14:21:36 -07:00
Tim Bannister
d2c9a40139
Document Pod name label for StatefulSet
...
Add a missing well-known label to our list.
2021-04-08 22:01:19 +01:00
Tim Bannister
ff6aa6e3b4
Mention API extensibility as a front-page feature
...
Kubernetes has really good options for extending and customizing its
behavior. Mention these right on the front page.
2021-04-08 21:57:13 +01:00
Kubernetes Prow Robot
393816b750
Merge pull request #27198 from alaypatel07/blog-cronjob-ga
...
Blog: CronJob reaches GA
2021-04-08 13:40:31 -07:00
Rey Lejano
a5c84d959f
Update release notes for 1.21 release
2021-04-08 12:39:44 -07:00
Kubernetes Prow Robot
5fe92f22b6
Merge pull request #26629 from tallclair/psp
...
Add PSP to the deprecation guide
2021-04-08 12:18:02 -07:00
Kubernetes Prow Robot
22a0e39486
Merge pull request #26790 from neha-viswanathan/26681-fix-target-port
...
use targetPort instead of containerPort
2021-04-08 12:10:03 -07:00
Rey Lejano
9e490b7f2d
Merge pull request #27233 from divya-mohan0209/patch-2
...
Create 2021-04-08-kubernetes-release-1.21.md
2021-04-08 11:25:44 -07:00
Xander Grzywinski
1add12a4bd
Add Kubernetes 1.20 Release Blog
...
Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>
Co-authored-by: Xander Grzywinski <xanderg@apple.com>
Co-authored-by: Nabarun Pal <pal.nabarun95@gmail.com>
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2021-04-08 20:24:25 +05:30
Tim Allclair
0c988b2dcb
Correct dockershim runtime handler support
2021-04-07 15:49:24 -07:00
Rey Lejano
678f09c736
merged zh master feature-gates changes to dev-1.21 feature-gates
2021-04-07 09:37:47 -07:00
Alay Patel
47df9fdab0
Blog: CronJob reaches GA
2021-04-07 10:32:44 -04:00
Kubernetes Prow Robot
9f7f648e1b
Merge pull request #26319 from tengqm/zh-sync-feature-gate
...
[zh] Sync changes to feature-gates
2021-04-07 00:49:54 -07:00
Qiming Teng
108149fa2f
Add WebhookAdmission reference
...
This is a reference for WebhookAdmission config generated from kubernetes-sigs/reference-docs/genref tool.
More specifically, it is generated using the following command:
```shell
./genref -include apiserver-webhookadmission
```
2021-04-07 09:13:47 +08:00
Lubomir I. Ivanov
30c6e773e2
kubeadm: add guide for kubelet serving certs and metrics-server
...
Include a new section of the kubeadm certificate management page
to talk about kubelet serving certificates and how to make
them signed. Also include a note about using secure connection
with the metrics-server.
2021-04-07 01:19:21 +03:00
Tim Bannister
965aa51daf
Merge master into dev-1.21 to keep in sync, plus latest API reference
...
This sync merge includes API reference updates.
2021-04-06 21:38:24 +01:00
Zach Corleissen
4079e58822
Update content/en/blog/_posts/2021-02-27-annotating-k8s-for-humans.md
2021-04-06 11:43:04 -07:00
Kubernetes Prow Robot
863d0bc3ba
Merge pull request #27369 from tabbysable/psp-blog
...
Add blog post describing PSP deprecation and next steps.
2021-04-06 11:42:20 -07:00
Tim Bannister
8dbf6671db
Omit API reference updates for v1.21
...
Omitting this merge to make it easier to merge in from primary branch
and back in to the same primary branch.
2021-04-06 19:39:36 +01:00
Zach Corleissen
1ecc9948aa
Update content/en/blog/_posts/2021-02-27-annotating-k8s-for-humans.md
2021-04-06 11:32:45 -07:00
Zach Corleissen
c854d9e027
Update content/en/blog/_posts/2021-02-27-annotating-k8s-for-humans.md
2021-04-06 11:32:36 -07:00
Shubham Kuchhal
2b822af36a
Modified the output when retrieving Secrets.
2021-04-06 11:07:59 +05:30
Tabitha Sable
ca6008c67f
Apply suggestions from tallclair
...
Co-authored-by: Tim Allclair <timallclair@gmail.com>
2021-04-05 22:59:01 -05:00
Kubernetes Prow Robot
3b1b77b837
Merge pull request #27366 from tocado/patch-1
...
Update kubespray.md for link to ansible doc
2021-04-05 18:09:19 -07:00
Kubernetes Prow Robot
7841e9e509
Merge pull request #26725 from cristiklein/patch-1
...
Change to inclusive naming
2021-04-05 17:39:19 -07:00
Kubernetes Prow Robot
dfaf833582
Merge pull request #27377 from sftim/20210401_namespace_default_label_name_tweaks
...
Improve docs for NamespaceDefaultLabelName
2021-04-05 08:09:14 -07:00
Kubernetes Prow Robot
029c885a1b
Merge pull request #27390 from sftim/20210403_tidy_service_endpoints_docs_1.21
...
Tidy docs about EndpointSlice & related features
2021-04-05 08:07:13 -07:00
Tim Bannister
c9ca131355
Tidy docs about EndpointSlice & related features
...
Co-authored-by: Rey Lejano <52760880+reylejano@users.noreply.github.com>
2021-04-05 15:53:21 +01:00
Kubernetes Prow Robot
924f4a317c
Merge pull request #27396 from joostas/using-sourceIP-turorial
...
Fix label selector in Using Source IP tutorial
2021-04-05 07:31:12 -07:00
Keith Wall
a5f6961507
Address review comments.
2021-04-05 12:50:52 +01:00
Kubernetes Prow Robot
a2f0abd847
Merge pull request #26413 from feloy/apiref-v1-21-prepare
...
Prepare for v1.21 + indentation + local common definitions
2021-04-05 00:10:18 -07:00
Kubernetes Prow Robot
fb976d5844
Merge pull request #27364 from jailton/en/docs/tutorials/stateless-application
...
Fix content/en/docs/tutorials/stateless-application/guestbook.md
2021-04-04 23:58:15 -07:00
Kubernetes Prow Robot
8b2ecd55ec
Merge pull request #27386 from nicks/patch-1
...
Fixed errors in instructions for generating ref docs
2021-04-04 23:56:14 -07:00
Tabitha Sable
6c4e752016
Adopt several suggestions from review.
2021-04-05 00:36:22 -05:00
Tabitha Sable
e0b7222f1a
Rename file to match publication date
2021-04-05 00:36:05 -05:00
Justas
fe9e5a80ad
Fix label selector in Using Source IP tutorial
...
Before:
```sh
controlplane $ kubectl delete svc -l run=source-ip-app
No resources found
```
```sh
k get svc --show-labels
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE LABELS
clusterip ClusterIP 10.110.247.112 <none> 80/TCP 28m app=source-ip-app
kubernetes ClusterIP 10.96.0.1 <none> 443/TCP 49m component=apiserver,provider=kubernetes
loadbalancer LoadBalancer 10.111.123.206 <pending> 80:31111/TCP 9m59s app=source-ip-app
nodeport NodePort 10.108.129.31 <none> 80:32503/TCP 22m app=source-ip-app
```
After:
```sh
controlplane $ kubectl delete svc -l app=source-ip-app
service "clusterip" deleted
service "loadbalancer" deleted
service "nodeport" deleted
```
Update source-ip.md
Update source-ip.md
Update source-ip.md
2021-04-04 20:52:13 +03:00
Kubernetes Prow Robot
7f2b282dbe
Merge pull request #26602 from tengqm/kube-scheduler-policy-config
...
Add reference doc for kube-scheduler policy
2021-04-03 10:02:12 -07:00
Kubernetes Prow Robot
4556399e99
Merge pull request #26608 from tengqm/client-auth-config
...
Add reference for client-authentication v1beta1
2021-04-03 09:42:12 -07:00
Kubernetes Prow Robot
973caa38b1
Merge pull request #26606 from tengqm/audit-policy-config
...
Add reference for audit API group
2021-04-03 09:12:12 -07:00
Tim Bannister
7d84f93f06
Don't mention kubeadm dual-stack as a site front page feature
...
kubeadm dual-stack is a nice feature, but we don't need to mention it
on https://kubernetes.io/
Omit that mention.
2021-04-03 16:21:03 +01:00
Tabitha Sable
b20641723c
Fix typo in relative URL
2021-04-02 23:11:31 -05:00
Tabitha Sable
4e15cffdf9
Update links to be site-relative
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-04-02 23:10:15 -05:00
Nick Santos
34f1d61c60
Fixed errors in instructions for generating ref docs
...
Some minor mistakes I noticed:
- WEB_ROOT is actually K8S_WEBROOT (https://github.com/kubernetes-sigs/reference-docs/blob/master/Makefile#L12 )
- copysrc puts the code in gen-apidocs/build, not gen-apidocs/generators/build (https://github.com/kubernetes-sigs/reference-docs/blob/master/Makefile#L89 )
- K8S_VERSION must have a patch number, because all kubernetes tags have patch numbers (https://github.com/kubernetes/kubernetes/tree/v1.17 vs https://github.com/kubernetes/kubernetes/tree/v1.17.0 )
2021-04-02 14:20:37 -04:00
Philippe Martin
f7943d8048
Prepare for v1.21 + indentation + local common definitions
2021-04-02 08:24:57 +02:00
Kubernetes Prow Robot
8b45d0f687
Merge pull request #27346 from luolanzone/antrea
...
add antrea in network addon list
2021-04-01 20:22:12 -07:00
Qiming Teng
4d20ce5b29
Add reference doc for kube-scheduler policy
...
This is a reference for kube-scheduler policy config generated from
kubernetes-sigs/reference-docs/genref tool.
More specifically, it is generated using the following command:
```
./genref --include kube-scheduler-policy-config
```
2021-04-02 10:57:58 +08:00
Qiming Teng
94e021ccf6
Add reference for audit API group
...
This is a reference for audit.k8s.io/v1 API group generated from kubernetes-sigs/reference-docs/genref tool.
More specifically, it is generated using the following command:
```shell
./genref -include apiserver-audit
```
2021-04-02 10:01:12 +08:00
Qiming Teng
b28250b68f
Add reference for client-authentication v1beta1
...
This is a reference for client authentication API generated from kubernetes-sigs/reference-docs/genref tool.
More specifically, it is generated using the following command:
```shell
./genref -include client-authentication
```
2021-04-02 09:48:59 +08:00
Kubernetes Prow Robot
065cbfb9d0
Merge pull request #26596 from tengqm/kube-scheduler-config
...
Kube scheduler config
2021-04-01 18:48:11 -07:00
Tim Bannister
0bfff0bc5c
Remove statement about the future
2021-04-01 21:43:48 +01:00
Tim Bannister
6c935b6f90
Improve docs for NamespaceDefaultLabelName
2021-04-01 21:43:47 +01:00
Tim Bannister
8f913ba982
Note PodSecurityPolicy deprecation
2021-04-01 18:15:09 +01:00
Tim Bannister
90c9da9c86
Tidy sysctl task page for GA
2021-04-01 18:12:17 +01:00
Qiming Teng
ce76e0f875
Add reference for kube-scheduler config
2021-04-01 21:58:58 +08:00
Qiming Teng
79845b0c4a
Add kubelet config reference
...
This is a reference for kubelet config generated from
github.com/tengqm/genref tool using the following command:
./genref -include kubelet-config
2021-04-01 21:53:14 +08:00
Luo Lan
c8d20ea228
update antrea link based on review comment
2021-04-01 21:31:22 +08:00
Adhityaa Chandrasekar
cfc66c0f85
blog: introducing suspended jobs
...
Signed-off-by: Adhityaa Chandrasekar <adtac@google.com>
2021-04-01 10:58:18 +00:00
Kubernetes Prow Robot
38a9e33a2e
Merge pull request #27325 from Shubham82/fix-AppArmor
...
Corrected the description in 'Restrict a Container's Access to Resources with AppArmor'
2021-04-01 02:45:22 -07:00
Qiming Teng
816725246d
[zh] Sync changes to feature-gates
...
Also fixed some nits in the upstream.
2021-04-01 17:38:56 +08:00
Kubernetes Prow Robot
ec6d03d84d
Merge pull request #26595 from tengqm/kube-proxy-config
...
Add kube-proxy config reference
2021-04-01 01:33:21 -07:00
Tabitha Sable
c43c40e1b0
Add blog post describing PSP deprecation and next steps.
2021-04-01 01:48:51 -05:00
Juan Sebastian Romero
a66fec504e
Update kubespray.md
...
update link to playbook variables in ansible
2021-04-01 01:04:01 -03:00
Jailton Lopes
d5b1793351
Update "Deploying PHP Guestbook application with MongoDB" Tutorial to fix the following issues:
...
* #26765 - Ordered lists with wrong indexes
* The wrong output of "kubectl get service frontend" on LoadBalancer Service Type example.
* Fixing format
Signed-off-by: Jailton Lopes <jailton@gmail.com>
2021-04-01 00:42:41 -03:00
Kubernetes Prow Robot
936e2c60ce
Merge pull request #27289 from SataQiu/update-create-cluster-kubeadm-20210329
...
kubeadm: update create-cluster-kubeadm page as kubeadm will not do e2e tests against Calico CNI anymore
2021-03-31 17:41:21 -07:00
Kubernetes Prow Robot
5f3e13e820
Merge pull request #27341 from kbhawkey/fix-replication-controll-text
...
fixup rc text
2021-03-31 17:31:21 -07:00
Qiming Teng
0d7d7470dd
Add kube-proxy config reference
...
This is a reference for kube-proxy config generated from kubernetes-sigs/reference-docs/genref tool.
More specifically, it is generated using the following command:
./genref -include kube-proxy
2021-04-01 08:26:17 +08:00
Kubernetes Prow Robot
8cadfc4ffd
Merge pull request #27088 from maplain/service-internal-traffic-policy
...
Add documentation for Service InternalTrafficPolicy
2021-03-31 16:51:21 -07:00
Kubernetes Prow Robot
bfa3449b05
Merge pull request #27032 from robscott/topology-aware-hints
...
Adding documentation for Topology Aware Hints
2021-03-31 16:49:21 -07:00
Rob Scott
b9ec368cfc
Adding documentation for Topology Aware Hints
2021-03-31 15:28:48 -07:00
Fangyuan Li
66cb8f917d
Add documentation for Service InternalTrafficPolicy
2021-03-31 15:24:07 -07:00
Kubernetes Prow Robot
5fac89acb0
Merge pull request #27093 from pacoxu/init-container/behavior
...
init container image change or container GC will not restart Pod sinc…
2021-03-31 11:35:21 -07:00
Tim Bannister
eea1c895ac
Reinstate missing word
2021-03-31 19:31:02 +01:00
Rey Lejano
f03e3aca62
follow up csi migration of cinder vol plugin in PR 26992
2021-03-31 09:04:37 -07:00
Kubernetes Prow Robot
1c42751367
Merge pull request #26992 from jsafrane/cinder-migration-on
...
CSI migration of Cinder volume plugin is on by default
2021-03-31 07:49:02 -07:00
Kubernetes Prow Robot
c8acfdd5fb
Merge pull request #27092 from XudongLiuHarold/add-service-loadbalancer-class
...
Add documentation for Service LoadBalancerClass
2021-03-31 07:41:01 -07:00
Rey Lejano
d9bdc192a7
follow-up PR to update deprecation policy for k8s metrics originally in PR 27202
2021-03-31 05:26:19 -07:00
Francesco Romani
b4f485a6b0
Actualize podresources 1.21 ( #27203 )
...
* Actuallize podresources description
This commit updates description according to
https://github.com/kubernetes/enhancements/pull/1884
Update content/en/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md
Signed-off-by: Alexey Perevalov <alexey.perevalov@huawei.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* podresources: document the new feature gate
Signed-off-by: Francesco Romani <fromani@redhat.com>
* device plugins: add clarifications after review
- fix the AllocatableResourcesResponse comment
- describe the NUMA ID and explain the meaning of the field.
Signed-off-by: Francesco Romani <fromani@redhat.com>
Co-authored-by: Alexey Perevalov <alexey.perevalov@huawei.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-03-31 04:39:00 -07:00
Han Kang
f9bacb20ae
add deprecation policy for k8s metrics ( #27202 )
...
* add deprecation policy for metrics
* Update content/en/docs/reference/using-api/deprecation-policy.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* amend stability language given review comments
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-03-31 04:33:00 -07:00
ooeunz
f6d44d37ac
Fixed broken link in content/en/blog/_posts/2019-11-26-cloud-native-java-controller-sdk.md
2021-03-31 16:56:27 +09:00
Luo Lan
ae1650b2db
add antrea in network addon list
2021-03-31 15:28:47 +08:00
Karen Bradshaw
fe2f1e2da6
fixup rc text
2021-03-30 21:03:57 -04:00
Tim Bannister
c3af732d1a
Fix docs for volume health monitoring
2021-03-31 00:53:04 +01:00
Kubernetes Prow Robot
fd721b8e95
Merge pull request #26970 from jiahuif/feature/leader-migration/task
...
(KEP-2436) Task: Controller Manager Leader Migration
2021-03-30 15:30:58 -07:00
Indeed
063edc95c7
add link to leader migration
...
to the "cloud controller manager" concept.
2021-03-30 13:41:41 -07:00
Indeed
a7fdd13090
(KEP-2436) task: Controller Manager Leader Migration.
2021-03-30 13:41:41 -07:00
Kubernetes Prow Robot
eba27a0e2a
Merge pull request #27285 from ganeshniyer/patch-3
...
Made small typo corrections
2021-03-30 09:45:57 -07:00
Kubernetes Prow Robot
09755e69af
Merge pull request #27060 from xing-yang/dev-1.21
...
Add doc for volume health monitoring
2021-03-30 09:33:57 -07:00
Kubernetes Prow Robot
b0f761598a
Merge pull request #27141 from neolit123/1.21-add-note-about-admin.conf
...
kubeadm/create-cluster: add warning about admin.conf
2021-03-30 09:29:57 -07:00
Kubernetes Prow Robot
e7a3482b6a
Merge pull request #26786 from neolit123/1.21-cgroup-drivers-new-page
...
kubeadm: add separate page for configuring / migrating cgroup driver
2021-03-30 09:21:57 -07:00
xing-yang
05cae37d56
Add doc for volume health monitoring
2021-03-30 16:12:07 +00:00
ganeshniyer
e6e3f00a44
Corrected a clarification based on the review
...
removed [ and ] in the command ETCDCTL_API=3 etcdctl --endpoints=https://127.0.0.1:2379 \
--cacert=<trusted-ca-file> --cert=<cert-file> --key=<key-file> \
snapshot save <backup-file-location>
2021-03-30 21:30:49 +05:30
Zoltan Vajda
a8adf49a78
Fix typo in worker.py example script
2021-03-30 14:24:34 +02:00
Shubham Kuchhal
d39d4b4bf7
Corrected the description in 'Restrict a Container's Access to Resources with AppArmor'
2021-03-30 17:03:10 +05:30
Morten Torkildsen
d341b96fb3
Promote Pod Disruption Budgets to GA
2021-03-29 19:58:50 -07:00
Kubernetes Prow Robot
aea393a0d0
Merge pull request #27070 from swetharepakula/eps-ga-docs
...
EndpointSlice API GA Doc Updates for 1.21
2021-03-29 15:49:56 -07:00
Kubernetes Prow Robot
87852360b3
Merge pull request #26723 from hbagdi/ingress-class-namespaced-params
...
Ingress class namespaced params
2021-03-29 11:23:57 -07:00
Marc Bihlmaier
3ccdb3426a
Update kubelet-config-file.md ( #27192 )
...
* Update kubelet-config-file.md
add note and link to kubeadm/kubelet-integration
* Update content/en/docs/tasks/administer-cluster/kubelet-config-file.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2021-03-29 06:00:45 -07:00
SataQiu
3252fb1d9e
kubeadm: update create-cluster-kubeadm page as kubeadm will not do e2e tests against Calico CNI anymore
2021-03-29 20:56:15 +08:00
pacoxu
ed7c4e7046
init container image change or container GC will not restart Pod since 1.20
...
Signed-off-by: pacoxu <paco.xu@daocloud.io>
2021-03-29 17:19:56 +08:00
ganeshniyer
5c589626fd
Made small typo corrections
...
(1) the help option for etcdctl is -h and not --h. Corrected the same
(2) in the snapshot command, the --endpoints option's value has been corrected to reflect the right endpoint.
2021-03-29 14:04:48 +05:30
Kubernetes Prow Robot
b8a717edf1
Merge pull request #27083 from soltysh/cronjob_ga
...
Update docs for CronJob GA
2021-03-28 23:08:44 -07:00
Xudong Liu
fcfcc73a00
Update content/en/docs/concepts/services-networking/service.md
...
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2021-03-28 21:35:41 -07:00