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
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
Vaibhav
f58c7705bb
Remove the link as refereneced content is missing
2021-11-11 14:10:19 +05:30
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
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
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
Kubernetes Prow Robot
e35a6e103f
Merge pull request #30118 from Shatakshi0805/fix-link-in-release-managers.md
...
fix broken link in release-managers.md
2021-11-08 17:26:49 -08:00
Kubernetes Prow Robot
a45e1b3347
Merge pull request #30368 from TreeKat71/main
...
Typo `etcdutl` in configure-upgrade-etcd.md
2021-11-08 17:20:49 -08:00
Aravindh Puthiyaparambil
c0dd24a8ba
storage: create new file for projected volumes
...
Move inline examples into the examples folder
2021-11-08 16:07:33 -08:00
Christoph Blecker
bf0e9ea2e5
Fix typo in SC blog post
2021-11-08 15:15:53 -08:00
Kubernetes Prow Robot
a812761d1d
Merge pull request #30395 from reylejano/update-non-root-blog
...
Blog: renamed non-root-containers-and-devices.md to have date prefix
2021-11-08 14:27:20 -08:00
Rey Lejano
120d0424c2
renamed non-root-containers-and-devices.md to 2021-11-09-non-root-containers-and-devices.md
2021-11-08 13:45:03 -08:00
Rey Lejano
aba3e29883
renamed steering-committee-results-2021 to 2021-11-08-steering-committee-results-2021.md and update date
2021-11-08 13:33:55 -08:00
Kaslin Fields
65faac6f3e
Create steering-committee-results-2021
2021-11-08 11:48:36 -08:00
Kubernetes Prow Robot
5ac4b5f765
Merge pull request #29703 from mythi/non-root-containers-and-devices-blog
...
blog: non-root containers and devices
2021-11-08 07:47:20 -08:00
Mikko Ylinen
c7cb7683f9
blog: non-root containers and devices
...
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com >
2021-11-08 17:39:13 +02:00
Kubernetes Prow Robot
1e090d8f1a
Merge pull request #29868 from RA489/activedeadlinesec
...
explanation of the role of activeDeadlineSeconds in initContainers be…
2021-11-08 06:43:00 -08:00
Andrei Kvapil
69c6dc0a82
Refer ServiceAccountTokenVolumeProjection documentation instead of providing incorrect instructions.
...
Since Kubernetes v1.20 it is enabled by default.
2021-11-08 15:16:05 +01:00
Andrei Kvapil
02d9cec45e
api-audiences flag can be omitted
2021-11-08 11:52:11 +01:00
Bob Furu
b5b60db805
Replace Docker image with container image and other minor edits for clarity
2021-11-07 20:21:09 -05:00
Kubernetes Prow Robot
dfbb64991f
Merge pull request #30117 from ztzxt/patch-1
...
Bump dashboard version to 2.4.0 from 2.3.1
2021-11-06 19:26:51 -07:00
clarinette9
5de494f375
add bfe to ingress-controllers.md
...
add link and introduction of bfe ingress controller to /content/en/docs/concepts/services-networking/ingress-controllers.md
2021-11-06 20:31:47 +08:00
Vitthal Sai
f200e6d223
Updated circtl version to v1.22.0 from v1.17.0 in install kubeadm doc
2021-11-06 11:56:43 +05:30
Kubernetes Prow Robot
273ea3671f
Merge pull request #30370 from chris-short/patch-1
...
Adding links to kubernetes.dev
2021-11-05 23:14:51 -07:00