Avinash Upadhyaya
0913d9ed39
fix: deployment rollout pause and resume wordings
...
fix: revert link change for pausing deployments and some rewording
Co-authored-by: Tim Bannister <tim@scalefactory.com >
2021-11-13 10:01:32 +05:30
Kubernetes Prow Robot
d9a041eb7d
Merge pull request #30067 from sftim/20211013_tidy_pull_image_private_registry_task
...
Tidy task “Pull an Image from a Private Registry”
2021-11-12 19:46:46 -08:00
Kubernetes Prow Robot
bf1a799b85
Merge pull request #30458 from wiggitywhitney/pod-disruption-glossary
...
Fix to reveal more info when '[+]' is clicked
2021-11-12 19:20:46 -08:00
Kubernetes Prow Robot
99f80cc0ab
Merge pull request #30461 from Anakin100100/patch-1
...
Removed depracated ruby client library
2021-11-12 19:06:46 -08:00
Kubernetes Prow Robot
670429c193
Merge pull request #30389 from hbagdi/ingress-class-namespaced-params-ga
...
graduate IngressClassNamespacedParams to GA
2021-11-12 17:40:47 -08:00
Kubernetes Prow Robot
79e2a98b54
Merge pull request #30444 from wiggitywhitney/pdb-glossary
...
Fix to reveal more info when '[+]' is clicked
2021-11-12 16:20:47 -08:00
Kubernetes Prow Robot
20573065b3
Merge pull request #30460 from SubtextRyan/patch-1
...
Corrected grammatical error
2021-11-12 16:14:47 -08:00
Anakin100100
358ec86ec4
Removed depracated ruby client library
...
The 'kubr' gem has last been updated 7 years ago. It doesn't provide the required modern functionalities. The documentation consists of one code example and that's it. It's inclusion in this list only wastes time of Ruby on Rails developers because no sane person would chose it.
2021-11-12 21:44:23 +01:00
Kubernetes Prow Robot
5e7776274f
Merge pull request #30447 from SergeyKanzhelev/dockershim-removal-blog
...
dockershim removal readiness blog post
2021-11-12 12:14:28 -08:00
Sergey Kanzhelev
5d09f5edb5
dockershim removal readiness blog post
2021-11-12 17:42:51 +00:00
Kubernetes Prow Robot
c3439b3e15
Merge pull request #30295 from siddhantprateek/main-v2
...
Mentioned Markdown flavor in Contribution new content
2021-11-12 09:38:28 -08:00
Siddhant Prateek Mahanayak
12854d0586
Suggested Changes
...
Co-authored-by: Rey Lejano <rlejano@gmail.com >
2021-11-12 23:01:48 +05:30
Kubernetes Prow Robot
3c1d642746
Merge pull request #30393 from elmiko/update-ccm-node-controller
...
update cloud controller doc on node controller
2021-11-12 09:20:28 -08:00
SubtextRyan
46988781a3
Corrected grammatical error
...
Subject/verb disagreement: changed "...system execute the handler..." to "...system executes the handler..."
2021-11-12 12:05:00 -05:00
Kubernetes Prow Robot
1406c2d85a
Merge pull request #30170 from bobfuru/clarify-container-images-wording
...
Replace "Docker image" with "container image", other minor edits
2021-11-12 09:02:28 -08:00
sandipanpanda
7a513e6dee
Fix broken anchor link of #type-nodeport in service.md ( #30388 )
...
* Fix broken anchor link of #type-nodeport in service.md
* Update anchor link from #nodeport to #type-nodeport
Update anchor link from #nodeport to #type-nodeport in overview.md
* Update anchor link from #nodeport to #type-nodeport
Update anchor link from #nodeport to #type-nodeport in ingress.md
* Update anchor link from #nodeport to #type-nodeport
Update anchor link from #nodeport to #type-nodeport in troubleshooting-kubeadm.md
* Update anchor link from #nodeport to #type-nodeport
Update anchor link from #nodeport to #type-nodeport in connecting-frontend-backend.md
* Update anchor link from #nodeport to #type-nodeport
Update anchor link from #nodeport to #type-nodeport in source-ip.md
2021-11-12 08:02:28 -08:00
Michael McCune
0d864c18d9
update cloud controller doc on node controller
...
This change updates the information about the node controller in the
cloud controller managers. The node controller is not responsible for
creating new node objects, it updates them with information from the
provider infrastructure.
2021-11-12 08:25:40 -05:00
Kubernetes Prow Robot
e0ffcf9342
Merge pull request #30374 from clarinette9/docs-bfe-ingress
...
add BFE-ingress-controller to the document ingress-controllers.md.
2021-11-12 05:22:28 -08:00
Kubernetes Prow Robot
4de6225385
Merge pull request #30350 from spiffxp/drop-kubernetes-e2e-test-images
...
replace dnsutils example image
2021-11-12 05:20:28 -08:00
wiggitywhitney
8716bb6e1e
Fix to reveal more info when plus is clicked
2021-11-12 06:34:30 -06:00
Umair A. Shahid
53bf4f212a
Kubelet accepts graceful node shutdown parameters in camel case while they are written in the document in pascal case
2021-11-12 12:29:34 +01:00
Patrick Ohly
65bceb1876
generic ephemeral volumes: document graduation to GA
2021-11-12 09:46:11 +01:00
Akihiro Suda
e2f17b7579
Fix typos,config paths in kubelet-in-userns.md. Add link to port forwarder implementation ( #30410 )
...
* kubelet-in-userns.md: fix typoes
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp >
* kubelet-in-userns.md: fix unexpected config paths
Referring to `/etc/containerd/config.toml` makes sense only when the user has
read/write permissions to `/etc/containerd/config.toml` in the current mount
namespace, which is not always assumed in the context of this documentation.
The same applies to `/etc/crio/crio.conf`, too.
Partially revert PR 30020.
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp >
* kubelet-in-userns.md: add back the link to example port forwarder implementation
Add back the link to `k3s/pkg/rootlessports/controller.go` removed in PR 30020.
As stated in `{{ <note> }}`, the corresponding section is written for developers
of Kubernetes distros, not for end users.
So we should retain the implementation details here.
Partially revert PR 30020.
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp >
2021-11-11 18:02:28 -08:00
Kubernetes Prow Robot
1e36c7611f
Merge pull request #30360 from qzdl/patch-2
...
update pod mapping to avoid deprecation notice
2021-11-11 17:44:28 -08:00
wiggitywhitney
89b1ee4032
Fix to reveal more info when plus is clicked
2021-11-11 12:09:05 -06:00
Kubernetes Prow Robot
92e5d41881
Merge pull request #30439 from sysnet4admin/patch-4
...
Update apparmor.md
2021-11-11 09:46:08 -08:00
Harry Bagdi
4729b75ffb
graduate IngressClassNamespacedParams to GA
2021-11-11 08:51:52 -08:00
Kubernetes Prow Robot
c58838a690
Merge pull request #30423 from alculquicondor/tracking-beta
...
Graduate JobTrackingWithFinalizers to beta
2021-11-11 06:29:50 -08:00
Vaibhav
f58c7705bb
Remove the link as refereneced content is missing
2021-11-11 14:10:19 +05:30
Kubernetes Prow Robot
9dbee0dd47
Merge pull request #30351 from liggitt/podsecurity-beta
...
Podsecurity beta updates
2021-11-10 23:37:50 -08:00
Hoon Jo
9ac60ec13d
Update apparmor.md
...
Due to exec command DEPRECATED. so please add `--` to avoid info message.
`Current`
```
root@wk8s-m:~# kubectl exec hello-apparmor cat /proc/1/attr/current
kubectl exec [POD] [COMMAND] is DEPRECATED and will be removed in a future version. Use kubectl exec [POD] -- [COMMAND] instead.
k8s-apparmor-example-deny-write (enforce)
```
```
root@wk8s-m:~# kubectl exec hello-apparmor touch /tmp/test
kubectl exec [POD] [COMMAND] is DEPRECATED and will be removed in a future version. Use kubectl exec [POD] -- [COMMAND] instead.
touch: /tmp/test: Permission denied
command terminated with exit code 1
```
`Change`
```
root@wk8s-m:~# kubectl exec hello-apparmor -- cat /proc/1/attr/current
k8s-apparmor-example-deny-write (enforce)
```
```
root@wk8s-m:~# kubectl exec hello-apparmor -- touch /tmp/test
touch: /tmp/test: Permission denied
command terminated with exit code 1
```
2021-11-11 16:02:04 +09:00
Cheng Xing
1e0796c4e4
Delegate FSGroup to CSI beta
2021-11-10 17:02:51 -08:00
Jordan Liggitt
4b7784728a
PodSecurity beta updates
2021-11-10 10:30:51 -05:00
Aldo Culquicondor
575b742e0a
Graduate JobTrackingWithFinalizers to beta
2021-11-10 09:35:30 -05:00
Ashley Davis
8ae9faaed1
[en] update link to cert-manager docs
...
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io >
2021-11-10 14:18:23 +00:00
ahg-g
14a003cb3b
add docs for JobMutableNodeSchedulingDirectives ( #30390 )
2021-11-10 04:43:27 -08:00
Kubernetes Prow Robot
53f7612552
Merge pull request #30186 from sandersaares/request-is-not-a-guarantee
...
A CPU request does not result in a guarantee
2021-11-09 23:15:26 -08:00
Kubernetes Prow Robot
8f52166ac8
Merge pull request #28887 from chenxuc/pause-resume2
...
clarify rollout behavior in deployment
2021-11-09 23:13:26 -08:00
Kubernetes Prow Robot
c3318e0cd9
Merge pull request #30400 from RA489/ha
...
Improvement to create cluster using minikube
2021-11-09 18:35:26 -08:00
Kubernetes Prow Robot
5436d4af9d
Merge pull request #30398 from jihoon-seo/211109_Make_redirection_for_highly-available-control-plane
...
Make redirection for highly-available-control-plane
2021-11-09 18:33:26 -08:00
Kubernetes Prow Robot
2245b59156
Merge pull request #30387 from kvaps/omit-api-audiences
...
ServiceAccountTokenVolumeProjection: api-audiences flag can be omitted
2021-11-09 18:31:27 -08:00
Kubernetes Prow Robot
c4ce619f28
Merge pull request #30369 from vivek-koppuru/basic-auth-fix
...
Fix wording of basic auth secret doc to keep it consistent with validation
2021-11-09 17:15:26 -08:00
Kubernetes Prow Robot
c15f89b549
Merge pull request #30411 from justaugustus/steering-2021
...
Update Steering membership following 2021 election
2021-11-09 13:21:48 -08:00
Wang
2d560fd4fb
Update custom-resources.md
2021-11-10 05:07:02 +09:00
Josh Berkus
009e15655a
Add Arnaud to the Thanks section.
...
Signed-off-by: Josh Berkus <josh@agliodbs.com >
2021-11-09 10:05:24 -08:00
Stephen Augustus
5cebb20920
blog: Lint warnings and username fixes in 2021 Steering post
...
Signed-off-by: Stephen Augustus <foo@auggie.dev >
2021-11-09 06:35:34 -05:00
Wang
324e4e07fa
[en] update custom-resources
...
Make it clear that the main API server delegates requests to user created API server.
2021-11-09 18:31:31 +09:00
RA489
1ddef08a50
Improvement to create cluster page
2021-11-09 11:06:25 +05:30
Kubernetes Prow Robot
d886d65675
Merge pull request #29957 from sftim/20211007_document_thirdparty-content_shortcode
...
Document {{% thirdparty-content %}} shortcode
2021-11-08 18:23:39 -08:00
Jihoon Seo
047c8577d5
Make redirection for highly-available-control-plane
2021-11-09 10:50:38 +09:00