8748 Commits

Author SHA1 Message Date
xing-yang 85f076192e Add doc for CRD version removal 2022-05-25 01:30:17 +00:00
David Xia 69d46a7a98 Update content/en/docs/reference/using-api/server-side-apply.md
Co-authored-by: Antoine Pelisse <apelisse@gmail.com>
2022-05-24 19:19:27 -04:00
David Xia 5846916395 docs: show server side apply overwrite for CLI
Docs currently say how to do it with HTTP request.
This addition will help `kubectl` users as well.
2022-05-24 17:34:12 -04:00
Tom Kivlin dc6d1fb667 added user role context, more info about lo and remove "obviously" 2022-05-24 22:21:57 +01:00
Chris Short 3f3ad2aa9a Update change-runtime-containerd.md
Install containerd from containerd
2022-05-24 16:22:15 -04:00
Chris Short 6a4f926833 Update container-runtimes.md
Blank line cleanup for consistency
2022-05-24 16:22:01 -04:00
Kubernetes Prow Robot b3bcaf8a2d Merge pull request #33896 from sftim/20220523_link_to_cncf_contributing_to_kubernetes_section
Link to CNCF k8s contribution guide
2022-05-24 11:57:24 -07:00
Tom Kivlin 4c595d4075 removed the "Usage Summary" section as no longer needed 2022-05-24 17:31:40 +01:00
Tom Kivlin 16cdb0b4a8 Added comma
Co-authored-by: Rolfe Dlugy-Hegwer <rolfedh@users.noreply.github.com>
2022-05-24 17:30:24 +01:00
Tom Kivlin 4f41ef3b22 Grammatical improvement
Co-authored-by: Rolfe Dlugy-Hegwer <rolfedh@users.noreply.github.com>
2022-05-24 17:30:08 +01:00
Tom Kivlin a23668cae3 Added hyphen
Co-authored-by: Rolfe Dlugy-Hegwer <rolfedh@users.noreply.github.com>
2022-05-24 17:29:48 +01:00
Tom Kivlin 159ade8547 Added hyphen
Co-authored-by: Rolfe Dlugy-Hegwer <rolfedh@users.noreply.github.com>
2022-05-24 17:29:35 +01:00
Tom Kivlin dbe825c6e0 Added comma
Co-authored-by: Rolfe Dlugy-Hegwer <rolfedh@users.noreply.github.com>
2022-05-24 17:29:14 +01:00
Tom Kivlin 149e2b5151 Add link to kubernetes networking model page/section
Co-authored-by: Mike Brown <brownwm@us.ibm.com>
2022-05-24 17:25:09 +01:00
Tom Kivlin 0c085e24ff Update to <1.24 note
Co-authored-by: Mike Brown <brownwm@us.ibm.com>
2022-05-24 17:24:19 +01:00
Tom Kivlin 4ba0e82bd0 Correction of what Kubelet did/could do in versions <1.24.
Co-authored-by: Mike Brown <brownwm@us.ibm.com>
2022-05-24 17:23:40 +01:00
Tom Kivlin c3629b395d Clarity on scope of container runtime re. CNI
Co-authored-by: Mike Brown <brownwm@us.ibm.com>
2022-05-24 17:22:58 +01:00
Kubernetes Prow Robot 1c1e77f5f3 Merge pull request #33785 from tnqn/fix-apiserver-proxy-link
Fix links about apiserver proxy
2022-05-24 06:44:06 -07:00
Tom Kivlin f453118e4d change to relative path
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2022-05-24 07:40:26 +01:00
wei.wang 1cf774a05e [zh]Update content/zh/docs/reference/access-authn-authz/admission-controllers.md 2022-05-24 02:26:02 +08:00
Tom Kivlin 4c1b181aff added some clarification to the installation section 2022-05-23 14:32:04 +01:00
Tim Bannister aa8e2b3991 Link to CNCF k8s contribution guide 2022-05-23 13:42:30 +01:00
Akshat Khanna 9bf154c687 Update certificates.md 2022-05-23 12:21:42 +05:30
song 1fa24f7e32 update migrating-from-dockershim doc 2022-05-23 13:34:56 +08:00
Kubernetes Prow Robot 2856c88a05 Merge pull request #33788 from tengqm/imagepolicy-api
Add imagepolicy.v1alpha1 API
2022-05-22 13:16:01 -07:00
harshitasao f91d7e3f9a in docs/concepts/services-networking/service.md, modified the nginx version 2022-05-22 11:42:34 +05:30
Tom Kivlin 3b60dec955 Added info about v1.24 changes 2022-05-21 13:20:51 +01:00
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
Lubomir I. Ivanov ed9ea9c4f2 kubeadm: apply changes around "master" taint for 1.25
The "master" taint is no longer applied on control plane
nodes by kubeadm 1.25.

Remove mentions of the taint from the documentation:
- implementation details
- create a kubeadm cluster
- known labels / taints
2022-05-19 22:13:09 +03: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
eminalemdar f559518520 Updated references in different pages with the correct titles of the documents 2022-05-19 17:00:59 +03: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