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
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
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
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
e95e378e59/pkg/polymorphichelpers/rollout_status.go (L89)
2020-10-09 00:03:41 +00: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
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
Kubernetes Prow Robot
3d23e421d2
Merge pull request #24233 from sftim/20200929_tweak_front_page_first_paragraph_heading
...
Revise style of site front page
2020-10-07 04:50:42 -07: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
makocchi-git
23a13ec9d8
fix indent
2020-10-07 16:54:11 +09: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
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
Kubernetes Prow Robot
f145181adc
Merge pull request #24051 from rikatz/patch-2
...
Add curl to required packages in kubectl install
2020-10-06 06:54:20 -07:00
Kumar Gaurav
2551034ebd
fix api version in certificate signing request doc
2020-10-06 22:42:32 +11:00
Kubernetes Prow Robot
f5becddd5c
Merge pull request #24186 from sftim/20200928_shrink_homepage_image
...
Shrink site front page video banner background
2020-10-06 02:52:19 -07:00
Kubernetes Prow Robot
782fcca4c5
Merge pull request #24376 from baiyutang/master
...
Update 2019-06-19-kubernetes-1-15-release-announcement.md
2020-10-05 03:11:05 -07:00
白玉堂
a758f483dc
Update 2019-06-19-kubernetes-1-15-release-announcement.md
2020-10-05 17:40:47 +08:00
Aji Arya
fb02f7dea4
Removed core-object tag
...
Removed `core-object` tag from kubelet.md
2020-10-04 12:27:47 +07:00
Kubernetes Prow Robot
49f4e0f338
Merge pull request #24110 from yoonian/patch-2
...
Fix typo
2020-10-03 15:03:05 -07:00
Kubernetes Prow Robot
a4d016e1f9
Merge pull request #24311 from hikhvar/pod-termination-signal
...
Clarify the pod termination process.
2020-10-02 10:14:48 -07:00
Kubernetes Prow Robot
f9f21ac636
Merge pull request #24297 from pjhwa/fix-24296
...
Fix issue with tasks/administer-cluster/out-of-resource/
2020-10-02 10:12:48 -07:00
Kubernetes Prow Robot
9e01fb5560
Merge pull request #24037 from RULCSoft/fix-typos
...
Fix typos
2020-10-02 07:25:20 -07:00
Bob Killen
ca77c1cb14
Update triage/support label in for-approvers doc
...
Migrates triage/support -> kind/support.
The for-aprovers.md doc was missed in the update applied in
5878a2a73d
2020-10-02 08:40:41 -04:00
Kubernetes Prow Robot
d661f06948
Merge pull request #24288 from santadasu/patch-3
...
Update certificate-signing-requests.md
2020-10-01 14:47:19 -07:00
Kubernetes Prow Robot
5bf9d97d6e
Merge pull request #24231 from santadasu/patch-1
...
Correct a typo in horizontal-pod-autoscale file
2020-10-01 14:45:19 -07:00
Qiutong Song
3a0302d128
Address comments and take the suggested wording
2020-10-01 14:02:43 -07:00
Kubernetes Prow Robot
3b57a3664b
Merge pull request #24333 from sftim/20201001_support_canonical_uris_for_blog_articles
...
Support canonical URIs for blog articles
2020-10-01 12:57:19 -07:00
Kubernetes Prow Robot
5a685dd022
Merge pull request #24327 from seongpyoHong/modify-init-containers
...
Modify Understanding init containers section
2020-10-01 10:17:19 -07:00