James Sturtevant
fe7771aeac
Remove annotation for Experimental Windows Hyper-v
...
removed in 1.21: https://github.com/kubernetes/kubernetes/pull/95505
2021-07-15 09:07:47 -07:00
Sinan Kahveci
9693458ae2
Fix inconsistent usage of term
...
The term "control plane" is written as title case (e.g. Control Plane) only in this document. When it is referenced, it creates inconsistency in other documents. This commit will fix it by lower-casing the second word.
2021-07-15 12:55:09 +01:00
Kubernetes Prow Robot
50cb3d3441
Merge pull request #28940 from yxxhero/main
...
fix incorrect field name in event API deprecation guide
2021-07-15 04:30:48 -07:00
yxxhero
9d0d213814
fix incorrect field name in event API deprecation guide
...
Signed-off-by: yxxhero <aiopsclub@163.com >
2021-07-15 18:12:28 +08:00
Kubernetes Prow Robot
506ee6ff68
Merge pull request #28876 from tengqm/kubeadm-config-ref
...
Kubeadm config reference
2021-07-14 18:12:48 -07:00
Chris Negus
96d89ba3f4
Added examples of Lists to api-concepts ( #28608 )
...
* Added List descriptions to api-concepts
* Corrected note and example per comments
2021-07-13 02:04:31 -07:00
Baiju Muthukadan
878194b52f
Use correct terminology
...
Co-authored-by: Tim Bannister <tim@scalefactory.com >
2021-07-11 11:13:57 +05:30
Baiju Muthukadan
64fe06a642
Use helm website link
...
Co-authored-by: Tim Bannister <tim@scalefactory.com >
2021-07-11 11:13:00 +05:30
Baiju Muthukadan
94b1216dfd
Update link to the Helm project
...
Signed-off-by: Baiju Muthukadan <baiju.m.mail@gmail.com >
2021-07-11 09:17:42 +05:30
Kubernetes Prow Robot
0606d22bae
Merge pull request #28878 from astraw99/patch-1
...
Fix pending CSR delete time is 24 hours
2021-07-09 09:02:53 -07:00
Kubernetes Prow Robot
e13a8fbba0
Merge pull request #28871 from tengqm/kubeadm-config-1.21
...
Update kubeadm config reference for 1.21
2021-07-09 07:50:53 -07:00
AStraw
dd443f0238
Fix pending CSR deleted time is 24 hours
...
From the code, the `pendingExpiration = 24 * time.Hour`, so the pending CSR deleted time is 24 hours.
2021-07-09 16:49:54 +08:00
Qiming Teng
6e6c1f8920
Redirect kubeadm config reference
...
Instead of redirecting users to the godoc site for kubeadm configuration options, we'd better point them to the generated reference.
2021-07-09 12:54:18 +08:00
Kubernetes Prow Robot
2b97646e39
Merge pull request #28816 from haardikdharma10/list-ControllerManagerLeaderMigration-feature-gate
...
List ControllerManagerLeaderMigration feature gate in feature gates page
2021-07-08 19:26:53 -07:00
Qiming Teng
0696f6181a
Update kubeadm config reference for 1.21
...
The `v1beta3` version is a 1.22 thing, not 1.21 (main). This PR replaces the `v1beta3` version by `v1beta2`. A follow up PR will add the `v1beta3` to the `dev-1.22` branch.
2021-07-09 09:22:07 +08:00
Kubernetes Prow Robot
fbc0bf209e
Merge pull request #28775 from tengqm/kubeadm-config
...
Add reference doc for kubeadm config
2021-07-08 01:30:53 -07:00
Qiming Teng
2ba16150ec
Add reference doc for kubeadm config
...
This reference is auto-generated from the upstream source using the
reference-docs/genref tool.
2021-07-07 22:17:28 +08:00
Haardik Dharma
7e732774ca
Update feature-gates.md
2021-07-07 15:47:35 +05:30
Haardik Dharma
4222cb1b46
Update feature-gates.md
2021-07-07 03:55:24 +05:30
Edward Huang
0c5a2e06da
Fixed up typo in extensible-admission-controllers.md
2021-07-05 11:41:11 +12:00
Jihoon Seo
8bd82af7c7
Update outdated links
2021-07-02 11:11:56 +09:00
Kubernetes Prow Robot
3cc8f3fec8
Merge pull request #28066 from haardikdharma10/update-RemainingItemCount-beta
...
Promote RemainingItemCount to beta in Feature Gates docs
2021-06-30 03:19:03 -07:00
Haardik Dharma
fe940d9263
Update api-concepts.md
2021-06-30 13:54:04 +05:30
Kubernetes Prow Robot
5cfba9ebb2
Merge pull request #27114 from mengjiao-liu/update-signerName-desc
...
update certificate-signing-requests Signer description
2021-06-22 14:40:11 -07:00
Sergey Kanzhelev
936d7987f2
DynamicKubeletConfig has not been supported in kubeadm for a while.
2021-06-21 23:41:23 +00:00
Kubernetes Prow Robot
6f204508ae
Merge pull request #28511 from chenxuc/28502
...
update state for PodSecurityPolicy
2021-06-20 13:02:51 -07:00
chenxuc
f0f957ff21
update state for PodSecurityPolicy
2021-06-20 16:17:40 +08:00
Kubernetes Prow Robot
391459b11f
Merge pull request #28434 from mehabhalodiya/fix-28324
...
Add tooltip for affinity
2021-06-18 23:16:51 -07:00
Meha Bhalodiya
53da9dfa2a
Update affinity.md
2021-06-18 16:58:31 +05:30
Meha Bhalodiya
49e1c4b579
Create affinity.md
2021-06-18 16:26:02 +05:30
Noah Stride
a5bff81f7f
chore: regenerate kubelet-config
...
Updates kubelet-config with latest values to fix inaccurate values displaying in docs.
2021-06-18 11:04:32 +01:00
Kubernetes Prow Robot
5dfcf92490
Merge pull request #28447 from tengqm/fix-file-modes
...
Remove exec permission on markdown files
2021-06-17 19:04:04 -07:00
Qiming Teng
e9703497a1
Remove exec permission on markdown files
...
For some unknown reasons, we have got many markdown files with exec
permission. That is weird and risky.
2021-06-16 17:57:00 +08:00
Kubernetes Prow Robot
c623e2c233
Merge pull request #28125 from jaxzon/patch-1
...
Update client-libraries.md
2021-06-11 14:58:59 -07:00
Haardik Dharma
595962652b
Update api-concepts.md
2021-06-10 20:34:22 +05:30
Squidtoon99
ddc67b8114
Fix a few grammar issues and typos ( #28332 )
...
* Fix few grammar issues and typos in the blog page
> see the API documentation more information
Should be corrected to "documentation for more information" as the sentence is incorrect.
> may only compare two resource version for equality
Everywhere else in the paragraph "resource versions" are used, I believe this is just a typo.
> The get, list and watch
Missing comma after list to separate the elements
* Fix typos in blog post
> On rare occurences, a
"occurrences" is misspelled
> whole list, map or struct
3 elements are missing a comma seperator after map
> there are no way
are is a plural form while "no way" is a singular subject
> `MergePatch`, `StrategicMergePatch`, `JSONPatch` or `Update`
Missing comma after JSONPatch
2021-06-08 19:11:47 -07:00
Kubernetes Prow Robot
d2f5f92e8b
Merge pull request #28311 from Shubham82/fix-Managing_Service_Accounts
...
Improvement: Managing Service Accounts
2021-06-08 09:15:34 -07:00
Kubernetes Prow Robot
3c69a21f23
Merge pull request #28250 from HongjiangHuang/fix/dotnet-client
...
[en]: fix client libraries
2021-06-08 07:19:13 -07:00
Shubham Kuchhal
5cf02fde98
Add Spaces.
2021-06-08 11:08:11 +05:30
Qiming Teng
e4dde86ce2
Fix a typo on labels-annotations-taints page
2021-06-08 13:32:38 +08:00
Shubham Kuchhal
baf379436b
Improvement: Managing Service Accounts
2021-06-07 17:33:58 +05:30
Kubernetes Prow Robot
57b22c21d5
Merge pull request #28244 from ondrej-ivanko/patch-1
...
Update feature-gates.md
2021-06-04 16:22:38 -07:00
Albert
905619a79b
[en]: fix client libraries
2021-06-04 00:08:06 +08:00
4ndy
5736e480db
Update feature-gates.md
2021-06-03 11:38:08 +02:00
Jihoon Seo
dfaefa54aa
Nit: Fix hrefs of some links
2021-06-03 06:20:26 +09:00
Qiming Teng
4bbd560602
Update kube-controller-manager.md
2021-05-28 09:03:48 +08:00
Qiming Teng
6e75f25d04
Fix component reference
...
We have some problems processing "<" and ">" in the code comment. The
library we used are treating them as unsafe HTML tags. This PR fixes the
problem by regenerating the references using the updated generator.
2021-05-27 19:23:22 +08:00
jaanus
e9ad987d02
Update client-libraries.md
...
Pykube is archived and not maintained anymore.
2021-05-26 10:41:21 +03:00
Haardik Dharma
7376d834cb
Mention that responses include a remainingItemCount by default
2021-05-24 21:08:14 +05:30
Tim Bannister
4efbf939cc
Fix AKA for node-pressure eviction glossary item
2021-05-20 20:55:38 +01:00