Commit Graph

5342 Commits (db9eb1d2157b9569c18d88b6f08c1ae25825ed05)

Author SHA1 Message Date
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
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
Andrew Garrett 96a27ce40f
Clean up grammar around the phase section 2020-10-02 12:31:34 -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
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
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
Brian Nutt b805f7bdb1 Add missing annotation in en/docs/concepts/services-networking/service.md
Annotation `service.beta.kubernetes.io/aws-load-balancer-security-groups` is missing from the list of annotations that can be applied to an ELB. This annotation was introduced in https://github.com/kubernetes/kubernetes/pull/62774 and refactored https://github.com/kubernetes/kubernetes/pull/83446 to allow users to specify a set of existing security groups to attach to the ELB instead of using any precreated security groups.
2020-10-01 16:52:00 -07: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
Tim Bannister 12cb34ba3a Set canonicalUrl for “Contributing to the Development Guide” article 2020-10-01 17:48:32 +01:00
Kubernetes Prow Robot 1addb85433
Merge pull request #24185 from pymander/blog/earneson-contributor-experience
Add new blog cross-posted from k8s.dev
2020-10-01 09:26:54 -07:00
Kubernetes Prow Robot 33f77f080b
Merge pull request #24285 from psykulsk/patch-1
Fix Common Name in Ingress TLS docs to match the name used in example.
2020-10-01 08:34:54 -07:00
Seongpyo Hong 481c02393e Modify Understanding init containers section 2020-10-02 00:28:41 +09:00
Lubomir I. Ivanov 188bd2ea52 kubeadm: improve links and information around using the config file
- Add link from the kubeadm-config page to the paragraphs on
using "--config" with "init" and "join".
- Improve text in the the paragraphs on using "--config" with
"init" and "join".
- Reword the link about the configuration file in the
create-cluster-kubeadm page.
2020-10-01 15:32:20 +03:00
bebyx d3a57a7c60
Update content/en/docs/tutorials/hello-minikube.md
Explanation that the app itself listens on 8080 port only.

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-10-01 11:45:22 +03:00
Christoph Petrausch 1498f297d5
Update content/en/docs/concepts/workloads/pods/pod-lifecycle.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-10-01 10:43:30 +02:00
Christoph Petrausch 839863849c Clarify the pod termination process. 2020-10-01 09:16:47 +02: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 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: 64514a1d5d/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
jybarnes 3af530a20d Fix typo 2020-09-23 18:28:05 +09:00
Jorge Vallecillo 2ff48e6f42 Fix typos 2020-09-22 14:27:09 -06:00
Ricardo Katz f4fe5eafd8
Add curl to required packages in kubectl install 2020-09-22 15:34:29 -03:00
Kubernetes Prow Robot 38b08c11f3
Merge pull request #24039 from shuuji3/en/concepts/workloads/pods/pod-topology-spread-constraints
Replace text diagrams with ones rendered by mermaid.js on concepts/workloads/pods/pod-topology-spread-constraints
2020-09-22 11:10:43 -07:00
Michal Broz 43c6ce2a5f Remove External Links 2020-09-22 13:08:16 -05:00
Michal Broz 7a02c0871e Remove robo font 2020-09-22 13:08:16 -05:00
Tim Bannister d8573d9a42 Switch Ingress concept to use MermaidJS diagrams
Replace ASCII-art diagrams with MermaidJS-rendered drawings.
2020-09-22 17:10:45 +01:00
TAKAHASHI Shuuji 47efc81828 Replace text diagrams with ones rendered by mermaid. 2020-09-22 23:54:50 +09:00
Jorge Vallecillo 1213635880 Fix typos 2020-09-21 15:36:01 -06:00
yue9944882 72b8425895 a digit typo in apf docs 2020-09-21 16:27:34 +08:00
Kubernetes Prow Robot d4e1edfd0b
Merge pull request #23866 from tengqm/refactor-api-concept
Remove duplicated content in concepts and reference
2020-09-21 01:18:31 -07:00
Kubernetes Prow Robot 51d910e1eb
Merge pull request #24004 from negz/patch-1
Clarify that bind verb does not require resourceNames
2020-09-20 08:22:30 -07:00
Kubernetes Prow Robot 3f4b883f17
Merge pull request #23847 from devurandom/patch-1
kudeadm: Replace "master" with "control plane node"
2020-09-20 07:38:30 -07:00
Kubernetes Prow Robot 549d778a2b
Merge pull request #23785 from Miouge1/update-kubespray2
Update Kubespray page
2020-09-20 04:32:29 -07:00
Kubernetes Prow Robot c98e9e5c42
Merge pull request #23882 from kbhawkey/kb-service-word-cleanup
reword pod lifecycle, cleanup
2020-09-20 04:30:29 -07:00
Kubernetes Prow Robot 073500a717
Merge pull request #23990 from rgowrishankar/23984
Add reference to default-not-ready-toleration-seconds and default-unreachable-toleration-seconds k8s-apiserver input parameters in the subsection describing the DefaultTolerationSeconds in admission server
2020-09-20 04:28:29 -07:00
Kubernetes Prow Robot 346153b84d
Merge pull request #23961 from NavidZ/patch-1
Fix a small typo in the docs
2020-09-20 04:26:29 -07:00
Nic Cope 2f9b5e122e
Move bind verb resourceNames hint inline of example 2020-09-19 16:34:06 -07:00
Sushil Kumar cf14321b76
Fixed typo
Fixed typo s/kustomizae/kustomize
2020-09-19 12:18:16 -07:00
Kubernetes Prow Robot 7a5fc711ab
Merge pull request #23993 from fmuyassarov/fix-404-feruz
Fix 404 issues
2020-09-19 05:22:28 -07:00
Tej-Singh-Rana 70eba58d3b
Contex to Context 2020-09-19 16:48:42 +05:30
Nic Cope f6496b0de5
Clarify that bind verb does not require resourceNames
This may be intuitive for most, but the existing phrasing read to me as
if `bind` were a special-case verb that _required_ me to explicitly state
which Roles or ClusterRoles it should apply to.

> You can only create/update a role binding if you […] or if you have
> been authorized to perform the bind verb on the referenced role.

> Grant them permissions needed to bind a particular role […]
> explicitly, by giving them permission to perform the bind verb on the
> particular Role (or ClusterRole).
2020-09-19 03:30:30 -07:00
Kubernetes Prow Robot d4d1c045cc
Merge pull request #23754 from sftim/20200908_link_to_well_known_labels
Link to well-known labels rather than repeating the list
2020-09-18 21:34:27 -07:00
Kubernetes Prow Robot 820f47016a
Merge pull request #23986 from howieyuen/fix-format
[en] fix code block rendering mistake
2020-09-18 20:12:28 -07:00
Qiming Teng 3cc1371651 Remove duplicated content in concepts and reference
We currently have quite some contents duplicated between the concepts
and the reference section, which is not good. This PR is an effort to
remove the duplicated content from the two pages while providing links
for readers to check the reference easily.
2020-09-19 08:36:47 +08:00
Feruzjon Muyassarov 55d2702f3f
Fix 404 issues 2020-09-19 00:07:30 +03:00
Ramkumar Gowrishankar 147668a7d2 Add reference to default-not-ready-toleration-seconds and default-unreachable-toleration-seconds k8s-apiserver input parameters in the subsection describing the DefaultTolerationSeconds admission controller 2020-09-18 11:38:18 -04:00
Hao Yuan dfda08a978 fix code block cannot be rendered in title 2020-09-18 21:29:19 +08:00
yuanhao ed053d7061 update kubectl api-resouces list base on 1.19.1 2020-09-18 14:23:34 +08:00
Kubernetes Prow Robot 2cc22d38ad
Merge pull request #23970 from rgowrishankar/23862-2
Change PodMatchNodeSelector to MatchNodeSelector
2020-09-17 19:20:45 -07:00
Kubernetes Prow Robot 9f0a206fe0
Merge pull request #23757 from dougsland/docs-doug
[docs] fix client-go example
2020-09-17 19:00:45 -07:00
Ramkumar Gowrishankar da033f63af Change PodMatchNodeSelector to MatchNodeSelector 2020-09-17 21:34:03 -04:00
Kubernetes Prow Robot 22fa53c77d
Merge pull request #23958 from a1russell/master
Fix a couple issues in docker-cli-to-kubectl.md
2020-09-17 18:06:45 -07:00
Kubernetes Prow Robot 1057430f94
Merge pull request #23647 from lparis/patch-2
Update storage-classes.md
2020-09-17 18:04:46 -07:00
Feruzjon Muyassarov e89dc4f7c2 Fix 404 in storage doc 2020-09-18 00:30:28 +03:00
Navid Zolghadr 7174cfcd69
Fix a small typo 2020-09-17 16:59:45 -04:00
Kubernetes Prow Robot 729249487f
Merge pull request #23957 from elvinjgalarza/master
Fix outbound link to Cilium K8s Installation Guide
2020-09-17 12:44:45 -07:00
Kubernetes Prow Robot e1309ccaa2
Merge pull request #23653 from saschagrunert/9-month-to-3-releases
Moving forward from beta blog post: clarify 9 month window
2020-09-17 11:14:45 -07:00
unknown 82c612be23 Added direct link 2020-09-17 11:13:47 -07:00
unknown 4c67cd640f Remove example, point to repo 2020-09-17 10:59:31 -07:00
Adam Russell 82546d3ff8 Fix a couple issues in docker-cli-to-kubectl.md 2020-09-17 11:50:46 -05:00
Sascha Grunert 073504b3e6
Moving forward from beta blog post: clarify 9 month window
The 9 month window can be more explicitly translated to "three
releases", which may not always nine month (like for v1.19.0). This
should avoid confusion when users try to find out which release should
be targeted for the graduation to stable.

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-09-17 16:27:42 +02:00
povsister ba9bb9d916 Fix non-existing taint example 2020-09-17 17:41:20 +08:00
Kubernetes Prow Robot c638774c23
Merge pull request #23916 from tengqm/fix-18207
Remove dated information for node conformance
2020-09-16 04:35:20 -07:00
Kubernetes Prow Robot 5f5840f825
Merge pull request #23908 from cbrgm/patch-1
Fix spelling in authentication.md
2020-09-16 04:33:19 -07:00
Kubernetes Prow Robot f1ed796628
Merge pull request #23913 from kbhawkey/kb-remove-atom-snippets
remove atom-snippets.cson
2020-09-16 04:31:20 -07:00
Kubernetes Prow Robot 8e4951c67c
Merge pull request #23898 from varadaprasanth/patch-2
Update run-stateless-application-deployment.md
2020-09-15 23:25:19 -07:00
Kubernetes Prow Robot 2d340079bf
Merge pull request #23900 from varadaprasanth/patch-4
Pod object is formatted
2020-09-15 18:03:20 -07:00
Kubernetes Prow Robot 02b9c7b7d2
Merge pull request #23899 from varadaprasanth/patch-3
Pod Object is modified as per standards
2020-09-15 18:01:20 -07:00
Kubernetes Prow Robot 005acf912d
Merge pull request #23895 from christomas1/patch-2
Updating apiVersion for CertificateSigningRequest object
2020-09-15 17:57:20 -07:00
Qiming Teng a679d93368 Remove dated information for node conformance
This PR addresses an issue about outdated limitation.
2020-09-16 08:37:13 +08:00
Karen Bradshaw 69009fe3dd remove atom-snippets.cson 2020-09-15 17:01:52 -04:00
unknown 09a658eeb5 Addressing feedback 2020-09-15 12:59:42 -07:00
Kubernetes Prow Robot a24c66ac76
Merge pull request #23892 from shuuji3/en/contribute/suggest-improvements
Fix the instruction to click the "Create an Issue" link on the contribute/suggest-improvements page
2020-09-15 11:44:07 -07:00
Kubernetes Prow Robot c7dbfdd317
Merge pull request #23210 from sftim/20200816_add_cncf_landscape_shortcode
Add cncf-landscape shortcode
2020-09-15 10:52:08 -07:00
Kubernetes Prow Robot 34e2e454f3
Merge pull request #23432 from SomtochiAma/gsoc-blog-post
Add blog post: GSoC ‘20 - Building operators for cluster addons
2020-09-15 09:52:07 -07:00
Somtochi Onyekwere 7b5bb4d46f Corrects date on filename 2020-09-15 17:47:26 +01:00
Somtochi Onyekwere 141e5aed01 Updates date on the blog post 2020-09-15 17:43:45 +01:00
Chris Bargmann c77d436eaf
Fix spelling in authentication.md
Rename `name-of-api-sever` to `name-of-api-server`.
2020-09-15 17:21:59 +02:00
TAKAHASHI Shuuji 7ef62d255a Fix the instruction to click the "Create an issue" link. 2020-09-16 00:18:10 +09:00
Kubernetes Prow Robot 8da9b601d6
Merge pull request #23705 from tengqm/update-kubelet-ref
Update kubelet reference doc
2020-09-15 08:18:07 -07:00
Chris Tomas 1425384888
fix description of signerName
Removed a line related to signerName because the feature is GA.
2020-09-15 09:14:52 -05:00
Somtochi Onyekwere b0269a8041 Making some review changes 2020-09-15 13:06:58 +01:00
varadaprasanth d455c7f5fd
Update horizontal-pod-autoscale.md
pod is replaced with 'Pod' as per the documentation naming conventions
2020-09-15 15:33:13 +05:30
varadaprasanth 19d46f796d
Update horizontal-pod-autoscale-walkthrough.md
pod is replaced with 'Pod' as per the documentation naming conventions.
2020-09-15 15:22:59 +05:30
varadaprasanth 42f23e75b7
Update run-stateless-application-deployment.md
Pod name is changed from pod, as per the documentation naming conventions.
2020-09-15 14:59:08 +05:30
Chris Tomas 9a06c1bc95
Updating apiVersion for Certificate Signing Request object #1
Issue detected: There are two references to old apiVersion for CertificateSigningRequest object

Ref: CertificateSigningRequest API is promoted to certificates.k8s.io/v1 (https://kubernetes.io/docs/setup/release/notes/#api-change)

Fix: Replaced "certificates.k8s.io/v1beta1" by "certificates.k8s.io/v1"
2020-09-15 00:19:50 -05:00
Kubernetes Prow Robot 77b51db7e7
Merge pull request #23878 from didier-durand/service_en
fixing a typo
2020-09-14 20:32:07 -07:00
Kubernetes Prow Robot a38f9403ed
Merge pull request #23864 from rileyL6122428/patch-1
Fixes typo
2020-09-14 20:10:07 -07:00
Elvin J. Galarza 2d7b6b85f5
Fix outbound link to Cilium K8s Installation Guide
Updated the outbound link to Intro to Cilium K8s and Installation Guide to reflect the new link on the Cilium site.
2020-09-14 22:57:40 -04:00
Somtochi Onyekwere e4ca22b9fd Fixing more nits 2020-09-14 22:48:09 +01:00
Michal Broz 235277abcb Align Tutorial with new Docs structure 2020-09-14 16:45:52 -05:00
Kubernetes Prow Robot ba3c2c4b29
Merge pull request #23877 from liggitt/deprecate-cs
Remove reference to componentstatus
2020-09-14 14:27:25 -07:00
Michal Broz fda5d0084b Updates based on feedback 2020-09-14 15:25:48 -05:00
Michal Broz 390a1c555b Add MP Interactive Tutorial to Config Section 2020-09-14 15:25:48 -05:00
Karen Bradshaw 6a401072b3 reword pod lifecycle, cleanup 2020-09-14 14:19:25 -04:00
Kubernetes Prow Robot 5632ae93ea
Merge pull request #23819 from kbhawkey/kb-api-overview
minor cleanup of API overview
2020-09-14 10:48:59 -07:00
Dennis Schridde 239bae60fb kudeadm: Replace "master" with "control-plane node"
This replaces the word "master" with "control-plane node" in order to use
more inclusive language.

Also uses consistent wording / spelling in this context.

References: #21621
Suggested-by: Lubomir I. Ivanov <lubomirivanov@vmware.com>
2020-09-14 18:24:10 +02:00
didier 5061d5587b fixing a typo
Signed-off-by: didier <durand.didier@gmail.com>
2020-09-14 18:23:25 +02:00
Jordan Liggitt e566a726de Remove reference to componentstatus 2020-09-14 11:13:30 -04:00
Kubernetes Prow Robot f53a4c700d
Merge pull request #23406 from oomichi/update-link-of-kuztomization
Update the link of kustomization file
2020-09-14 08:00:59 -07:00
inductor 3535bf280e small k in url 2020-09-14 20:03:50 +09:00
Matt Smith e85fabe3ed
Update horizontal-pod-autoscale-walkthrough.md
As per the error described in https://github.com/LevelUpEducation/kubernetes-demo/issues/31, guidance was to add the generator explicitly:

`kubectl run --generator=run-pod/v1 -i --tty load-generator --image=busybox /bin/sh`

But I prefer the example from the run docs https://jamesdefabia.github.io/docs/user-guide/kubectl/kubectl_run/:

`kubectl run -i --tty busybox --image=busybox --restart=Never`
2020-09-14 19:59:45 +10:00
Kubernetes Prow Robot db6ed81b5d
Merge pull request #23856 from christomas1/patch-1
Update manage-resources-containers.md
2020-09-13 22:00:58 -07:00
Riley Littlefield b8e9488d84 Fixes typo 2020-09-13 22:47:25 -04:00
Kubernetes Prow Robot c901c84e55
Merge pull request #23782 from tengqm/create-secret-tasks
Separating tasks from Secret concept
2020-09-13 17:20:57 -07:00
Kubernetes Prow Robot d2b84110de
Merge pull request #23735 from bttger/patch-1
Fix false Object in persistentVolumeClaim explanation
2020-09-13 17:18:57 -07:00
Kubernetes Prow Robot 99439157bb
Merge pull request #23744 from tengqm/improve-obj-mgmt
Improve object management page by adding a hint
2020-09-13 13:02:57 -07:00
Chris Tomas c1f104e5f8
Update manage-resources-containers.md
Removed the "env" object from the "Meaning of memory" section. It has no utility.
2020-09-13 14:33:38 -05:00
Qiming Teng 995b067fdb Separating tasks from Secret concept
There are many contents in the (*very big*) Secret concept page which
are actually tasks. This PR proposes a separation of some contents
into separate tasks, so that we have a (hopefully) better organization
of the content and we make room for improvement to the concept itself.

Note that the creation of the `configmap-secret` directory (instead of
`secret`) is an intent to create a folder for both ConfigMap and Secret,
both of which are about configurations though there are quite some
differences between them.
2020-09-13 21:06:58 +08:00
Kubernetes Prow Robot c8b582ac2d
Merge pull request #23844 from didier-durand/Ingress_EN
fixing some typos / spelling issues in Ingress.md
2020-09-13 03:42:57 -07:00
didier 68a018eb8d fixing some typos / spelling issues
Signed-off-by: didier <durand.didier@gmail.com>
2020-09-13 11:00:07 +02:00
Kubernetes Prow Robot b6b30fab61
Merge pull request #23795 from kaushik229/master
Limited resources in quota when scoped for priority class
2020-09-12 18:02:57 -07:00
noms 7e22ae5adc
Fix for 23732 (#23822)
* Fix for 23732

Explicitly specify that consumed as environment variables  require pod restart to refresh.

* Remove note tag

Remove note tag as suggested
2020-09-12 17:10:58 -07:00
Erik Sundell 3d9402e845 Make docs/reference/scheduling/config focus on v1beta1 over alpha versions
Instead of directing the focus towards an alpha API, we now direct it
towards the beta API available in 1.19.
2020-09-13 00:54:14 +02:00
Karen Bradshaw a6599ab7d1 minor cleanup, format notes 2020-09-11 20:16:55 -04:00
Aleg Malinovsky 8b0014260d
missing a word
it felt like the sentence was missing a word in that place
2020-09-11 15:24:51 +03:00
Kubernetes Prow Robot d9c91821bb
Merge pull request #23796 from cimes-isi/patch-1
Typo in 'What's next' section
2020-09-10 21:54:14 -07:00
Qiming Teng 21eb079ff7 Update kubelet reference doc
As usual, we have to manually synchronize the reference for kubelet
for which the auto reference generation fails to work.
2020-09-11 08:39:35 +08:00
Adolfo Julcamoro dee4a58df2
Update _index.md 2020-09-10 16:30:05 -05:00
cimes-isi e0859fdc4b
Typo in 'What's next' section 2020-09-10 14:19:29 -04:00
Kumar Kaushik acbaf2577a Limited resources in quota when scoped for priority class 2020-09-10 10:30:18 -07:00
Kubernetes Prow Robot 812c0bd6a6
Merge pull request #23762 from BenHall/RemoveRobotoInteractivityEN
Remove Roboto font from interactivity pages
2020-09-10 09:29:49 -07:00
Ben Hall 537957f8b4
Update content/en/docs/tutorials/kubernetes-basics/public/css/styles.css
Co-authored-by: Celeste Horgan <celeste@cncf.io>
2020-09-10 09:30:49 +01:00
Ben Hall 957fcae26b
Update content/en/docs/tutorials/kubernetes-basics/public/css/styles.css
Co-authored-by: Celeste Horgan <celeste@cncf.io>
2020-09-10 09:30:33 +01:00
Maxime Guyot a5cbc1f312 Update Kubespray page 2020-09-10 09:47:44 +02:00
Qiming Teng 7ff239625b Improve object management page by adding a hint
The current instruction doesn't work if one is using `generateName`
field when creating an object.
2020-09-10 08:39:21 +08:00
Lorenzo Paris d3475e6a5c
Update content/en/docs/concepts/storage/storage-classes.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-09-09 14:37:24 -07:00
Kubernetes Prow Robot 38bd0aa204
Merge pull request #23669 from tengqm/fix-api-concepts
Fix errors/nits in api-concepts
2020-09-09 14:05:44 -07:00
Kubernetes Prow Robot 2955ede7ee
Merge pull request #23279 from sftim/20200820_add_heading_immutable_secret_configmap
Add headings for Immutable ConfigMaps and Secrets
2020-09-09 10:23:08 -07:00
Paulo Gomes 87d36ecfe1 Fix incorrect guidance on enabling EventRateLimit 2020-09-09 09:48:47 +01:00
Ben Hall 040afda42a Remove Roboto from English docs
Signed-off-by: Ben Hall <ben@benhall.me.uk>
2020-09-09 08:52:21 +01:00
Douglas Schilling Landgraf bdafcf5aa4 [en]: add missing context module for the go example
The client-go example is missing the param context.
This patch adds the missing param.

Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
2020-09-08 20:59:00 -04:00
Douglas Schilling Landgraf ed8ffbda4c [en]: Add package main to client-go example
The package main is missing from the example.

Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
2020-09-08 20:56:13 -04:00
Qiming Teng 6826722885 Fix errors/nits in api-concepts
Nits fixed include:

- incorrectly specified code syntax, e.g. code snippet marked 'json' but
  the content is not JSON;
- the footnote in the paging table contains a nested table which cannot
  be rendered correctly, so the content is removed considering that it
  is just redundant table rows;
- some `kubectl apply` commands failed to provide the correct artifact
  to use while the artifact is stored online.
- fixed some other code fences by explicitly marking them as code
  snippet rather than relying on indentation (hard to maintain).
2020-09-09 08:52:06 +08:00
Tim Bannister b838ea7a3e Revise node draining task page 2020-09-08 21:32:45 +01:00
Tim Bannister 4b3617299a Link to well-known labels rather than repeating the list
- easier to maintain
- less visual space; readers who are interested can follow the hyperlink
2020-09-08 19:47:50 +01:00
Kubernetes Prow Robot debec6a190
Merge pull request #23516 from tengqm/fix-crd
Fix nits in CRD task
2020-09-08 07:43:43 -07:00
Qiming Teng 321342b3f0 Fix nits in CRD task 2020-09-08 18:45:38 +08:00
Tom Boettger 00abf7a80f Fix false Object in persistentVolumeClaim explanation
The persistentVolumeClaim explanation was contradictory. I've changed it, since PersistentVolumeClaims are an abstraction layer for PersistentVolumes, which in turn "capture[..] the details of the implementation of the storage".
2020-09-08 12:37:51 +02:00
Kubernetes Prow Robot 71e55e48e5
Merge pull request #23269 from RA489/containerd_config
containerd config improvement
2020-09-08 02:23:43 -07:00
RA489 c43613b8cf containerd config improvement 2020-09-08 10:59:31 +05:30
gm7y8 b330bb0256 Move eviction-policy from tasks to concepts
add what's next to eviction policy
2020-09-07 23:44:28 +01:00
Evgeny Shmarnev ad56b48a0b Rewrite GKE refernce in Control Plane-Node Communication 2020-09-07 18:04:53 +02:00
Hannes Leutloff 8bdeda57ac Update setup-ha-etcd-with-kubeadm.md
It was not clear to me that I had to add the unit file to all nodes and restart the kubelet service. I was stuck wondering why etcd could not connect to the other peers until i realized that kubelet was only running on `HOST-0`.

Remove parantheses.

Improve phrasing.

Update content/en/docs/setup/production-environment/tools/kubeadm/setup-ha-etcd-with-kubeadm.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-09-07 13:53:51 +02:00
Kubernetes Prow Robot f0a32c7833
Merge pull request #23710 from pjhwa/fix-23709
Fix issue with k8s.io/docs/concepts/services-networking/ingress.md
2020-09-06 08:45:41 -07:00
Tim Bannister b5b9d88433 Add headings for Immutable ConfigMaps and Secrets 2020-09-06 16:03:35 +01:00
Jerry Park 6cde842648 Fix issue with k8s.io/docs/concepts/services-networking/ingress.md 2020-09-06 21:35:55 +09:00
Marek Siarkowicz e2f152a867 Small fixes in structured logging post
* Fix name of namespace to kube-system
* Change kubedns to coredns
* Remove tailing whitespaces
* Fix names of json keys (should be lowerCamelCase)
* Fix quotation mark (fixes broken json highlighting)
2020-09-05 13:54:40 +02:00
Kubernetes Prow Robot f4239559d5
Merge pull request #23679 from pjhwa/fix-23678
Fix issue with k8s.io/docs/reference/command-line-tools-reference/fea…
2020-09-04 12:11:41 -07:00
Kubernetes Prow Robot 30258a297f
Merge pull request #23687 from Marusyk/Marusyk-patch-1
Removes IPVS prerequisites in "Validate IPv4/IPv6 dual-stack"
2020-09-04 11:55:40 -07:00
Kubernetes Prow Robot f310d1543e
Merge pull request #23632 from jrsapi/feature-blog-introducing-structured-logs
init blog intro structured logs
2020-09-04 08:17:41 -07:00
Joseph Sandoval 1d4e0308ad
Add blog intro for structured logs 2020-09-04 11:04:02 -04:00
Roman Marusyk f4028e2a01
Removes IPVS prerequisites 2020-09-04 12:21:34 +03:00
Jerry Park 2e143b0583 Fix issue with k8s.io/docs/reference/command-line-tools-reference/feature-gates/ 2020-09-03 23:02:35 +00:00
Tim Bannister 6f628b0789
Remove section: On-Premises VMs (#23500)
* Remove on-premises VMs section

* Remove CloudStack page

This page does not fit in with current content guidelines.

* Remove DC/OS page

This page does not fit in with current content guidelines.

* Remove oVirt page

This page does not fit in with current content guidelines.

* Remove empty section: On-Premises VMs
2020-09-03 12:53:40 -07:00
Kubernetes Prow Robot daf7156bd5
Merge pull request #23517 from sftim/20200828_remove_cloud_providers_page
Remove cloud providers page
2020-09-03 12:07:41 -07:00
bebyx 5607db09bb
Add important note about port
This tutorial should note that the Pod works **only** with `--port=8080`. This would probably save couple of hours for adventurous DevOps trainees.
2020-09-03 18:11:06 +03:00
Jordan Liggitt 6b27a86b41
Add warnings blog post (#23592) 2020-09-03 04:57:41 -07:00
Kubernetes Prow Robot f40217dc30
Merge pull request #23524 from whatthefrog/patch-1
Update basic-stateful-set.md
2020-09-02 20:27:40 -07:00
Kubernetes Prow Robot ca7b287f1e
Merge pull request #23658 from thtanaka/docs/kubeadm-reset
kubeadm reset unmounts /var/lib/kubelet
2020-09-02 20:25:40 -07:00
Kubernetes Prow Robot 2e7e7aa43b
Merge pull request #23656 from celestehorgan/experiment-removing-roboto
Remove Roboto
2020-09-02 17:47:40 -07:00
Kubernetes Prow Robot 5b08dbc38d
Merge pull request #23107 from celestehorgan/add-3rdparty-warning
Add 3rd party content warning
2020-09-02 12:53:06 -07:00
Thomas Tanaka 5c7280bb6d kubeadm reset unmounts /var/lib/kubelet
Signed-off-by: Thomas Tanaka <thomas.tanaka@oracle.com>
2020-09-02 10:52:06 -07:00
Celeste Horgan 0da853bb11 Remove Roboto from partner-style.css, improve button styling
Signed-off-by: Celeste Horgan <celeste@cncf.io>
2020-09-02 10:18:34 -07:00
Kubernetes Prow Robot b1a0b1a79a
Merge pull request #23560 from mkorbi/feature-blog-1.19-endpoint
add feature blog endpointslice
2020-09-02 08:35:08 -07:00
Max 2cbba6feeb
update mean for Endpoint API 2020-09-02 17:07:38 +02:00
Lorenzo Paris 7048041d14
Update storage-classes.md
Adding vSphere CSI StorageClass example.
2020-09-01 16:47:11 -07:00
Max ae7b7c0267
fix typo
Co-authored-by: Rob Scott <rob.scott87@gmail.com>
2020-09-02 00:39:03 +02:00
Max c7aad1693b
fix typo
Co-authored-by: Rob Scott <rob.scott87@gmail.com>
2020-09-02 00:38:52 +02:00
Max bf0d740ba3
fix typo
Co-authored-by: Rob Scott <rob.scott87@gmail.com>
2020-09-02 00:38:42 +02:00
Max 971de9c341
fix typo
Co-authored-by: Rob Scott <rob.scott87@gmail.com>
2020-09-02 00:38:32 +02:00
Jubayer Abdullah Joy 8cc8199d9a
Change filesystem paths to monospace in Minikube setup guide
Signed-off-by: Jubayer Abdullah Joy <jubayerjoy98@gmail.com>

- Changed  filesystem paths to monospace in `/docs/setup/learning-environment/minikube.md` mounted host folder section
2020-09-02 02:01:07 +06:00
Kubernetes Prow Robot 81a3f5420a
Merge pull request #23520 from sftim/20200828_revise_available_docs_versions_list
Revise “Supported Versions of the Kubernetes Documentation”
2020-09-01 12:37:50 -07:00
Kubernetes Prow Robot e87e065d46
Merge pull request #23635 from saschagrunert/immutable-secret-configmap-default-true
Remove the feature gate part from immutable secrets/configmaps
2020-09-01 12:35:50 -07:00
Kubernetes Prow Robot f48bad6aa8
Merge pull request #23102 from pohly/generic-ephemeral-volumes-blog
blog: generic ephemeral volumes + storage capacity tracking
2020-09-01 11:43:50 -07:00
Celeste Horgan 47dd26bf09 Add 3rd party content warning
Signed-off-by: Celeste Horgan <celeste@cncf.io>
Co-authored-by: Tim Bannister <tim+github@scalefactory.com>
2020-09-01 10:39:06 -07:00
Max c1f1bcf99b
update link
Co-authored-by: Bob Killen <killen.bob@gmail.com>
2020-09-01 16:59:38 +02:00
Sascha Grunert 91f4a125c0
Remove the feature gate part from immutable secrets/configmaps
The feature is in `beta` since Kubernetes v1.19.0 so it is enabled per
default. This means that we can omit the hint to enable the feature
gate manually.

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-09-01 14:32:18 +02:00
Kubernetes Prow Robot 353b5bed24
Merge pull request #23529 from JubayerJoy/master
Move “Resource Bin Packing” into Scheduling & Eviction section
2020-08-31 16:41:53 -07:00
Kubernetes Prow Robot b29e66f357
Merge pull request #23510 from ttonline6/changelog
fix broken links
2020-08-31 09:16:21 -07:00
Kubernetes Prow Robot a9e92583cb
Merge pull request #23530 from tallaxes/patch-1
Fix arguments for service account key pair
2020-08-31 09:10:21 -07:00
Kubernetes Prow Robot 1cf74b8d32
Merge pull request #23586 from allx/patch-1
Update endpoint-slices.md
2020-08-31 08:56:21 -07:00
Max 8d08b9bfc1
add feature blog 1y support (#23582)
* add 1y support feature blog

* fixed images

* adjsut title and linkt to slack channel

* Update content/en/blog/_posts/2020-08-31-increase-kubernetes-support-one-year.md

Co-authored-by: Bob Killen <killen.bob@gmail.com>

* Update content/en/blog/_posts/2020-08-31-increase-kubernetes-support-one-year.md

Co-authored-by: Bob Killen <killen.bob@gmail.com>

* Update content/en/blog/_posts/2020-08-31-increase-kubernetes-support-one-year.md

Co-authored-by: Bob Killen <killen.bob@gmail.com>

* Update content/en/blog/_posts/2020-08-31-increase-kubernetes-support-one-year.md

Co-authored-by: Bob Killen <killen.bob@gmail.com>

* Update content/en/blog/_posts/2020-08-31-increase-kubernetes-support-one-year.md

Co-authored-by: Bob Killen <killen.bob@gmail.com>

* Update content/en/blog/_posts/2020-08-31-increase-kubernetes-support-one-year.md

Co-authored-by: Bob Killen <killen.bob@gmail.com>

* Update content/en/blog/_posts/2020-08-31-increase-kubernetes-support-one-year.md

Co-authored-by: Bob Killen <killen.bob@gmail.com>

* Update content/en/blog/_posts/2020-08-31-increase-kubernetes-support-one-year.md

Co-authored-by: Bob Killen <killen.bob@gmail.com>

* Update content/en/blog/_posts/2020-08-31-increase-kubernetes-support-one-year.md

Co-authored-by: Bob Killen <killen.bob@gmail.com>

Co-authored-by: Bob Killen <killen.bob@gmail.com>
2020-08-31 08:52:21 -07:00
Kubernetes Prow Robot 6610821653
Merge pull request #23551 from tao12345666333/fix-metrics-label
fix `apiserver_requested_deprecated_apis` memtric's label.
2020-08-31 05:06:21 -07:00
Somtochi Onyekwere 5c81a92775 Corrects inconsistency in name 2020-08-31 12:43:50 +01:00
Patrick Ohly 5729f1f6b2 blog: generic ephemeral volumes + storage capacity tracking
These are new alpha features coming in Kubernetes 1.19.
2020-08-31 11:31:38 +02:00
alec 3e3de65859
Update endpoint-slices.md
Fix a typo
2020-08-31 17:21:32 +09:00
Max Körbächer 45caa32f9f
fixed grammar 2020-08-31 08:51:31 +02:00
Max 91f9d2e749
adjust wording
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-08-30 17:11:15 +02:00