aliakbar
85cc70b333
Add explanations for control-plane pods restart after certificate renewal
2021-07-16 21:08:38 +04:30
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
Kubernetes Prow Robot
36df19e1d5
Merge pull request #28942 from ruffrey/patch-1
...
Fix incorrect mv command for kubectl-convert
2021-07-15 07:34:48 -07:00
Kubernetes Prow Robot
98cdc3685f
Merge pull request #28957 from kahveci/patch-2
...
Fix inconsistent writing of "control plane"
2021-07-15 05:58:48 -07:00
Kubernetes Prow Robot
2ba49ba415
Merge pull request #28406 from sftim/20210614_tweak_readiness_probe_explanation
...
Revise explanation for when to use readiness probes
2021-07-15 05:20:48 -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
2c5fabeeaf
Merge pull request #28956 from kahveci/patch-1
...
Fix Missing Punctuation
2021-07-15 04:34:48 -07: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
Sinan Kahveci
25de96863d
Fix Missing Punctuation
...
This change will fix the missing punctuation in the first paragraph.
2021-07-15 11:53:52 +01: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
ruffrey
f65f046cb5
Fix incorrect mv command for kubectl-convert
...
Looks like the `mv` installation command for `kubectl-convert` had been copied from `kubectl` install, but not fully changed
2021-07-14 09:45:25 -07:00
Shannon Kularathna
b1573ad314
Create garbage collection docs
2021-07-13 20:32:50 +00: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
Kubernetes Prow Robot
670116cc39
Merge pull request #28740 from bhumijgupta/add-kubectl-check-info
...
Add kubectl-convert plugin installation info
2021-07-12 14:29:42 -07:00
Meysam
477383508c
Update the link to cloud interface 📝
2021-07-11 22:45:06 +04:30
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
S Nitesh Singh
eb902b9ba8
fixing tool lists
2021-07-11 11:01:07 +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
8e737b26da
Merge pull request #27933 from toshokan/secrets-typo
...
[en] Fix secret -> secrets in titles
2021-07-10 18:34:46 -07:00
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
Kubernetes Prow Robot
041870e849
Merge pull request #28807 from chenxuc/kubelet-flag
...
remove deprecated kubelet flags
2021-07-09 06:14:53 -07:00
Kubernetes Prow Robot
45f69e5f7c
Merge pull request #28785 from Arhell/typo
...
fix typo volumes.md
2021-07-09 06:12:54 -07:00
Kubernetes Prow Robot
7a85763a8e
Merge pull request #28835 from DestyNova/patch-1
...
Make kubectl executable in non-root install docs
2021-07-09 05:08:53 -07:00
Qiming Teng
6c542e88c2
Update content/en/docs/setup/production-environment/tools/kubeadm/dual-stack-support.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com >
2021-07-09 19:55:59 +08: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
Jihoon Seo
374bb0547a
Update links (2)
2021-07-09 11:02:29 +09: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
3f21885d6b
Merge pull request #28657 from RA489/update_ha
...
Update highly-available-control-plane
2021-07-08 16:50:53 -07:00
André Martins
e4615a2ffb
tasks/network: add Cilium in dual-stack supported plugins
...
Update installation steps with the latest stable release.
Signed-off-by: André Martins <aanm90@gmail.com >
2021-07-09 01:37:00 +02:00
Kubernetes Prow Robot
4b1df4d306
Merge pull request #28833 from azylinski/azylinski-operator-repetition
...
Update Operator pattern page, example section
2021-07-08 15:48:53 -07:00
Kubernetes Prow Robot
fb7bdd52db
Merge pull request #28852 from rayw000/fix-typo
...
Fix typo
2021-07-08 09:30:54 -07: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
Ray
caf5e53e72
Fix typo
2021-07-08 14:38:07 +08:00
Anubhav Vardhan
4a893a2cb3
Update node-pressure-eviction.md
2021-07-08 11:49:30 +05:30
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
Oisín
ad5afa3dfa
Make kubectl executable in non-root install docs
...
Following the "if you do not have root access" installation docs for kubectl results in a "permission denied" error, so this change adds the appropriate chmod command to minimise confusion.
2021-07-07 14:00:33 +01:00
chenxuc
1542bedae4
improve example for kubelet config file
2021-07-07 20:31:41 +08:00
Artur Zylinski
81086664f1
Update Operator pattern page, example section
...
Remove "in more detail" repetition
2021-07-07 14:10:10 +02:00
Haardik Dharma
7e732774ca
Update feature-gates.md
2021-07-07 15:47:35 +05:30
Kubernetes Prow Robot
3c7ed800d0
Merge pull request #28359 from neolit123/1.22-remove-docker-autodetection-notes
...
kubeadm: remove some Docker cgroup driver notes
2021-07-06 18:30:43 -07:00
Lucas Servén Marín
df71479a6e
using-api/health-checks.md: use consistent casing
...
This commit updates two instances so that the casing of `HTTP` and `API` is consistent throughout the document.
2021-07-07 00:49:43 +02:00
Haardik Dharma
4222cb1b46
Update feature-gates.md
2021-07-07 03:55:24 +05:30
Shubham Kuchhal
752122089d
Update link for "Service Account Signing Key Retrieval KEP"
2021-07-06 15:06:14 +05:30
chenxuc
e284bf7d9d
remove deprecated kubelet flags
2021-07-06 15:25:32 +08:00
Yuval Avrahami
338139971f
Remove an outdated risk regarding secrets
2021-07-05 20:42:08 +03:00