Kevin Jones
6fe4034d87
Fix missing command in helm search statement
2020-09-30 22:44:10 -04:00
Kubernetes Prow Robot
158286c4b7
Merge pull request #23807 from tengqm/improve-configmap-concept
...
Improve ConfigMap concept
2020-09-30 16:46:54 -07:00
Kubernetes Prow Robot
72ee712f0f
Merge pull request #23528 from yeldiRium/patch-1
...
Clarify kubelet service configuration
2020-09-30 16:44:54 -07:00
Kubernetes Prow Robot
6fa0a5e3ef
Merge pull request #23734 from Evalle/ISSUE-23659
...
Rewrite GKE reference in Control Plane-Node Communication
2020-09-30 16:34:53 -07:00
Qiming Teng
b1490ef95f
Improve ConfigMap concept
...
This PR adds some missing information to the ConfigMap concept page.
2020-10-01 07:33:52 +08:00
Kubernetes Prow Robot
7190ac2a24
Merge pull request #24286 from santadasu/patch-2
...
Fixing the URL for operator framework
2020-09-30 16:06:53 -07:00
Kubernetes Prow Robot
d32bc81f3a
Merge pull request #24175 from willseeyou/patch-1
...
fix typo in content/en/docs/concepts/workloads/pods/_index.md
2020-09-30 15:56:54 -07:00
santadasu
2a25de3a78
Update certificate-signing-requests.md
...
Reworded the sentence for easy comprehension.
2020-09-30 15:47:08 -07:00
santadasu
56c51724e8
Fixing the URL for operator framework
...
None
2020-09-30 15:26:57 -07:00
Piotr Sykulski
996f433b92
Fix Common Name in Ingress TLS example to match the name used in example yaml.
2020-09-30 23:49:20 +02:00
Kubernetes Prow Robot
e2233f570a
Merge pull request #24270 from roshnaeem/patch-1
...
Delete sitemap.md
2020-09-30 12:04:54 -07:00
Kubernetes Prow Robot
3c15be9995
Merge pull request #24237 from kbhawkey/kb-fixup-eviction-content-type
...
fix eviction policy content type
2020-09-30 11:30:54 -07:00
Kubernetes Prow Robot
b9d53624fa
Merge pull request #24168 from bnutt/bnutt/fix_typo_in_scheduling_framework
...
Fix typo in en/docs/concepts/scheduling-eviction/scheduling-framework.md
2020-09-30 08:35:25 -07:00
Kubernetes Prow Robot
9f5bd65da2
Merge pull request #24079 from zaneb/patch-1
...
Fix grammatical error in headline
2020-09-30 08:31:25 -07:00
ROSHEEN NAEEM
b1fb333fad
Delete sitemap.md
2020-09-30 20:30:50 +05: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
Karen Bradshaw
3fc4a3e8b7
fix eviction policy content type
2020-09-29 20:37:02 -04:00
Kubernetes Prow Robot
6a85a07290
Merge pull request #21112 from rennokki/patch-1
...
Added new PHP client library
2020-09-29 15:21:25 -07:00
Kubernetes Prow Robot
cbc8e5bbda
Merge pull request #22946 from cofyc/fix22944
...
Document Volume and Claim Pre-binding feature
2020-09-29 15:09:25 -07:00
Kubernetes Prow Robot
6231d8406b
Merge pull request #24142 from adecarolis/add-signerName
...
add signerName to CertificateSigningRequest
2020-09-29 15:07:25 -07:00
Tim Bannister
f77650a4f6
Revise style of site front page
...
On the front page of the site, the first paragraph was actually a
heading. Replace that with a text paragraph that has a similar style.
2020-09-29 23:00:00 +01:00
santadasu
5ede1e94c5
Correct a type in horizontal-pod-autoscale file
...
None
2020-09-29 14:28:39 -07:00
Kubernetes Prow Robot
7a26860248
Merge pull request #24069 from nikhita/ssa-listmapkey
...
SSA: fix go marker for listMapKey in the merge strategy
2020-09-29 12:21:26 -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
Tomas Menito
f24bf6f60b
Update dry-run flag
...
dry-run is deprecated and can be replaced with --dry-run=client.
2020-09-29 07:25:48 -03:00
Tim Bannister
2e0c6ba299
Reduce size of image used on site front page
...
This image of Sarah Wells at KubeCon Europe 2018 makes a large
contribution to the overall amount of data loaded for the front page of
the site.
This commit reduces it to a squashed version that preserves detail in
the figure (blurring the background more).
2020-09-28 22:59:15 +01:00
Erik L. Arneson
d63810ded1
Add new blog cross-posted from k8s.dev
...
This is crossposted from the Kubernetes Contributor Community blog.
2020-09-28 13:55:25 -07:00
Pratik raj
48702c35ca
docs: Use sudo and tee uniformly everywhere
...
Added sudo uniformly everywhere it required as it presence doesn't affect anything , but it help new user's of linux , docker or kubernetes who are not much familiar with internals and also for who doesn't read the documentation line by line and use the guides for command reference and just copy paste for their use.
Also , changed the way of writing or creating files , now using "tee" because previous way gives permission issue for non sudo users.
2020-09-28 17:48:07 +05:30
Amos Chu
b8bc85f804
fix typo in content/en/docs/concepts/workloads/pods/_index.md
...
wrong spelling for comunicate, it should be communicate
2020-09-28 15:21:31 +08:00
Brian Nutt
1c90c995c3
Fix typo in en/docs/concepts/scheduling-eviction/scheduling-framework.md
...
Fixes description for Postfilter plugin. The plugin is called when no feasible nodes were found for the pod being scheduled.
2020-09-27 13:28:52 -07:00
Casie Oxford
826d53c81f
Update style guidelines for API object capitalization & formatting ( #23497 )
...
* Update style-guide.md
updates to api object handling according to SIG email discussion.
* Update content/en/docs/contribute/style/style-guide.md
Co-authored-by: Zach Corleissen <zacharysarah@users.noreply.github.com >
* Update style-guide.md
updating API Object Examples
* Update content/en/docs/contribute/style/style-guide.md
Co-authored-by: Zach Corleissen <zacharysarah@users.noreply.github.com >
* Update content/en/docs/contribute/style/style-guide.md
Co-authored-by: Zach Corleissen <zacharysarah@users.noreply.github.com >
* Update content/en/docs/contribute/style/style-guide.md
Co-authored-by: Tim Bannister <tim@scalefactory.com >
Co-authored-by: Zach Corleissen <zacharysarah@users.noreply.github.com >
Co-authored-by: Tim Bannister <tim@scalefactory.com >
2020-09-27 13:10:48 -07:00
Yecheng Fu
318d17b85f
add pre-binding section
2020-09-27 10:17:34 +08:00
Tim Bannister
961438877d
Set sitemap priority for key pages
...
The very key pages get 1.0 priority; other good landing pages get 0.9
and the remaining pages have a default priority, 0.75.
2020-09-26 14:06:22 +01:00
Alain De Carolis
65e706e346
add signerName to CertificateSigningRequest
...
signerName is now mandatory. The provided example fails in 1.19.2 with: `kubernetes missing required field "signerName"`
2020-09-25 18:01:21 -04: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
Nikhita Raghunath
f5af09b9f8
SSA: fix go marker for listMapKey in the merge strategy
...
Ref: https://github.com/kubernetes/kube-openapi/blob/64514a1d5d596b96e6f957e2be275ae14d6b0804/pkg/generators/extension.go#L49-L50
2020-09-25 09:51:17 +05:30
Yoon
4ad15695d2
fix link in intro-windows-in-kubernetes
2020-09-25 10:29:07 +09:00
Kubernetes Prow Robot
b0fa090609
Merge pull request #24021 from yue9944882/apf-typo
...
One digit typo in APF docs
2020-09-24 10:48:06 -07:00
ldynia
7dc69cfa0b
Update configmap.md
...
Changing nginx to alpine, This way it's more generic giving it generic context.
2020-09-24 15:06:15 +02: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
Kubernetes Prow Robot
efa6d3de30
Merge pull request #24074 from dkarlovi/patch-1
...
Make the dashboard URL a clickable link
2020-09-24 05:16:05 -07:00
ldynia
8dcf08a4d0
image does not exist
...
docker pull game.example/demo-game results with Error response from daemon: Get https://game.example/v2/ : dial tcp: lookup game.example: no such host.
Therefore is better to change image to nginx
2020-09-24 13:03:53 +02:00
Alpha
eafae3d991
doc: fix broken link
2020-09-24 18:50:32 +08:00
Marc Vertes
959d3152f8
Update traefik links in ingress-controllers.md
...
Traefik github repo has been moved from https://github.com/containous/traefik to https://github.com/traefik/traefik . The new company name is `Traefik Labs` and new site https://traefik.io
2020-09-24 09:34:03 +02:00
Kubernetes Prow Robot
cf30636263
Merge pull request #24054 from jybarnes/patch-1
...
Fix typo
2020-09-23 12:56:05 -07:00
Zane Bitter
8e66f24319
Fix grammatical error
2020-09-23 15:46:19 -04:00
Dalibor Karlović
8c626d69d3
Make the dashboard URL a clickable link
2020-09-23 18:36:24 +02:00
Kubernetes Prow Robot
72f0d1d3ad
Merge pull request #23283 from sftim/20200820_improve_diagrams_for_ingress
...
Switch Ingress concept to use MermaidJS diagrams
2020-09-23 08:04:09 -07:00
atomerz
f0bd0a535f
Update content/en/docs/tutorials/stateless-application/guestbook-logs-metrics-with-elk.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com >
2020-09-23 17:49:25 +03:30
atomerz
53d3f20548
Update guestbook-logs-metrics-with-elk.md
...
The description was confusing. Moved around the text and removed duplicated/unnecessary parts.
2020-09-23 15:37:20 +03:30