Kubernetes Prow Robot
c576c3a3ee
Merge pull request #27818 from tengqm/fix-kubeadm-ref
...
Regenerated reference for kubeadm
2021-05-15 17:13:59 -07:00
Shannon Kularathna
c184f20f76
Create pod eviction concept and glossary entries
...
- Created glossary entries for manual and kubelet eviction
- Created node-pressure-eviction.md and api-eviction.md
- Merged content from eviction-policy.md and out-of-resource.md
- Added note to kube-scheduler about node conditions
- Deleted eviction-policy and out-of-resource.md
- Redirected old topics
- Change topic weights
2021-05-13 18:34:58 +00:00
Stoned Elipot
d299e40f1e
Fix link to nodeport Service type
2021-05-12 15:08:09 +02:00
joostas
ee1361dc0d
[en] Fix label selector in "kubectl for Docker Users"
...
Before
```sh
kubectl get po -l
run=nginx-app
No resources found in default namespace.
```
Because:
```sh
kubectl get po --show-labels
NAME READY STATUS RESTARTS AGE LABELS
nginx-app-58cfd4c468-jx6qp 1/1 Running 0 17m app=nginx-app,pod-template-hash=58cfd4c468
```
After:
```sh
kubectl get po -l app=nginx-app
NAME READY STATUS RESTARTS AGE
nginx-app-58cfd4c468-jx6qp 1/1 Running 0 18m
```
2021-05-11 23:08:49 +03:00
Regan Chan
add60400f8
Update feature gate info for ServiceNodeExclusion, NodeDisruptionExclusion, and LegacyNodeRoleBehavior
2021-05-11 06:37:53 -04:00
Qiming Teng
d31ac9b884
Regenerated reference for kubeadm
...
The upstream source code now applies normalization function to all
command line flags. The PR captures such a change for all references
impacted.
2021-05-11 10:31:56 +08:00
Draven
41b62a9305
doc: remove deprecated predicates in scheduler
2021-05-07 18:33:27 +08:00
Kubernetes Prow Robot
b02027a57c
Merge pull request #27820 from jai/jai/fix-27204
...
docs(admission-controllers): update release status of TaintNodesByCon…
2021-05-04 11:14:14 -07:00
Jai Govindani
a6ab6dca21
docs(admission-controllers): update release status of TaintNodesByCondition
...
Signed-off-by: Jai Govindani <jai@honestbank.com>
2021-04-30 13:21:19 +07:00
Qiming Teng
11f1b6b8e9
Update component reference
...
This PR updates the component reference generated for 1.21. A bug was
found where the upstream source code is now applying a normalization
function to all flags.
This PR also removes the dangling kubelet-config API file.
2021-04-30 10:40:27 +08:00
Smuu
1f28ec0961
Fix syntax errors ( #27735 )
...
* Fix syntax errors
- fix wrong placed line breaks
- fix command mode start and end
* remove word 'simple'
2021-04-28 17:06:50 -07:00
wangyysde
e28f3ce2ff
content/en/docs/reference/command-line-tools-reference/feature-gates.md
...
Signed-off-by: wangyysde <net_use@bzhy.com>
2021-04-27 00:20:51 +08:00
Kubernetes Prow Robot
f4606d4d8d
Merge pull request #27732 from liggitt/1-21-deprecations
...
1.25 deprecations
2021-04-26 08:37:02 -07:00
Jordan Liggitt
0e2b857282
1.25 deprecations
2021-04-26 08:12:34 -04:00
Michael Gugino
27b2611cbc
Update webhook server example code link
...
Fix 404 error and point to the latest released code.
2021-04-23 12:19:23 -04:00
Kubernetes Prow Robot
2318028ec4
Merge pull request #27635 from zshihang/master
...
update doc for BoundServiceAccountTokenVolume
2021-04-23 07:44:02 -07:00
Kubernetes Prow Robot
0c07d4f5bb
Merge pull request #27680 from shannonxtreme/client-lib-links
...
Sort client library links
2021-04-22 18:08:02 -07:00
Shannon Kularathna
764c26c875
Sort client library links
2021-04-22 18:33:13 +00:00
Shannon Kularathna
ea7c79ff0e
Update Stages column
...
- Replaces *True* with *Beta* for *LegacyNodeRoleBehavior*
- Replaces *beta* with *Beta* for *WindowsEndpointSliceProxying*
2021-04-22 11:35:07 -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
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
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
Shihang Zhang
8a3d7acf03
update doc for BoundServiceAccountTokenVolume
2021-04-20 11:47:58 -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
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
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
58bb9f67e2
Merge pull request #27603 from feloy/add-auto_generated
...
Add auto_generated metadata
2021-04-19 16:22:32 -07:00
Philippe Martin
21a2715031
Add auto_gerated metadata
2021-04-19 15:36:12 +02:00
Jihoon Seo
3100379bcd
Fix errors #27565 , #27569
2021-04-19 11:36:43 +09: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
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
Kubernetes Prow Robot
d1e6a6fd24
Merge pull request #26605 from tengqm/admission-config-ref
...
Add WebhookAdmission reference
2021-04-14 01:30:42 -07: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
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
TAKAHASHI Shuuji
18bc5496fa
Add k8s-ruby/k8s-ruby as a community-maintained client libraries
2021-04-11 16:30:04 +09:00
Qiming Teng
370c659ddc
Regenerate reference for kube-proxy configuration
2021-04-10 13:58:29 +08: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
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
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
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
Rey Lejano
678f09c736
merged zh master feature-gates changes to dev-1.21 feature-gates
2021-04-07 09:37:47 -07: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
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
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
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
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
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
Philippe Martin
f7943d8048
Prepare for v1.21 + indentation + local common definitions
2021-04-02 08:24:57 +02: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
6c935b6f90
Improve docs for NamespaceDefaultLabelName
2021-04-01 21:43:47 +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
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
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
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
xing-yang
05cae37d56
Add doc for volume health monitoring
2021-03-30 16:12:07 +00:00
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
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
Harold
3c1216c7ce
Add detail documentation for service LoadBalancerClass
2021-03-27 18:01:42 -07:00
Kubernetes Prow Robot
f5150715cc
Merge pull request #26481 from feloy/consistent-singular
...
Use consistent pluralization for API groupings in reference
2021-03-27 09:58:44 -07:00
Kubernetes Prow Robot
ba7aced52b
Merge pull request #26981 from pacoxu/sysctl-ga
...
Promote Sysctl to ga
2021-03-27 08:32:43 -07:00
Kubernetes Prow Robot
07d6f33b61
Merge pull request #26969 from wasimj/patch-1
...
Correct server-side-apply.md
2021-03-27 02:00:44 -07:00
Kubernetes Prow Robot
4c9d2d7841
Merge pull request #27084 from ehashman/kep-2238-alpha
...
Add documentation for Liveness Probe Grace Periods
2021-03-26 21:18:43 -07:00
Kubernetes Prow Robot
2fd1799846
Merge pull request #27242 from PI-Victor/merged-master-dev-1.21
...
Merge master into dev-1.21
2021-03-26 16:18:44 -07:00
Kubernetes Prow Robot
d90858eacd
Merge pull request #26739 from ahg-g/ahg-pod-cost
...
ReplicaSet pod-deletion-cost annotation
2021-03-26 14:54:43 -07:00
Elana Hashman
3105d524e3
Add documentation for probe-level grace period overrides
2021-03-26 13:37:37 -07:00
Victor Palade
ca046d9b1f
Merge master into dev-1.21 to keep in sync
2021-03-26 21:29:52 +01:00
Maciej Szulik
dba902447c
Update docs for CronJob GA
2021-03-26 16:51:42 +01:00
Kubernetes Prow Robot
55205a5c1f
Merge pull request #27225 from reylejano/update-denyexeconprivileged-removal
...
Update DenyExecOnPrivileged and DenyEscalatingExec deprecation notice
2021-03-26 06:40:43 -07:00
Marc Bihlmaier
f73f6c33e5
Update kubeadm-init.md ( #27199 )
...
* Update kubeadm-init.md
fix anchor
* Update content/en/docs/reference/setup-tools/kubeadm/kubeadm-init.md
Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com>
Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com>
2021-03-26 06:00:43 -07:00
Kubernetes Prow Robot
fba5a42421
Merge pull request #26713 from adisky/patch-4
...
Update pod-infra-container-image description
2021-03-26 04:52:43 -07:00
Kubernetes Prow Robot
27cf5a0f0d
Merge pull request #26574 from AliRezaTaleghani/patch-1
...
Update cheatsheet.md
2021-03-26 04:42:43 -07:00
Kubernetes Prow Robot
ec4840824d
Merge pull request #26472 from kbhawkey/cleanup-usage-just
...
clean up use of word: just
2021-03-26 04:34:43 -07:00
Kubernetes Prow Robot
59d1b368c1
Merge pull request #26018 from CharlyRipp/patch-1
...
Update misleading webhook authentication documentation
2021-03-26 04:22:44 -07:00
Kubernetes Prow Robot
16fcbcba69
Merge pull request #25735 from mpatters72/patch-2
...
Include missing cert export step
2021-03-26 03:30:45 -07:00
Harry Bagdi
80391efa7e
KEP-2365: documentation for namespace-scoped parameters reference
2021-03-26 13:34:46 +05:30
Shihang Zhang
7a461e5f13
update doc for BoundServiceAccountTokenVolume and RootCAConfigMap
2021-03-25 22:57:44 -07:00
Kubernetes Prow Robot
9ae3e5c8c9
Merge pull request #27226 from zshihang/csi
...
update doc for CSIServiceAccountToken
2021-03-25 22:48:43 -07:00
pacoxu
3d7aaefe21
promote sysctl to GA: update sysctl feature gate status
...
Signed-off-by: pacoxu <paco.xu@daocloud.io>
Co-authored-by: Elana Hashman <ehashman@users.noreply.github.com>
2021-03-26 10:23:25 +08:00
David Porter
b222a13525
Update graceful node shutdown beta docs
2021-03-25 18:05:32 -07:00
Rey Lejano
a6f829f29a
update denyexeconprivileged removal to release 1.21
...
update denyexeconprivileged removal to release 1.21
update denyexeconprivileged removal to release 1.21
2021-03-25 18:02:29 -07:00
Shihang Zhang
4f0fa3b008
update doc for CSIServiceAccountToken
2021-03-25 17:38:02 -07:00
Mike Dame
9ad6f7a17f
Add documentation for LogarithmicScaleDown featuregate
2021-03-25 15:36:16 -04:00
Kubernetes Prow Robot
d53aef4047
Merge pull request #26801 from pohly/generic-ephemeral-volumes-beta
...
generic ephemeral volumes: beta
2021-03-25 06:59:30 -07:00
Swetha Repakula
02afb71016
Update EndpointSlice Docs
...
* Deprecate `endpointslices.discovery.k8s.io/v1beta1`
* Removes `content/en/docs/tasks/administer-cluster/enabling-endpointslices.md`
and redirects requests to that page to
`content/en/docs/concepts/services-networking/endpoint-slices.md`
2021-03-24 14:48:02 -07:00
Akihito INOH
b81f63776e
Fix errors by linkchecker.py
...
This commit fixes errors which are shown by linkchecker.py on en/docs/*.
2021-03-24 13:41:56 +09:00
Patrick Ohly
4021005745
generic ephemeral volumes: beta
...
The feature is scheduled for becoming beta in 1.21.
In addition, the commit addresses some of the review feedback.
2021-03-23 18:23:58 +01:00
Abdullah Gharaibeh
290a652991
Docs for pod deletion cost feature
2021-03-23 11:41:49 -04:00
Adhityaa Chandrasekar
cd61594559
job.md: add section on suspended jobs
...
Signed-off-by: Adhityaa Chandrasekar <adtac@google.com>
2021-03-23 14:13:17 +00:00
Xudong Liu
119233c47b
add KEP link for loadBalancerClass
2021-03-22 16:39:21 -07:00
Ricardo Katz
d0544c2f64
Default Namespace labels ( #26995 )
...
* Adds namespace default label docs
* Adds namespace default label docs
* Apply suggestions from code review
Co-authored-by: Qiming Teng <tengqm@outlook.com>
* Add feature gate page review
* Add common labels review
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2021-03-22 15:35:35 -07:00
Kubernetes Prow Robot
9579f11882
Merge pull request #27085 from derekwaynecarr/hugepages-update
...
Promote DownwardAPIHugePages to beta
2021-03-22 15:29:35 -07:00
Kubernetes Prow Robot
05a1c75567
Merge pull request #26712 from cofyc/kep1845
...
KEP-1845: Prioritizing nodes based on volume capacity
2021-03-22 15:13:35 -07:00
Derek Carr
4871b02de8
Promote DownwardAPIHugePages to beta
2021-03-22 12:14:58 -04:00
Paco Xu
4c5130519c
Merge branch 'dev-1.21' into new-annotations
2021-03-19 13:43:05 +08:00
Paco Xu
352e776eed
Update content/en/docs/reference/labels-annotations-taints.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-03-19 13:33:24 +08:00
Kubernetes Prow Robot
bb2f640858
Merge pull request #27106 from alculquicondor/job-completion-annotation
...
Add well-known annotation for job-completion-index
2021-03-18 07:17:19 -07:00
mengjiao.liu
b2bc2fe7c2
update certificate-signing-requests Signer description
2021-03-18 18:01:32 +08:00
Rey Lejano
9d56683e8b
Merge master into dev-1.21 to keep in sync - SIG-Release 1.21 Docs team 3/17/21
...
Fixed merge conflict with /docs/reference/command-line-tools-reference/kube-apiserver.md and preferred master
2021-03-17 21:29:04 -07:00
Kubernetes Prow Robot
7afd404212
Merge pull request #26818 from andyzhangx/azurefile-migration-dev1.21
...
Update Azure file feature gates for 1.21 beta
2021-03-17 17:53:19 -07:00
Kubernetes Prow Robot
014e124b48
Merge pull request #26799 from umohnani8/cri
...
Update docs for CRIContainerLogRotation
2021-03-17 17:51:19 -07:00
Karen Bradshaw
3ff5ec1eff
clean up use of word: just
2021-03-17 19:57:40 -04:00
Mike Patterson
f7506a3d98
Drop vagrant path and use generic name.
2021-03-17 15:38:56 -07:00
Mike Patterson
1c237dabfa
Update content/en/docs/reference/access-authn-authz/certificate-signing-requests.md
...
Co-authored-by: Jordan Liggitt <jordan@liggitt.net>
2021-03-17 15:15:34 -07:00
Aldo Culquicondor
46af548df0
Add well-known annotation for job-completion-index
...
Signed-off-by: Aldo Culquicondor <acondor@google.com>
2021-03-17 15:53:33 -04:00
Urvashi Mohnani
4cff5d40c7
Update docs for CRIContainerLogRotation
...
Signed-off-by: Urvashi Mohnani <umohnani@redhat.com>
2021-03-17 10:04:45 -04:00
Kubernetes Prow Robot
bfb10f4d5e
Merge pull request #26958 from alculquicondor/indexed-job
...
Documentation for Indexed completion mode
2021-03-17 06:24:56 -07:00
pacoxu
c78dbec7ae
add kubectl.kubernetes.io/default-container to well known annotations
2021-03-17 16:01:59 +08:00
Xudong Liu
c2df21af41
add documentation for Service LoadBalancerClass
2021-03-16 18:43:00 -07:00
Aldo Culquicondor
552566fcfa
Documentation for Indexed completion mode
...
Signed-off-by: Aldo Culquicondor <acondor@google.com>
2021-03-16 16:54:44 -04:00
Kubernetes Prow Robot
645d72ca95
Merge pull request #27040 from houjun41544/20210312-schedulerplugin
...
Remove deprecated scheduling plugin NodeResourceLimits from config.md
2021-03-16 09:54:36 -07:00
Kubernetes Prow Robot
a8b93818ad
Merge pull request #26976 from tengqm/update-compref
...
Update data type presentation in component reference
2021-03-16 02:42:35 -07:00
Akihito INOH
f553cbbebc
Replace redirect links of install kubectl
...
/docs/tasks/tools/install-kubectl/ is redirected to
/docs/tasks/tools/
This commit replace the redirect links for installing kubectl
with direct links.
2021-03-15 08:22:29 +09:00
Yecheng Fu
2b18c86f24
add VolumeCapacityPriority feature gate
...
Co-authored-by: Wei Huang <weih@hey.com>
2021-03-14 23:02:07 +08:00
houjun
22415dbc29
Remove deprecated scheduling plugin NodeResourcesFit from config.md
2021-03-13 23:34:31 +08:00
Kubernetes Prow Robot
10d808362d
Merge pull request #26986 from pacoxu/remove/Disable-CAdvisor-Json-Metrics
...
Disable CAdvisor Json Metrics completed
2021-03-12 19:19:04 -08:00
ChandaniM123
f4dee4c08b
Merge remote-tracking branch 'upstream/master' into dev-1.21
2021-03-12 18:13:48 -05:00
Kubernetes Prow Robot
be14fc367d
Merge pull request #26800 from pohly/storage-capacity-beta
...
storage capacity: beta
2021-03-11 17:48:18 -08:00
pacoxu
58c9ddd24e
Disable CAdvisor Json Metrics completed
2021-03-10 17:09:01 +08:00
vaibhav
a82eef93bd
Fix-hyperlink in feature gate list
2021-03-10 13:07:09 +05:30
Qiming Teng
fa183e46a6
Update data type presentation in component reference
...
Instead of putting "stringSlice" or "mapStringString" as data type for
flag data type, we can show more user friendly data type description
that is not GoLang specific.
2021-03-10 10:26:20 +08:00
wasimj
466b4bd806
Update server-side-apply.md
...
Spelling mistake
2021-03-09 14:17:05 +00:00
Kubernetes Prow Robot
74b2a80ef2
Merge pull request #26842 from rajansandeep/remove-kube-dns
...
Remove mentions of kube-dns in kubeadm docs
2021-03-08 14:15:00 -08:00
Kubernetes Prow Robot
31c5e7bce2
Merge pull request #26826 from bridgetkromhout/1.21-563
...
Promote IPv4/IPv6 dual-stack support to Beta
2021-03-08 13:15:00 -08:00
Kubernetes Prow Robot
0b32f897b2
Merge pull request #26820 from ahg-g/nss
...
Document Pod affinity namespaceSelector
2021-03-08 11:09:00 -08:00
Philippe Martin
dd2153d2db
Use consistent pluralization for API groupings in reference
2021-03-08 18:59:39 +01:00
Sandeep Rajan
b9576494e9
nit in tense
2021-03-08 11:56:53 -05:00
Sandeep Rajan
3e9a73f7c2
move kube-dns remove statement to the end
2021-03-08 11:54:58 -05:00
Sandeep Rajan
5fcc8b2961
remove mentions of kube-dns in kubeadm docs
2021-03-08 11:54:58 -05:00
Abdullah Gharaibeh
07c5dbcbca
Docs for pod affinity namespace selector and pod affinity corss-namespace quota scope.
2021-03-07 19:07:31 -05:00
Victor Palade
70096affc5
Merge remote-tracking branch 'upstream/master' into dev-1.21
2021-03-05 17:05:24 +01:00
Kubernetes Prow Robot
1ca4e86518
Merge pull request #26849 from tengqm/fix-feature-gate
...
Add a missing feature gate entry
2021-03-05 06:40:22 -08:00
Kubernetes Prow Robot
6beb1b12de
Merge pull request #24727 from raghvenders/patch-3
...
Clean up reference section
2021-03-05 01:44:22 -08:00
Qiming Teng
bb52543a98
Add a missing feature gate entry
...
The `EnableAggregatedDiscoveryTimeout` (deprecated) is not listed in the
second table. This PR adds it back.
2021-03-05 09:45:11 +08:00
Kubernetes Prow Robot
548c3323ad
Merge pull request #25621 from joadavis/patch-1
...
Disabling `enable-cadvisor-json-endpoints` does not disable stats summary endpoint
2021-03-04 17:02:21 -08:00
Kubernetes Prow Robot
203ad6d6a9
Merge pull request #26062 from notchairmk/cheatsheet_deploy_svc
...
Update cheatsheet: add interacting with Deployments and Services
2021-03-04 16:42:22 -08:00
andrzejsydor
b7a3e4c971
address typos docker-cli-kubectl ( #26050 )
...
* fix typos
fix typos
* Update docker-cli-to-kubectl.md
* fix typos
2021-03-04 16:34:22 -08:00
Kubernetes Prow Robot
60935ce8cc
Merge pull request #26714 from rikatz/endport-netpol
...
Add netpol endport documentation
2021-03-04 14:58:22 -08:00
Bridget Kromhout
bb9f8ebd77
Restoring alpha details with end date
...
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
2021-03-04 08:02:59 -06:00
Patrick Ohly
f5aaf40e88
storage capacity: beta
...
After the promotion to beta in 1.21, enabling the feature is easier
and mostly just depends on the CSI driver deployment.
2021-03-04 08:26:22 +01:00
Bridget Kromhout
31777fa6b5
Update to indicate dual-stack move to beta in 1.21
...
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
2021-03-03 21:28:15 -06:00
andyzhangx
0d3e8f4a71
Update Azure file feature gates for 1.21 beta
2021-03-03 13:32:00 +00:00
Kubernetes Prow Robot
16a12c97da
Merge pull request #26697 from hagay3/patch-1
...
Update client-libraries.md
2021-03-03 03:01:20 -08:00
Ricardo Pchevuzinske Katz
77f868eb13
Add featuregate documentation and correct some doc suggestion
2021-03-01 17:43:31 -03:00
raghvenders
c77e38066f
Review Comments
2021-02-28 20:40:16 -06:00
Kubernetes Prow Robot
903ee369b2
Merge pull request #26119 from neha-viswanathan/25833-migrate-page
...
Migrate https://kubernetes.io/docs/concepts/cluster-administration/certificates/ to tasks section
2021-02-27 18:26:38 -08:00
Kubernetes Prow Robot
f3244d82b0
Merge pull request #25644 from Frankkkkk/patch-1
...
Update client-libraries.md : add python pykorm lib
2021-02-27 18:22:40 -08:00
Kubernetes Prow Robot
a7bab8d6ca
Merge pull request #26751 from JensHeinrich/JensHeinrich-patch-sentence
...
Fix sentence
2021-02-27 16:12:39 -08:00
Jordan Liggitt
4103230c18
Clarify stability level of admission plugins
2021-02-27 12:46:20 -05:00
Jens Heinrich
e864d7f3ca
Fix sentence
...
Add missing verb
2021-02-27 15:37:33 +01:00
Aditi Sharma
6d48be986b
Update pod-infra-container-image description
...
Update kubelet flag pod-infra-container-image description
2021-02-25 17:16:19 +05:30
Neha Viswanathan
41220636ec
Migrate https://kubernetes.io/docs/concepts/cluster-administration/certificates/ to tasks section
2021-02-24 18:33:38 -08:00
Hagai Ovadia
211fe0cb06
Update client-libraries.md
...
New maintainer of kubernetes scala client - skuber.
2021-02-24 08:38:10 +02:00
raghvenders
2b6074e8ed
changes
2021-02-22 19:13:26 -06:00
Michael Taufen
a0d509156d
Update ServiceAccountIssuerDiscovery docs for GA
2021-02-22 12:51:00 -08:00
Mike Patterson
67a342aae3
Update certificate-signing-requests.md
...
Maintain original docs `/home/vagrant/work/`working directory to be consistent.
2021-02-19 13:18:53 -08:00
Rey Lejano
736139e3e7
Merge master into dev-1.21 to keep in sync - SIG-Release 1.21 Docs team 2/19/21
2021-02-19 12:23:22 -08:00
Tim Allclair
ce2e5f8796
Add PSP to the deprecation guide
2021-02-19 12:19:07 -08:00
Paco Xu
037e767445
VolumeSubpath is GA since 1.10
...
https://github.com/kubernetes/kubernetes/issues/60813
2021-02-18 16:38:55 +08:00
Mike Patterson
6a166cf511
Update content/en/docs/reference/access-authn-authz/certificate-signing-requests.md
...
Co-authored-by: Irvi Aini <7439590+irvifa@users.noreply.github.com>
2021-02-17 17:34:31 -08:00
Jordan Liggitt
1711809472
Fix API group typo
2021-02-17 10:39:42 -05:00
Kubernetes Prow Robot
d07618a2bd
Merge pull request #26483 from liggitt/1-22-migration-guide
...
Add page listing removed beta versions, replacements, and notable changes
2021-02-17 07:31:06 -08:00
AliRezaTaleghani
5316aaf207
Update cheatsheet.md
...
fix CLA sign
2021-02-16 20:09:06 +01:00
AliRezaTaleghani
21100c15ee
Update cheatsheet.md
...
activate CLA
2021-02-16 20:01:07 +01:00
AliRezaTaleghani
c3245e47d7
Update cheatsheet.md
...
adding blank space between examples
2021-02-16 19:56:24 +01:00
AliRezaTaleghani
c8d58f3d52
Update cheatsheet.md
...
adding a custom output to format output by listing Images per Pod in table.
2021-02-16 19:48:47 +01:00
Kubernetes Prow Robot
9853323dcc
Merge pull request #25998 from CKchen0726/labels_annotations_taints
...
Revise the page to accurately document the well-known labels, annotations and taints
2021-02-15 20:29:05 -08:00
Akshay Hiremath
667b5cfd24
Fix coreos Operator pattern broken link
...
Operator Pattern link was pointing to https://coreos.com/operator . This link was redirecting to the openshift.com homepage.
Provided new link on openshift.com pointing to Operator Pattern documentation.
2021-02-14 23:36:09 -05:00
Jordan Liggitt
ec4df0f2cf
Address review comments
2021-02-14 15:50:12 -05:00
Jordan Liggitt
6a6fc841d4
Add page listing removed beta versions and notable changes
2021-02-13 12:03:03 -05:00
Sahadat Hossain
0c7f918653
Update api-concepts.md
2021-02-13 17:26:38 +06:00
Sahadat Hossain
4a0574a083
Update authentication.md
2021-02-13 17:19:13 +06:00
Kubernetes Prow Robot
12dd36ef3d
Merge pull request #26488 from ChandaniM123/merged-master-dev-1.21
...
Merged master into dev 1.21 - 2/12/21
2021-02-13 00:41:04 -08:00
ChandaniM123
bfcea97d39
Merge remote-tracking branch 'upstream/master' into dev-1.21
2021-02-12 20:05:18 -05:00
Sahadat Hossain
11f542a599
Update authentication.md
2021-02-12 22:38:11 +06:00
Sahadat Hossain
5ad27062f6
Update content/en/docs/reference/access-authn-authz/authentication.md
...
Co-authored-by: Irvi Aini <7439590+irvifa@users.noreply.github.com>
2021-02-12 22:33:37 +06:00
Sahadat Hossain
a93938b00e
Update content/en/docs/reference/using-api/api-concepts.md
...
Co-authored-by: Irvi Aini <7439590+irvifa@users.noreply.github.com>
2021-02-12 22:33:16 +06:00
wojtekt
507dc0aa20
Promote immutable secrets and configmaps to GA
2021-02-12 16:11:40 +01:00
Sahadat Hossain
2ae6da3c19
Merge branch 'master' into master
2021-02-12 17:04:39 +06:00
sahadat_hossain
c0770869ff
fixed some grammatical mistakes
2021-02-12 16:57:50 +06:00
sahadat_hossain
58c3f18336
fixed some typos and grammatical mistakes
2021-02-12 12:36:36 +06:00
Kubernetes Prow Robot
734865fb71
Merge pull request #26412 from ydFu/fix-url-issue-26382
...
Fail links in compute-device-assignment.md
2021-02-10 23:22:16 -08:00
Kubernetes Prow Robot
d7d113abb7
Merge pull request #26297 from thockin/docs-kep2200
...
Add docs for KEP 2200 (DenyServiceExternalIPs)
2021-02-09 08:13:10 -08:00
Tim Hockin
c111b4ac62
Docs for KEP 2200
...
* Document DenyServiceExternalIPs admission controller
* Re-order other admission controller blocks to be alphabetical
* Document DefaultIngressClass (missing)
2021-02-08 16:21:42 -08:00
Karen Bradshaw
3fd65482e8
clean up use of word: simply
2021-02-07 12:15:29 -05:00
ydFu
6c1ffd397c
Fail links in compute-device-assignment.md
...
* Update the links in compute-device-assignment, Fix issue(#26382 ).
Signed-off-by: ydFu <ader.ydfu@gmail.com>
2021-02-07 23:04:40 +08:00
Rey Lejano
0b69091aff
Merge master into dev-1.21 to keep in sync
2021-02-05 14:03:33 -08:00
Kubernetes Prow Robot
d2e7f4acab
Merge pull request #26352 from kbhawkey/fixup-remove-word-easy
...
clean up use of word: easy
2021-02-04 10:48:26 -08:00
Karen Bradshaw
c4ef1d4b81
Apply suggestions from code review
...
Thanks for the review. Good suggestions!
Co-authored-by: Celeste Horgan <celeste@cncf.io>
2021-02-03 14:28:28 -05:00
Kubernetes Prow Robot
d148026f23
Merge pull request #26065 from margocrawf/master
...
Rewording of paragraph about provideClusterInfo key on Authentication page
2021-02-03 03:02:29 -08:00
Kubernetes Prow Robot
bf85335ddd
Merge pull request #26302 from RainbowMango/pr_update_admission_controllers
...
Update validatingadmissionwebhook and mutatingadmissionwebhook docs
2021-02-01 17:58:27 -08:00
Kubernetes Prow Robot
0c26cd90eb
Merge pull request #26092 from anapsix/patch-2
...
Update cheatsheet.md
2021-02-01 16:50:28 -08:00
Margo Crawford
67a750b5e0
Incorporated suggestions for provideClusterInfo paragraph
...
Signed-off-by: Margo Crawford <margaretc@vmware.com>
2021-02-01 15:35:49 -08:00
Karen Bradshaw
7d9916af0c
clean up use of word: easy
2021-02-01 15:14:25 -05:00
Kubernetes Prow Robot
b29a8c9f83
Merge pull request #26333 from chenxuc/fix_link
...
Update invalid web page link for api group
2021-02-01 10:35:49 -08:00
chenxuc
9d3e4467d5
Update invalid web page link for api group
...
The old link
"https://kubernetes.io/docs/concepts/overview/kubernetes-api/#api-groups "
points to an nonexistent section of that page. The correct section
should be
"https://kubernetes.io/docs/concepts/overview/kubernetes-api/#api-groups-and-versioning "
.
2021-02-01 13:00:47 +08:00
RainbowMango
f079aa8214
Update validatingadmissionwebhook and mutatingadmissionwebhook docs as they have been promoted to v1
2021-01-30 16:09:29 +08:00
Kubernetes Prow Robot
c782fd6738
Merge pull request #25982 from ydFu/add-code-blocks-in-authorization
...
Add the code blocks in authorization.md
2021-01-29 10:25:41 -08:00
Victor Palade
ca55b23e89
Merge master into dev-1.21 to keep in sync - SIG-Release 1.21 Docs team 1/29/21
...
Signed-off-by: Victor Palade <victor@cloudflavor.io>
2021-01-29 17:54:11 +01:00
Kubernetes Prow Robot
b19fbb6f90
Merge pull request #26144 from tengqm/amend-featuregates
...
Fix outdated content in feature gates
2021-01-28 13:19:40 -08:00
Kubernetes Prow Robot
b1f370dd13
Merge pull request #26229 from rikatz/spell-correction
...
Fix some spell checking
2021-01-27 09:51:40 -08:00
Ricardo Pchevuzinske Katz
2346581566
Fix some spell checking
...
Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@gmail.com>
2021-01-24 16:27:42 -03:00
Philippe Martin
21cee4340d
Fix anchors with unsupported characters
2021-01-23 18:15:01 +01:00
CKchen0726
c6b704e5e0
Merge branch 'master' into labels_annotations_taints
2021-01-21 14:02:01 +08:00
Chen, Xu Chun (Simon)
2f2f30b614
Update reference link
...
The old link "https://kubernetes.io/docs/concepts/overview/kubernetes-api/#api-groups " points to an nonexistent section of the page. The correct section should be "https://kubernetes.io/docs/concepts/overview/kubernetes-api/#api-groups-and-versioning " .
2021-01-20 09:56:14 +08:00
Kubernetes Prow Robot
c42e56d811
Merge pull request #23294 from feloy/feloy-gsod-api-reference-ex1
...
[GSoD'20] Update how the Kubernetes website serves API references
2021-01-19 16:25:59 -08:00
Rey Lejano
abef338c9d
Merge master into dev-1.21
2021-01-19 12:39:27 -08:00
Philippe Martin
1373ad22f1
Update Kubernetes API index page
2021-01-19 21:19:54 +01:00
Philippe Martin
add24db3e3
New API Reference presentation on /content/en/docs/reference/kubernetes-api
2021-01-19 21:05:09 +01:00
Qiming Teng
3502b36f86
Fix outdated content in feature gates
...
Also applied some line wrapping to unreasonable long lines.
2021-01-19 15:24:44 +08:00
Kubernetes Prow Robot
34e8b55faf
Merge pull request #26027 from tengqm/clean-podpreset
...
Clean PodPreset docs, examples and links
2021-01-15 07:39:51 -08:00
Edward Rosen
08fe76be1a
Update rbac.md
2021-01-14 09:50:57 -05:00
Anastas Dancha
8589a9c76a
Update cheatsheet.md
...
- improve on [pr #26053 ](https://github.com/kubernetes/website/pull/26053 )
- use idiomatic secret name in example
2021-01-14 16:12:53 +03:00
Qiming Teng
a11047c153
Clean PodPreset docs, examples and links
2021-01-14 13:26:29 +08:00
Rey Lejano
eab220050a
Merge master into dev-1.21 to keep in sync
2021-01-13 14:03:56 -08:00
Kubernetes Prow Robot
a422f01f3f
Merge pull request #26053 from anapsix/patch-2
...
Update cheatsheet.md
2021-01-13 09:44:36 -08:00
Kubernetes Prow Robot
7cf35541f7
Merge pull request #26066 from kbhawkey/remove-latest-version-shortcode
...
add docs for version shortcodes
2021-01-13 09:00:36 -08:00
Kubernetes Prow Robot
2135ed8002
Merge pull request #25856 from edwardrosen/patch-1
...
Update rbac.md
2021-01-12 16:00:36 -08:00
Karen Bradshaw
0166a0b08e
add docs for version shortcodes
2021-01-12 17:20:33 -05:00
Margo Crawford
5accf8f128
Rewording of paragraph about provideClusterInfo key
...
Signed-off-by: Margo Crawford <margaretc@vmware.com>
2021-01-12 13:51:15 -08:00
Edward Rosen
a37b8a9fee
Update rbac.md
...
I've deleted the line break. The example in line 89 now seems to render ok in the preview. Could you please take a look?
2021-01-12 15:22:39 -05:00
Taylor Chaparro
535743edbe
Update cheatsheet: add section for interacting with Deployments and Services
2021-01-12 12:19:40 -08:00
Kubernetes Prow Robot
da5ab5538d
Merge pull request #25966 from Marusyk/Marusyk-patch-1
...
Clean up too old content from Using Admission Controllers page
2021-01-12 11:12:35 -08:00
Kubernetes Prow Robot
466de5e75a
Merge pull request #25337 from smashse/patch-2
...
Update docker-cli-to-kubectl.md
2021-01-12 11:10:38 -08:00
Kubernetes Prow Robot
b3cd3649fe
Merge pull request #25490 from mysunshine92/update-feature-gates-TopologyManager
...
Update feature-gates description for TopologyManager
2021-01-12 10:00:36 -08:00
Kubernetes Prow Robot
eecf1c47e1
Merge pull request #25549 from tomkivlin/patch-1
...
Tidy list of generators for “kubectl create”
2021-01-12 03:58:25 -08:00
Tom Kivlin
f095cf3ecf
update resource terms to CamelCase
...
where a resource is mentioned in the description, use CamelCase.
2021-01-12 08:03:14 +00:00
CKchen0726
c6f6fb9a3e
Revise the page to accurately document the well-known labels, annotations and taints.
2021-01-12 13:59:25 +08:00
Charly Rippenkroeger
7347a9d008
Remove code reference
...
Remove reference in favor of https://github.com/kubernetes/website/issues/23889
2021-01-11 11:57:32 -06:00
Anastas Dancha
4076cf0b0b
Update cheatsheet.md
...
adding example for decoding secret ".data" without relying on external CLI tools
2021-01-11 19:34:31 +03:00