Commit Graph

6620 Commits

Author SHA1 Message Date
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
Kedar Vijay Kulkarni 11ef740ede Added code style to hostPath 2021-02-03 09:11:00 -05:00
Kubernetes Prow Robot 3e0b444d90 Merge pull request #26370 from whoif/patch-1
Update controller.md
2021-02-03 05:32:29 -08: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
whoif f07f8d5f01 Update controller.md
Lowercase 's' to prevent misleading APIS as a whole word.
2021-02-03 16:57:01 +08:00
Kubernetes Prow Robot 6e95a6b5ad Merge pull request #24769 from kbhawkey/kb-task-monitoring-stackdriver
remove stackdriver, elastic task pages
2021-02-02 21:14:28 -08:00
Kubernetes Prow Robot 7462297ee3 Merge pull request #26276 from shahincsejnu/master
solved issue #26274
2021-02-02 09:26:28 -08:00
Fredrik Jonsén b278dadced Use https for haproxy.org links 2021-02-02 12:19:20 +01: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 071e987af2 Merge pull request #25893 from surajssd/update-kubelet-config-link
Reconfigure Kubelet: Update kubelet config link
2021-02-01 17:14:27 -08:00
Kubernetes Prow Robot 84e14d0c7d Merge pull request #26104 from andrzejsydor/patch-4
Add example of using `xargs`
2021-02-01 17:00: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 2f7b43d2bb Merge pull request #26294 from stmcginnis/openstack-csi
Update link to Cinder CSI driver documentation
2021-02-01 11:57:49 -08:00
Kubernetes Prow Robot cf32de006e Merge pull request #26307 from sgc109/patch-4
Update nodes.md to remove ambiguity
2021-02-01 10:39:49 -08: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
Luke Addison bfea67aa82 Clarify PreStop hook behaviour 2021-02-01 16:50:06 +00:00
Kubernetes Prow Robot c9b4e1314c Merge pull request #26259 from ruxandrafed/patch-1
docs: rephrase sentence missing predicate
2021-02-01 04:01:49 -08:00
Kubernetes Prow Robot 58c53ba961 Merge pull request #26262 from chymy/flannel-net-0128
Fix net-conf.json fommat err
2021-02-01 03:59:49 -08:00
Kubernetes Prow Robot a3f6199111 Merge pull request #26301 from surajssd/fix-back-ticks
kubeadm: Add backticks and mention Flatcar
2021-02-01 03:55:50 -08:00
Kubernetes Prow Robot 6ec45b3b79 Merge pull request #26329 from Karmavil/patch-1
syntax typo
2021-02-01 03:39:49 -08:00
Kubernetes Prow Robot 19321b7bec Merge pull request #26337 from xieyanker/patch-1
Fix delete secret
2021-02-01 03:37:49 -08:00
Kubernetes Prow Robot 810a23b0ae Merge pull request #25997 from konryd/patch-1
Fix explanation for --[hpa]-stabilization
2021-02-01 02:03:49 -08:00
xieyanker 663e149adb Fix delete secret 2021-02-01 15:38:04 +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
Federico Gallo 329574f250 syntax
Replaced An for A
2021-01-31 18:53:53 -03:00
nasirhm 72f4f64d04 🔧 Modify Kompose page, to remove up
Signed-off-by: nasirhm <nasirhussainm14@gmail.com>
2021-01-31 18:50:40 +05:00
Sean McGinnis 3625bc5ba5 Update link to Cinder CSI driver documentation
The original link has moved due to docs restructuring in the
cloud-provider-openstack repo. Also correcting the capitalization.

Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2021-01-31 07:40:49 -06:00
MandarJKulkarni 09c8374fad Fix typo: simular
Fix typo: simular to similar
2021-01-31 18:20:43 +05:30
Kubernetes Prow Robot c6a2add9db Merge pull request #25972 from chintan8saaras/patch-1
Add EnRoute as one of the Ingress Controller API Gateway Options
2021-01-30 06:23:48 -08:00
Sungho Hwang 5e5953fe60 Update nodes.md 2021-01-30 18:18:55 +09:00
RainbowMango f079aa8214 Update validatingadmissionwebhook and mutatingadmissionwebhook docs as they have been promoted to v1 2021-01-30 16:09:29 +08:00
Suraj Deshmukh f3e5f02604 kubeadm: Add backticks and mention Flatcar
This commit adds a cosmetic change by adding backticks to show the env
var in monospace font when rendered.

Mention Flatcar Linux in kubeadm troubleshooting doc, alongwith Fedora
CoreOS.

Signed-off-by: Suraj Deshmukh <surajd.service@gmail.com>
2021-01-30 12:54:11 +05:30
Suraj Deshmukh 41de0def52 Reconfigure Kubelet: Update kubelet config link
The old link points to the code base of 1.11. Since then there have been
several changes to the configuration, either new flags added or removed.

Signed-off-by: Suraj Deshmukh <surajd.service@gmail.com>
2021-01-30 12:46:26 +05:30
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
Tej-Singh-Rana 29833597a5 Fix typos in release notes (#25816)
* Fixed the typo

* Fixed the typo

* Update notes.md
2021-01-29 10:17:40 -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
Weiping Cai 6f777c9e64 fix pid pressure
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2021-01-29 09:40:02 +08: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
Sahadat Hossain 61a05b1058 Update daemonset.md 2021-01-28 16:13:26 +06:00
Ed Bartosh 237a449ca3 get rid of running 'containerd config default' with sudo
'containerd config default' doesn't require root privileges,
so it doesn't make sense to run it with sudo
2021-01-28 10:41:47 +02:00
chymy 52b80e0dc1 Fix net-conf.json fommat err
Signed-off-by: chymy <chang.min1@zte.com.cn>
2021-01-28 10:04:36 +08:00
Ruxandra Fediuc 7d842681a3 docs: rephrase sentence missing predicate
Unless that first part of the paragraph is meant to be more like a subheading (in which case it could use some reformatting), I would like to suggest a minor rephrase so that it becomes a proper sentence and has a predicate.

Thanks for considering this!
2021-01-27 13:24:50 -08:00
Jason Field 4d337aea9e documentation to static-pods for naming of pods
This will add documentation around how a static pod will be named
2021-01-27 20:43:52 +00: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
Kubernetes Prow Robot 2995708c0e Merge pull request #26132 from chienfuchen32/patch-1
modify Design doc ttl-after-finish upstream
2021-01-26 18:27:39 -08:00
Kubernetes Prow Robot 4f244bcbf6 Merge pull request #25787 from SergeyKanzhelev/migrateFromDockershim
Migrating from dockershim documentation
2021-01-26 16:29:39 -08:00
Kubernetes Prow Robot 4d5a5ec1b5 Merge pull request #26242 from marccampbell/patch-1
Better description of Job execution
2021-01-26 11:32:31 -08:00
Kubernetes Prow Robot e30a9bb3d9 Merge pull request #26169 from tomkivlin/tomkivlin-secret-style
Update secret.md to match style guide
2021-01-26 11:18:31 -08:00