4963 Commits

Author SHA1 Message Date
Qiming Teng 9fa03cbdf1 Move example-ingress.yaml
The commit (a79db9d5de) made the sample
YAML for Ingress a standalone file, but it was placed into a NEW
`examples/ingress` directory. This PR moves it to
`examples/service/networking` subdirectory where all other Ingress
examples are located. Having a single file under a dedicated directory
seems not good.
2020-10-12 11:17:08 +08:00
Ashwin Ramaswami 511c92afbb Add "and" 2020-10-11 21:20:23 -04:00
Alpha 087513d4c9 doc: update corefile
I think `CoreFile` replace the keyword `proxy` with `forward` in their config file
2020-10-11 16:27:04 +08:00
Tim Bannister dd88014f30 Remove statement about future of namespaces 2020-10-10 19:15:14 +01:00
Tim Bannister 46812e34a0 Hyperlink to https://k8s.dev/ 2020-10-10 18:35:00 +01:00
Kubernetes Prow Robot c26af3fae7 Merge pull request #24024 from tengqm/api-version-warning
Clarify what API versions mean
2020-10-10 05:58:46 -07:00
Kubernetes Prow Robot a320a9e1aa Merge pull request #24416 from nate-double-u/23354-update-install-minikube
Remove content/en/docs/tasks/tools/install-minikube.md
2020-10-10 00:24:47 -07:00
Kubernetes Prow Robot 5f2e72bf9a Merge pull request #23332 from matthyx/master
Promote startupProbe to GA in 1.20
2020-10-09 21:48:47 -07:00
Kubernetes Prow Robot c4c2152ec4 Merge pull request #23100 from Cweiping/fix_ingress_format_error
upgrade  example-ingress.yaml to file format
2020-10-09 21:42:46 -07:00
Kubernetes Prow Robot 7617c89207 Merge pull request #23699 from Cweiping/feature/clairly_exec_action
clarify the execution contexts of hook handlers with different action
2020-10-09 21:28:46 -07:00
Weiping Cai 10ebb11f20 clarify the execution contexts of hook handlers with different action types are different
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2020-10-10 10:23:44 +08:00
Weiping Cai a79db9d5de fix example-ingress.yaml format error
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2020-10-10 10:03:46 +08:00
Qiming Teng 3d416c6417 Clarify what API versions mean 2020-10-10 08:51:14 +08:00
Nate W b65ddd16f6 Remove content/en/docs/tasks/tools/install-minikube.md
As per conversations in issue https://github.com/kubernetes/website/issues/23354,
* Removing content/en/docs/tasks/tools/install-minikube.md page
* Adding a 302 temporary redirect for /docs/tasks/tools/install-minikube/
* Updating content/en/docs/tasks/tools/_index.md with the suggestion to add buttons to make these links more visual/see-able, including aria-labels

Additionally:
* Updating minikube capitalization throughout page
* Updating text throughout page for line length
* Correcting back ticks use throughout page

Signed-off-by: Nate W <nwaddington@cncf.io>
2020-10-09 13:50:03 -07:00
Anna Jung 2c31d6a19d Update new feature doc to add a step to include necessary links 2020-10-09 15:11:27 -05:00
Pierre Humberdroz 0183af4980 Fix grammar mistake 2020-10-09 14:19:25 +02:00
Kubernetes Prow Robot 31042f84c7 Merge pull request #24442 from chenxuc/patch-1
Update API group url
2020-10-09 03:45:07 -07:00
Kubernetes Prow Robot 542729faf1 Merge pull request #24444 from RoSk0/issue-24399
Add missing text
2020-10-09 03:21:06 -07:00
Ro$k0 6d4fd2ab2b Add missing text 2020-10-09 22:17:35 +13:00
Kubernetes Prow Robot 245f8b6170 Merge pull request #23929 from SergeyKanzhelev/pidlimiting
pid limiting documentation
2020-10-09 01:15:07 -07:00
Chen, Xu Chun (Simon) 4688a3679c Update API group url
The "core API group" url points to a wrong page that does not explain anything about "core API group". Update the url to point to the correct page.
2020-10-09 15:21:58 +08:00
Kubernetes Prow Robot c1a80a4bd9 Merge pull request #24412 from bradtopol/add-localization-grp
Updated localization contribute page with information about new localization subgroup.
2020-10-09 00:17:07 -07:00
Kubernetes Prow Robot 6e93717597 Merge pull request #24437 from oomichi/fix-output-of-rolling-status
Fix output of 'kubectl rollout status'
2020-10-08 20:25:06 -07:00
Kubernetes Prow Robot 7203cd136a Merge pull request #24429 from montmanu/kubectl/port-forward
Update the example for kubectl port-forward
2020-10-08 17:09:06 -07:00
Kenichi Omichi 8b3e6aa8c0 Fix output of 'kubectl rollout status'
If running 'kubectl rollout status' command, the output is like:

  deployment "nginx-deployment" successfully rolled out

The corresponding kubectl code also shows it according to
https://github.com/kubernetes/kubectl/blob/e95e378e5972064b177a8e71eac2803f55c8c5df/pkg/polymorphichelpers/rollout_status.go#L89
2020-10-09 00:03:41 +00:00
Han Kang f37f473210 add documentation for system:monitoring rbac policy 2020-10-08 15:50:49 -07:00
Jesus Climent 80d695656f Update pod-lifecycle.md
Redundant "without problems" removed.
2020-10-08 14:48:15 -04:00
Vladimir Masarik 73780ca1bd Updated ingress.md TLS section 2020-10-08 17:13:14 +02:00
Tomas Dabašinskas ea3ed2b6e1 Update managing-tls-in-a-cluster.md to include fields in certificate signing request (or CSR) required by kubernetes.io/kubelet-serving signer policy 2020-10-08 10:13:52 +03:00
Kubernetes Prow Robot 56b0a2fb86 Merge pull request #23498 from sftim/20200827_revise_multiple_zones_setup
Revise page about multiple zones
2020-10-07 23:12:15 -07:00
Christopher Montoro 7fc8f1a220 Update the example for kubectl port-forward
Clarify that `REMOTE_PORT` is interpreted as identifying a _Service_ port when provided `TYPE` is `service`.
Also, highlight support for specifying a named port as `REMOTE_PORT`.
2020-10-07 22:02:37 -04:00
Kubernetes Prow Robot 0703805305 Merge pull request #24349 from liggitt/tokenreview
Clarify tokenreview API
2020-10-07 16:00:15 -07:00
Somtochi Onyekwere 59cf7a42b4 Merge master into dev-1.20 to keep in sync 2020-10-07 15:36:49 -07:00
Kubernetes Prow Robot 11ee97d567 Merge pull request #24140 from qiutongs/master
Add a new known issue to the out-of-resource doc: active_file memory is not considered as available memory
2020-10-07 14:22:17 -07:00
Brad Topol 12bc18da7c Update meeting link and details 2020-10-07 16:29:09 -04:00
Brad Topol 4d38696fc7 added the word meeting to clarify 2020-10-07 15:39:03 -04:00
Brad Topol 376a8d4940 Updated slack URLs and fixed typo 2020-10-07 15:36:04 -04:00
Kubernetes Prow Robot c685694bd0 Merge pull request #24404 from alex-slynko/patch-2
Startup probe is in beta since 1.18
2020-10-07 10:58:16 -07:00
Brad Topol afcd5b2fb0 Updated localization contribute page with information about
the new localization subgroup and its slack channel

Signed-off-by: Brad Topol <btopol@us.ibm.com>
2020-10-07 12:52:40 -04:00
Jordan Liggitt 5ff7c64134 Clarify tokenreview API 2020-10-07 10:21:30 -04:00
Tim Bannister 7196db6980 Revise page about multiple zones
Drop provider-specific details, in line with current content guide.
Plus general rewording.
2020-10-07 12:19:42 +01:00
Oleksandr Slynko 0c730420e7 Startup probe is in beta since 1.18 2020-10-07 10:23:58 +01:00
makocchi-git 0fe678c345 Fix dead links 2020-10-07 18:14:59 +09:00
perk 4d94040676 Add explicit info about pod limits being applied to requests 2020-10-07 11:14:05 +02:00
makocchi-git 23a13ec9d8 fix indent 2020-10-07 16:54:11 +09:00
Matthias Bertschy 096499936e Promote startupProbe to GA in 1.20 2020-10-07 08:39:48 +02:00
Michal Broz ecba51d73b Update katacoda id to kubernetes-bootcamp 2020-10-06 14:06:09 -05:00
Kubernetes Prow Robot 56a4d9ba6c Merge pull request #24293 from kjw3/patch-1
Fix missing command in helm search statement
2020-10-06 10:48:43 -07:00
Johannes M. Scheuermann c8f34ff15b Remove CNI alpha warning 2020-10-06 19:42:47 +02:00
Kubernetes Prow Robot 0d763011f2 Merge pull request #24095 from mvertes/patch-1
Update traefik links in ingress-controllers.md
2020-10-06 08:10:21 -07:00