Kubernetes Prow Robot
fe005183f0
Merge pull request #24685 from mbelsky/mbelsky-patch-1
...
Reduce steps count to list the env vars
2020-10-25 04:21:00 -07:00
Max Belsky
8cc80bf469
Update content/en/docs/tasks/inject-data-application/define-environment-variable-container.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-10-23 10:51:14 +03:00
Kubernetes Prow Robot
167a19e0b8
Merge pull request #24682 from DKImprowised/patch-1
...
Update configure-access-multiple-clusters.md
2020-10-22 06:47:35 -07:00
Max Belsky
dccbc5f3cd
Reduce steps count to list the env vars
2020-10-22 16:42:36 +03:00
Kubernetes Prow Robot
b2c714b279
Merge pull request #24678 from tengqm/links-tasks
...
Fix links in the tasks section
2020-10-22 02:09:35 -07:00
dharmendraImprowised
d8912d5da1
Update configure-access-multiple-clusters.md
2020-10-22 14:28:47 +05:30
Qiming Teng
740eb340d4
Fix links in the tasks section
...
This PR fixes links where the target is a redirection. The special case
is about minikube, which has been deleted recently. The dangling link
now points to `/docs/tasks/tools/` which makes no sense. This PR change
the target for `minikube` to `https://minikube.sigs.k8s.io/docs/ `.
2020-10-22 15:01:45 +08:00
Michael McCune
de655df255
fix case for scale subresource fields
...
This change corrects the capitalization for the code blocks referring to
`statusReplicasPath` and `labelSelectorPath` to make the descriptive
text consistent with the code values.
2020-10-21 12:37:58 -04:00
Neha Viswanathan
a8b6551c22
update kubernetes-incubator references
2020-10-20 23:10:28 -07:00
Tim Bannister
78351ecaf5
Transfer “Controlling Access to the Kubernetes API” to the Concepts section
...
Readers from several different backgrounds will find it useful to know
about how Kubernetes controls access to its API. Promote this overview
to the Security subsection of Concepts.
2020-10-20 23:41:56 +01:00
jornshen
c24b5ef19d
Add kubeadm to “Install Tools”
2020-10-19 16:16:58 +08:00
Kubernetes Prow Robot
55582e1f70
Merge pull request #24533 from sftim/20201012_learning_environment_redirect
...
Redirect "Learning environment" to Install Tools task
2020-10-17 10:52:13 -07:00
Kubernetes Prow Robot
a2659dc137
Merge pull request #24578 from Tej-Singh-Rana/k8s-tej
...
Replaced URL
2020-10-15 01:10:24 -07:00
Tej-Singh-Rana
0cef76025f
Replaced URL
2020-10-15 13:26:59 +05:30
Kubernetes Prow Robot
720812a0ce
Merge pull request #23755 from sftim/20200908_revise_task_safely_drain_node
...
Revise node draining task page
2020-10-12 22:14:26 -07:00
Kubernetes Prow Robot
c7bc04463a
Merge pull request #23873 from matt-sm/patch-1
...
Update horizontal-pod-autoscale-walkthrough.md
2020-10-12 21:42:26 -07:00
Matt Smith
c3e87ab296
Update horizontal-pod-autoscale-walkthrough.md
2020-10-13 12:51:26 +11:00
Kubernetes Prow Robot
9b8bf10f3a
Merge pull request #24402 from SumoLogic/master
...
Add explicit info about pod limits being applied to requests
2020-10-12 17:39:22 -07:00
Kubernetes Prow Robot
6a2dae1579
Merge pull request #24262 from gjtempleton/Configurable-Scaling-Example-Clarification
...
Clarify HPA Scaling Policies
2020-10-12 17:37:22 -07:00
Kubernetes Prow Robot
caa4490191
Merge pull request #23128 from beccabau/patch-1
...
grammatical changes to resource metrics pipeline
2020-10-12 17:25:22 -07:00
Kubernetes Prow Robot
d853b50d6f
Merge pull request #24405 from T0MASD/patch-1
...
Update managing-tls-in-a-cluster.md
2020-10-12 17:13:22 -07:00
Tim Bannister
a6b52520cd
Redirect "Learning environment" to Install Tools task
2020-10-13 01:02:21 +01:00
Kubernetes Prow Robot
b55fda3e91
Merge pull request #24490 from AlphaWong/patch-1
...
doc: update corefile
2020-10-12 16:59:23 -07:00
Kubernetes Prow Robot
401c4fc0fa
Merge pull request #24519 from JornShen/improve_diagram_of_compute_resources
...
Improve diagram for “Reserve Compute Resources for System Daemons”
2020-10-12 11:08:48 -07:00
Kubernetes Prow Robot
c655e02bb9
Merge pull request #24518 from shuuji3/fix-markup-error
...
Fix a markup error on tasks/administer-cluster/running-cloud-controller
2020-10-12 08:36:48 -07:00
jornshen
e9f483808b
Improve diagram for “Reserve Compute Resources for System Daemons”
2020-10-12 20:30:58 +08:00
TAKAHASHI Shuuji
9b55db0286
Fix a markup error.
2020-10-12 16:42:03 +09:00
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
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
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
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
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
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
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
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
perk
4d94040676
Add explicit info about pod limits being applied to requests
2020-10-07 11:14:05 +02: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
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
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
GuyTempleton
5b15a7108f
Clarify HPA Scaling Policies
...
Update content/en/docs/tasks/run-application/horizontal-pod-autoscale.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-10-02 18:09:13 +01:00
Kubernetes Prow Robot
9e01fb5560
Merge pull request #24037 from RULCSoft/fix-typos
...
Fix typos
2020-10-02 07:25:20 -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
Jerry Park
45a5a5210f
Fix issue with tasks/administer-cluster/out-of-resource/
2020-10-01 13:13:59 +09:00
Kevin Jones
6fe4034d87
Fix missing command in helm search statement
2020-09-30 22:44:10 -04:00
Kubernetes Prow Robot
0445c38154
Merge pull request #24225 from miry/update-ingress-example-with-new-api-en
...
[en] Use apiversion networking.k8s.io/v1 for ingress
2020-09-29 18:23:25 -07:00
santadasu
5ede1e94c5
Correct a type in horizontal-pod-autoscale file
...
None
2020-09-29 14:28:39 -07:00
Michael Nikitochkin
599e1db6dc
Use apiversion networking.k8s.io/v1 for ingress for EN
...
There is a warning deprecation message for kubernetes v1.19:
```
Warning: networking.k8s.io/v1beta1 Ingress is deprecated in v1.19+, unavailable in v1.22+; use networking.k8s.io/v1 Ingress
```
Switched apiversion in the example to `networking.k8s.io/v1`
2020-09-29 18:03:58 +02:00
Qiutong Song
fd97fcd9d5
Add a new known issue to the out-of-resource doc: active_file memory is not considered as available memory
2020-09-25 13:49:35 -07:00
Andres Caro
9fd549b12c
Update the run command to refer to pod creation
...
The "run" command refers to deployment creation and it should refer to pod creation
2020-09-24 08:05:24 -05:00