Shubham Kuchhal
f608a7c4c8
Added Hyperlink to PKCS#7.
2022-05-30 16:21:13 +05:30
Sean Wei
ca34038e9f
Update link text to configure-pod-configmap.md
2022-05-30 16:42:30 +08:00
Kubernetes Prow Robot
7cf45cf099
Merge pull request #34020 from SaumyaBhushan/Issue#34010
...
Link to release note in older version is broken
2022-05-29 00:34:51 -07:00
Kubernetes Prow Robot
21f228226f
Merge pull request #33777 from TinySong/update-en-manage-resources-doc-en
...
update manage-resources documentation
2022-05-28 23:50:50 -07:00
SaumyaBhushan
17855197cf
Link to release note in older version is broken
2022-05-29 11:22:19 +05:30
song
4126ccaad0
update manage-resources documentation
...
Signed-off-by: song <tinysong1226@gmail.com>
2022-05-29 13:37:46 +08:00
Kubernetes Prow Robot
2657fca7f6
Merge pull request #33662 from TinySong/main
...
update migrating-from-dockershim doc
2022-05-28 21:42:50 -07:00
Qiming Teng
614fcc0fd8
Update KMS provider page
2022-05-29 08:11:18 +08:00
Qiming Teng
060b924df8
Tweak the share process namespace page
...
This PR removes the outdated information about very old versions of k8s releases.
It also revises the indentation of unordered lists.
Some other trivial clarifications of text are applied as well.
2022-05-29 08:03:37 +08:00
Sean Wei
ca340084d0
Fix link for debug-cluster
2022-05-29 01:12:27 +08:00
Kubernetes Prow Robot
fd4b65f358
Merge pull request #33243 from tengqm/tweak-portforward
...
Tweak indentation on portforward page
2022-05-28 07:26:51 -07:00
Sean Wei
50b9fb29b0
Remove data-lang for command outputs
2022-05-28 20:08:49 +08:00
Mark Rossetti
4d9e6d736b
Windows documentation overhaul ( #33582 )
...
* Move Windows storage concepts to a new page
- Move FlexVolume plugins section to docs/concepts/storage/volumes.md
- Move CSI plugins section to en/docs/concepts/storage/volumes.md
- Move in-tree plugins section to en/docs/concepts/storage/volumes.md
* Moving networking related content in
/docs/setup/production-environment/windows to various locations
- Moving windows DNS limitations to/docs/concepts/services-networking/dns-pod-service.md
- Moving windows session sticky time disclaimer to /docs/concepts/services-networking/service.md
- Moving windows dual stack support info to /docs/concepts/services-networking/dual-stack.md
- Moving generic Windows content to
/docs/concepts/services-networking/windows-networking.md
Signed-off-by: Mark Rossetti <marosset@microsoft.com>
* Moving Windows troubleshooting topics to /tasks/debug-application-cluster/
Signed-off-by: Mark Rossetti <marosset@microsoft.com>
* Moving windows containers user guide out of /setup/production-environment/
Signed-off-by: Mark Rossetti <marosset@microsoft.com>
* fixup! Moving windows containers user guide out of /setup/production-environment/
* moving intro-windows-in-kubernetes content out of /setup/production-environment/
Signed-off-by: Mark Rossetti <marosset@microsoft.com>
Co-authored-by: Aravindh Puthiyaparambil <aravindh@redhat.com>
2022-05-26 17:19:55 -07:00
Tim Bannister
7f3604a949
Revise downward API documentation
...
- add a glossary entry
- add a concept page
- revise other documentation in light of above changes
2022-05-26 13:26:45 +01:00
Shannon Kularathna
db056570a9
Remove 'Legacy Docker integration' from cAdvisor sentence
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-05-25 20:26:28 +00:00
Sean Wei
cca0aca855
Fix Markdown link
2022-05-25 21:17:01 +08:00
Guangwen Feng
d44cdef4d8
Fix an invalid link in downward-api-volume-expose-pod-information.md
...
Signed-off-by: Guangwen Feng <fenggw-fnst@fujitsu.com>
2022-05-25 10:20:39 +08:00
Chris Short
3f3ad2aa9a
Update change-runtime-containerd.md
...
Install containerd from containerd
2022-05-24 16:22:15 -04: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
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
44ec3f508a
Merge pull request #33836 from prb112/patch-2
...
Update topology-manager.md
2022-05-21 04:42: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
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
Paul Bastide
3bff833b59
Update topology-manager.md
...
Fixes a spelling mistake with co-ordinate
2022-05-19 16:21:30 -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
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
song
ea8ff7ffc0
add specification uri about Pod
...
Signed-off-by: song <tinysong1226@gmail.com>
2022-05-15 01:05:16 +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
Thomas Güttler
8ddd57736d
Fix 404
2022-05-13 16:29:16 +02:00
Dom Goodwin
2b7319622a
Add references to pod security policies and admission controller
2022-05-11 21:00:32 +00: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
James Sturtevant
f875adcb50
Refresh kubeadm docs for Windows
2022-05-10 20:27:25 +00:00
song
25728feedf
update adding-windows-nodes.md
...
Signed-off-by: song <tinysong1226@gmail.com>
2022-05-10 16:05:05 +08:00
Kubernetes Prow Robot
5d376fd92d
Merge pull request #32358 from geoffcline/gdc-dns-guide
...
add dns troubleshooting steps for coredns permissions
2022-05-04 18:56:20 -07:00
Kubernetes Prow Robot
0678ae692b
Merge pull request #33429 from reylejano/followup-31527-socks5
...
Update SOCKS5 page, follow-up to pr 31527
2022-05-03 22:31:30 -07:00
Rey Lejano
0bdd4d2d03
follow-up to pr 31527 to address comments
2022-05-03 18:46:39 -07:00
Kubernetes Prow Robot
9710f84f78
Merge pull request #33422 from axeltanxl/patch-1
...
Update links
2022-05-03 18:37:16 -07:00
Axel Tan
7696b56f66
Update links
2022-05-03 21:57:59 +08:00
Nate W
5ead53b3e8
Merge remote-tracking branch 'upstream/main' into dev-1.24
2022-05-02 10:29:49 -07:00
Romain Aviolat
7f13ad092c
Document using SOCKS5 to access Kubernetes API ( #31527 )
...
* ofeat: add SOCKS5 proxy documentation
Goal of this commit is to document the usage of SOCKS5 proxies to reach
the Kubernetes API.
* Apply suggestions from code review
Co-authored-by: chrismetz09 <cymetz@gmail.com>
* Apply suggestions from code review
Co-authored-by: Qiming Teng <tengqm@outlook.com>
* fix: apply contributors suggestions
* fix: apply contributors suggestions
* Update content/en/docs/tasks/extend-kubernetes/socks5-proxy-access-api.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* fix: apply new contributors suggestions
* Update content/en/docs/tasks/extend-kubernetes/socks5-proxy-access-api.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* feat: add cleanup and furter reading sections
* fix: comment on SOCKS5 proxy
* nit
* fix: workflow
Co-authored-by: chrismetz09 <cymetz@gmail.com>
Co-authored-by: Qiming Teng <tengqm@outlook.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-05-02 08:15:14 -07:00
Shubham Kuchhal
d1076700c7
Fixed all hyperlinks of the task "Monitoring, Logging, and Debugging" in all pages.
2022-05-02 14:46:52 +05:30
Kubernetes Prow Robot
f57b6a42a9
Merge pull request #32221 from amitech/patch-1
...
Updated configure-liveness-readiness-startup-probes.md
2022-04-30 10:07:12 -07:00
Kubernetes Prow Robot
57a43f30ca
Merge pull request #33340 from my-git9/resource-usage-monitoring3
...
[en] modify link about debug
2022-04-30 07:07:12 -07:00
Kubernetes Prow Robot
41dfc83423
Merge pull request #33339 from my-git9/debuglink4
...
[en] modify link about debug
2022-04-30 07:03:12 -07:00
Kubernetes Prow Robot
62ee8c2a11
Merge pull request #33326 from geraldmayr/main
...
Add missing verb
2022-04-30 06:45:13 -07:00
xin.li
e6276724bb
[en] modify link about debug
...
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-04-30 09:48:28 +08:00
xin.li
781b2b381c
[en] modify link about debug
...
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-04-30 09:21:16 +08:00
Gerald Mayr
86c0e4e5b9
Add missing verb
2022-04-29 20:27:22 +02:00
Kubernetes Prow Robot
07ae0348c3
Merge pull request #33287 from rolfedh/issue#33236proc
...
Add task page for troubleshooting CNI plugin-related errors
2022-04-29 11:07:14 -07:00
Rolfe Dlugy-Hegwer
32e1684fce
Troubleshooting topic for CNI version-related issues #33240
2022-04-29 13:34:18 -04:00
Kubernetes Prow Robot
6d9dea7623
Merge pull request #33306 from my-git9/security-a-cluster1
...
[en] modify debug link in securing-a-cluster.md
2022-04-29 05:33:15 -07:00
Kubernetes Prow Robot
ddb35a0be8
Merge pull request #33309 from my-git9/local-debug2
...
[en] modify debug link in local-debug
2022-04-29 05:29:14 -07:00
Kubernetes Prow Robot
86bdc7228a
Merge pull request #33310 from my-git9/define-comom
...
[en] modify link in define-command-argument-container
2022-04-29 05:19:13 -07:00
Kubernetes Prow Robot
8b116a343a
Merge pull request #33305 from my-git9/resource-metrics-pipeline3
...
[en]modify debug link in resource-metrics-pipeline.md
2022-04-29 05:05:13 -07:00
Kubernetes Prow Robot
68c3adc0a8
Merge pull request #33308 from my-git9/configure-pod-init1
...
[en] modify debug link in configure-pod-init
2022-04-29 04:47:13 -07:00
Kubernetes Prow Robot
4e96ae79d7
Merge pull request #33307 from my-git9/resource-usage-monitoring2
...
[en] modify debug link in resource-usage-monitoring
2022-04-29 04:43:12 -07:00
xin.li
cb6b4c8dcb
[en] modify debug link in resource-usage-monitoring
...
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-04-29 19:28:10 +08:00
xin.li
6f0bc9a0a1
[en] modify link in define-command-argument-container
...
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-04-29 19:07:13 +08:00
xin.li
8acb8f13f6
[en] modify debug link in local-debug
...
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-04-29 19:04:11 +08:00
xin.li
3d69e98fb4
[en] modify debug link in configure-pod-init
...
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-04-29 19:01:34 +08:00
xin.li
aef1fb68d1
[zh] modify debug link in securing-a-cluster.md
...
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-04-29 18:49:00 +08:00
xin.li
b66a80db00
[zh] modify debug link in resource-metrics-pipeline.md
...
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-04-29 18:43:27 +08:00
xin.li
0e0f62c478
[en] modify the link about debug-application
...
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-04-29 18:34:13 +08:00
Ed
3ae803b707
Added link to Version Skew Policy in Upgrading Kubeadm Cluster ( #33293 )
...
* Added link to Version Skew Policy in Upgrading Kubeadm Cluster
* Update content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade.md
Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com>
Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com>
2022-04-29 02:53:13 -07:00
Kazuyuki Sakemi
9d98815cc5
current link is pointing 404 page.
...
replacing relative link from "/docs/tasks/debug-application-cluster/debug-service/" to "/docs/tasks/debug/debug-application/debug-service/".
2022-04-29 15:10:44 +09:00
HeGaoYuan
ae677063f9
Update security-context.md
...
typo
2022-04-28 00:47:00 +08:00
Qiming Teng
dc7bed20cf
Tweak kubeadm-upgrade page for indentation nits
...
The indentation on the page is "messy". We don't encourage implicit code blocks (4-space indentations). The nesting of contents are not properly expressed either.
2022-04-27 21:05:17 +08:00
Qiming Teng
7359d60de8
Tweak indentation on portforward page
...
This PR fixes the indentation nits in the
`port-forward-access-application-cluster` page.
We are not supposed to indent lines by 4 spaces because such
indentations may mislead the markdown parser to render them as code
snippets.
2022-04-27 10:20:18 +08:00
Nate W
712f45dee4
Merge remote-tracking branch 'upstream/main' into dev-1.24
2022-04-26 13:11:13 -07:00
Paul Schweigert
f26e8eff23
Reorg the monitoring task section ( #32823 )
...
* reorg the monitoring task section
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
* reorg from review comments
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
* review comments
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
* review fixes
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
2022-04-25 21:30:51 -07:00
Sean Wei
649328ac2f
Use JavaScript instead of Javascript
2022-04-24 11:54:22 +08:00
Mitesh Jain
3bc5af67f9
Remove repeated, confusing information about cgroupfs.
2022-04-23 19:29:16 +05:30
Arhell
49114042bc
[en] remove trailing whitespaces install-kubectl-windows.md
2022-04-23 13:08:45 +03:00
Qiming Teng
a3ea9f4caf
Update references to the kubelet security files
...
This commit updates all the existing references to the files move in the previous commit.
2022-04-23 14:32:19 +08:00
xin.li
1ab38bbaa1
[en] fix wrong link
...
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-04-23 11:33:52 +08:00
Nate W
0135d3642b
Merge remote-tracking branch 'upstream/main' into dev-1.24
2022-04-19 15:45:28 -07:00
Rey Lejano
28cea36e93
revert changes from PR 32941 that merged before 1.24 release
2022-04-19 14:50:25 -07:00
Vitthal Sai
55a26e8242
Follow up to dockershim migration message after release of v1.24
2022-04-19 10:43:48 +05:30
Kubernetes Prow Robot
3dda62aa82
Merge pull request #33016 from Babapool/dockershim-migration-msg
...
Reword dockershim migration recommendation
2022-04-18 20:39:17 -07:00
Christopher Negus
ebc817852f
Add dockershim shortcode to other files
2022-04-18 23:41:41 +00:00
Vitthal Sai
98d8be323f
Reword dockershim migration recommendation
2022-04-18 23:19:58 +05:30
Kubernetes Prow Robot
5c57cce5d6
Merge pull request #32711 from astraw99/patch-4
...
Update quality-service-pod.md
2022-04-14 22:41:10 -07:00
Kubernetes Prow Robot
6fb52c5790
Merge pull request #32897 from Sea-n/main
...
[en] Fix Markdown formats
2022-04-14 18:17:10 -07:00
Sean Wei
01c3c53b7d
[en] Fix Markdown format
2022-04-14 01:33:53 +08:00
Kubernetes Prow Robot
c6472cbea3
Merge pull request #32132 from shannonxtreme/dockershim-am-i-on-dockerhsim
...
Add info about finding the runtime endpoint
2022-04-13 09:32:46 -07:00
Shannon Kularathna
d3ad42f669
Add info about finding the runtime endpoint
2022-04-13 15:36:55 +00:00
Kubernetes Prow Robot
d200945499
Merge pull request #32425 from cici37/celDoc
...
Add resource constraints and oldSelf context into validation rule
2022-04-12 15:24:46 -07:00
cici37
40157c8e05
Address comments
2022-04-12 13:39:58 -07:00
Tim Bannister
05e987a47b
Highlight discussion issue for dockershim deprecation
...
- Link to k/kubernetes issue 106917
(various places)
- Related rewording to make that extra link work in context
and also:
- Replace alias for dockershim FAQ with a Netlify redirect
Co-authored-by: Jihoon Seo <46767780+jihoon-seo@users.noreply.github.com>
2022-04-12 18:02:26 +01:00
Pushkar Joglekar
ba6776b2a6
Task Page for Verifying Signed Images ( #32184 )
...
* Add container image signing docs
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
* Creates a task page to verify signed control plane container images
* Added info about cosigned and why we need cosign in experimental mode
Updates based on PR review
Apply suggestions from code review
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* Uses K8s SBoM to get list of signed images
Apply suggestions from code review
Co-authored-by: Qiming Teng <tengqm@outlook.com>
Co-authored-by: Chris Negus <cnegus@redhat.com>
* Add current scope of sign/verify
Co-authored-by: Sascha Grunert <sgrunert@redhat.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Qiming Teng <tengqm@outlook.com>
Co-authored-by: Chris Negus <cnegus@redhat.com>
2022-04-12 08:29:23 -07:00
Kubernetes Prow Robot
f440c609e9
Merge pull request #32780 from reylejano/patch-check-dockershim-task
...
v1.24 Update to the Check if Dockershim Deprecation Affects You page
2022-04-12 07:57:23 -07:00
Mengjiao Liu
7e0a2162d7
Fix missing links
2022-04-12 16:46:38 +08:00
Jiahui Feng
15e978d8db
Leader Migration to GA ( #32052 )
...
* cleanup and polish.
* update assumed versions.
* GA updates.
* Update content/en/docs/tasks/administer-cluster/controller-manager-leader-migration.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* Update content/en/docs/tasks/administer-cluster/controller-manager-leader-migration.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* Update content/en/docs/tasks/administer-cluster/controller-manager-leader-migration.md
Co-authored-by: Chris Negus <cnegus@redhat.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Chris Negus <cnegus@redhat.com>
2022-04-11 18:01:22 -07:00
Nate W
e65201a5b3
Merge remote-tracking branch 'upstream/main' into dev-1.24
2022-04-11 09:31:28 -07:00
sou
4764a50fee
Update create-hostprocess-pod.md
...
Fix typo (Window -> Windows)
2022-04-09 23:52:46 +09:00
Kubernetes Prow Robot
9169cc8ebc
Merge pull request #32791 from jihoon-seo/220407_Replace_Go_Doc_URL_with_pkg.go.dev
...
Replace Go Doc URL with `pkg.go.dev`
2022-04-08 16:06:04 -07:00
Kubernetes Prow Robot
12e12f8f05
Merge pull request #32817 from sarangjo/patch-1
...
Nit: grammar fix on install-kubectl-linux.md
2022-04-08 03:46:42 -07:00