Commit Graph

26933 Commits

Author SHA1 Message Date
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 3dcead4f68 Merge pull request #28819 from puerco/sig-release-leads-sync
Sync SIG Release leads OWNERS alias with auth source
2021-07-08 15:52:53 -07: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
Kubernetes Prow Robot 993e3e9104 Merge pull request #28855 from howieyuen/kubelet-images-credential
[zh]translate kubelet-credential-provider.md
2021-07-08 07:14:53 -07:00
Kubernetes Prow Robot aa7acf8aea Merge pull request #28683 from tengqm/zh-sync-setup-1
[zh] Sync windows user guide
2021-07-08 07:08:53 -07:00
Kubernetes Prow Robot c56459a402 Merge pull request #28638 from tengqm/zh-sync-ref-7
[zh] Sync reference file (7)
2021-07-08 07:06:53 -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
Kubernetes Prow Robot 4976105f3a Merge pull request #28850 from anubha-v-ardhan/typo1
Fixed typo in node-pressure-eviction.md
2021-07-08 01:26:54 -07:00
howieyuen 74ac7a96f6 [zh] translate analytics.md in contribute section 2021-07-08 16:09:08 +08:00
howieyuen bb7066c46a [zh]translate kubelet-credential-provider.md 2021-07-08 16:00:00 +08: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
Kubernetes Prow Robot 59843f7d49 Merge pull request #28845 from Arhell/upd-index
[ru] update meetup block
2021-07-07 22:54:54 -07:00
Kubernetes Prow Robot cb831d7c94 Merge pull request #28824 from dcoliversun/main
Fix markdown syntax error
2021-07-07 18:32:52 -07:00
Sergey Kanzhelev a4fbeb27dc deprecation of DynamicKubeletConfig feature flag 2021-07-08 00:11:52 +00:00
Arhell 865bb4612c [ru] update meetup block 2021-07-08 01:12:24 +03: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
Tim Bannister 081c5fa7aa Use correct original term for “feature gate”
Co-authored-by: Jihoon Seo <46767780+jihoon-seo@users.noreply.github.com>
2021-07-07 11:43:10 +01:00
Haardik Dharma 7e732774ca Update feature-gates.md 2021-07-07 15:47:35 +05:30
Kubernetes Prow Robot c4f7026b4e Merge pull request #28439 from marekhanus/hotfix/kubespray-ansible-link-fr
Update broken link to Ansible inventory in kubespray.md
2021-07-06 23:20:43 -07:00
Qian.Sun a879763872 fix markdown syntax error 2021-07-07 13:55:10 +08:00
Qian.Sun ee0f03c755 Fix markdown syntax error
*XX*+space = Italic
2021-07-07 10:41:31 +08:00
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
Adolfo García Veytia (Puerco) 7202c68a9e Sync SIG Release leads with auth source
This commit syncs the `sig-release-leads` OWNERS alias with the
authoritative source in https://git.k8s.io/sig-release/OWNERS_ALIASES

Specifically, it adds cpanato and puerco to the leads alias.

Signed-off-by: Adolfo García Veytia (Puerco) <adolfo.garcia@uservers.net>
2021-07-06 19:28:31 -05:00
Adolfo García Veytia (Puerco) a2c3d64a1e Update automatic schedule for july 2021 releases
Signed-off-by: Adolfo García Veytia (Puerco) <adolfo.garcia@uservers.net>
2021-07-06 18:56:03 -05:00
Adolfo García Veytia (Puerco) e36837e3a3 Add CP deadlines for july 2021
Signed-off-by: Adolfo García Veytia (Puerco) <adolfo.garcia@uservers.net>
2021-07-06 18:43:10 -05: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
Tim Bannister 3de9fc63e4 Fix outdated / incorrect links 2021-07-06 19:14:51 +01:00
Kubernetes Prow Robot a64769c54f Merge pull request #28812 from Shubham82/Update-link-Service_Account_Signing_Key_Retrieval
Update link for "Service Account Signing Key Retrieval KEP"
2021-07-06 09:00:18 -07:00
Kubernetes Prow Robot 7f1385f8f8 Merge pull request #28656 from gaoguangze111/update-chinese-page-jsonpath
Update Chinese page jsonpath
2021-07-06 02:54:19 -07:00
Shubham Kuchhal 752122089d Update link for "Service Account Signing Key Retrieval KEP" 2021-07-06 15:06:14 +05:30
Kubernetes Prow Robot a909bd7a74 Merge pull request #28805 from YuvalAvra/remove-secrets-node-risk
Remove an outdated risk regarding node permissions over secrets
2021-07-06 01:22:18 -07:00
Kubernetes Prow Robot cb3728596f Merge pull request #28806 from alculquicondor/indexed-job-beta
Update release status of Indexed Job
2021-07-06 00:50:18 -07:00
chenxuc e284bf7d9d remove deprecated kubelet flags 2021-07-06 15:25:32 +08:00
Shubham Kuchhal f7c96a4c00 Mention Security Embargo Policy. 2021-07-06 12:54:30 +05:30
Qiming Teng 1fac17f532 Remove extra horizontal line and spacing 2021-07-06 14:51:44 +08:00