Commit Graph

8668 Commits

Author SHA1 Message Date
Tom Kivlin 58aae61611 Remove refs to dockershim
- Removed refs deprecated with dockershim
- Tweaked header levels
2022-05-21 12:59:36 +01:00
Kubernetes Prow Robot 44ec3f508a Merge pull request #33836 from prb112/patch-2
Update topology-manager.md
2022-05-21 04:42:00 -07:00
Manish Kumar 8b29e8229b Update container-runtimes.md (#33851)
* Update container-runtimes.md

* Update content/en/docs/setup/production-environment/container-runtimes.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-05-21 04:26:00 -07:00
Fabrice Jammes 34140f1087 Update socks5-proxy-access-api.md
If using `localhost` instead of <API_SERVER_IP_ADRESS>, you get a certificate error:
```
kubectl get pods
I0520 16:29:08.178277   41261 versioner.go:58] Get https://localhost:6443/version?timeout=5s: dial tcp 127.0.0.1:6443: connect: connection refused
Unable to connect to the server: x509: certificate is valid for ccqserv225, kubernetes, kubernetes.default, kubernetes.default.svc, kubernetes.default.svc.cluster.local, not localhost
```

Please also note that I have a warning message if I unset the `https_proxy` env variable:
```
 ⚙ kubectl get pods 
I0520 16:35:27.955076   43865 versioner.go:56] Remote kubernetes server unreachable
NAME                     READY   STATUS    RESTARTS   AGE
hub-54c6457f66-vlq2l     1/1     Running   0          4h27m
proxy-7b5b8dfb9d-dxrkz   1/1     Running   0          4h27m
# Whereas with the https_proxy variable:
 ⚙ export https_proxy=socks5://localhost:1080     
 ⚙ kubectl get pods                          
NAME                     READY   STATUS    RESTARTS   AGE
hub-54c6457f66-vlq2l     1/1     Running   0          4h28m
proxy-7b5b8dfb9d-dxrkz   1/1     Running   0          4h28m
```
Any idea is welcome here.
2022-05-20 16:38:22 +02:00
Qiming Teng 10ae8386ee Update kubeadm config API 2022-05-20 06:37:30 +08:00
Mark Rossetti 17dc7c7e2f Add troubleshooting tips for hostprocess containers 'failed to create user process token' error during container creation
Signed-off-by: Mark Rossetti <marosset@microsoft.com>
2022-05-19 14:46:01 -07:00
Jordan Liggitt 79c01ff06d Update content/en/docs/concepts/security/pod-security-standards.md
Co-authored-by: Tim Allclair <timallclair@gmail.com>
2022-05-19 17:03:39 -04:00
Paul Bastide 3bff833b59 Update topology-manager.md
Fixes a spelling mistake with co-ordinate
2022-05-19 16:21:30 -04:00
Jordan Liggitt 03f0d23228 Clarify privileged Pod Security Standard description 2022-05-19 14:51:51 -04:00
song 45a7eb57f9 fix typo
Signed-off-by: song <tinysong1226@gmail.com>
2022-05-20 00:05:51 +08:00
Quan Tian 56e597ced4 Fix links about apiserver proxy
* The link in access-cluster.md is stale
* service name segment of apiserver proxy must have trailing colon when
  schema is specified
* Replace apiserver address with a reserved documentation IP address

Signed-off-by: Quan Tian <qtian@vmware.com>
2022-05-18 23:00:57 +08:00
Qiming Teng c992c4c04f Add imagepolicy.v1alpha1 API 2022-05-18 14:20:20 +08:00
Kubernetes Prow Robot a439d1219e Merge pull request #33761 from tengqm/admission-control
Cleanup admission-controllers page
2022-05-17 18:24:53 -07:00
Manish Kumar e7300a151c Register and document annotations on Secret that relate to ServiceAccount (#32005)
* Registered secret annotation

Signed-off-by: Manish Kumar <manish.kumar1@india.nec.com>

* Update content/en/docs/reference/labels-annotations-taints/_index.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* Update content/en/docs/reference/labels-annotations-taints/_index.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* Updated Secret type

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-05-17 07:40:27 -07:00
Paul Bastide 2f15d185d5 Update pod-topology-spread-constraints.md
The minDomains value was not included in the spec schema segment
2022-05-17 09:33:30 -04:00
Adeniyi Stephen Oluwatola f40b3c25d6 Fix: Update service.md (nginx image not found)
I fixed an imagepulling error in the service.md example on the website. nginx:11.14.2 is no longer on Nginx docker hub:  https://hub.docker.com/_/nginx?tab=tags&page=1&name=11.14.2 so I changed the image tag to the latest. please let me know if the latest tag is not the right image to use or if I'm wrong.
2022-05-17 13:17:47 +01:00
Qiming Teng 90a395745d Cleanup admission-controllers page
This PR fixes several things in the admission-controllers page:

- The `PodSecurity` plugin is enabled by default, but it was not listed so;
- The `apiserver.config.k8s.io/v1alpha1` has been deprecated since v1.17, we are still documenting it side by side with the `apiserver.config.k8s.io/v1` API group;
- The `eventratelimit.admission.k8s.io/v1alpha1` API could use a better reference rather than the design doc; **The imagepolicy.v1alpha1 API is not documented anywhere, I'll add it later on.**
- There are statements about future, which should be removed;
- We are supposed refer to the `LimitRage` API reference rather than pointing users to the design docs;
- We are supposed refer to the `ResourceQuota` API reference rather than pointing users to the design docs;
- There are long lines in the page source which could have been wrapped properly.
2022-05-17 15:37:58 +08:00
Guangwen Feng bdee4b90f1 Fix a typo in flow-control.md
Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
2022-05-17 09:29:35 +08:00
Kubernetes Prow Robot 516c710905 Merge pull request #33737 from eminalemdar/patch-1
Remove duplicate word from “Reviewing pull requests”
2022-05-16 07:06:19 -07:00
Kubernetes Prow Robot d82a6ef16d Merge pull request #33574 from sanchezl/patch-2
add authorization v1beta1 selfsubjectrulesreview
2022-05-16 06:50:17 -07:00
Emin ALEMDAR 234baa1f3f Related to #33705
I have removed the second add from the page.
2022-05-16 15:57:54 +03:00
Kubernetes Prow Robot 938c9ac140 Merge pull request #33688 from my-git9/mygit13
[en] update url debug-application
2022-05-15 21:14:17 -07:00
Kubernetes Prow Robot 842479f23c Merge pull request #33650 from piyush1146115/patch-1
Fix a typo.
2022-05-15 18:06:17 -07:00
Kubernetes Prow Robot 93a11b1007 Merge pull request #32812 from raesene/main
Add RBAC good practice guide
2022-05-15 14:12:16 -07:00
Rory 412571886c Add RBAC Good Practices Guide 2022-05-15 21:45:11 +02:00
xin.li b7fe7cfa94 [en] update url
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-05-15 19:35:01 +08:00
Kubernetes Prow Robot feea378043 Merge pull request #33668 from TinySong/update-cpu-default-namespace
add specification uri about Pod
2022-05-14 18:11:17 -07:00
Kubernetes Prow Robot e8d71e4816 Merge pull request #33656 from kinzhi/kinzhi108
[zh]Sync kubeadm-9
2022-05-14 17:29:17 -07:00
wei.wang ef88442803 [zh]Sync kubeadm-9
[zh]Sync kubeadm-9

[zh]Sync 1
2022-05-15 03:50:42 +08:00
song ea8ff7ffc0 add specification uri about Pod
Signed-off-by: song <tinysong1226@gmail.com>
2022-05-15 01:05:16 +08:00
Kubernetes Prow Robot 16e11b248a Merge pull request #33655 from kinzhi/kinzhi107
[zh]Update content/zh/docs/tasks/configure-pod-container/enforce-standards-namespace-labels.md
2022-05-14 04:43:18 -07:00
wei.wang 2fafe815e2 [zh]Sync kubeadm-10 2022-05-14 18:39:43 +08:00
wei.wang d82bdb4423 [zh]Update content/zh/docs/tasks/configure-pod-container/enforce-standards-namespace-labels.md
[zh]Update content/zh/docs/tasks/configure-pod-container/enforce-standards-namespace-labels.md
2022-05-14 18:11:54 +08:00
Michele Azzolari 9d08cafd2b Update Validation Rules Example
Fix example add missing `=`
Add one more example
2022-05-14 10:45:09 +02:00
Kubernetes Prow Robot bf46c15bdf Merge pull request #33639 from kinzhi/kinzhi104
[zh]Sync kubeadm-8
2022-05-13 18:01:17 -07:00
wei.wang a7b02618ac [zh]Sync kubeadm-8
[zh]Sync kubeadm-8
2022-05-14 02:02:21 +08:00
Thomas Güttler 8ddd57736d Fix 404 2022-05-13 16:29:16 +02:00
Kubernetes Prow Robot f105223c72 Merge pull request #33622 from domgoodwin/main
Add references to pod security levels and admission controller
2022-05-13 06:07:48 -07:00
Piyush Kanti Das d6180e07dc Fix a typo. 2022-05-13 17:37:25 +06:00
Kubernetes Prow Robot fbcb0be9d1 Merge pull request #33602 from kinzhi/kinzhi100
[zh]Sync kubeadm-6
2022-05-12 19:45:48 -07:00
wei.wang 463f6c0c58 [zh]Sync kubeadm-6
[zh]Sync kubeadm-6
2022-05-13 04:01:53 +08:00
Eirik A ffb5e67cc5 Add kube-rs to operator.md's third-party content
We have a [controller guide featured](https://kube.rs/controllers/intro/) on the linked webpage for this so hopefully this is appropriate.
2022-05-12 19:57:59 +01:00
Kubernetes Prow Robot d0fdb1cca6 Merge pull request #33577 from kinzhi/kinzhi99
[zh]Sync kubeadm-5
2022-05-11 18:47:14 -07:00
Dom Goodwin 2b7319622a Add references to pod security policies and admission controller 2022-05-11 21:00:32 +00:00
wei.wang cf483c543f [zh]Sync kubeadm-7 2022-05-12 01:42:09 +08:00
John Kwiatkoski 994555c46b Moving ip forwarding and prereqs to container runtime page (#32946) 2022-05-11 08:53:01 -07:00
Sudheer Satyanarayana e21eafb9e8 Update chart link
The currently used chart is not maintained anymore. Using Bitnami chart is recommended instead. The PR updates the link to the correct chart.
2022-05-11 19:02:37 +05:30
Kubernetes Prow Robot 07ef1c26ee Merge pull request #33599 from nameYULI/yl24
[zh]Sync reference-7
2022-05-11 01:40:51 -07:00
Kubernetes Prow Robot 07e1929b49 Merge pull request #33220 from Shubham82/update_link_for_Auditing
Improvement: Updated all the links of the task "Monitoring, Logging, and Debugging" on all pages.
2022-05-10 22:36:50 -07:00
yuli 842c411ce9 [zh]Sync reference-7
[zh]Sync reference-7
2022-05-11 13:16:01 +08:00