Commit Graph

1298 Commits

Author SHA1 Message Date
Edward Rosen a37b8a9fee Update rbac.md
I've deleted the line break. The example in line 89 now seems to render ok in the preview. Could you please take a look?
2021-01-12 15:22:39 -05:00
Taylor Chaparro 535743edbe Update cheatsheet: add section for interacting with Deployments and Services 2021-01-12 12:19:40 -08:00
Kubernetes Prow Robot da5ab5538d Merge pull request #25966 from Marusyk/Marusyk-patch-1
Clean up too old content from Using Admission Controllers page
2021-01-12 11:12:35 -08:00
Kubernetes Prow Robot 466de5e75a Merge pull request #25337 from smashse/patch-2
Update docker-cli-to-kubectl.md
2021-01-12 11:10:38 -08:00
Kubernetes Prow Robot b3cd3649fe Merge pull request #25490 from mysunshine92/update-feature-gates-TopologyManager
Update feature-gates description for TopologyManager
2021-01-12 10:00:36 -08:00
Kubernetes Prow Robot eecf1c47e1 Merge pull request #25549 from tomkivlin/patch-1
Tidy list of generators for “kubectl create”
2021-01-12 03:58:25 -08:00
Tom Kivlin f095cf3ecf update resource terms to CamelCase
where a resource is mentioned in the description, use CamelCase.
2021-01-12 08:03:14 +00:00
CKchen0726 c6f6fb9a3e Revise the page to accurately document the well-known labels, annotations and taints. 2021-01-12 13:59:25 +08:00
Charly Rippenkroeger 7347a9d008 Remove code reference
Remove reference in favor of https://github.com/kubernetes/website/issues/23889
2021-01-11 11:57:32 -06:00
Anastas Dancha 4076cf0b0b Update cheatsheet.md
adding example for decoding secret ".data" without relying on external CLI tools
2021-01-11 19:34:31 +03:00
Kubernetes Prow Robot 83879e9f7d Merge pull request #25935 from carlory/deprecate-kubeadm-alpha-in-1.21
kubeadm: remove deprecated alpha commands
2021-01-09 06:07:05 -08:00
ydFu 1b70e98626 Add the code blocks in authorization.md
* Add the code blocks in the Markdown spec to make it easy to read.

* Add description that distinguish between **command** and **output** make it easy to read.

* Adjust description in Kubernetes components for smoother reading.

Signed-off-by: ydFu <ader.ydfu@gmail.com>
2021-01-09 11:57:24 +08:00
carlory e4ac283321 deprecate kubeadm alpha kubeconfig in 1.21 2021-01-09 11:10:50 +08:00
Charly Rippenkroeger e72ec8fbd0 Update misleading documentation
Update misleading information that HTTPS is required and link to self-documented code to find more edge-case configuration options
2021-01-08 13:40:07 -06:00
andrzejsydor 1537aa20a2 Update cheatsheet.md (Add --sort-by option for top command)
Update cheatsheet.md (Add --sort-by option for `top` command)
2021-01-08 20:18:56 +01:00
Edward Rosen 284d725ee0 Update rbac.md
I added a <br> after the end of the third bullet and backed out all of the other changes I suggested in the original pull request. I think this better matches the author's original intent. The only difference now between what's currently published and this edit is the line break coded after the third bullet.
2021-01-08 14:10:01 -05:00
Kubernetes Prow Robot 89e11bc21f Merge pull request #25682 from EricMountain/patch-1
Scheduling plugins: fix typo for clarity
2021-01-07 13:20:52 -08:00
Kubernetes Prow Robot c403c99ed5 Merge pull request #25934 from Cweiping/feature/upgrade_kubelet_eviction_hard_flags_of_inodeFree
upgrade kubelet --eviction-hard default inodeFree
2021-01-07 11:40:53 -08:00
Weiping Cai 7c5709242b upgrade kubelet --eviction-hard default inodeFree
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2021-01-07 15:35:02 +08:00
Roman Marusyk 0245ad3aad Remove too old content 2021-01-05 20:57:13 +02:00
Kubernetes Prow Robot 3dd4721e9c Merge pull request #25389 from sangam14/patch-1
Update cheatsheet.md
2021-01-04 17:17:57 -08:00
Kubernetes Prow Robot 1c385d6eee Merge pull request #25811 from tengqm/sync-kubelet
Resync kubelet configuration
2020-12-30 09:09:49 -08:00
Edward Rosen 95577c1fa5 Update rbac.md
The page renders the third bullet as a run-on sentence. I'm suggesting the example be placed in parentheses.
2020-12-29 16:20:54 -05:00
Rajesh Jain 7a175d551a Update rbac.md
The language "For all service accounts in the "qa" namespace" in the example is confusing namespaces and groups. Language fixed to disambiguate between group and namespace. An additional example provided which uses both the group ("dev") AND the namespace ("development") to further illustrate this point
2020-12-26 13:41:02 -08:00
Qiming Teng 17bd7c1521 Resync kubelet configuration
The kubelet configuration has been changed. however, we still need to
manually sync the changes.
2020-12-25 17:56:40 +08:00
Weiping Cai fe8b7a2d7a support reserved pid for kube and system
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2020-12-23 15:41:42 +08:00
Frank Villaro-Dixon d7e94dc7e0 Update client-libraries.md : add python pykorm lib 2020-12-21 12:11:10 +01:00
Mike Patterson ad85bdb054 Include missing cert export step
Updating the instructions to include missing step of getting issued cert exported from kubernetes, decoded, and ready for kubeconfig setup.
2020-12-20 11:36:20 -08:00
Eric Mountain a52687184f Scheduling plugins: fix typo for clarity 2020-12-17 09:32:46 +01:00
Kubernetes Prow Robot 20f97c6dc2 Merge pull request #25197 from iabudiab/master
Add Swift client library
2020-12-15 08:33:49 -08:00
joadavis 2fbb9aed0b Document that disabling enable-cadvisor-json-endpoints flag does not disable stats summary endpoint
Update the help text for kubelet's enable-cadvisor-json-endpoints flag to explicitly mention that it has no effect over the /stats/summary endpoint.

This matches https://github.com/kubernetes/kubernetes/blob/master/cmd/kubelet/app/options/options.go#L372
created to fix https://github.com/kubernetes/kubernetes/issues/96483 .
2020-12-14 14:32:36 -08:00
Tim Bannister 7727cce87a Fix duplicated “v” prefix for version 2020-12-11 10:13:05 +00:00
Tim Bannister 99965e6b55 Match API reference to version of Kubernetes we're documenting 2020-12-10 23:20:33 +00:00
Tom Kivlin 441cafec53 monospaced --> unordered list
As mentioned in issue #25501.
2020-12-10 19:47:28 +00:00
Kubernetes Prow Robot 02dc538596 Merge pull request #25496 from browningjp/patch-1
Clarified kubectl generators being deprecated
2020-12-08 14:15:34 -08:00
Jonny Browning 23d2722023 Clarified kubectl generators being deprecated
Previously it was not clear that it was only the generators used by `kubectl run` that are deprecated, not those used by `kubectl create`
2020-12-08 15:20:33 +00:00
wangyamei 58c6e381ca Update feature-gates description for TopologyManager 2020-12-08 19:56:00 +08:00
Anna Jung (VMware) 7f43aceddb Merge remote-tracking branch 'upstream/master' into dev-1.20 2020-12-07 10:39:57 -06:00
Kubernetes Prow Robot 0f966a7637 Merge pull request #24854 from zshihang/bound
add metric and flag information for BoundServiceAccountTokenVolume
2020-12-07 07:09:26 -08:00
Kubernetes Prow Robot f06402e1d1 Merge pull request #24418 from liggitt/tls-server
Clarify external kubelet server approver requirements
2020-12-05 08:43:25 -08:00
Kubernetes Prow Robot 3b8399c7b8 Merge pull request #25286 from keshy/patch-1
Updated Cheat sheet to include additional command to get shell access to a running pod
2020-12-04 14:43:25 -08:00
Sangam Biradar 619eb00575 Update cheatsheet.md 2020-12-04 05:00:46 +05:30
Anna Jung (VMware) ad31a3d3e6 Remove cloud controller manager reference doc 2020-12-03 16:55:19 -06:00
Anna Jung (VMware) edc2d65641 Generate reference doc for 1.20.0-rc.0 and update api index page 2020-12-03 16:51:44 -06:00
Kristin Martin 86d9492ccb Merge remote-tracking branch 'upstream/master' into merged-master-dev-1.20 2020-12-03 11:58:44 -08:00
Andrew Sy Kim 924acf8e5b add feature gate docs for KubeletCredentialProviders
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
2020-12-02 19:53:52 -05:00
Kubernetes Prow Robot 21c05e4fb7 Merge pull request #24906 from derekwaynecarr/memory-backed-size
Document SizeMemoryBackedVolumes feature for 1.20
2020-12-01 10:56:51 -08:00
Derek Carr af239416bf Document SizeMemoryBackedVolumes feature for 1.20 2020-12-01 13:22:10 -05:00
Kubernetes Prow Robot 5307e266bb Merge pull request #24904 from derekwaynecarr/hugepages-downward-api
Add documentation for downward API hugepages
2020-12-01 08:58:50 -08:00
Anderson Gama f4e15f337f Update docker-cli-to-kubectl.md 2020-12-01 13:56:50 -03:00