4399 Commits

Author SHA1 Message Date
Gede Wahyu Adi Pramana 3dca72800c Translate networking page to ID localization (#19420)
Co-Authored-By: yofriadi <yofriadiyahya@gmail.com>
Co-Authored-By: Giri Kuncoro <girikuncoro@users.noreply.github.com>

Co-authored-by: yofriadi <yofriadiyahya@gmail.com>
Co-authored-by: Giri Kuncoro <girikuncoro@users.noreply.github.com>
2020-03-22 02:30:44 -07:00
xieyanker 7c82b6e26b fix some glossary translate (#19770) 2020-03-21 05:08:44 -07:00
Joshua Bezaleel Abednego 4605d2b1f9 Add translation for ReplicationController in ID localization (#19071)
* Add translation for ReplicationController in ID localization

* Fix typos like pod, node, web server, spesifikasi, etc.

* Fix typos on several words
2020-03-21 02:04:45 -07:00
chentanjun 6cda04257b sync en zh content/zh/examples/controllers/ (#19764) 2020-03-20 23:00:44 -07:00
chentanjun ef4642ae22 add en content/zh/docs/tasks/inject-data-application/define-environment-variable-container.md (#19754) 2020-03-20 19:40:44 -07:00
xieyanker f4ab262cba fix service docs' jump and format error (#19741)
* fix service docs' jump and format error

* Add jump flag after title
2020-03-20 19:38:44 -07:00
chentanjun a6d1aa8110 update zh-trans content/zh/docs/tasks/job/parallel-processing-expansion.md (#19636) 2020-03-20 19:08:44 -07:00
Danni Setiawan 9df5b4ec4c Add ID translation for Labels (#19072) 2020-03-20 04:50:36 -07:00
Maciej Filocha 3b241356e5 Synchronize Polish translation with master (#19681)
Update translated content to uptream master version as for March 15th.
Commits from 90ee7559a0
to d4167faa2c.
2020-03-20 03:14:36 -07:00
Alena Prokharchyk e19f912175 Lease heartbeat: more description on error handling (#19673) 2020-03-19 12:08:36 -07:00
Lorenzo Paris 60a265e6bd Update authentication.md with link to anon reqs (#19706)
Suggest adding a link in case the reader is not familiar with what "anonymous requests" means. This paragraph also includes a reference to "anonymous user," so I think the link is warranted. Thanks.
2020-03-19 11:16:36 -07:00
Tim Bannister 0ad51f71e1 Revise CertificateSigningRequest documentation (#19698)
* Revise CertificateSigningRequest approval & rejection details

API clients can deny CSRs. Document this and tidy the page.
"There is currently not a mechanism for a signer implementation to report
its inability to sign a request." seemed misleading; clients can set
status.

* Tidy page

Co-Authored-By: Jordan Liggitt <jordan@liggitt.net>

Co-authored-by: Jordan Liggitt <jordan@liggitt.net>
2020-03-19 06:35:23 -07:00
Yuk, Yongsu 4ed2cf7748 Edit kube-scheduler glossary. (#19708)
* Edit kube-scheduler glossary.

#19707

* Apply suggestions from code review

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-03-18 17:02:43 -07:00
Tim Bannister e881e91b9a Improve RBAC guide (#17538)
* Update to match website style guide

* Use glossary shortcodes
* Overall tidying

* Drop mention of old (unsupported) releases

* Reword RBAC notes & warnings

* Write “role bindings” as two words

* Tweak RBAC guide wording

* Tweak RBAC out-of-the-box roles table

* Mention other authorizers

There are other authorizers than RBAC and ABAC; hint that these exist
and that the API server might run with these configured.

* Fix formatting of API discovery roles

Also add table caption

* Drop incorrect reference to cluster-status

* Drop vestigial RBAC warning
2020-03-18 15:50:44 -07:00
Tim Bannister 7d60db8e8e Fix blog article Kong Ingress Controller and Service Mesh: Setting up Ingress to Istio on Kubernetes (#19702)
* Fix article formatting

* Fix environment variable name

$PROXY_URL contains a URL, so that's a better name than $PROXY_IP
2020-03-18 08:26:48 -07:00
Tim Bannister dac40167ce Drop feature availability from Reserve Compute Resources (#19593)
* Drop feature availability section

This section does not fit with the website style guide.

* State task version requirements

Follow website style guide for stating these.
2020-03-18 04:54:48 -07:00
Antoine Pelisse ed434a8200 1.18 Server-side apply (#19286)
* Clarify content-type and tracking of all objects

* Update content/en/docs/reference/using-api/api-concepts.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* SSA: Improve a couple of sentences

Co-authored-by: Kevin Wiesmueller <kwiesmueller@seibert-media.net>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-03-18 04:52:49 -07:00
Lubomir I. Ivanov 21974d6b91 kubeadm: update upgrade documentation for 1.18 (#19551) 2020-03-17 15:49:27 -07:00
Zach Corleissen 329c823aa6 KEP 1327: Apply feedback for third party and dual sourced content (#19486)
* Apply feedback for third party and dual sourced content

Add feedback from sftim

clarify which slack

* Limit third-party content to OSS

See https://github.com/kubernetes/enhancements/pull/1327#discussion_r392966251 for more discussion
2020-03-17 15:45:25 -07:00
Ciprian Hacman 86d2197944 Update Docker installation instructions to use v19.03.8 (#19643) 2020-03-17 15:15:28 -07:00
Kevin Chen a2844f7390 blog: Kong Ingress Controller and Istio (#19451)
* blog: Kong Ingress Controller and Istio

* blog: update kong ingress controller blog

* update date

* chore: update date
2020-03-17 14:49:28 -07:00
Brian Pursley e1397c9e2d Fixed incorrect commands for generating docs (#19693)
I followed the process for generating docs, but encountered and fixed some problems along the way due to incorrect commands in the documentation:
* Fixed incorrect go get source for `github.com/kubernetes-sigs/reference-docs`
* Fixed syntax error in shell commands by changing `$(GOPATH)` to `$GOPATH`
* Fixed wrong variable name, changed `WEB_ROOT` to `K8S_WEBROOT` to match what Makefile expects
2020-03-17 13:05:27 -07:00
Taylor Dolezal b1050541c7 Convert SIG Scalability, Kubernetes The Hard Way blog post to Markdown and add in community feedback (#19628) 2020-03-17 12:13:27 -07:00
Felipe f9f70c1265 Adding fix from #19646 (#19691) 2020-03-17 11:55:26 -07:00
Jordan Liggitt 49a74ca15d CertificateSigningRequest doc updates (#19290)
* Add CSR doc outline

* Add CertificateSigningRequest document content

Co-authored-by: James Munnelly <james.munnelly@jetstack.io>
2020-03-17 11:27:24 -07:00
inductor 4297f3b29c Update nginx to modern versions (#19198)
* update nginx versions

* update

* update examples
2020-03-17 10:48:23 -07:00
Samuel Almeida d5f741b03e Add comment about DaemonSet toleration to run on masters (#19530)
Fixes issue #19512
2020-03-17 10:46:22 -07:00
정준영 c5f549984d Update pod.md (#19652)
부트스트랩과 같이 컨트롤러의 생에와 파드의 생애 분리 -> 부트스트랩과 같이 컨트롤러의 생애와 파드의 생애 분리
오타 수정
2020-03-17 06:54:22 -07:00
Rudy Steiner 67c3e0bc5d Trans zh blog 2019-12-09-kubernetes-1.17-release-announcement.md (#19640) 2020-03-17 06:50:23 -07:00
2BFL ec43d8f08e zh-translation: install-minikube.md (#19626)
Accept tengqm's suggestion
2020-03-17 06:49:24 -07:00
2BFL 70ec427d8a zh-translation: admission-controllers.md (#19595)
Accept tengqm's suggestion
2020-03-17 06:46:22 -07:00
wawa c618e97a9e Enhanced FileOrCreate description (#19465) 2020-03-17 06:44:23 -07:00
Jacky Wu 64f9b39d33 fix: remove the redirect_from settings. (#19645) 2020-03-17 06:32:22 -07:00
tom1299 058095384e Remove link to deprecated cluster monitoring (#18193) 2020-03-17 04:06:22 -07:00
Ben Swartzlander ca5b5c2b7f Document generic data sources feature (#19315)
* Document AnyVolumeDataSource feature gate

* Update content/en/docs/reference/command-line-tools-reference/feature-gates.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-03-17 03:32:23 -07:00
Deep Debroy 91609e6113 Doc update for GMSA promotion to Stable (#19349)
Signed-off-by: Deep Debroy <ddebroy@docker.com>
2020-03-17 03:28:22 -07:00
Hemant Kumar 5c2e807d0a Document recursive chown feature (#19391)
* Add placeholder docs for recursive chown feature

* Update content/en/docs/concepts/policy/pod-security-policy.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Update content/en/docs/concepts/policy/pod-security-policy.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Address feedback

* Move recursive chown docs to correct place

* Address review feedback

* Apply suggestions from code review

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* move bit about ephemental volumes to note

* Update content/en/docs/tasks/configure-pod-container/security-context.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-03-17 03:26:23 -07:00
Alexey Pyltsyn a97e5ef287 Translate Kubernetes Components page into Russian (#19657)
* Translate Kubernetes Components page into Russian

* Apply suggestions from code review

Co-Authored-By: Nikita Potapenko <dev.potapy4@hotmail.com>

* Update service.md

* Update kube-scheduler.md

* Update control-plane.md

* Update kube-scheduler.md

Co-authored-by: Nikita Potapenko <dev.potapy4@hotmail.com>
2020-03-17 02:28:22 -07:00
Dian Zhou 763c5a4216 fix chinese version kubeadm-join.md (#19648)
fix a small bug during translation. create--print-join-command > create --print-join-command
2020-03-16 20:02:22 -07:00
Wei Huang 098400c958 Update scheduler framework document (#19606)
* Update scheduler framework document

* address comments

* Add page redirect and keep old link anchors

* address comment
2020-03-16 16:26:22 -07:00
James Spurin 9e0f7b4eb3 update command nslookup target to include fully qualified service name, namespace picked up from running pod (#19603) 2020-03-16 14:34:30 -07:00
John Griffith 8b6dad9c69 Update PVCDataSource to GA (#19318)
Update docs to reflect GA status for PVCDataSources in the 1.18 release.
2020-03-16 12:08:31 -07:00
Aldo Culquicondor d1056364e2 Document using multiple scheduler profiles (#19172)
* Add instructions for using multiple scheduling profiles.

Signed-off-by: Aldo Culquicondor <acondor@google.com>

* Move scheduling policies and profiles to Reference

Signed-off-by: Aldo Culquicondor <acondor@google.com>

* Renames and nits

Signed-off-by: Aldo Culquicondor <acondor@google.com>

* Fix links and grammar

Signed-off-by: Aldo Culquicondor <acondor@google.com>

* Fix link and flag usage

Signed-off-by: Aldo Culquicondor <acondor@google.com>
2020-03-16 10:06:43 -07:00
Jérémy THERIN / jtherincom b76520526d Add link to Scaleway CCM (fr) (#19669) 2020-03-16 09:16:43 -07:00
Alexey Pyltsyn 915fe136f3 Translate Install Tools subsection in Tasks section into Russian (#19659) 2020-03-16 09:14:43 -07:00
Alexey Pyltsyn 403ef9c84e Translate Learning environment section into Russian (#19658)
* Translate Learning environment section into Russian

* Apply suggestions from code review

Co-Authored-By: Nikita Potapenko <dev.potapy4@hotmail.com>

* Update content/ru/docs/setup/learning-environment/minikube.md

Co-Authored-By: Nikita Potapenko <dev.potapy4@hotmail.com>

Co-authored-by: Nikita Potapenko <dev.potapy4@hotmail.com>
2020-03-16 09:12:43 -07:00
Daniel 246c052f5d Updating release note link (#19585) 2020-03-16 09:10:43 -07:00
Rajesh Deshpande 8aafa4ab9d Correcting name of concept 'Container Enviorment Variables' (#19279)
* Correcting name of concept 'Container Enviorment Variables'

This page discusses the container environment and container environment variables are part of it. So removing a 'variable' word to make it more correct.

* Correcting references 

Correcting references

* Correcting reference links

Correcting reference links
2020-03-16 09:08:44 -07:00
Ben Moss 615c7f619f Update kubeadm for Windows (#19217)
* Start updates for DaemonSet approach

* Rough first draft

* Remove old image assets

* Document how to fetch the correct version of kube-proxy

* Remove InstallNSSM script

It was merged into the PrepareNode script

* Update links to sig-windows-tools release files

Using the latest tag so we can continue to update things as needed
without needing to keep updating the docs

* Add upgrade tutorial for Windows kubeadm nodes

* Clarify which machine each command should be run from

* Add link from main tutorial, small edits

- Rename file / title
- Remove reviewers

* Remove IP management section

User can just rely on the defaults from kube-proxy and flannel now, or
change them in the same manner as on Linux

* Apply suggestions from code review

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* More review updates

* Switch to task template

* Apply suggestions from code review

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* More review feedback

* Adjust upgrading title

* Additional edits

* Move to kubeadm directory

* Remove stale link

This guide never had any real content about the pause image

* Add redirect from old url

* Fix weights

* Update Windows intro

* Apply suggestions from code review

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Fix typo

* Add beta markers

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-03-16 08:14:43 -07:00
Rob Scott 9d5824a8af Adding AppProtocol documentation for 1.18 (#19317) 2020-03-16 08:06:43 -07:00