Kubernetes Prow Robot
ae65f0d28c
Merge pull request #35215 from bconfiden2/reference-index-eventratelimit
...
[en] Fix broken link apiserver-eventratelimit.v1alpha1
2022-07-25 01:32:35 -07:00
Kubernetes Prow Robot
7078c38d3b
Merge pull request #33792 from sftim/20220510_assign_pod_node_affinity_updates
...
Revise scheduling-related docs
2022-07-24 03:38:57 -07:00
bconfiden2
4cd849169c
Fix broken link apiserver-eventratelimit.v1alpha1
2022-07-23 20:05:10 +09:00
Sean Wei
35227abcc9
Fix link in glossary/api-eviction.md
2022-07-22 00:47:48 +08:00
Kubernetes Prow Robot
e2cda2eec3
Merge pull request #34716 from dmarinere/patch-1
...
added access to the statements explaining cluster role
2022-07-16 07:56:53 -07:00
Kubernetes Prow Robot
3238ca8b41
Merge pull request #34383 from tengqm/fix-links-5
...
Batch fix links (5)
2022-07-16 06:50:53 -07:00
Tim Bannister
6700656cb4
Move Pod Topology Spread Constraints into scheduling
...
These constraints apply specifically to the mechanism for placing Pods
onto nodes (that is, scheduling).
2022-07-14 23:59:05 +01:00
Guangwen Feng
7ddc76494a
Drop redundant </td> in reference/command-line-tools-reference/kubelet.md
...
Signed-off-by: Guangwen Feng <fenggw-fnst@fujitsu.com>
2022-07-14 14:02:54 +08:00
ayatk
5cbf53b0c8
Migrate to latest versioning document
...
release/versioning.md that was in the k/design-proposals-archive repository
in the past has been migrated to k/sig-release repository.
2022-07-13 15:07:46 +00:00
Kubernetes Prow Robot
fe1136848d
Merge pull request #32491 from stemid/patch-1
...
Cheatsheet syntax to retrieve Secret values with dashes (-) in their key names
2022-07-12 02:36:50 -07:00
Qiming Teng
7b4293b4fa
Batch fix links (5)
2022-07-11 13:54:18 +08:00
Kubernetes Prow Robot
116b6bc1a7
Merge pull request #34382 from tengqm/fix-links-4
...
Batch fix links (4)
2022-07-10 18:13:47 -07:00
Kubernetes Prow Robot
38ccc3383d
Merge pull request #34740 from tengqm/improve-admission-controllers
...
Tweak extensible admission controllers page
2022-07-10 18:11:47 -07:00
Kubernetes Prow Robot
f046f1aae9
Merge pull request #34916 from cavcrosby/fix-taints-spelling
...
[en] typo: Fix "tains" in kubeadm-config.v1beta3 documentation
2022-07-10 17:47:47 -07:00
Kubernetes Prow Robot
b9047bdaf5
Merge pull request #34799 from tengqm/update-kubelet-ref
...
Update kubelet reference for 1.24
2022-07-10 17:35:47 -07:00
Kubernetes Prow Robot
40163be708
Merge pull request #34850 from kourtneyshort/patch-1
...
Update cheatsheet.md
2022-07-10 17:07:47 -07:00
Conner Crosby
6138e0bc67
Fix spelling typo for taints
2022-07-10 17:22:25 -04:00
Kubernetes Prow Robot
d05f0ff705
Merge pull request #34873 from SamLR/patch-1
...
Clarify that list, get and watch can return data
2022-07-09 10:47:46 -07:00
Qiming Teng
cb1673538b
Update kubeadm reference
2022-07-08 21:50:23 +08:00
Sam Cook
2f0d4a5d88
Clarify that list, get and watch can return data
...
The `get`, `list` and `watch` verbs can all be used to retrieve the full details of a resource. It is not an uncommon assumption amongst users that they return different data (e.g. that `list` only returns the names of resources; when it can return the full object).
This adds a caution block to highlight this potential gotcha.
2022-07-08 11:13:23 +01:00
Kourtney
a0feb8580e
Update content/en/docs/reference/kubectl/cheatsheet.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-07-07 10:43:47 -04:00
Kourtney
484713a60b
Update cheatsheet.md
...
Document kubectl set-cluster --proxy-url
2022-07-06 11:30:19 -04:00
Qiming Teng
2f4a067fea
Batch fix links (4)
2022-07-06 09:43:15 +08:00
Qiming Teng
01e0a9ebd1
Update kubelet reference for 1.24
2022-07-05 11:43:04 +08:00
Kubernetes Prow Robot
e6868ba8d3
Merge pull request #34721 from Sea-n/use-rel-links
...
Use relative links for k8s.io
2022-07-04 06:33:24 -07:00
Kubernetes Prow Robot
24cf5a5ba8
Merge pull request #34772 from gecube/bindPort-patch
...
Fix typo in doc - bindPorti
2022-07-02 08:31:24 -07:00
George Gaál
3fe7033047
Fix typo in doc - bindPorti
2022-07-02 13:48:02 +02:00
Kubernetes Prow Robot
119fd7bb29
Merge pull request #34450 from Kwazimolo/patch-1
...
Updated cheatsheet.md with 'get taints' command
2022-07-02 01:15:23 -07:00
Qiming Teng
a6ec7d8017
Tweak extensible admission controllers page
...
This PR removes outdated information about `admissionregistration.v1beta1` API groups
which are no longer supported in 1.24. Additional notes are added to
avoid confusion when parsing the examples.
2022-07-01 00:33:57 +08:00
Sean Wei
34721abcac
Use relative links for k8s.io
2022-06-30 12:08:14 +08:00
Osuolale Emmanuel
c14bcdde98
added access to the statements
...
I added access to the statement explaining cluster role permissions in this document to make it clearer.
2022-06-30 03:50:31 +01:00
Rishit Dagli
b2d062d7bc
Remove references of Service Catalog ( #34387 )
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-06-27 22:33:58 -07:00
Shannon -jj Behrens
5aa48c49e8
Fixed a zsh bug
...
Using double quotes causes the code to be evaluated too early and ends up not working if you don't have kubectl installed.
2022-06-24 20:18:26 -07:00
Marcelo Juchem
0404de8e03
add perl and ruby to client libraries list
2022-06-23 11:28:02 -05:00
Marcelo Juchem
445856614d
sorting library list in lexicographic order
2022-06-23 02:27:22 -05:00
Marcelo Juchem
7bbdc5d83e
client-libraries.md: adding C client library link
2022-06-22 19:13:35 -05:00
Brandon Richard
2f2a4d5bae
Updated cheatsheet.md with 'get taints' command
...
Updated the kubectl cheat sheet (cheatsheet.md) with a command for viewing taints which exists on current nodes.
2022-06-21 15:04:37 +01:00
Stefan Midjich
dd9061e326
clarify that the value is base64 encoded
...
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2022-06-17 19:41:52 +02:00
Jihoon Seo
e7caadc564
Replace skew shortcode parameters
2022-06-17 16:17:01 +09:00
Kubernetes Prow Robot
3a0d817bb8
Merge pull request #32400 from sftim/20220321_document_downward_api_concept
...
Revise downward API documentation
2022-06-16 23:38:31 -07:00
Kubernetes Prow Robot
cbff0cfd4a
Merge pull request #32991 from jai/jai/fix-well-known-annotations-labels-taints-examples
...
fix: Well-Known Annotations/Labels/Taints examples
2022-06-16 22:58:32 -07:00
Dom Goodwin
1145cab87b
Document changing the sandbox image in CR ( #33660 )
...
* Document changing the sandbox image in CR
* Update cri-dockerd section to be idiomatic
2022-06-16 21:52:33 -07:00
Raki
af65de3877
Callout that impersonation needs (ClusterRole)Binding ( #34082 )
...
* Callout that impersonation needs (ClusterRole)Binding
I learned through trial and error that impersonation does not work with Role and RoleBinding - this was not obvious. It would be good if the docs call this out.
* Update content/en/docs/reference/access-authn-authz/authentication.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
* Update content/en/docs/reference/access-authn-authz/authentication.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* Update content/en/docs/reference/access-authn-authz/authentication.md
Co-authored-by: ZSC <zacharysarah@users.noreply.github.com>
* Update content/en/docs/reference/access-authn-authz/authentication.md
Co-authored-by: ZSC <zacharysarah@users.noreply.github.com>
Co-authored-by: Qiming Teng <tengqm@outlook.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: ZSC <zacharysarah@users.noreply.github.com>
2022-06-14 13:09:33 -07:00
Stefan Midjich
95dd0b33ab
Update content/en/docs/reference/kubectl/cheatsheet.md
...
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2022-06-14 21:17:03 +02:00
Kubernetes Prow Robot
8f7748cd42
Merge pull request #33088 from Jitsusama/patch-1
...
Fix Minor Typo on API Concepts Page
2022-06-13 22:21:32 -07:00
Kubernetes Prow Robot
e1a1a953c6
Merge pull request #32127 from mtovmassian/fix-en-bash-alias-auto-completion
...
[en] Update Bash alias auto-completion
2022-06-13 21:11:34 -07:00
Kubernetes Prow Robot
2d869fc314
Merge pull request #34155 from Sea-n/design-proposals-archive
...
Fix links for k/design-proposals-archive
2022-06-13 20:55:49 -07:00
Kubernetes Prow Robot
ecfe26f416
Merge pull request #33580 from sarangjo/patch-1
...
Fix punctuation in ports-and-protocols.md
2022-06-12 10:32:09 -07:00
Sean Wei
34155fed0b
Fix links for k/design-proposals-archive
...
The contributors/design-proposals in k/community was removed. It's only
available in k/design-proposals-archive repo now.
This commit also changes https://github.com/kubernetes/repo/blob/master/file.md
to https://git.k8s.io/repo/file.md for better consistency.
2022-06-10 22:49:04 +08:00
Kubernetes Prow Robot
e82aec31a1
Merge pull request #34180 from tengqm/fix-34121
...
Fix kube-proxy command line reference
2022-06-08 13:58:01 -07:00