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
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
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
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
Qiming Teng
4b5e963781
Fix kube-proxy command line reference
2022-06-08 21:35:15 +08:00
Guangwen Feng
ef08c345e0
Fix an incorrect link in psp-to-pod-security-standards.md
...
Signed-off-by: Guangwen Feng <fenggw-fnst@fujitsu.com >
2022-06-08 11:40:04 +08:00
Kubernetes Prow Robot
090803440d
Merge pull request #33130 from tengqm/move-kubelet-authn-authz
...
Move kubelet authn authz
2022-06-07 19:11:49 -07:00
Kubernetes Prow Robot
bfdfd60383
Merge pull request #34124 from tengqm/fix-eventratelimit-pkg
...
Fix the package name for eventratelimit config API
2022-06-06 11:50:21 -07:00
Qiming Teng
55fd6c705c
Fix the package name for eventratelimit config API
2022-06-03 17:35:10 +08:00
Kubernetes Prow Robot
11d56aacf6
Merge pull request #34076 from kadtendulkar/kad4
...
Update content/en/docs/reference/access-authn-authz/bootstrap-tokens.md
2022-05-31 17:33:02 -07:00
Kubernetes Prow Robot
593a5d3747
Merge pull request #34071 from lostick/fix-typos-content-docs
...
Fix typos in tasks docs
2022-05-31 15:09:23 -07:00
Rishit Dagli
0be2557ecd
Fix CertificateSubjectRestriction in Admission Controllers docs
2022-05-31 19:35:12 +00:00
kadtendulkar
6c82e81ede
Update content/en/docs/reference/access-authn-authz/bootstrap-tokens.md
2022-05-31 22:02:36 +05:30
lostick
cfb897169b
Fix typos in tasks docs
2022-05-31 14:47:40 +01:00
Harshita Sao
6bfc4cfd1c
Updated the links in kubelet flag's docs. ( #33985 )
...
* Updated the links in kubelet flag's docs
* Updated the links in kubelet flag's docs
* Removed unwanted spaces in <a> tag
* fixed some mistakes
2022-05-29 18:10:53 -07:00
Kubernetes Prow Robot
bcc5507d79
Merge pull request #33969 from liggitt/psp-guide
...
Update PSP alternatives
2022-05-27 07:55:07 -07:00
Kubernetes Prow Robot
6e074f75d0
Merge pull request #33927 from davidxia/patch-2
...
docs: show server side apply overwrite for CLI
2022-05-27 07:53:07 -07:00
Jordan Liggitt
4fd16ff800
Update PSP alternatives
2022-05-26 11:35:29 -04:00