Qiming Teng
2f4a067fea
Batch fix links (4)
2022-07-06 09:43:15 +08:00
Kubernetes Prow Robot
0233e0ce53
Merge pull request #32866 from MikeSpreitzer/still-more-apf-metrics
...
Update APF metrics again
2022-06-23 16:17:20 -07:00
Kubernetes Prow Robot
d666c90efe
Merge pull request #34261 from kadtendulkar/kad6
...
update content/en/docs/concepts/cluster-administration/flow-control.md
2022-06-16 06:54:48 -07:00
Kubernetes Prow Robot
2d869fc314
Merge pull request #34155 from Sea-n/design-proposals-archive
...
Fix links for k/design-proposals-archive
2022-06-13 20:55:49 -07:00
kadtendulkar
e4000fe63c
update content/en/docs/concepts/cluster-administration/flow-control.md
2022-06-13 21:49:05 +05:30
Kubernetes Prow Robot
89a4ec69d2
Merge pull request #34126 from Sea-n/concepts-addons
...
Update links in addons.md
2022-06-12 03:18:09 -07:00
kadtendulkar
6d101d161e
Update content/en/docs/concepts/cluster-administration/flow-control.md
2022-06-11 12:53:10 +05:30
Sean Wei
34155fed0b
Fix links for k/design-proposals-archive
...
The contributors/design-proposals in k/community was removed. It's only
available in k/design-proposals-archive repo now.
This commit also changes https://github.com/kubernetes/repo/blob/master/file.md
to https://git.k8s.io/repo/file.md for better consistency.
2022-06-10 22:49:04 +08:00
Sean Wei
34126fed73
Update links in addons.md
2022-06-10 11:00:04 +08:00
Kubernetes Prow Robot
090803440d
Merge pull request #33130 from tengqm/move-kubelet-authn-authz
...
Move kubelet authn authz
2022-06-07 19:11:49 -07:00
Jihoon Seo
1039f1d78c
Restore accidentally removed Contiv details
2022-06-08 09:48:54 +09:00
Kubernetes Prow Robot
d2f96a9db5
Merge pull request #32937 from sftim/20220414_add_link_to_romana
...
Update Romana details
2022-06-04 17:52:20 -07: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
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
Nate W
5ead53b3e8
Merge remote-tracking branch 'upstream/main' into dev-1.24
2022-05-02 10:29:49 -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
xin.li
b831e96c6a
[en] modify debug-cluster/audit
...
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-04-29 20:40:59 +08: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
Tim Bannister
0322a37d80
Update Romana details
...
- omit it as an example from CNI-Genie
- update the hyperlink
2022-04-20 12:51:35 +01:00
Nate W
0135d3642b
Merge remote-tracking branch 'upstream/main' into dev-1.24
2022-04-19 15:45:28 -07:00
Tim Allclair
2dbbadd7d7
Fix contiv link
2022-04-14 09:49:19 -07:00
Tim Allclair
33d6f7a697
Revert "Delete broken link (contiv.io)"
...
This reverts commit b0e4e7a03c
.
2022-04-14 09:47:26 -07:00
Mike Spreitzer
6ce3dd2237
Update APF metrics again
2022-04-11 23:20:18 -04:00
Nate W
e65201a5b3
Merge remote-tracking branch 'upstream/main' into dev-1.24
2022-04-11 09:31:28 -07:00
Kubernetes Prow Robot
0c9f2ffafc
Merge pull request #32473 from husky-parul/dev
...
KEP-1753 Deprecate Kubernetes system components logs sanitization
2022-04-11 08:32:09 -07:00
Mark Andreev
27ec191771
Remove link to domana.io
...
The domain name Romana.io is for sale. I suggest to remove this invalid ref.
2022-04-09 13:13:20 +04:00
Patrick Ohly
4a57c111f9
features: add ContextualLogging
...
This is a new feature in 1.24. Only the infrastructure is going in at this
point with no changes in Kubernetes components, so the user-visible effect is
minimal.
2022-04-04 18:08:00 +02:00
Parul
870d12697f
remove log sanitization from dev-1.24
...
Signed-off-by: Parul <parsingh@redhat.com>
2022-03-24 14:08:49 -04:00
Tim Bannister
73cd38cdc6
Move kubectl overview to be section index
...
Also:
- use glossary definition in page introduction
- tidy broken link in What's Next section
- update links to refer to moved page
2022-03-03 10:03:00 +00:00
Vedant Koditkar
e8c29bad9c
[en] Update networking model link ( #31390 )
...
* Update hyperlinks to point to main branch
* Revert changes to post older than a year ⏪
* Update link to point to localize document 📝
* Fix fragement in the link 📝
change "#the-kubernetes-network-model" to "#how-to-implement-the-kubernetes-networking-model"
* Revert changes in zh localization pages
* Remove changes in files of other localization
2022-03-01 18:41:16 -08:00
Jay Beale
e0765344a9
Adding an example ( #31830 )
...
* Adding an example
This text mentions that you can view the logs from a specific container by appending the container name. I've created an example, based on the previous few lines.
Also, I've added a -c flag, to bring this in line with both the ```kubectl logs``` [documentation's examples](https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#logs ) and other kubectl commands that require the -c flag when selecting a specific container from a pod.
* Wrapping long line and marking `-c` as code.
Co-authored-by: Qiming Teng <tengqm@outlook.com>
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2022-02-22 19:46:18 -08:00
Qiming Teng
ca36ac797c
Add API server config reference (v1alpha1)
...
The `TracingConfiguration` struct we reference from the system traces
page only exists in the v1alpha1 version of the API server
configuration. This PR fixes the problem.
2022-02-18 14:32:57 +08:00
Tim Allclair
b0e4e7a03c
Delete broken link (contiv.io)
2022-02-15 15:17:15 -08:00
nwanati
df993e1261
Update logging.md ( #31286 )
...
* Update logging.md
Updated some sentences for clarity.
* Update content/en/docs/concepts/cluster-administration/logging.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-02-08 07:56:54 -08:00
Kubernetes Prow Robot
2d6d22ddec
Merge pull request #31440 from MikeSpreitzer/note-apf-autoupdate
...
Catch APF description up with recent developments
2022-02-03 03:05:45 -08:00
Michel Bongard
8ea2fb38ed
Update logging.md
2022-01-27 12:37:35 +01:00
Kubernetes Prow Robot
3aea799ca5
Merge pull request #31231 from sftim/20220106_add_contiv_vpp
...
Add Contiv-VPP network plugin
2022-01-23 18:31:57 -08:00
Kubernetes Prow Robot
14b5ac97c4
Merge pull request #31446 from championshuttler/ln
...
Update URLs for some network plugins
2022-01-22 05:41:52 -08:00
Mike Spreitzer
2bfc31833f
Catch APF description up with recent developments
...
Primarily the change, in release 1.22, of how configuration objects
are maintained.
Also describe the new priority level.
Also move the sections on defaults and health check configuration to
follow the description of configuration objects.
2022-01-21 13:06:51 -05:00
Kubernetes Prow Robot
da262be43e
Merge pull request #31282 from shannonxtreme/dockershim-clusteradmin
...
Action on Docker mentions in Concepts > Cluster Administration
2022-01-21 07:41:59 -08:00
Shivam Singhal
d677a0eed5
Update URLs for some network plugins
2022-01-21 13:02:32 +02:00
ixodie
c073285fb3
Removing Romana
...
Romana is defunct and has been removed from main networking docs already.
2022-01-11 10:53:58 -05:00
Shannon Kularathna
be490005ff
Remove Docker mentions
2022-01-11 07:07:22 +00:00
Kubernetes Prow Robot
c4b4768ae0
Merge pull request #31145 from hhyasdf/introduce-hybridnet
...
Add Hybridnet CNI to networking.md
2022-01-08 06:26:19 -08:00
Tim Bannister
a3e8980eac
Add Contiv-VPP network plugin
2022-01-06 22:24:08 +00:00
Kubernetes Prow Robot
4763cd9329
Merge pull request #30759 from ixodie/patch-12
...
Kind cleanup - Remove Contiv
2022-01-06 14:22:00 -08:00
Neha Viswanathan
24ee2527d0
migrate the K8s networking model section ( #28617 )
2022-01-05 08:08:41 -08:00
hhyasdf
1d56098e9a
Add Hybridnet CNI to networking.md
2022-01-04 10:34:57 +08:00
Antonio Ojea
ec3ed1ee36
kubernetes networking model clarifications ( #28454 )
...
Amend some clarifications to the kubernetes networking model to
deal with some ambiguities, mainly related to the use of NAT and
the host-network pods special requirements.
xref:
https://groups.google.com/g/kubernetes-sig-network/c/m6lwTjKLV8o/m/jM59qEKOBAAJ
2021-12-11 10:31:58 -08:00
Kubernetes Prow Robot
5baf960187
Merge pull request #30758 from ixodie/patch-11
...
Kind cleanup - Remove Romana
2021-12-09 02:34:11 -08:00