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
Sascha Grunert
1134821af6
Add seccomp tutorial to index
...
This adds the seccomp tutorial page to the index side by side to
AppArmor.
Signed-off-by: Sascha Grunert <sgrunert@redhat.com >
2021-07-09 09:12:48 +02: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
4c6a904242
Merge pull request #28360 from neolit123/1.22-add-v1beta3
...
kubeadm: use the new v1beta3 instead of v1beta2
2021-07-08 09:42:54 -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
e10ad9024a
Merge pull request #28102 from damemi/log-scaledown-1.22
...
Update LogarithmicScaleDown featuregate docs
2021-07-08 08:04:54 -07:00
sgpinkus
6158a7f926
Update persistent-volumes.md
...
Makes option 3 for "reclaiming" a released PV a bit clearer. Used to be:
> Manually delete the associated storage asset, or if you want to reuse the same storage asset, create a new PersistentVolume with the same storage asset definition.
But the 2nd part applies more to reclamation option 1 and is kind of contradictory with option 3 (which isn't really "reclaiming" anything AFAICT). So just move to it's own stand alone sentence.
2021-07-09 00:00:03 +10: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
Sergey Kanzhelev
a4fbeb27dc
deprecation of DynamicKubeletConfig feature flag
2021-07-08 00:11:52 +00: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
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
Kubernetes Prow Robot
61047b9fa9
Merge pull request #28770 from hanlins/lb-nodeport-beta
...
Update ServiceLBNodePortControl feature gate status
2021-07-06 13:40:20 -07:00
Lubomir I. Ivanov
3437d0185c
kubeadm/init-join.md: add note about using "skipPhases" from config
...
Since 1.22 it will be possible to skip phases using the configuration
file. Add note about that in the relevant sections of the kubeadm
init and join reference pages.
2021-07-06 22:51:54 +03:00
Lubomir I. Ivanov
f288fc6976
kubeadm/control-plane-flags: update the page to include general details
...
- Re-purpose the page to include more general details about
customizing components.
- Add details about using patches via the config API (v1.22 feature).
2021-07-06 22:51:54 +03:00
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
Hanlin Shi
25265cff5e
Update ServiceLBNodePortControl feature gate status
...
Signed-off-by: Hanlin Shi <shihanlin9@gmail.com >
2021-07-05 15:11:07 -07:00
Aldo Culquicondor
96783a8119
Update release status of Indexed Job
...
Signed-off-by: Aldo Culquicondor <acondor@google.com >
2021-07-05 15:00:21 -04:00
Yuval Avrahami
338139971f
Remove an outdated risk regarding secrets
2021-07-05 20:42:08 +03:00
Rishabh Bohra
59fd242de4
docs: Make word 'Client' inline with other references.
...
Signed-off-by: Rishabh Bohra <rishabhbohra01@gmail.com >
2021-07-05 18:22:31 +05:30
bhumijgupta
437e2a74f8
Add info to verify successfull installation and address other suggestions
...
Signed-off-by: bhumijgupta <bhumijgupta@gmail.com >
2021-07-05 17:15:04 +05:30
Ritikaa96
077f0ca38f
correcting redis address in stateless-application guestbook document
...
Signed-off-by: Ritikaa96 <ritika@india.nec.com >
2021-07-05 16:47:30 +05:30
Jihoon Seo
20eea3b75b
Update links
2021-07-05 18:31:09 +09:00
Kubernetes Prow Robot
8b51854c67
Merge pull request #28644 from tengqm/update-feature-gates
...
Update feature gates for 1.22
2021-07-05 01:06:54 -07:00
Edward Huang
0c5a2e06da
Fixed up typo in extensible-admission-controllers.md
2021-07-05 11:41:11 +12:00
Kubernetes Prow Robot
4809013f75
Merge pull request #28468 from tengqm/cleanup-guestbook
...
Cleanup guestbook tutorials
2021-07-04 06:30:18 -07:00
Kubernetes Prow Robot
db21e0a8da
Merge pull request #28443 from liuxu623/dev-1.22
...
fix kubelet flag description
2021-07-04 06:24:18 -07:00
Kubernetes Prow Robot
b05de02eaa
Merge pull request #28292 from Philipsty/master
...
Improvement for k8s.io/docs/tutorials/kubernetes-basics
2021-07-04 06:20:18 -07:00
Arhell
d169f75ce3
fix typo volumes.md
2021-07-04 10:11:54 +03:00
Nitesh Seram
f0bc1f3ef7
fix link issue
2021-07-04 10:40:12 +05:30
Kubernetes Prow Robot
09fb71126c
Merge pull request #28684 from uhziel/patch-1
...
replace 'the Master' to 'the Control Plane'
2021-07-03 18:12:18 -07:00
uhziel
ca1f9bd689
Update explore-intro.html
2021-07-04 08:54:54 +08:00
Kubernetes Prow Robot
88275eab73
Merge pull request #28631 from chenxuc/move-page
...
move HostAliases page to tasks
2021-07-03 15:14:18 -07:00
Kubernetes Prow Robot
cb2db15312
Merge pull request #28307 from pacoxu/windows-pause-image
...
add k8s.gcr.io/pause:3.5 to windows pause image list
2021-07-03 15:06:18 -07:00
Kubernetes Prow Robot
97e1fb57bf
Merge pull request #28109 from hardikshah197/issue#28062
...
Improvement for k8s.io/docs/concepts/overview/working-with-objects/namespaces/ link updated with v1 namespace
2021-07-03 15:04:18 -07:00
John Gardiner Myers
63405a399a
Use consistent terminology for the Kubernetes general CA
2021-07-03 13:50:42 -07:00