From 9031cd521e0b7ab0a814ccdf00c220afe0404d7d Mon Sep 17 00:00:00 2001 From: Sandeep Rajan Date: Thu, 25 Apr 2019 14:31:46 -0400 Subject: [PATCH] Update content on kube-dns to coredns configmap translation (#13826) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates and corrects the part of configmap for CoreDNS Readded the link to Instana and Sysdig, which seem to have gone missing due to a merge error or anything like that during preparationg of the 1.14 release. (#14184) original pull request: https://github.com/kubernetes/website/pull/12977 Signed-off-by: noctarius Updated self-hosting documentation (#13866) * updated self-hosting documentation * removed more referances * updated wording * updated self-hosting warning to be more clear about the effects of pivot has on your cluster * Update content/en/docs/setup/independent/self-hosting.md Co-Authored-By: Klaven Watch bookmarks documentation (#14379) Add docs for volume cloning (#14591) Add support for quotas for ephemeral storage monitoring. (#14268) Add documentation for PVC in use protection (#14700) This PR adds doc to describe PVC in use protection for PVC actively in use as a snapshot source. Add a placeholder doc (#14643) * Add a placeholder doc * Update persistent-volumes.md Update CSI migration docs with Azure Disk/File details (#14707) Signed-off-by: Deep Debroy kubeadm-1.15-certs-renewal (#14716) move podresources endpoint to beta (#14622) Add webhook admission outline (#14671) Add custom resource quota example (#14492) kubeadm: Document new v1beta2 config format (#14607) Signed-off-by: Rostislav M. Georgiev CSI Inline Ephemeral Documentation Update (#14704) * CSI inline ephemeral ver update in doc * CSI inline ephemeral feature-gate update Docs for feature: PDB support for custom resource with scale subresource (#14519) VolumeSubpathEnvExpansion Beta Documentation (#13846) kubeadm-setup: update all setup related documents for 1.15 (#14594) promote AWS-NLB Support from alpha to beta (#14451) Added explanation of alpha non-preempting PriorityClasses to the "Pod Priority and Preemption" doc. (#14599) Add a section for service load balancer cleanup Add a user document for the scheduling framework (#14388) Graduate node PIDS limiting to beta (#14425) Drop .travis.yml from dev-1.15 branch (#14812) kubeadm: update the reference documentation for 1.15 (#14596) * kubeadm-ref: update placeholder generated files * kubeadm-ref: include reset-phase.md document Also update reset.md to reflect the addition of reset phases. * kubeadm-ref: update authored content * kubeadm-ref: remove imports for removed "config upload" commands * kubeadm-ref: add page for kubeadm upgrade phases Update HPA Algorithm Docs for v1.15 (#14728) Also changes a link to algorithm details from initial design proposal in Github. concepts/extend-kubernetes/api-extension: add 1.15 features (#14583) kubeadm-tasks: include v1.14->v1.15 upgrade document (#14595) Remove v1.11 upgrade documents. Document webhook and kube-aggerator port configuration (#14674) Create nodelocaldns.md to describe NodeLocal DNSCache feature. (#14625) * Create nodelocaldns.md This contains info about NodeLocal DnsCache feature. * Update nodelocaldns.md * Address review comments Removing merge conflicts for branch dev1.15 (#14940) * Fix typo (#14299) * Correct publish date for blog post (#14302) * Update pick-right-solution.md (#14305) * Fixes for https://kubernetes.io/docs/tasks/administer-cluster/cluster-management/ (#14298) * Add missing capture block end * Drop outdated link to v1.6 upgrade * Created nl.toml (#14131) Dutch (NL) translation Update i18n/nl.toml Co-Authored-By: olku <22026726+olku@users.noreply.github.com> Update i18n/nl.toml Co-Authored-By: olku <22026726+olku@users.noreply.github.com> Update i18n/nl.toml Co-Authored-By: olku <22026726+olku@users.noreply.github.com> Update nl.toml Update i18n/nl.toml Co-Authored-By: Roy Lenferink Feedback processed. * Improve Kubernetes-setup-using-Ansible-and-Vagrant (#13999) Fix a node IP issue when using vagrant. See https://github.com/kubernetes/kubernetes/issues/60835 for detail. Since the tutorial using debs, we need to configure node IP in `/etc/default/kubelet`. See https://kubernetes.io/docs/setup/independent/kubelet-integration/ for detail. * Add New Contributor Workshops blog post. (#14315) * Add Indonesian Translation for names (#14320) * Fix phrase * Fix date format on glossary files * changed the formatting of example-ingress.yaml (#14333) change the formatting of example-ingress.yaml file. Raising PR for #14284 * add links to individual readme files (#14324) * Add co-chair role (#14219) Add meeting guidelines, graphic Update embedded image Use raw HTML for image link Edit path Indent list items minor edits Add line breaks for indentation Add bolding Add section for meetings Feedback from jimangel * updated the links of cherrypick guide (#14348) * Update deployment.md (#14345) * Fix code block (#14334) * Add links to the external cloud-provider repos (#14335) Rather than just saying "they exist, good luck" * List & watch can be authorized on named resources (#14339) * Fix sentence format (#14311) * Add cla page (#14363) Add missing dot Remove typos * Move Karbon to on-premisses (#14269) * Declare IPVS-based kube-proxy GA (#14263) See: https://github.com/kubernetes/kubernetes/pull/58442 * en/glossary: use title for all Pod occurrences (#14366) Use title case for all the Pod occurrences which appear in the rkt glossary term. * kubectl should also be held by apt-mark (#14250) here apt installs both kubelet and kubectl but just holds kubelet. I think kubectl should alse be held by apt-mark. ``` apt-mark unhold kubelet && \ apt-get update && apt-get install -y kubelet=1.14.x-00 kubectl=1.14.x-00 && \ apt-mark hold kubelet ``` * Update create-cluster-kubeadm.md (#13801) * Update create-cluster-kubeadm.md * Update create-cluster-kubeadm.md * Remove superfluous kubectl apply -f * fix runasgroup psp policy (#14121) * YAML code-block within a list bug fixed (#14293) (#14295) * Localisation of the architecture section (#14145) * Initialize Network Policy in Bahasa Indonesia. (#14287) Fix typos and nitty gritty. * Fixing the output of jsonpath (#14387) Items is an array and the [ ] are missing in the jsonpath * Correcting sequence of tasks for manage cluster daemon (#14383) * Correcting order of display for daemon set tasks Correcting order of display for daemon set tasks * Correcting display order of daemon set task Correcting display order of daemon set task * Updated DaemonSet page to include SignalFx Agent. (#14385) * move obj mgmt files to tasks (#14374) * move obj mgmt files to tasks * add redirects for moved files * Fixing grammatical error (#14389) * Correcting example to avoid ambiguity (#14354) Both local and pod port number are same i.e. 6379 which causes confusion to first time reader. This can be easily avoided by using two different port number. * Changed the redisslave version from v1 to v3. (#14276) * Refractor _index.md (#14163) * Updated Linux Academy courses (#14303) * Updated Linux Academy courses * Apply suggestions from code review Co-Authored-By: Tim Bannister * Fix link syntax * Update overview.md * Correcting minikube quickstart steps (#14355) * Correcting minikube quickstart steps In minikube quickstart section , it was difficult to differentiate between command and its output. Also, There was no details given for each steps and its expected output. This PR fixes these issues. * Correcting number formatting Correcting number formatting * Correcting numbering Correcting numbering * Update content/en/docs/setup/minikube.md Co-Authored-By: Franklin Yu * Update content/en/docs/setup/minikube.md Co-Authored-By: Franklin Yu * Update content/en/docs/setup/minikube.md Co-Authored-By: Franklin Yu * Corrected formatting Corrected formatting * Correcting number sequence Correcting number sequence * Create blog post draft (#14384) * Create blog post draft * Fixed comma problem and updated Cloud * Edits for clarity (#14423) * pick-right-solution.md (#14434) Added Cisco Container Platform under "On-Premises turnkey cloud solutions" * Fix link (#14438) * Update imperative-command.md * Update imperative-command.md * removed the junk character (#14430) * Switch to long command option (#14422) * fix links to tool install (#14418) * Remove extra '**' (#14413) remove extra '*' from the end of the aritcle; or they have other meanings :D * Updated links to vendor specific implementions (#14400) The following links where broken * AZURE * GCE * AWS In case of GCE I assume it changed to GCP, but please confirm if that is correct. * document pod downwardAPI fieldRef & resourceFiledRef values (#14321) * document pod downwardAPI fieldRef & resourceRef values of en version * document pod downwardAPI fieldRef & resourceRef values of zh version * typo correction * Add containerd and CRI-O to glossary (#14309) * Use relevant glossary definitions (#14414) * Link upgrade to skewed version page (#14421) * Link upgrade to skewed version page It provides the order of upgrade and shows which versions are supported. Solves (at least partially ) #14420 * Update cluster-management.md * Update cluster-management.md * Describe language specific style guide in l10n guide (#14437) * Flag --export has been deprecated (#14432) Flag --export has been deprecated, This flag is deprecated and will be removed in future. * setup page replaces picking the right solutions (#14442) * Update i18n/ja.toml (#13666) * fix #13105 * Translate #12900 in advance * Update ja.toml * Pod yaml command and change pod curl (#14448) * Translate "Pod Preset" page to Bahasa Indonesia (#14394) * add pod preset page for language/id * fix formatting * fix typos and wording * fix formatting and add few missed lines * fix note formatting * Add a Korean l10n reviewer to OWNERS_ALIASES (#14460) * Add content/en/docs/reference/glossary/certificate.md (#14371) * Update apiVersion on example-ingress to extensions/v1beta1 (#14449) Update apiVersion on ingress to extensions/v1beta1 * Fix link in "Customizing DNS Service" docs (#14455) * Second Japanese l10n work for release-1.13 (#14465) * Update k8s.io/ja/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro/ (#13153) * [ja] Translate Hello Minikube in tutorials (#13100) (#13161) * ja-trans: update supported-doc-versions.md (#13186) * [ja] Update /concepts/overview/what-is-kubernetes.md #13079 (#13187) * ja-trans: update expose-intro.html (#13215) * ja-trans: update expose-intro.html * ja-trans: fix broken links by linking to english pages * update deploy-intro.html (#13103) (#13208) * update deploy-intro.html (#13103) * Update content/ja/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.html add /ja path Co-Authored-By: chidakiyo * [ja] Update /setup/release/building-from-source.md (#13095) (#13220) * ja-trans: update /ja/docs/setup/independent/control-plane-flags/ (#13228) * ja-trans: Update /setup/turnkey/azure.md (#13097) (#13224) * ja-trans: update /ja/docs/tutorials/kubernetes-basics/ (#13232) * ja-trans: update /ja/docs/tutorials/kubernetes-basics/ * ja-trans: translate card.title * ja-trans: update setup/minikube.md (#13091) (#13219) * [ja] Update content of setup/minikube.md, fixing the diff between 551489f 7b07d19. * [ja] Translate the content: content/ja/docs/setup/minikube.md (#13091) * Correct Katakana words, using long vowel words Co-Authored-By: yukinagae * Fix typos Co-Authored-By: yukinagae * Correct some changes, thanks for the FB Co-Authored-By: yukinagae * ja-trans: Update k8s.io/ja/docs/setup/pick-right-solution/ (#13094) (#13328) * ja-trans: Update the content of setup/pick-right-solution.md, only fixing the diff between 551489f and 7b07d19. (Not yet translating the content at the moment to only make sure fixing the diff is ok. Next commit will be actually the translation stuff) * ja-trans: Translate /ja/docs/setup/pick-right-solution.md (#13094) * Update content/ja/docs/setup/pick-right-solution.md Correct small changes based on the feedback Co-Authored-By: yukinagae * Better translation and refer the Japanese document link Co-Authored-By: yukinagae * Correct Japanese anchors Co-Authored-By: yukinagae * Correct translation mistakes Co-Authored-By: yukinagae * ja: Translate /docs/home (#13366) * follow to the latest format * review * ja: fix some unnatural translation and formatting (#13367) * format * Update content/ja/docs/setup/certificates.md Co-Authored-By: inductor * ja-trans: Translate heading and subheading of docs/setup/version-skew-policy.md in Japanese (#13360) * copy content * remove reviewer block * Translate heading and subheading. * change translation * ja-trans: Translate heading and subheading of docs/setup/turnkey/icp.md in Japanese (#13359) * copy content * remove reviewer block * Translate heading and subheading. * ref. #13098 (#13358) * ref. #13096 (#13357) * ref. #13089 (#13353) * ref. #13087 (#13351) * ref. #13082 (#13348) * ref. #13085 (#13349) * ref. #13088 (#13352) * ref. #13090 (#13354) * ref. #13092 (#13355) * ref. #13093 (#13356) * ref. #13099 (#13361) * [ja] Translate the content: ja/docs/setup/independent/high-availability/ (#13364) * [ja] Translate the content: ja/docs/setup/independent/high-availability/ * remove redundant comma, words * Update content/ja/docs/setup/independent/high-availability.md 余分な文字を削除 Co-Authored-By: TSUDA-Kyosuke * Update k8s.io/ja/docs/setup/cri/ (#13663) * fix content. * Update content/ja/docs/setup/cri.md Co-Authored-By: cstoku * Update cri.md * Update content/ja/docs/setup/cri.md Co-Authored-By: cstoku * Update content/ja/docs/setup/cri.md Co-Authored-By: cstoku * improve translation * cleanup component install to use new catalog feature (#14063) * cleanup component install to use new catalog feature sequence of operations cleanup component install to use new catalog feature * Update krib.md * Fix dangling "pick-right-solution" references - English (#14468) * Fix dangling references * Redirect to setup * english update only * english update only * Update last file * word fix * Add blog post about Kyma from CNCF landscape (#14266) * Create 2019-05-08-Kyma-extend-and-build-on-kubernetes-with-ease.md * Update 2019-05-08-Kyma-extend-and-build-on-kubernetes-with-ease.md * Update 2019-05-08-Kyma-extend-and-build-on-kubernetes-with-ease.md * Update 2019-05-08-Kyma-extend-and-build-on-kubernetes-with-ease.md * Create test.md * Add files via upload * Delete test.md * Update 2019-05-08-Kyma-extend-and-build-on-kubernetes-with-ease.md * Update 2019-05-08-Kyma-extend-and-build-on-kubernetes-with-ease.md * Update 2019-05-08-Kyma-extend-and-build-on-kubernetes-with-ease.md * Update 2019-05-08-Kyma-extend-and-build-on-kubernetes-with-ease.md * Update content/en/blog/_posts/2019-05-08-Kyma-extend-and-build-on-kubernetes-with-ease.md Co-Authored-By: derberg * Update 2019-05-08-Kyma-extend-and-build-on-kubernetes-with-ease.md * Add files via upload * Update 2019-05-08-Kyma-extend-and-build-on-kubernetes-with-ease.md * Update 2019-05-08-Kyma-extend-and-build-on-kubernetes-with-ease.md * Update 2019-05-08-Kyma-extend-and-build-on-kubernetes-with-ease.md * Update 2019-05-23-Kyma-extend-and-build-on-kubernetes-with-ease.md * Fix typo "feedbacks" (#14505) Feedback is uncountable, just a nitpick ;-) * update link to front matter description (#14493) Update the front matter link from jekyll to gohugo. * Fix dead links related to Kubernetes object management (#14481) * Translate Disruptions docs to Indonesian (#14395) * Translate Disruptions docs to Indonesian * Several changes regarding reviews: - Use underscore for italic - Italicize "cloud" - Consistency of Disrupsi and Gangguan -> Use Disrupsi instead - Change "usir" to italicized "evict" - Change "pengontrol" to "pengendali" - Change "kuras" to "drain" - Emphasize first mention of disrupsi with bold instead - Some typo and standard words fixes - Fixes a potentially fatal translation of "hosting provider" - From "penyedia layanan cloud" to "penyedia layanan Kubernetes * Initialize Taints and Tolerations in Bahasa Indonesia. (#14405) * Initialize Taints and Tolerations in Bahasa Indonesia. * Fix typos * Choisir la bonne solution link updated! (#14483) * Choisir la bonne solution link updated! Co-Authored-By: Cheikh Rouhou Co-Authored-By: Gergey Csatari * Choisir la bonne solution link updated! Co-Authored-By: Cheikh Rouhou Co-Authored-By: Gergey Csatari * Remove some spaces * Update kubecon buttons on homepage (#14521) * Update kubecon buttons on homepage * Update _index.html * Update cluster-administration-overview.md (#14510) * Update cluster-administration-overview.md according to #14442 and related with #14480 * Update cluster-administration-overview.md * Update overview.md (#14424) * Update overview.md Fixed broken links for the Linuxacademy courses * Update overview.md * Add content/es/docs/reference/glossary/job.md (#14359) * Agregado el termino Job al glosario * Traducida la página de Job * Update content/es/docs/reference/glossary/job.md accepted reviewer changes Co-Authored-By: Rael Garcia * Add content/es/docs/reference/glossary/rkt.md (#14365) * es/docs/references/glossary: Add rkt term * Update content/es/docs/reference/glossary/rkt.md Co-Authored-By: Rael Garcia * Update content/es/docs/reference/glossary/rkt.md Co-Authored-By: Rael Garcia * Update content/es/docs/reference/glossary/rkt.md Co-Authored-By: Rael Garcia * Add translations for Imperative Command for Bahasa Indonesia (#14064) * Translate declarative config for Bahasa Indonesia * Fix typos and untranslated sentences from previous commit for declarative-config for Bahasa Indonesia * Add _index.md to object-management-kubectl translations for Bahasa Indonesia * Translate imperative-command.md for Bahasa Indonesia * Update translations for Imperative Command for Bahasa Indonesia * Update URL in k8s.io/docs/tasks/federation/administer-federation/cluster/ (#14463) * Add /content/fr/docs/reference/_index.md (#14528) * Add /content/fr/docs/reference/_index.md * translate title and title Link * take out the approvers section * replace design by conception * Update content/fr/docs/reference/_index.md Co-Authored-By: Tim Bannister * Update install-minikube.md (#14542) The link https://github.com/kubernetes/minikube#other-ways-to-install doesn't exist anymore. So either we remove the link to it or we fix the minikube README and add a new section for alternative ways to install minikube. What do you think? * Tidy & reword “Configure a Pod to Use a Projected Volume for Storage” (#14539) * Reference glossary entry for Secret * Fix code block format code * Tidying & rewording * Fix HTML typo (#14527) * Add content/fr/docs/tutorials/_index.md (#14529) * Add `content/fr/docs/tutorials/_index.md * The navigation menu was broken without it. * Translation from `content/en/docs/tutorials/_index.md` * Update content/fr/docs/tutorials/_index.md Co-Authored-By: Tim Bannister * fix kubernetes certified logo url (#14511) Signed-off-by: harshvkarn * Add more language specific slack channels (#14506) * Add more country/language specific slack channels * Fix Finnish slack channel Co-Authored-By: Markus Maga * Add spanish translation for node (#14360) Co-Authored-By: Rael Garcia * Add container-environment-varibales concepts page (#14378) Update content/es/docs/concepts/containers/container-environment-variables.md Co-Authored-By: Victor Morales Update content/es/docs/concepts/containers/container-environment-variables.md Co-Authored-By: Alexander Brand Update content/es/docs/concepts/containers/container-environment-variables.md Co-Authored-By: Victor Morales Update content/es/docs/concepts/containers/container-environment-variables.md Co-Authored-By: Victor Morales Update content/es/docs/concepts/containers/container-environment-variables.md Co-Authored-By: Victor Morales Update content/es/docs/concepts/containers/container-environment-variables.md Co-Authored-By: Victor Morales Update content/es/docs/concepts/containers/container-environment-variables.md Co-Authored-By: Victor Morales Update content/es/docs/concepts/containers/container-environment-variables.md Co-Authored-By: Rael Garcia Add raelga as reviewer Co-Authored-By: Rael Garcia Remove typo Co-Authored-By: Rael Garcia Add context to the link Co-Authored-By: Rael Garcia Change the word to more international one Co-Authored-By: Rael Garcia Update content/es/docs/concepts/containers/container-environment-variables.md Co-Authored-By: Rael Garcia * Add content/es/docs/reference/glossary/cluster.md (#14472) Co-Authored-By: Rael Garcia * Fourth Korean localization work for release-1.14 (#14578) This commit is the fourth Korean l10n work for release-1.14. Change List * Translate concepts/overview/object-management-kubectl/declarative-config in Korean (#14285) * translate cron-jobs.md to korean + add _index.md (#14024) * ko: update outdated files in dev-1.14-ko.4 #14207 (#14347) * Translate standardized glossary Tag Workload in Korean (#14208) * translate to content/ko/docs/concepts/cluster-administration/controll… (#14234) * ko: update concepts, contribute, tasks in dev-1.14-ko.4 #14207 (#14502) * ko: update cheatsheet in dev-1.14-ko.4 (#14515) Co-Authored-By: Woojin Na(Eddie) Co-Authored-By: Kim Young Dae <38598117+zer0big@users.noreply.github.com> Co-Authored-by: Claudia J. Kang Co-authored-by: Yoon Co-authored-by: June Yi Co-authored-by: Seokho * Updating blog OWNERS (#14338) * Fix content/es/docs/setup/_index.md (#14491) Dangling "pick-right-solution" references kubernetes#14474 es docs redirection 404 fixed * Add annotation page (#14358) * Add content/es/docs/reference/glossary/sysctl.md (#14390) Signed-off-by: Jose Luis Perez Diez Co-Authored-By: Alexander Brand Co-Authored-By: Victor Morales * fix link to aws.go (#14550) * fix link to aws.go * fix link to aws.go * Use shortcode for note in Kops glossary entry (#14534) * Use note shortcode in kops glossary entry This brings the entry closer to Kubernetes' style guide for documentation. * Reword kops glossary entry - Write “Terraform” with a capital T (it's a proper noun) - Adjust grammar * Delete resources created during this task (#14536) * [WIP] Clean up and reorganize minikube.md (#14255) The current content was not following the style guide and lacked information on what the user was doing under the quick start section. Added more information and tested the section out. Further reorganized the content. Correct typos Updated the content. Updated the content Fixed syntax error. Update the unordered list formatting Fix formatting issues Formatting update Format the content Format the content Format content Format ordered content Format unordered list Clean up and reorganize minikube.md Updated the content Updated the content as per the comments received. Fixed an error Fixes the note shortcode Fixes error in shortcode Clean up and reorganize minikube.md * docs-fr | tutorials | create-cluster (#14584) * init pages tuto FR create-cluster * typo * update * update index * Update kubecon buttons on homepage fr (#14587) update * Fix OpenAPI deprecated endpoints in Kubernetes 1.14 (#14608) * Reword glossary entry for etcd (#14621) * Link to official etcd documentation * Reword etcd glossary entry * Update etcd.md * Update code of conduct based on upstream changes (#14612) Level with upstream commit 214585e24aab747fb85c2ea44fbf4a2442e30de6 * Use `runtime/default` for seccomp. (#14616) * Corrected documentation for kubectl tab completion on Mac (#14617) * Corrects procedure to get tab completion on Mac Tab completion only requires the installation of bash-completion and sourcing the bash_completion script. Installing bash-completion@2 doesn't work and source <(kubectl completion bash) is no longer necessary in the .bash_profile. * Removed reference to other methods that don't work * Update install-kubectl.md * Fix reference to features state to beta (#14618) * Fix reference to features state to beta * Update device-plugins.md * Update the pull Request template wording (#14619) * [WIP]Fix typo Fix typo * Update PULL_REQUEST_TEMPLATE.md * Update config option for openstack block storage (#14603) * update config option for openstack block storage * Update cloud-providers.md * Remove initializers feature gate (#14602) * Remove initializers feature gate Initializers are removed in 1.14 kubernetes/kubernetes#72972 * Update feature-gates.md * fix link to Storage Classes doc (#14551) * correct the Feature:PodPriority in feature-gates.md (#14547) * Remove initializers (ja) (#14626) Initializers are removed in 1.14 [1] [1]: https://github.com/kubernetes/kubernetes/pull/72972 * Update content/es/_index.html with new links (#14589) * Update content/es/_index.html with new links * Update _index.html * Add content/es/docs/reference/glossary/service.md (#14361) Co-Authored-By: Rael Garcia * Add content/es/docs/reference/glossary/application-developer.md (#14372) Co-Authored-By: Rael Garcia * Add content/es/docs/reference/glossary/image.md (#14364) * Add content/es/docs/reference/glossary/image.md * Update content/es/docs/reference/glossary/image.md Co-Authored-By: Rael Garcia * Add content/es/docs/reference/glossary/application-architect.md (#14373) Co-Authored-By: Rael Garcia * Add content/es/docs/reference/glossary/secret.md (#14356) * Add content/es/docs/reference/glossary/secret.md Co-Authored-By: Rael Garcia * Update content/es/docs/reference/glossary/secret.md Co-Authored-By: Rael Garcia * Update content/es/docs/reference/glossary/secret.md Co-Authored-By: Victor Morales * Add translations for Imperative Config for Bahasa Indonesia (#14530) * Translate declarative config for Bahasa Indonesia * Fix typos and untranslated sentences from previous commit for declarative-config for Bahasa Indonesia * Add _index.md to object-management-kubectl translations for Bahasa Indonesia * Translate imperative-config.md for Bahasa Indonesia * Update missing translations in imperative-config.md for Bahasa Indonesia * Add content/es/docs/reference/glossary/pod.md (#14368) * Add content/es/docs/reference/glossary/pod.md Apply suggestions from code review Co-Authored-By: Rael Garcia * Update content/es/docs/reference/glossary/pod.md Co-Authored-By: Alexander Brand * Fix typo (#14592) * Cloud Native Security Intro (#14495) * initial aggregation of security recommendations * Update content/en/docs/concepts/security/overview.md Co-Authored-By: Jim Angel * Update content/en/docs/concepts/security/overview.md Co-Authored-By: Tim Bannister * address concerns in PR comments * Document rounding behavior for PDBs (#14408) * Document rounding behavior for PDBs * Update content/en/docs/tasks/run-application/configure-pdb.md Co-Authored-By: Tim Bannister * Update configure-pdb.md * content/es/docs/reference/glossary/selector (#14369) * Add relevant glossary tooltips (#14632) Guide reader to learn more about StatefulSet. * Remove initializers (id) (#14655) Initializers are removed in 1.14 [1] [1]: https://github.com/kubernetes/kubernetes/pull/72972 * Remove initializers (zh) (#14654) Initializers are removed in 1.14 [1] [1]: https://github.com/kubernetes/kubernetes/pull/72972 * Fix Typo in the deprecation warning (#13488) * Update minikube.md (#14662) Fix linking in same document for preventing 404 errors because the url parts get duplicated now. e.g: https://kubernetes.io/docs/setup/minikube/docs/setup/minikube/#interacting-with-your-cluster fix would be: https://kubernetes.io/docs/setup/minikube/#interacting-with-your-cluster * fix typo in install-kubeadm.md (#14680) * New upstream commit for code of conduct (Portuguese) (#14630) * Fix Container Environment Variables full link (#14663) * fix typo in romana-network-policy.md (#14661) * fix typos in configure-aggregation-layer.md (#14650) * Link to 'Add image pull secret to service account' (#14669) * Link to 'Add image pull secret to service account' This page does not mention the fact that image pull secrets can be specified through a service account. So adding link to the section which gives details about 'adding image pull secret to service account'. * Correcting link url Correcting link url * change to documentation ip adress #14664 (#14677) * update feature-gates.md (#14635) * Add german slack channel and maintainer (#14489) * Add german slack channel and maintainer * Update German Maintainer Co-Authored-By: Roy Lenferink * Updates kubernetes-basics (#14702) Minor updates: - Add a full stop. - Removed the 'Start the tutorial›' section. The sections are already linked from 1 to 6 and this section doe not add any value after point 6. * Updated target environments supported by Kublr (#14698) * updating ICP version 3.1.2 to 3.2.0 (#14697) * clean up feature state examples, style guide (#14699) * small grammar fixes in overview/components.md (#14693) Trival patch to fix a couple grammatical mistakes I found while going through overview/components.md. * Update secret.md (#14690) fix (#解码-secret) * document version changes of critical pod (#14684) * document version changes of critical pod * document system priority class name version requirement * Update guaranteed-scheduling-critical-addon-pods.md * Adapt docs for kubectl completion on macOS (#14636) * Clarify behavior of parallel pod management policy (#14606) * Fix typo: Update to hello-minikube (#14706) * corrected example for private image string format (#14283) without specifying registry details for `image` value, You will get following error if you are using a private registry even when your private images are hosted in docker.hub and you have valid credentials configured for the same. Failed to pull image "xxx/xxx-app:0.0.1": rpc error: code = Unknown desc = Error response from daemon: pull access denied for xxx/xxx-app, repository does not exist or may require 'docker login' * Tweak glossary definition for Node (#14317) * Tweak glossary definition for Node The services (eg kubelet) that run on a Node are not the kind of Service that the Kubernetes API knows about. Reword accordingly. Also, highlight that Docker is one container runtime and that there are others. * Adopt suggestions from https://github.com/kubernetes/website/pull/14523 Co-Authored-By: Rael Garcia * unhold the binaries on the worker nodes during upgrade (#14708) * Improve Pivotal row in Production Setup table (#14648) * Improve Pivotal row in Production Setup table. - Provider column should contain company name - Change check marks to product links to match other rows Co-authored-by: Danny Berger * Spell out PKS abbreviation. Co-authored-by: Danny Berger * Prefer "minikube delete" over "rm -rf ~/.minikube" (#14647) Using `rm -Rf ~/.minikube` is not necessary in modern (v1.x) versions of minikube, and is highly discouraged as may can leave dangling VM's running, which minikube will fail to recover from. Example issue: https://github.com/kubernetes/minikube/issues/4377 * Reword documentation for Service concept (#14526) * Reword glossary entry for Service New wording should be more suitable for inclusion via a glossary_definition shortcode. * Improve What's Next section for Service concept * Rename Services concept to singular This matches other concept documentation, eg Deployment. * Use documentation IP address range 1.2.3.4 is outside the blocks reserved for documentation. * Reword Service concept description Services direct traffic to Pods, not containers * Write IPVS in uppercase * Link from Security concept to related pages (#14726) * Remove unneeded "groups" from CSR yaml example (#14723) * fix homepage redirect of localized documentations (#14586) * Add case studies from cncf.io (#14520) * Add case studies from cncf.io * Delete index.html * Update index.html * Update index.html * Update index.html * Update index.html * remove Financial Times * update links * fix typo en/fr (#14749) * changed example domain to be **example.com** (#14740) **your.private.registry.example.com** is a better choice of domain name for a non-existing sample domain name than calling it **yourprivateregistry.com** refer #14283 * Fix a small typo (#14743) * Update images.md (#14736) * Update images.md * Update content/en/docs/concepts/containers/images.md That works fine and thank you. Co-Authored-By: Tim Bannister * Add KubeOne as AWS turnkey solution (#14737) * Fix typo in limit-range.md. (#14730) * use glossary defs in overview/components.md (#14721) This patch promotes re-use of the existing kube-proxy glossary definition by referencing it from overview/components.md. Similarly, we move the definition of Container Runtime into a new glossary definition so that other pages may refer to it. * Kubespray supports Custom VM and BareMetal (#14717) Kubespray supports Custom (On-premises VMs) & Custom (Bare Metal). https://kubespray.io states: > Can be deployed on AWS, GCE, Azure, OpenStack, vSphere, Packet (bare metal), Oracle Cloud Infrastructure (Experimental), or Baremetal * fix markdown format (#14756) ![screenshot](https://silenceshell-1255345740.cos.ap-shanghai.myqcloud.com/%E5%B1%8F%E5%B9%95%E5%BF%AB%E7%85%A7%202019-06-06%20%E4%B8%8A%E5%8D%8811.08.13.png) * Update guestbook-logs-metrics-with-elk.md (#14755) * Issue #14703 - Update Images.md (#14757) * update pod-overview.md (#14758) replaced the changed required in #14746 * Translate docs/tasks/configure-pod-container/attach-handler-lifecycle-event in Chinese (#14605) * Add zh/docs/tasks/configure-pod-container/attach-handler-lifecycle-event.md Add zh/examples/pods/lifecycle-events.yaml Translate zh/includes/task-tutorial-prereqs.md to chinese * Apply suggestions from code review Thanks for tengqm's review Co-Authored-By: Qiming * Apply suggestions from code review Thanks for tengqm's help again Co-Authored-By: Qiming * Modify the order of text in markdown format * Unified translation into 处理函数 * Update “Autoscale the DNS Service in a Cluster” (#14525) * Mark code blocks for syntax highlighting * Use glossary tooltips where appropriate * Reword DNS horizontal autoscaling task - Mention that addons manager is deprecated - Use unordered list for “What's next” * Note AMD64 instruction set assumption * Update to more recent cluster-proportional-autoscaler Based on sample configuration in https://raw.githubusercontent.com/kubernetes/kubernetes/beba9921aa1a73431bf322ffa17df6b2aa314b0c/cluster/addons/dns-horizontal-autoscaler/dns-horizontal-autoscaler.yaml * Explain motivation for RuntimeClass (#14490) * Update Calico to v3.7 (#14501) * Update link and standardize language (#14482) * Emphasize that cluster API v1 is deprecated (#14461) * Rs rollingupdate (#14462) * Redirect to Deployment docs * Redirect to Deployment docs * change using to use * typo * fix extra file * line wrap Deployment * Adding annotation example (#14440) * Adding annotation example Adding example to show how annotation looks like in manifest. This will help users to understand where exactly we can use the annotations whose details are already given on this page. Annotation `imageregistry: https://hub.docker.com/` used intentionally to make it more relevant as earlier section talk about registry address annotation. * Resolving review comments Resolving review comments * setup/independent: fix cilium installation guide for kubeadm (#14411) Signed-off-by: André Martins * Adding example to show labels in POD yaml (#14439) * Adding example to show labels in POD yaml This page talk about labels and its usage. Also it talk about syntax for specifying labels. But it does not show how we can have labels in resource manifest. So with this PR i am adding example which shows that how we can have labels in pod manifest. * Changes to resolve review comments Changes to resolve review comments * New upstream commit for code of conduct (Spanish) (#14631) * revert on a name translation of card made by mistake (#14751) * Revert "fix typo en/fr (#14749)" (#14750) This reverts commit 07812a5ac847b29e49a508f743ed7cf7c07df1f4. * docs-fr | concepts | services-networking | ingress (#13742) * [docs-fr] init ingress.md * [docs-fr] remove glossary * [docs-fr] add definitions * [docs-fr] add ingress spec * add default backend and ingress types * fix netlify error for the unfound yaml file * [docs-fr] add TLS and loadbalancing * [docs-fr] fix some french typos * [docs-fr] replace 'équilibreur de charge' with 'load-balancer' * [docs-fr] fix typo * [docs-fr] fix french typos and syntax * Update content/fr/docs/concepts/services-networking/ingress.md Co-Authored-By: Tim Bannister * Update content/fr/docs/concepts/services-networking/ingress.md Co-Authored-By: Tim Bannister * Update content/fr/docs/concepts/services-networking/ingress.md Co-Authored-By: Tim Bannister * Update content/fr/docs/concepts/services-networking/ingress.md Co-Authored-By: Tim Bannister * Update content/fr/docs/concepts/services-networking/ingress.md Co-Authored-By: Tim Bannister * Update content/fr/docs/concepts/services-networking/ingress.md Co-Authored-By: Tim Bannister * Update content/fr/docs/concepts/services-networking/ingress.md Co-Authored-By: Tim Bannister * [docs-fr] enhance syntax * [docs-fr] update load-balancer spec * [docs-fr] fix broken deployment * [docs-fr] fix typos * fix typo and wrong url (#14772) * Fix typo, missing 's' for plural (#14783) * Update bootstrap js because bootstrap 3.3.7 is vulnerable (#14775) https://snyk.io/vuln/npm:bootstrap?lh=3.3.7&utm_source=lighthouse&utm_medium=ref&utm_campaign=audit * small typo: extra verb (#14765) * correct typo in home directory name (#14659) home directory given as /etc/kuberentes/pki should be /etc/kubernetes/pki * Use Hugo extended for Sass/CSS (#13113) * Correction: sysctl entries aren't annotations (#14796) * Correction: sysctl entries aren't annotations First, thank you for your work on this documentation. It means so much to so many users. I found that the sysctl documentation linked here explains that sysctl pod security policy entries are in the spec field, not done via annotation. This corrects it, using as much of the original language as possible from the linked sysctl documentation. * Update pod-security-policy.md * Fixes PDB rounding docs (percentage as string instead of float) (#14788) * Clarifies how to set `minAvailable` using a percentage * Fixes other references to percentages * improve arch/nodes.md info on Conditions and Allocatable (#14753) * clarify Conditions section in arch/nodes.md The field name is `conditions` (plural), so have the section name match the field name. In addition, updates the JSON output of an individual Condition to match all the fields returned in k8s 1.14+. * add information about Allocatable to nodes.md Since k8s 1.6, a Node object returns information about both the node's capacity as well as the allocatable resources on the node. The latter is a representation of the resources that are available for normal pods to consume. This patch adds information about capacity vs. allocatable to the documentation about nodes and provides a link to where the reader can find more information about reserving compute resources. * Add missing logrotate component to logging with streaming sidecar image (#14780) * recommended admission controllers are enabled by default (#14784) Since the recommended ones are already enabled by default, they do not need to be explicitly specified with `--enable-admission-plugins` * add link to default admission controllers (#14808) * Add CSI type pv and description of CSI accessMode (#14798) * Federation Remediation Part Deux (#14140) * first removal of federation * more fixes * Update service.md (#14804) Removed one 'means' from incorrect repeat. * fix padding for docs home on nav (#14807) updated padding for docs home on nav testing new sass->css, hugo extended * Fixes the IP addresses shown in the ip-masq diagram. (#14789) The diagram can now be edited in draw.io Issue #13917 * Update install-minikube.md (#14776) Add message displayed when Hyper-V is already installed. * Updated podpreset.md to reflect changes in #71479 (#14764) * Updated podpreset.md to reflect changes in #71479 See https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.14.md#other-notable-changes-3 * Refactored explanation to facilitate localization. * Remove Port Proxy reference (#14769) The repository is no longer maintained and deprecated * add clux/kube-rs client (#14759) * add clux/kube-rs client add [clux/kube-rs](https://github.com/clux/kube-rs) to list of [community-maintained client libraries](https://kubernetes.io/docs/reference/using-api/client-libraries/#community-maintained-client-libraries) * reorder * Update control-plane-flags.md (#14729) * add related note with pod deleted (#14709) * feat: add job application has some error and restartPolicy is not Nerver pod will be delete note * feat: optimize delete pods related suggestion * Update jobs-run-to-completion.md * Update persistent-volumes.md (#14811) Update PersistentVolume description. * Add recommendation to use kms provider (#13264) * Add recommendation to use kms provider Add a warning to encrypting secrets documentation that if using a provider with secrets encryption, kms provider is preferred as it materially changes the threat model. * Update encrypt-data.md * Update encrypt-data.md Updated to include kms provider is Beta sice 1.12 * Update encrypt-data.md * Add comment about where to run probe (#13815) * Add comment about where to run probe Add comment about where to run probe Signed-off-by: Xiang Dai <764524258@qq.com> * Update language Signed-off-by: Xiang Dai <764524258@qq.com> * Update language Signed-off-by: Xiang Dai <764524258@qq.com> * Update language Signed-off-by: Xiang Dai <764524258@qq.com> * fix grammar nits Signed-off-by: Xiang Dai <764524258@qq.com> * updated recommend key path for multiple certificates . (#13895) this is fix for issue #13892 " In certificate-path table, values of recommend key path for certificates are missing." * update kubectl "$" format (#13256) * Downloadable examples for “Run applications” section (#14147) * Move examples ahead of commands that use them In support of https://github.com/kubernetes/website/issues/12740 The aim is to adopt a consistent style around providing downloadable examples for use with kubectl, etc. * Tweak wording for stateful app pod example * Adopt formatting conventions for code blocks * Move ReplicationController sample YAML to examples In aid of https://github.com/kubernetes/website/issues/12740 * Move PodDisruptionBudget sample YAML to examples In aid of https://github.com/kubernetes/website/issues/12740 * Update test schema for new examples * Use Unicode ellipsis in example Aim here is to make the elision more obvious * Split minikube install task into tabs (per-OS) (#14013) * Put minikube install steps in per-OS tabs * Work around nested
  • formatting issue Using Markdown unordered lists inside tabs doesn't seem to work. These changes are my work-around for that. * Reword "laptop" to personal computer Some computers aren't laptops * Drop trailing whitespace * Drop warning about removing other Mac hypervisors * Add Ref to shared process namespaces (#14194) * Add Ref to shared process namespaces The article talking about ways container can talk to each other should include shared process namespace as a method * Drop note on kube version in reference * Check all commits in branch for examples (to trigger testing) (#14243) * Check for examples changes in all branch commits Review all the commits in the branch looking for changes inside content/*/examples and if any are found, trigger testing. This assumes that the main line branch is named "master" * Tidy examples testing wrapper - print diagnostics to standard error - check for a "Yes" value rather than for absence of "No" * Fix several potential issues with existing translation (#14785) * some typos * some weird formulations, copied from the original english sentence * some missing translations * Add accessibility guidelines to the style guide (#14292) * [WIP] added accessibility guidelines to the style guide Adopted the accessibility level A and AA guidelines to Markdown elements: https://www.w3.org/WAI/WCAG21/quickref/?versions=2.0¤tsidebar=%23col_overview&levels=aaa We still need to define attributes for the front matter. See, https://github.com/kubernetes/website/issues/14286 I am yet to draft the guidelines for images and alt text. * fixed the note Update style-guide.md Incorporated the changes suggested Incorporated the changes suggested. fixed the formatting issues in the table fixed the spaces in the links section fixed a space issue fixed format issues in the link added a11y guidelines to code section removed a spacing issue front matter guidelines best fit the using template section Update content/en/docs/contribute/style/style-guide.md Co-Authored-By: Tim Bannister Update content/en/docs/contribute/style/style-guide.md Co-Authored-By: Tim Bannister Update content/en/docs/contribute/style/style-guide.md Co-Authored-By: Tim Bannister incorporated the changes incorporated the changes Update content/en/docs/contribute/style/style-guide.md Co-Authored-By: Tim Bannister title section for front matter guideline updated the html characters Update content/en/docs/contribute/style/style-guide.md Co-Authored-By: Tim Bannister Update style-guide.md * Improve concept page for Ingress (#14313) * Highlight feature state for Ingress concept * Fix command output marked as shell script * Write "load balancer" as two words * Clarify prerequisites for Ingress * Tidy & reword * Add link to Ingress Controllers topic (further reading) * Use a glossary tooltip for Secret (readers may not have encountered that concept yet) * Update term definitions in Ingress concept - Adopt wording from glossary (NB: glossary_definition shortcode didn't seem suitable) - Replace terms with glossary_tooltip where appropriate * Add all the _index files for the French translation (#14744) * initial french translation (#14793) * Restructure the left navigation pane of setup (#14826) * restructure left nav * Restructure setup left navigation * Update _redirects * Incorporated all the changes suggested * removed the Thumbs.db file * Update _index.md for Spanish (#14645) * Update _index.md * Update _index.md * Add content/es/docs/reference/glossary/kubeadm.md (#14546) * Add content/es/docs/reference/glossary/kubeadm.md * Update content/es/docs/reference/glossary/kubeadm.md Co-Authored-By: Rael Garcia * Update content/es/docs/reference/glossary/kubeadm.md Co-Authored-By: Rael Garcia * Update content/es/docs/reference/glossary/kubeadm.md Co-Authored-By: Rael Garcia * Add content/es/docs/reference/glossary/docker.md (#14553) * Add content/es/docs/reference/glossary/docker.md * Update content/es/docs/reference/glossary/docker.md Co-Authored-By: Victor Morales * Translate content/id/docs/concepts/cluster-administration/cluster-administration-overview.md into Portuguese (#14705) * Added - Cluster Administration Overview as ptBR * Fixed missing translation * Fixed style * rollback reviewers * Add a script to check differences between translated and English version (#14731) This script will query all the changes that happen to a reference document (in English) since the last time a given translation was merged (For instance in French). This could help all the translation team to keep up with the changes that happened inside the reference document. * fix a mistake in limit-range.md (#14836) * Update field-selectors.md (#14839) We should use --all-namespaces to filter all the service * fix-zh-home (#14835) * Update install-kubectl.md (#14840) Add note: Docker for Windows adds its own kubectl to PATH * 2 translated interactive tutorials for ES (#14417) Signed-off-by: Ben Hall * Added blog post about the upcoming Contributor Summit Shanghai. (#14782) * Added blog post about the upcoming Contributor Summit Shanghai. * Update content/en/blog/_posts/2019-06-11-contributor-summit-shanghai.md Spell out CLA Co-Authored-By: Tim Bannister * Update content/en/blog/_posts/2019-06-11-contributor-summit-shanghai.md Spell out KEP Co-Authored-By: chenrui * Update content/en/blog/_posts/2019-06-11-contributor-summit-shanghai.md define f2f Co-Authored-By: chenrui * Update content/en/blog/_posts/2019-06-11-contributor-summit-shanghai.md comma Co-Authored-By: chenrui * Update content/en/blog/_posts/2019-06-11-contributor-summit-shanghai.md add meeting Co-Authored-By: chenrui * Update content/en/blog/_posts/2019-06-11-contributor-summit-shanghai.md localized/internationalized Co-Authored-By: chenrui * Update and rename 2019-06-11-contributor-summit-shanghai.md to 2019-06-12-contributor-summit-shanghai.md * Update out-of-resource.md (#14862) add default value for housekeeping interval * update pick-right-solution to setup page (#14866) * update pick-right-solution to setup page Fixes-14476 * update pick-right-solution to setup page #14866 * zh-trans: add 2019-06-11-contributor-summit-shanghai.md (#14837) * zh-trans: add 2019-06-11-contributor-summit-shanghai.md * s/贡献者峰会活动/贡献者峰会/ * s/不过/不论/ * Adopt PR suggestion * s/你/您/ * s/当前贡献者节/现有贡献者活动/ * s/在亚洲和大洋洲的很多贡献者/很多亚洲和大洋洲的贡献者/ * s/新开发者/新贡献者/ * Adopt PR suggestion. * s/上海会展中心/上海世博中心/ * s/工作者/贡献者/ * Refresh original English text as the related PR got merged * Rename the filename to be consistent with English blog post PR * remove useless file: whatisk8s.md (#14844) * fix some typos in kubeadm init (#14864) * Translate "Garbage Collection" page to Bahasa Indonesia (#14513) * add pod preset page for language/id * fix formatting * fix typos and wording * fix formatting and add few missed lines * fix note formatting * add Garbage Collection page in Bahasa Indonesia and minor fix on Pod Preset page * remove replication.yaml * add controllers/replicaset.yaml to example * fix formatting error * change dependent to dependen and fix note translation * delete trailing space in heading * Dangling "pick-right-solution" references - Italian (#14806) * Fixes-14477 * update pick-right-solution to setup page Fixes-14476 * update sentences and fix typo lang/it Fixes-14477 * Revert "update pick-right-solution to setup page Fixes-14476" This reverts commit e949a7f3d4bc65fa91339d8d4b826e499e552455. revert wrong commit * Update _index.md (#14685) * Fixed typo (#14845) * Add content/es/docs/reference/glossary/kops.md (#14533) * [docs-fr] add missing overview (#14815) * translated term: container-runtime (#14921) * Fifth Korean localization work for release-1.14 (#14578) (#14874) Change List * ko: add tutorials/clusters/apparmor #12455 (#14613) * ko: add tasks/access-application-cluster/configure-dns-cluster (#14628) * ko: add tasks/access-application-cluster/communicate-containers-same-… (#14627) * ko: Update outdated files of setup and tasks in dev-1.14-ko.5 partly (#14683) * translate to content/ko/docs/concepts/cluster-administration/cluster-… (#14237) * Update renamed or deleted files in dev-1.14-ko.5 (#14710) * Create pod.md (#13927) Co-Authored-By: Yoon Co-Authored-By: Woojin Na(Eddie) Co-Authored-By: Claudia J. Kang * fixing carousel Fixes ##14882 (#14895) * translated term: container (#14909) * translated glossary/aggregation-layer.md from en to fr (#14911) * Tidy reference doc generation guide (#14825) - fix YAML marked as shell - trim trailing whitespace * Tidy garbage collection controller page (#14856) * Tidy code blocks * Reword for better readability Revert "Removing merge conflicts for branch dev1.15 (#14940)" This reverts commit 3c42770bc4c939cd371caa0f3b9bc229533d3d8f. Update content from master and resolve conflicts dev-1.15 (#14950) * Update pick-right-solution.md (#14305) * Fixes for https://kubernetes.io/docs/tasks/administer-cluster/cluster-management/ (#14298) * Add missing capture block end * Drop outdated link to v1.6 upgrade * Created nl.toml (#14131) Dutch (NL) translation Update i18n/nl.toml Co-Authored-By: olku <22026726+olku@users.noreply.github.com> Update i18n/nl.toml Co-Authored-By: olku <22026726+olku@users.noreply.github.com> Update i18n/nl.toml Co-Authored-By: olku <22026726+olku@users.noreply.github.com> Update nl.toml Update i18n/nl.toml Co-Authored-By: Roy Lenferink Feedback processed. * Improve Kubernetes-setup-using-Ansible-and-Vagrant (#13999) Fix a node IP issue when using vagrant. See https://github.com/kubernetes/kubernetes/issues/60835 for detail. Since the tutorial using debs, we need to configure node IP in `/etc/default/kubelet`. See https://kubernetes.io/docs/setup/independent/kubelet-integration/ for detail. * Add New Contributor Workshops blog post. (#14315) * Add Indonesian Translation for names (#14320) * Fix phrase * Fix date format on glossary files * changed the formatting of example-ingress.yaml (#14333) change the formatting of example-ingress.yaml file. Raising PR for #14284 * add links to individual readme files (#14324) * Add co-chair role (#14219) Add meeting guidelines, graphic Update embedded image Use raw HTML for image link Edit path Indent list items minor edits Add line breaks for indentation Add bolding Add section for meetings Feedback from jimangel * updated the links of cherrypick guide (#14348) * Update deployment.md (#14345) * Fix code block (#14334) * Add links to the external cloud-provider repos (#14335) Rather than just saying "they exist, good luck" * List & watch can be authorized on named resources (#14339) * Fix sentence format (#14311) * Add cla page (#14363) Add missing dot Remove typos * Move Karbon to on-premisses (#14269) * Declare IPVS-based kube-proxy GA (#14263) See: https://github.com/kubernetes/kubernetes/pull/58442 * en/glossary: use title for all Pod occurrences (#14366) Use title case for all the Pod occurrences which appear in the rkt glossary term. * kubectl should also be held by apt-mark (#14250) here apt installs both kubelet and kubectl but just holds kubelet. I think kubectl should alse be held by apt-mark. ``` apt-mark unhold kubelet && \ apt-get update && apt-get install -y kubelet=1.14.x-00 kubectl=1.14.x-00 && \ apt-mark hold kubelet ``` * Update create-cluster-kubeadm.md (#13801) * Update create-cluster-kubeadm.md * Update create-cluster-kubeadm.md * Remove superfluous kubectl apply -f * fix runasgroup psp policy (#14121) * YAML code-block within a list bug fixed (#14293) (#14295) * Localisation of the architecture section (#14145) * Initialize Network Policy in Bahasa Indonesia. (#14287) Fix typos and nitty gritty. * Fixing the output of jsonpath (#14387) Items is an array and the [ ] are missing in the jsonpath * Correcting sequence of tasks for manage cluster daemon (#14383) * Correcting order of display for daemon set tasks Correcting order of display for daemon set tasks * Correcting display order of daemon set task Correcting display order of daemon set task * Updated DaemonSet page to include SignalFx Agent. (#14385) * move obj mgmt files to tasks (#14374) * move obj mgmt files to tasks * add redirects for moved files * Fixing grammatical error (#14389) * Correcting example to avoid ambiguity (#14354) Both local and pod port number are same i.e. 6379 which causes confusion to first time reader. This can be easily avoided by using two different port number. * Changed the redisslave version from v1 to v3. (#14276) * Refractor _index.md (#14163) * Updated Linux Academy courses (#14303) * Updated Linux Academy courses * Apply suggestions from code review Co-Authored-By: Tim Bannister * Fix link syntax * Update overview.md * Correcting minikube quickstart steps (#14355) * Correcting minikube quickstart steps In minikube quickstart section , it was difficult to differentiate between command and its output. Also, There was no details given for each steps and its expected output. This PR fixes these issues. * Correcting number formatting Correcting number formatting * Correcting numbering Correcting numbering * Update content/en/docs/setup/minikube.md Co-Authored-By: Franklin Yu * Update content/en/docs/setup/minikube.md Co-Authored-By: Franklin Yu * Update content/en/docs/setup/minikube.md Co-Authored-By: Franklin Yu * Corrected formatting Corrected formatting * Correcting number sequence Correcting number sequence * Create blog post draft (#14384) * Create blog post draft * Fixed comma problem and updated Cloud * Edits for clarity (#14423) * pick-right-solution.md (#14434) Added Cisco Container Platform under "On-Premises turnkey cloud solutions" * Fix link (#14438) * Update imperative-command.md * Update imperative-command.md * removed the junk character (#14430) * Switch to long command option (#14422) * fix links to tool install (#14418) * Remove extra '**' (#14413) remove extra '*' from the end of the aritcle; or they have other meanings :D * Updated links to vendor specific implementions (#14400) The following links where broken * AZURE * GCE * AWS In case of GCE I assume it changed to GCP, but please confirm if that is correct. * document pod downwardAPI fieldRef & resourceFiledRef values (#14321) * document pod downwardAPI fieldRef & resourceRef values of en version * document pod downwardAPI fieldRef & resourceRef values of zh version * typo correction * Add containerd and CRI-O to glossary (#14309) * Use relevant glossary definitions (#14414) * Link upgrade to skewed version page (#14421) * Link upgrade to skewed version page It provides the order of upgrade and shows which versions are supported. Solves (at least partially ) #14420 * Update cluster-management.md * Update cluster-management.md * Describe language specific style guide in l10n guide (#14437) * Flag --export has been deprecated (#14432) Flag --export has been deprecated, This flag is deprecated and will be removed in future. * setup page replaces picking the right solutions (#14442) * Update i18n/ja.toml (#13666) * fix #13105 * Translate #12900 in advance * Update ja.toml * Pod yaml command and change pod curl (#14448) * Translate "Pod Preset" page to Bahasa Indonesia (#14394) * add pod preset page for language/id * fix formatting * fix typos and wording * fix formatting and add few missed lines * fix note formatting * Add a Korean l10n reviewer to OWNERS_ALIASES (#14460) * Add content/en/docs/reference/glossary/certificate.md (#14371) * Update apiVersion on example-ingress to extensions/v1beta1 (#14449) Update apiVersion on ingress to extensions/v1beta1 * Fix link in "Customizing DNS Service" docs (#14455) * Second Japanese l10n work for release-1.13 (#14465) * Update k8s.io/ja/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro/ (#13153) * [ja] Translate Hello Minikube in tutorials (#13100) (#13161) * ja-trans: update supported-doc-versions.md (#13186) * [ja] Update /concepts/overview/what-is-kubernetes.md #13079 (#13187) * ja-trans: update expose-intro.html (#13215) * ja-trans: update expose-intro.html * ja-trans: fix broken links by linking to english pages * update deploy-intro.html (#13103) (#13208) * update deploy-intro.html (#13103) * Update content/ja/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.html add /ja path Co-Authored-By: chidakiyo * [ja] Update /setup/release/building-from-source.md (#13095) (#13220) * ja-trans: update /ja/docs/setup/independent/control-plane-flags/ (#13228) * ja-trans: Update /setup/turnkey/azure.md (#13097) (#13224) * ja-trans: update /ja/docs/tutorials/kubernetes-basics/ (#13232) * ja-trans: update /ja/docs/tutorials/kubernetes-basics/ * ja-trans: translate card.title * ja-trans: update setup/minikube.md (#13091) (#13219) * [ja] Update content of setup/minikube.md, fixing the diff between 551489f 7b07d19. * [ja] Translate the content: content/ja/docs/setup/minikube.md (#13091) * Correct Katakana words, using long vowel words Co-Authored-By: yukinagae * Fix typos Co-Authored-By: yukinagae * Correct some changes, thanks for the FB Co-Authored-By: yukinagae * ja-trans: Update k8s.io/ja/docs/setup/pick-right-solution/ (#13094) (#13328) * ja-trans: Update the content of setup/pick-right-solution.md, only fixing the diff between 551489f and 7b07d19. (Not yet translating the content at the moment to only make sure fixing the diff is ok. Next commit will be actually the translation stuff) * ja-trans: Translate /ja/docs/setup/pick-right-solution.md (#13094) * Update content/ja/docs/setup/pick-right-solution.md Correct small changes based on the feedback Co-Authored-By: yukinagae * Better translation and refer the Japanese document link Co-Authored-By: yukinagae * Correct Japanese anchors Co-Authored-By: yukinagae * Correct translation mistakes Co-Authored-By: yukinagae * ja: Translate /docs/home (#13366) * follow to the latest format * review * ja: fix some unnatural translation and formatting (#13367) * format * Update content/ja/docs/setup/certificates.md Co-Authored-By: inductor * ja-trans: Translate heading and subheading of docs/setup/version-skew-policy.md in Japanese (#13360) * copy content * remove reviewer block * Translate heading and subheading. * change translation * ja-trans: Translate heading and subheading of docs/setup/turnkey/icp.md in Japanese (#13359) * copy content * remove reviewer block * Translate heading and subheading. * ref. #13098 (#13358) * ref. #13096 (#13357) * ref. #13089 (#13353) * ref. #13087 (#13351) * ref. #13082 (#13348) * ref. #13085 (#13349) * ref. #13088 (#13352) * ref. #13090 (#13354) * ref. #13092 (#13355) * ref. #13093 (#13356) * ref. #13099 (#13361) * [ja] Translate the content: ja/docs/setup/independent/high-availability/ (#13364) * [ja] Translate the content: ja/docs/setup/independent/high-availability/ * remove redundant comma, words * Update content/ja/docs/setup/independent/high-availability.md 余分な文字を削除 Co-Authored-By: TSUDA-Kyosuke * Update k8s.io/ja/docs/setup/cri/ (#13663) * fix content. * Update content/ja/docs/setup/cri.md Co-Authored-By: cstoku * Update cri.md * Update content/ja/docs/setup/cri.md Co-Authored-By: cstoku * Update content/ja/docs/setup/cri.md Co-Authored-By: cstoku * improve translation * cleanup component install to use new catalog feature (#14063) * cleanup component install to use new catalog feature sequence of operations cleanup component install to use new catalog feature * Update krib.md * Fix dangling "pick-right-solution" references - English (#14468) * Fix dangling references * Redirect to setup * english update only * english update only * Update last file * word fix * Add blog post about Kyma from CNCF landscape (#14266) * Create 2019-05-08-Kyma-extend-and-build-on-kubernetes-with-ease.md * Update 2019-05-08-Kyma-extend-and-build-on-kubernetes-with-ease.md * Update 2019-05-08-Kyma-extend-and-build-on-kubernetes-with-ease.md * Update 2019-05-08-Kyma-extend-and-build-on-kubernetes-with-ease.md * Create test.md * Add files via upload * Delete test.md * Update 2019-05-08-Kyma-extend-and-build-on-kubernetes-with-ease.md * Update 2019-05-08-Kyma-extend-and-build-on-kubernetes-with-ease.md * Update 2019-05-08-Kyma-extend-and-build-on-kubernetes-with-ease.md * Update 2019-05-08-Kyma-extend-and-build-on-kubernetes-with-ease.md * Update content/en/blog/_posts/2019-05-08-Kyma-extend-and-build-on-kubernetes-with-ease.md Co-Authored-By: derberg * Update 2019-05-08-Kyma-extend-and-build-on-kubernetes-with-ease.md * Add files via upload * Update 2019-05-08-Kyma-extend-and-build-on-kubernetes-with-ease.md * Update 2019-05-08-Kyma-extend-and-build-on-kubernetes-with-ease.md * Update 2019-05-08-Kyma-extend-and-build-on-kubernetes-with-ease.md * Update 2019-05-23-Kyma-extend-and-build-on-kubernetes-with-ease.md * Fix typo "feedbacks" (#14505) Feedback is uncountable, just a nitpick ;-) * update link to front matter description (#14493) Update the front matter link from jekyll to gohugo. * Fix dead links related to Kubernetes object management (#14481) * Translate Disruptions docs to Indonesian (#14395) * Translate Disruptions docs to Indonesian * Several changes regarding reviews: - Use underscore for italic - Italicize "cloud" - Consistency of Disrupsi and Gangguan -> Use Disrupsi instead - Change "usir" to italicized "evict" - Change "pengontrol" to "pengendali" - Change "kuras" to "drain" - Emphasize first mention of disrupsi with bold instead - Some typo and standard words fixes - Fixes a potentially fatal translation of "hosting provider" - From "penyedia layanan cloud" to "penyedia layanan Kubernetes * Initialize Taints and Tolerations in Bahasa Indonesia. (#14405) * Initialize Taints and Tolerations in Bahasa Indonesia. * Fix typos * Choisir la bonne solution link updated! (#14483) * Choisir la bonne solution link updated! Co-Authored-By: Cheikh Rouhou Co-Authored-By: Gergey Csatari * Choisir la bonne solution link updated! Co-Authored-By: Cheikh Rouhou Co-Authored-By: Gergey Csatari * Remove some spaces * Update kubecon buttons on homepage (#14521) * Update kubecon buttons on homepage * Update _index.html * Update cluster-administration-overview.md (#14510) * Update cluster-administration-overview.md according to #14442 and related with #14480 * Update cluster-administration-overview.md * Update overview.md (#14424) * Update overview.md Fixed broken links for the Linuxacademy courses * Update overview.md * Add content/es/docs/reference/glossary/job.md (#14359) * Agregado el termino Job al glosario * Traducida la página de Job * Update content/es/docs/reference/glossary/job.md accepted reviewer changes Co-Authored-By: Rael Garcia * Add content/es/docs/reference/glossary/rkt.md (#14365) * es/docs/references/glossary: Add rkt term * Update content/es/docs/reference/glossary/rkt.md Co-Authored-By: Rael Garcia * Update content/es/docs/reference/glossary/rkt.md Co-Authored-By: Rael Garcia * Update content/es/docs/reference/glossary/rkt.md Co-Authored-By: Rael Garcia * Add translations for Imperative Command for Bahasa Indonesia (#14064) * Translate declarative config for Bahasa Indonesia * Fix typos and untranslated sentences from previous commit for declarative-config for Bahasa Indonesia * Add _index.md to object-management-kubectl translations for Bahasa Indonesia * Translate imperative-command.md for Bahasa Indonesia * Update translations for Imperative Command for Bahasa Indonesia * Update URL in k8s.io/docs/tasks/federation/administer-federation/cluster/ (#14463) * Add /content/fr/docs/reference/_index.md (#14528) * Add /content/fr/docs/reference/_index.md * translate title and title Link * take out the approvers section * replace design by conception * Update content/fr/docs/reference/_index.md Co-Authored-By: Tim Bannister * Update install-minikube.md (#14542) The link https://github.com/kubernetes/minikube#other-ways-to-install doesn't exist anymore. So either we remove the link to it or we fix the minikube README and add a new section for alternative ways to install minikube. What do you think? * Tidy & reword “Configure a Pod to Use a Projected Volume for Storage” (#14539) * Reference glossary entry for Secret * Fix code block format code * Tidying & rewording * Fix HTML typo (#14527) * Add content/fr/docs/tutorials/_index.md (#14529) * Add `content/fr/docs/tutorials/_index.md * The navigation menu was broken without it. * Translation from `content/en/docs/tutorials/_index.md` * Update content/fr/docs/tutorials/_index.md Co-Authored-By: Tim Bannister * fix kubernetes certified logo url (#14511) Signed-off-by: harshvkarn * Add more language specific slack channels (#14506) * Add more country/language specific slack channels * Fix Finnish slack channel Co-Authored-By: Markus Maga * Add spanish translation for node (#14360) Co-Authored-By: Rael Garcia * Add container-environment-varibales concepts page (#14378) Update content/es/docs/concepts/containers/container-environment-variables.md Co-Authored-By: Victor Morales Update content/es/docs/concepts/containers/container-environment-variables.md Co-Authored-By: Alexander Brand Update content/es/docs/concepts/containers/container-environment-variables.md Co-Authored-By: Victor Morales Update content/es/docs/concepts/containers/container-environment-variables.md Co-Authored-By: Victor Morales Update content/es/docs/concepts/containers/container-environment-variables.md Co-Authored-By: Victor Morales Update content/es/docs/concepts/containers/container-environment-variables.md Co-Authored-By: Victor Morales Update content/es/docs/concepts/containers/container-environment-variables.md Co-Authored-By: Victor Morales Update content/es/docs/concepts/containers/container-environment-variables.md Co-Authored-By: Rael Garcia Add raelga as reviewer Co-Authored-By: Rael Garcia Remove typo Co-Authored-By: Rael Garcia Add context to the link Co-Authored-By: Rael Garcia Change the word to more international one Co-Authored-By: Rael Garcia Update content/es/docs/concepts/containers/container-environment-variables.md Co-Authored-By: Rael Garcia * Add content/es/docs/reference/glossary/cluster.md (#14472) Co-Authored-By: Rael Garcia * Fourth Korean localization work for release-1.14 (#14578) This commit is the fourth Korean l10n work for release-1.14. Change List * Translate concepts/overview/object-management-kubectl/declarative-config in Korean (#14285) * translate cron-jobs.md to korean + add _index.md (#14024) * ko: update outdated files in dev-1.14-ko.4 #14207 (#14347) * Translate standardized glossary Tag Workload in Korean (#14208) * translate to content/ko/docs/concepts/cluster-administration/controll… (#14234) * ko: update concepts, contribute, tasks in dev-1.14-ko.4 #14207 (#14502) * ko: update cheatsheet in dev-1.14-ko.4 (#14515) Co-Authored-By: Woojin Na(Eddie) Co-Authored-By: Kim Young Dae <38598117+zer0big@users.noreply.github.com> Co-Authored-by: Claudia J. Kang Co-authored-by: Yoon Co-authored-by: June Yi Co-authored-by: Seokho * Updating blog OWNERS (#14338) * Fix content/es/docs/setup/_index.md (#14491) Dangling "pick-right-solution" references kubernetes#14474 es docs redirection 404 fixed * Add annotation page (#14358) * Add content/es/docs/reference/glossary/sysctl.md (#14390) Signed-off-by: Jose Luis Perez Diez Co-Authored-By: Alexander Brand Co-Authored-By: Victor Morales * fix link to aws.go (#14550) * fix link to aws.go * fix link to aws.go * Use shortcode for note in Kops glossary entry (#14534) * Use note shortcode in kops glossary entry This brings the entry closer to Kubernetes' style guide for documentation. * Reword kops glossary entry - Write “Terraform” with a capital T (it's a proper noun) - Adjust grammar * Delete resources created during this task (#14536) * [WIP] Clean up and reorganize minikube.md (#14255) The current content was not following the style guide and lacked information on what the user was doing under the quick start section. Added more information and tested the section out. Further reorganized the content. Correct typos Updated the content. Updated the content Fixed syntax error. Update the unordered list formatting Fix formatting issues Formatting update Format the content Format the content Format content Format ordered content Format unordered list Clean up and reorganize minikube.md Updated the content Updated the content as per the comments received. Fixed an error Fixes the note shortcode Fixes error in shortcode Clean up and reorganize minikube.md * docs-fr | tutorials | create-cluster (#14584) * init pages tuto FR create-cluster * typo * update * update index * Update kubecon buttons on homepage fr (#14587) update * Fix OpenAPI deprecated endpoints in Kubernetes 1.14 (#14608) * Reword glossary entry for etcd (#14621) * Link to official etcd documentation * Reword etcd glossary entry * Update etcd.md * Update code of conduct based on upstream changes (#14612) Level with upstream commit 214585e24aab747fb85c2ea44fbf4a2442e30de6 * Use `runtime/default` for seccomp. (#14616) * Corrected documentation for kubectl tab completion on Mac (#14617) * Corrects procedure to get tab completion on Mac Tab completion only requires the installation of bash-completion and sourcing the bash_completion script. Installing bash-completion@2 doesn't work and source <(kubectl completion bash) is no longer necessary in the .bash_profile. * Removed reference to other methods that don't work * Update install-kubectl.md * Fix reference to features state to beta (#14618) * Fix reference to features state to beta * Update device-plugins.md * Update the pull Request template wording (#14619) * [WIP]Fix typo Fix typo * Update PULL_REQUEST_TEMPLATE.md * Update config option for openstack block storage (#14603) * update config option for openstack block storage * Update cloud-providers.md * Remove initializers feature gate (#14602) * Remove initializers feature gate Initializers are removed in 1.14 kubernetes/kubernetes#72972 * Update feature-gates.md * fix link to Storage Classes doc (#14551) * correct the Feature:PodPriority in feature-gates.md (#14547) * Remove initializers (ja) (#14626) Initializers are removed in 1.14 [1] [1]: https://github.com/kubernetes/kubernetes/pull/72972 * Update content/es/_index.html with new links (#14589) * Update content/es/_index.html with new links * Update _index.html * Add content/es/docs/reference/glossary/service.md (#14361) Co-Authored-By: Rael Garcia * Add content/es/docs/reference/glossary/application-developer.md (#14372) Co-Authored-By: Rael Garcia * Add content/es/docs/reference/glossary/image.md (#14364) * Add content/es/docs/reference/glossary/image.md * Update content/es/docs/reference/glossary/image.md Co-Authored-By: Rael Garcia * Add content/es/docs/reference/glossary/application-architect.md (#14373) Co-Authored-By: Rael Garcia * Add content/es/docs/reference/glossary/secret.md (#14356) * Add content/es/docs/reference/glossary/secret.md Co-Authored-By: Rael Garcia * Update content/es/docs/reference/glossary/secret.md Co-Authored-By: Rael Garcia * Update content/es/docs/reference/glossary/secret.md Co-Authored-By: Victor Morales * Add translations for Imperative Config for Bahasa Indonesia (#14530) * Translate declarative config for Bahasa Indonesia * Fix typos and untranslated sentences from previous commit for declarative-config for Bahasa Indonesia * Add _index.md to object-management-kubectl translations for Bahasa Indonesia * Translate imperative-config.md for Bahasa Indonesia * Update missing translations in imperative-config.md for Bahasa Indonesia * Add content/es/docs/reference/glossary/pod.md (#14368) * Add content/es/docs/reference/glossary/pod.md Apply suggestions from code review Co-Authored-By: Rael Garcia * Update content/es/docs/reference/glossary/pod.md Co-Authored-By: Alexander Brand * Fix typo (#14592) * Cloud Native Security Intro (#14495) * initial aggregation of security recommendations * Update content/en/docs/concepts/security/overview.md Co-Authored-By: Jim Angel * Update content/en/docs/concepts/security/overview.md Co-Authored-By: Tim Bannister * address concerns in PR comments * Document rounding behavior for PDBs (#14408) * Document rounding behavior for PDBs * Update content/en/docs/tasks/run-application/configure-pdb.md Co-Authored-By: Tim Bannister * Update configure-pdb.md * content/es/docs/reference/glossary/selector (#14369) * Add relevant glossary tooltips (#14632) Guide reader to learn more about StatefulSet. * Remove initializers (id) (#14655) Initializers are removed in 1.14 [1] [1]: https://github.com/kubernetes/kubernetes/pull/72972 * Remove initializers (zh) (#14654) Initializers are removed in 1.14 [1] [1]: https://github.com/kubernetes/kubernetes/pull/72972 * Fix Typo in the deprecation warning (#13488) * Update minikube.md (#14662) Fix linking in same document for preventing 404 errors because the url parts get duplicated now. e.g: https://kubernetes.io/docs/setup/minikube/docs/setup/minikube/#interacting-with-your-cluster fix would be: https://kubernetes.io/docs/setup/minikube/#interacting-with-your-cluster * fix typo in install-kubeadm.md (#14680) * New upstream commit for code of conduct (Portuguese) (#14630) * Fix Container Environment Variables full link (#14663) * fix typo in romana-network-policy.md (#14661) * fix typos in configure-aggregation-layer.md (#14650) * Link to 'Add image pull secret to service account' (#14669) * Link to 'Add image pull secret to service account' This page does not mention the fact that image pull secrets can be specified through a service account. So adding link to the section which gives details about 'adding image pull secret to service account'. * Correcting link url Correcting link url * change to documentation ip adress #14664 (#14677) * update feature-gates.md (#14635) * Add german slack channel and maintainer (#14489) * Add german slack channel and maintainer * Update German Maintainer Co-Authored-By: Roy Lenferink * Updates kubernetes-basics (#14702) Minor updates: - Add a full stop. - Removed the 'Start the tutorial›' section. The sections are already linked from 1 to 6 and this section doe not add any value after point 6. * Updated target environments supported by Kublr (#14698) * updating ICP version 3.1.2 to 3.2.0 (#14697) * clean up feature state examples, style guide (#14699) * small grammar fixes in overview/components.md (#14693) Trival patch to fix a couple grammatical mistakes I found while going through overview/components.md. * Update secret.md (#14690) fix (#解码-secret) * document version changes of critical pod (#14684) * document version changes of critical pod * document system priority class name version requirement * Update guaranteed-scheduling-critical-addon-pods.md * Adapt docs for kubectl completion on macOS (#14636) * Clarify behavior of parallel pod management policy (#14606) * Fix typo: Update to hello-minikube (#14706) * corrected example for private image string format (#14283) without specifying registry details for `image` value, You will get following error if you are using a private registry even when your private images are hosted in docker.hub and you have valid credentials configured for the same. Failed to pull image "xxx/xxx-app:0.0.1": rpc error: code = Unknown desc = Error response from daemon: pull access denied for xxx/xxx-app, repository does not exist or may require 'docker login' * Tweak glossary definition for Node (#14317) * Tweak glossary definition for Node The services (eg kubelet) that run on a Node are not the kind of Service that the Kubernetes API knows about. Reword accordingly. Also, highlight that Docker is one container runtime and that there are others. * Adopt suggestions from https://github.com/kubernetes/website/pull/14523 Co-Authored-By: Rael Garcia * unhold the binaries on the worker nodes during upgrade (#14708) * Improve Pivotal row in Production Setup table (#14648) * Improve Pivotal row in Production Setup table. - Provider column should contain company name - Change check marks to product links to match other rows Co-authored-by: Danny Berger * Spell out PKS abbreviation. Co-authored-by: Danny Berger * Prefer "minikube delete" over "rm -rf ~/.minikube" (#14647) Using `rm -Rf ~/.minikube` is not necessary in modern (v1.x) versions of minikube, and is highly discouraged as may can leave dangling VM's running, which minikube will fail to recover from. Example issue: https://github.com/kubernetes/minikube/issues/4377 * Reword documentation for Service concept (#14526) * Reword glossary entry for Service New wording should be more suitable for inclusion via a glossary_definition shortcode. * Improve What's Next section for Service concept * Rename Services concept to singular This matches other concept documentation, eg Deployment. * Use documentation IP address range 1.2.3.4 is outside the blocks reserved for documentation. * Reword Service concept description Services direct traffic to Pods, not containers * Write IPVS in uppercase * Link from Security concept to related pages (#14726) * Remove unneeded "groups" from CSR yaml example (#14723) * fix homepage redirect of localized documentations (#14586) * Add case studies from cncf.io (#14520) * Add case studies from cncf.io * Delete index.html * Update index.html * Update index.html * Update index.html * Update index.html * remove Financial Times * update links * fix typo en/fr (#14749) * changed example domain to be **example.com** (#14740) **your.private.registry.example.com** is a better choice of domain name for a non-existing sample domain name than calling it **yourprivateregistry.com** refer #14283 * Fix a small typo (#14743) * Update images.md (#14736) * Update images.md * Update content/en/docs/concepts/containers/images.md That works fine and thank you. Co-Authored-By: Tim Bannister * Add KubeOne as AWS turnkey solution (#14737) * Fix typo in limit-range.md. (#14730) * use glossary defs in overview/components.md (#14721) This patch promotes re-use of the existing kube-proxy glossary definition by referencing it from overview/components.md. Similarly, we move the definition of Container Runtime into a new glossary definition so that other pages may refer to it. * Kubespray supports Custom VM and BareMetal (#14717) Kubespray supports Custom (On-premises VMs) & Custom (Bare Metal). https://kubespray.io states: > Can be deployed on AWS, GCE, Azure, OpenStack, vSphere, Packet (bare metal), Oracle Cloud Infrastructure (Experimental), or Baremetal * fix markdown format (#14756) ![screenshot](https://silenceshell-1255345740.cos.ap-shanghai.myqcloud.com/%E5%B1%8F%E5%B9%95%E5%BF%AB%E7%85%A7%202019-06-06%20%E4%B8%8A%E5%8D%8811.08.13.png) * Update guestbook-logs-metrics-with-elk.md (#14755) * Issue #14703 - Update Images.md (#14757) * update pod-overview.md (#14758) replaced the changed required in #14746 * Translate docs/tasks/configure-pod-container/attach-handler-lifecycle-event in Chinese (#14605) * Add zh/docs/tasks/configure-pod-container/attach-handler-lifecycle-event.md Add zh/examples/pods/lifecycle-events.yaml Translate zh/includes/task-tutorial-prereqs.md to chinese * Apply suggestions from code review Thanks for tengqm's review Co-Authored-By: Qiming * Apply suggestions from code review Thanks for tengqm's help again Co-Authored-By: Qiming * Modify the order of text in markdown format * Unified translation into 处理函数 * Update “Autoscale the DNS Service in a Cluster” (#14525) * Mark code blocks for syntax highlighting * Use glossary tooltips where appropriate * Reword DNS horizontal autoscaling task - Mention that addons manager is deprecated - Use unordered list for “What's next” * Note AMD64 instruction set assumption * Update to more recent cluster-proportional-autoscaler Based on sample configuration in https://raw.githubusercontent.com/kubernetes/kubernetes/beba9921aa1a73431bf322ffa17df6b2aa314b0c/cluster/addons/dns-horizontal-autoscaler/dns-horizontal-autoscaler.yaml * Explain motivation for RuntimeClass (#14490) * Update Calico to v3.7 (#14501) * Update link and standardize language (#14482) * Emphasize that cluster API v1 is deprecated (#14461) * Rs rollingupdate (#14462) * Redirect to Deployment docs * Redirect to Deployment docs * change using to use * typo * fix extra file * line wrap Deployment * Adding annotation example (#14440) * Adding annotation example Adding example to show how annotation looks like in manifest. This will help users to understand where exactly we can use the annotations whose details are already given on this page. Annotation `imageregistry: https://hub.docker.com/` used intentionally to make it more relevant as earlier section talk about registry address annotation. * Resolving review comments Resolving review comments * setup/independent: fix cilium installation guide for kubeadm (#14411) Signed-off-by: André Martins * Adding example to show labels in POD yaml (#14439) * Adding example to show labels in POD yaml This page talk about labels and its usage. Also it talk about syntax for specifying labels. But it does not show how we can have labels in resource manifest. So with this PR i am adding example which shows that how we can have labels in pod manifest. * Changes to resolve review comments Changes to resolve review comments * New upstream commit for code of conduct (Spanish) (#14631) * revert on a name translation of card made by mistake (#14751) * Revert "fix typo en/fr (#14749)" (#14750) This reverts commit 07812a5ac847b29e49a508f743ed7cf7c07df1f4. * docs-fr | concepts | services-networking | ingress (#13742) * [docs-fr] init ingress.md * [docs-fr] remove glossary * [docs-fr] add definitions * [docs-fr] add ingress spec * add default backend and ingress types * fix netlify error for the unfound yaml file * [docs-fr] add TLS and loadbalancing * [docs-fr] fix some french typos * [docs-fr] replace 'équilibreur de charge' with 'load-balancer' * [docs-fr] fix typo * [docs-fr] fix french typos and syntax * Update content/fr/docs/concepts/services-networking/ingress.md Co-Authored-By: Tim Bannister * Update content/fr/docs/concepts/services-networking/ingress.md Co-Authored-By: Tim Bannister * Update content/fr/docs/concepts/services-networking/ingress.md Co-Authored-By: Tim Bannister * Update content/fr/docs/concepts/services-networking/ingress.md Co-Authored-By: Tim Bannister * Update content/fr/docs/concepts/services-networking/ingress.md Co-Authored-By: Tim Bannister * Update content/fr/docs/concepts/services-networking/ingress.md Co-Authored-By: Tim Bannister * Update content/fr/docs/concepts/services-networking/ingress.md Co-Authored-By: Tim Bannister * [docs-fr] enhance syntax * [docs-fr] update load-balancer spec * [docs-fr] fix broken deployment * [docs-fr] fix typos * fix typo and wrong url (#14772) * Fix typo, missing 's' for plural (#14783) * Update bootstrap js because bootstrap 3.3.7 is vulnerable (#14775) https://snyk.io/vuln/npm:bootstrap?lh=3.3.7&utm_source=lighthouse&utm_medium=ref&utm_campaign=audit * small typo: extra verb (#14765) * correct typo in home directory name (#14659) home directory given as /etc/kuberentes/pki should be /etc/kubernetes/pki * Use Hugo extended for Sass/CSS (#13113) * Correction: sysctl entries aren't annotations (#14796) * Correction: sysctl entries aren't annotations First, thank you for your work on this documentation. It means so much to so many users. I found that the sysctl documentation linked here explains that sysctl pod security policy entries are in the spec field, not done via annotation. This corrects it, using as much of the original language as possible from the linked sysctl documentation. * Update pod-security-policy.md * Fixes PDB rounding docs (percentage as string instead of float) (#14788) * Clarifies how to set `minAvailable` using a percentage * Fixes other references to percentages * improve arch/nodes.md info on Conditions and Allocatable (#14753) * clarify Conditions section in arch/nodes.md The field name is `conditions` (plural), so have the section name match the field name. In addition, updates the JSON output of an individual Condition to match all the fields returned in k8s 1.14+. * add information about Allocatable to nodes.md Since k8s 1.6, a Node object returns information about both the node's capacity as well as the allocatable resources on the node. The latter is a representation of the resources that are available for normal pods to consume. This patch adds information about capacity vs. allocatable to the documentation about nodes and provides a link to where the reader can find more information about reserving compute resources. * Add missing logrotate component to logging with streaming sidecar image (#14780) * recommended admission controllers are enabled by default (#14784) Since the recommended ones are already enabled by default, they do not need to be explicitly specified with `--enable-admission-plugins` * add link to default admission controllers (#14808) * Add CSI type pv and description of CSI accessMode (#14798) * Federation Remediation Part Deux (#14140) * first removal of federation * more fixes * Update service.md (#14804) Removed one 'means' from incorrect repeat. * fix padding for docs home on nav (#14807) updated padding for docs home on nav testing new sass->css, hugo extended * Fixes the IP addresses shown in the ip-masq diagram. (#14789) The diagram can now be edited in draw.io Issue #13917 * Update install-minikube.md (#14776) Add message displayed when Hyper-V is already installed. * Updated podpreset.md to reflect changes in #71479 (#14764) * Updated podpreset.md to reflect changes in #71479 See https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.14.md#other-notable-changes-3 * Refactored explanation to facilitate localization. * Remove Port Proxy reference (#14769) The repository is no longer maintained and deprecated * add clux/kube-rs client (#14759) * add clux/kube-rs client add [clux/kube-rs](https://github.com/clux/kube-rs) to list of [community-maintained client libraries](https://kubernetes.io/docs/reference/using-api/client-libraries/#community-maintained-client-libraries) * reorder * Update control-plane-flags.md (#14729) * add related note with pod deleted (#14709) * feat: add job application has some error and restartPolicy is not Nerver pod will be delete note * feat: optimize delete pods related suggestion * Update jobs-run-to-completion.md * Update persistent-volumes.md (#14811) Update PersistentVolume description. * Add recommendation to use kms provider (#13264) * Add recommendation to use kms provider Add a warning to encrypting secrets documentation that if using a provider with secrets encryption, kms provider is preferred as it materially changes the threat model. * Update encrypt-data.md * Update encrypt-data.md Updated to include kms provider is Beta sice 1.12 * Update encrypt-data.md * Add comment about where to run probe (#13815) * Add comment about where to run probe Add comment about where to run probe Signed-off-by: Xiang Dai <764524258@qq.com> * Update language Signed-off-by: Xiang Dai <764524258@qq.com> * Update language Signed-off-by: Xiang Dai <764524258@qq.com> * Update language Signed-off-by: Xiang Dai <764524258@qq.com> * fix grammar nits Signed-off-by: Xiang Dai <764524258@qq.com> * updated recommend key path for multiple certificates . (#13895) this is fix for issue #13892 " In certificate-path table, values of recommend key path for certificates are missing." * update kubectl "$" format (#13256) * Downloadable examples for “Run applications” section (#14147) * Move examples ahead of commands that use them In support of https://github.com/kubernetes/website/issues/12740 The aim is to adopt a consistent style around providing downloadable examples for use with kubectl, etc. * Tweak wording for stateful app pod example * Adopt formatting conventions for code blocks * Move ReplicationController sample YAML to examples In aid of https://github.com/kubernetes/website/issues/12740 * Move PodDisruptionBudget sample YAML to examples In aid of https://github.com/kubernetes/website/issues/12740 * Update test schema for new examples * Use Unicode ellipsis in example Aim here is to make the elision more obvious * Split minikube install task into tabs (per-OS) (#14013) * Put minikube install steps in per-OS tabs * Work around nested
  • formatting issue Using Markdown unordered lists inside tabs doesn't seem to work. These changes are my work-around for that. * Reword "laptop" to personal computer Some computers aren't laptops * Drop trailing whitespace * Drop warning about removing other Mac hypervisors * Add Ref to shared process namespaces (#14194) * Add Ref to shared process namespaces The article talking about ways container can talk to each other should include shared process namespace as a method * Drop note on kube version in reference * Check all commits in branch for examples (to trigger testing) (#14243) * Check for examples changes in all branch commits Review all the commits in the branch looking for changes inside content/*/examples and if any are found, trigger testing. This assumes that the main line branch is named "master" * Tidy examples testing wrapper - print diagnostics to standard error - check for a "Yes" value rather than for absence of "No" * Fix several potential issues with existing translation (#14785) * some typos * some weird formulations, copied from the original english sentence * some missing translations * Add accessibility guidelines to the style guide (#14292) * [WIP] added accessibility guidelines to the style guide Adopted the accessibility level A and AA guidelines to Markdown elements: https://www.w3.org/WAI/WCAG21/quickref/?versions=2.0¤tsidebar=%23col_overview&levels=aaa We still need to define attributes for the front matter. See, https://github.com/kubernetes/website/issues/14286 I am yet to draft the guidelines for images and alt text. * fixed the note Update style-guide.md Incorporated the changes suggested Incorporated the changes suggested. fixed the formatting issues in the table fixed the spaces in the links section fixed a space issue fixed format issues in the link added a11y guidelines to code section removed a spacing issue front matter guidelines best fit the using template section Update content/en/docs/contribute/style/style-guide.md Co-Authored-By: Tim Bannister Update content/en/docs/contribute/style/style-guide.md Co-Authored-By: Tim Bannister Update content/en/docs/contribute/style/style-guide.md Co-Authored-By: Tim Bannister incorporated the changes incorporated the changes Update content/en/docs/contribute/style/style-guide.md Co-Authored-By: Tim Bannister title section for front matter guideline updated the html characters Update content/en/docs/contribute/style/style-guide.md Co-Authored-By: Tim Bannister Update style-guide.md * Improve concept page for Ingress (#14313) * Highlight feature state for Ingress concept * Fix command output marked as shell script * Write "load balancer" as two words * Clarify prerequisites for Ingress * Tidy & reword * Add link to Ingress Controllers topic (further reading) * Use a glossary tooltip for Secret (readers may not have encountered that concept yet) * Update term definitions in Ingress concept - Adopt wording from glossary (NB: glossary_definition shortcode didn't seem suitable) - Replace terms with glossary_tooltip where appropriate * Add all the _index files for the French translation (#14744) * initial french translation (#14793) * Restructure the left navigation pane of setup (#14826) * restructure left nav * Restructure setup left navigation * Update _redirects * Incorporated all the changes suggested * removed the Thumbs.db file * Update _index.md for Spanish (#14645) * Update _index.md * Update _index.md * Add content/es/docs/reference/glossary/kubeadm.md (#14546) * Add content/es/docs/reference/glossary/kubeadm.md * Update content/es/docs/reference/glossary/kubeadm.md Co-Authored-By: Rael Garcia * Update content/es/docs/reference/glossary/kubeadm.md Co-Authored-By: Rael Garcia * Update content/es/docs/reference/glossary/kubeadm.md Co-Authored-By: Rael Garcia * Add content/es/docs/reference/glossary/docker.md (#14553) * Add content/es/docs/reference/glossary/docker.md * Update content/es/docs/reference/glossary/docker.md Co-Authored-By: Victor Morales * Translate content/id/docs/concepts/cluster-administration/cluster-administration-overview.md into Portuguese (#14705) * Added - Cluster Administration Overview as ptBR * Fixed missing translation * Fixed style * rollback reviewers * Add a script to check differences between translated and English version (#14731) This script will query all the changes that happen to a reference document (in English) since the last time a given translation was merged (For instance in French). This could help all the translation team to keep up with the changes that happened inside the reference document. * fix a mistake in limit-range.md (#14836) * Update field-selectors.md (#14839) We should use --all-namespaces to filter all the service * fix-zh-home (#14835) * Update install-kubectl.md (#14840) Add note: Docker for Windows adds its own kubectl to PATH * 2 translated interactive tutorials for ES (#14417) Signed-off-by: Ben Hall * Added blog post about the upcoming Contributor Summit Shanghai. (#14782) * Added blog post about the upcoming Contributor Summit Shanghai. * Update content/en/blog/_posts/2019-06-11-contributor-summit-shanghai.md Spell out CLA Co-Authored-By: Tim Bannister * Update content/en/blog/_posts/2019-06-11-contributor-summit-shanghai.md Spell out KEP Co-Authored-By: chenrui * Update content/en/blog/_posts/2019-06-11-contributor-summit-shanghai.md define f2f Co-Authored-By: chenrui * Update content/en/blog/_posts/2019-06-11-contributor-summit-shanghai.md comma Co-Authored-By: chenrui * Update content/en/blog/_posts/2019-06-11-contributor-summit-shanghai.md add meeting Co-Authored-By: chenrui * Update content/en/blog/_posts/2019-06-11-contributor-summit-shanghai.md localized/internationalized Co-Authored-By: chenrui * Update and rename 2019-06-11-contributor-summit-shanghai.md to 2019-06-12-contributor-summit-shanghai.md * Update out-of-resource.md (#14862) add default value for housekeeping interval * update pick-right-solution to setup page (#14866) * update pick-right-solution to setup page Fixes-14476 * update pick-right-solution to setup page #14866 * zh-trans: add 2019-06-11-contributor-summit-shanghai.md (#14837) * zh-trans: add 2019-06-11-contributor-summit-shanghai.md * s/贡献者峰会活动/贡献者峰会/ * s/不过/不论/ * Adopt PR suggestion * s/你/您/ * s/当前贡献者节/现有贡献者活动/ * s/在亚洲和大洋洲的很多贡献者/很多亚洲和大洋洲的贡献者/ * s/新开发者/新贡献者/ * Adopt PR suggestion. * s/上海会展中心/上海世博中心/ * s/工作者/贡献者/ * Refresh original English text as the related PR got merged * Rename the filename to be consistent with English blog post PR * remove useless file: whatisk8s.md (#14844) * fix some typos in kubeadm init (#14864) * Translate "Garbage Collection" page to Bahasa Indonesia (#14513) * add pod preset page for language/id * fix formatting * fix typos and wording * fix formatting and add few missed lines * fix note formatting * add Garbage Collection page in Bahasa Indonesia and minor fix on Pod Preset page * remove replication.yaml * add controllers/replicaset.yaml to example * fix formatting error * change dependent to dependen and fix note translation * delete trailing space in heading * Dangling "pick-right-solution" references - Italian (#14806) * Fixes-14477 * update pick-right-solution to setup page Fixes-14476 * update sentences and fix typo lang/it Fixes-14477 * Revert "update pick-right-solution to setup page Fixes-14476" This reverts commit e949a7f3d4bc65fa91339d8d4b826e499e552455. revert wrong commit * Update _index.md (#14685) * Fixed typo (#14845) * Add content/es/docs/reference/glossary/kops.md (#14533) * [docs-fr] add missing overview (#14815) * translated term: container-runtime (#14921) * Fifth Korean localization work for release-1.14 (#14578) (#14874) Change List * ko: add tutorials/clusters/apparmor #12455 (#14613) * ko: add tasks/access-application-cluster/configure-dns-cluster (#14628) * ko: add tasks/access-application-cluster/communicate-containers-same-… (#14627) * ko: Update outdated files of setup and tasks in dev-1.14-ko.5 partly (#14683) * translate to content/ko/docs/concepts/cluster-administration/cluster-… (#14237) * Update renamed or deleted files in dev-1.14-ko.5 (#14710) * Create pod.md (#13927) Co-Authored-By: Yoon Co-Authored-By: Woojin Na(Eddie) Co-Authored-By: Claudia J. Kang * fixing carousel Fixes ##14882 (#14895) * translated term: container (#14909) * translated glossary/aggregation-layer.md from en to fr (#14911) * Tidy reference doc generation guide (#14825) - fix YAML marked as shell - trim trailing whitespace * Tidy garbage collection controller page (#14856) * Tidy code blocks * Reword for better readability * add CERN case study (#14873) * adding Barnie's write permissions to k/website (#14948) A tad late in the release cycle for this, should have been done sooner to streamline the docs release team. --- .../bug-report.md} | 16 +- .github/ISSUE_TEMPLATE/feature-request.md | 18 + .github/ISSUE_TEMPLATE/support.md | 19 + .github/PULL_REQUEST_TEMPLATE.md | 12 +- .gitignore | 1 - .travis.yml | 22 - Dockerfile | 2 +- Makefile | 19 +- OWNERS_ALIASES | 45 +- README-de.md | 18 +- README-es.md | 76 + README-hi.md | 84 + README-id.md | 72 + README-ko.md | 4 +- README-pt.md | 82 + README.md | 40 +- {sass => assets/sass}/OWNERS | 0 {sass => assets/sass}/_base.sass | 4 + {sass => assets/sass}/_case-studies.sass | 0 {sass => assets/sass}/_desktop.sass | 0 {sass => assets/sass}/_reset.sass | 0 {sass => assets/sass}/_size.sass | 0 {sass => assets/sass}/_skin.sass | 0 {sass => assets/sass}/_tablet.sass | 0 .../sass/style.sass | 6 +- config.toml | 43 + content/de/_index.html | 2 +- content/de/blog/_index.md | 10 + content/de/community/_index.html | 61 + content/de/docs/concepts/_index.md | 75 + .../de/docs/concepts/architecture/_index.md | 4 + .../architecture/master-node-communication.md | 72 + .../de/docs/concepts/architecture/nodes.md | 247 + .../concepts/cluster-administration/_index.md | 5 + .../de/docs/concepts/configuration/_index.md | 5 + content/de/docs/concepts/containers/_index.md | 5 + .../docs/concepts/example-concept-template.md | 38 + .../docs/concepts/extend-kubernetes/_index.md | 4 + content/de/docs/concepts/overview/_index.md | 5 + .../de/docs/concepts/overview/components.md | 112 + content/de/docs/concepts/policy/_index.md | 5 + .../concepts/services-networking/_index.md | 5 + content/de/docs/concepts/storage/_index.md | 5 + content/de/docs/concepts/workloads/_index.md | 5 + content/de/docs/contribute/_index.md | 62 + content/de/docs/home/_index.md | 56 + .../de/docs/home/supported-doc-versions.md | 30 + content/de/docs/reference/_index.md | 61 + .../reference/access-authn-authz/_index.md | 5 + .../command-line-tools-reference/_index.md | 5 + .../de/docs/reference/federation/_index.html | 4 + content/de/docs/reference/glossary/etcd.md | 19 + content/de/docs/reference/glossary/index.md | 12 + .../docs/reference/glossary/kube-apiserver.md | 19 + .../glossary/kube-controller-manager.md | 19 + .../docs/reference/glossary/kube-scheduler.md | 19 + content/de/docs/reference/glossary/kubelet.md | 18 + .../docs/reference/issues-security/_index.md | 5 + content/de/docs/reference/kubectl/_index.md | 5 + .../de/docs/reference/kubectl/cheatsheet.md | 351 + .../docs/reference/kubernetes-api/_index.md | 4 + .../de/docs/reference/setup-tools/_index.md | 5 + content/de/docs/reference/tools.md | 52 + content/de/docs/reference/using-api/_index.md | 5 + content/de/docs/search.md | 5 + content/de/docs/setup/_index.md | 82 + content/de/docs/setup/custom-cloud/_index.md | 4 + content/de/docs/setup/independent/_index.md | 5 + content/de/docs/setup/minikube.md | 442 + .../de/docs/setup/on-permises-vm/_index.md | 4 + content/de/docs/setup/release/_index.md | 5 + .../setup/release/building-from-source.md | 32 + content/de/docs/setup/turnkey/_index.md | 4 + .../{en => de}/docs/setup/windows/_index.md | 0 content/de/docs/sitemap.md | 114 + content/de/docs/tasks/_index.md | 85 + .../access-application-cluster/_index.md | 5 + .../tasks/access-kubernetes-api/_index.md | 5 + .../docs/tasks/administer-cluster/_index.md | 5 + .../tasks/configure-pod-container/_index.md | 5 + .../tasks/debug-application-cluster/_index.md | 5 + content/de/docs/tasks/federation/_index.md | 5 + .../tasks/inject-data-application/_index.md | 5 + content/de/docs/tasks/job/_index.md | 5 + content/de/docs/tasks/manage-daemon/_index.md | 5 + .../de/docs/tasks/run-application/_index.md | 5 + .../horizontal-pod-autoscale.md | 171 + .../de/docs/tasks/service-catalog/_index.md | 5 + content/de/docs/tasks/tls/_index.md | 5 + content/de/docs/tasks/tools/_index.md | 5 + .../de/docs/tasks/tools/install-kubectl.md | 429 + .../de/docs/tasks/tools/install-minikube.md | 132 + .../de/docs/templates/feature-state-beta.txt | 8 + content/de/docs/templates/index.md | 13 + content/de/docs/tutorials/_index.md | 75 + content/de/docs/tutorials/hello-minikube.md | 271 + .../tutorials/kubernetes-basics/_index.html | 119 + .../create-cluster/_index.md | 2 +- .../create-cluster/cluster-interactive.html | 2 +- .../kubernetes-basics/deploy-app/_index.md | 4 + .../deploy-app/deploy-interactive.html | 41 + .../deploy-app/deploy-intro.html | 118 + .../kubernetes-basics/explore/_index.md | 4 + .../explore/explore-interactive.html | 41 + .../explore/explore-intro.html | 141 + .../kubernetes-basics/expose/_index.md | 4 + .../expose/expose-interactive.html | 38 + .../expose/expose-intro.html | 114 + .../kubernetes-basics/scale/_index.md | 4 + .../scale/scale-interactive.html | 40 + .../kubernetes-basics/scale/scale-intro.html | 121 + .../kubernetes-basics/update/_index.md | 4 + .../update/update-interactive.html | 37 + .../update/update-intro.html | 137 + content/de/examples/minikube/Dockerfile | 4 + content/de/examples/minikube/server.js | 9 + .../includes/default-storage-class-prereqs.md | 1 + .../federated-task-tutorial-prereqs.md | 5 + .../federation-deprecation-warning-note.md | 3 + content/de/includes/index.md | 3 + .../includes/user-guide-migration-notice.md | 12 + content/de/partners/_index.html | 91 + content/en/_index.html | 4 +- content/en/blog/OWNERS | 21 +- .../2015-05-00-Kubernetes-Release-0170.md | 4 +- ...-How-Did-Quake-Demo-From-Dockercon-Work.md | 2 +- ...0-Creating-Raspberry-Pi-Cluster-Running.md | 2 +- ...rnetes-community-meeting-notes-20160211.md | 4 +- .../2016-07-00-Oh-The-Places-You-Will-Go.md | 2 +- ...l-applications-in-containers-kubernetes.md | 2 +- .../_posts/2017-11-00-Kubernetes-Easy-Way.md | 2 +- ...7-12-00-Introducing-Kubeflow-Composable.md | 4 +- .../2018-05-04-Announcing-Kubeflow-0-1.md | 4 +- .../blog/_posts/2018-06-06-4-years-of-k8s.md | 2 +- .../en/blog/_posts/2018-07-10-coredns-ga.md | 4 +- .../2018-07-18-11-ways-not-to-get-hacked.md | 2 +- .../2018-08-10-introducing-kubebuilder.md | 2 +- ...ng-ci-automating-contributor-experience.md | 2 +- .../2018-10-04-non-code-contributors-guide.md | 4 +- ...0-11-topology-aware-volume-provisioning.md | 3 +- .../en/blog/_posts/2019-03-28-PID-Limiting.md | 32 + ...bernetes-locally-on-linux-with-minikube.md | 174 + ...gging-an-intermittent-connection-resets.md | 193 + ...upport-for-nodes-and-windows-containers.md | 81 + .../2019-04-04-local-persistent-volumes-ga.md | 336 + ...d-priority-and-preemption-in-kubernetes.md | 35 + ...ernetes-Device-Plugins-and-RuntimeClass.md | 174 + .../2019-04-26-latest-on-localization.md | 55 + ...-05-02-kubecon-diversity-lunch-and-hack.md | 39 + ...05-13-kubernetes-1-14-release-interview.md | 235 + ...-14-expanding-our-contributor-workshops.md | 77 + ...xtend-and-build-on-kubernetes-with-ease.md | 126 + .../2019-06-12-contributor-summit-shanghai.md | 48 + ...rking-Visibility-in-Kubernetes-Clusters.md | 48 + ...Cloud-Native-and-the-Future-of-Software.md | 54 + ...ernetes-setup-using-Ansible-and-Vagrant.md | 17 + .../blog/_posts/future-of-cloud-providers.md | 36 + .../ant-financial_featured_logo.png | Bin 0 -> 10263 bytes .../en/case-studies/ant-financial/index.html | 96 + content/en/case-studies/appdirect/index.html | 8 +- .../case-studies/bose/bose_featured_logo.png | Bin 0 -> 3564 bytes content/en/case-studies/bose/index.html | 103 + .../case-studies/cern/cern_featured_logo.png | Bin 0 -> 2849 bytes content/en/case-studies/cern/index.html | 93 + .../chinaunicom/chinaunicom_featured_logo.png | Bin 0 -> 11459 bytes .../en/case-studies/chinaunicom/index.html | 99 + .../city-of-montreal_featured_logo.png | Bin 0 -> 9647 bytes .../case-studies/city-of-montreal/index.html | 99 + content/en/case-studies/ibm/index.html | 7 +- content/en/case-studies/jd-com/index.html | 97 + .../jd-com/jd-com_featured_logo.png | Bin 0 -> 6581 bytes content/en/case-studies/naic/index.html | 15 +- content/en/case-studies/nav/index.html | 7 + content/en/case-studies/nerdalize/index.html | 96 + .../nerdalize/nerdalize_featured_logo.png | Bin 0 -> 10647 bytes content/en/case-studies/netease/index.html | 3 + content/en/case-studies/nokia/index.html | 93 + .../nokia/nokia_featured_logo.png | Bin 0 -> 4261 bytes content/en/case-studies/pingcap/index.html | 96 + .../pingcap/pingcap_featured_logo.png | Bin 0 -> 7082 bytes content/en/case-studies/prowise/index.html | 99 + .../prowise/prowise_featured_logo.png | Bin 0 -> 7621 bytes content/en/case-studies/ricardo-ch/index.html | 98 + .../ricardo-ch/ricardo-ch_featured_logo.png | Bin 0 -> 5248 bytes content/en/case-studies/slamtec/index.html | 88 + .../slamtec/slamtec_featured_logo.png | Bin 0 -> 16423 bytes content/en/case-studies/sos/index.html | 99 + .../en/case-studies/sos/sos_featured_logo.png | Bin 0 -> 6662 bytes content/en/case-studies/thredup/index.html | 94 + .../thredup/thredup_featured_logo.png | Bin 0 -> 4738 bytes content/en/case-studies/vsco/index.html | 97 + .../case-studies/vsco/vsco_featured_logo.png | Bin 0 -> 11065 bytes content/en/case-studies/woorank/index.html | 96 + .../woorank/woorank_featured_logo.png | Bin 0 -> 6438 bytes content/en/community/_index.html | 295 +- content/en/community/code-of-conduct.md | 2 +- .../community/static/cncf-code-of-conduct.md | 5 +- content/en/docs/concepts/_index.md | 6 +- .../concepts/architecture/cloud-controller.md | 34 +- .../en/docs/concepts/architecture/nodes.md | 24 +- .../concepts/cluster-administration/addons.md | 2 +- .../cluster-administration/cloud-providers.md | 21 +- .../cluster-administration-overview.md | 2 +- .../cluster-administration/federation.md | 2 +- .../cluster-administration/logging.md | 2 +- .../manage-deployment.md | 3 +- .../cluster-administration/networking.md | 4 +- .../concepts/configuration/assign-pod-node.md | 6 +- .../manage-compute-resources-container.md | 66 +- .../configuration/pod-priority-preemption.md | 65 +- .../configuration/scheduler-perf-tuning.md | 2 +- .../configuration/scheduling-framework.md | 296 + .../en/docs/concepts/configuration/secret.md | 69 +- content/en/docs/concepts/containers/images.md | 18 +- .../docs/concepts/containers/runtime-class.md | 16 +- .../api-extension/custom-resources.md | 4 +- .../compute-storage-net/device-plugins.md | 13 +- .../extend-kubernetes/extend-cluster.md | 5 - content/en/docs/concepts/overview/_index.md | 3 +- .../en/docs/concepts/overview/components.md | 10 +- .../docs/concepts/overview/kubernetes-api.md | 14 +- .../object-management-kubectl/_index.md | 5 - .../concepts/overview/what-is-kubernetes.md | 10 +- .../working-with-objects/annotations.md | 19 + .../working-with-objects/field-selectors.md | 2 +- .../kubernetes-objects.md | 10 +- .../overview/working-with-objects/labels.md | 20 + .../working-with-objects/namespaces.md | 6 +- .../object-management.md} | 12 +- .../en/docs/concepts/policy/limit-range.md | 382 + .../concepts/policy/pod-security-policy.md | 29 +- .../docs/concepts/policy/resource-quotas.md | 10 +- content/en/docs/concepts/security/_index.md | 4 + content/en/docs/concepts/security/overview.md | 164 + ...ries-to-pod-etc-hosts-with-host-aliases.md | 2 +- .../services-networking/dns-pod-service.md | 19 +- .../concepts/services-networking/ingress.md | 133 +- .../services-networking/network-policies.md | 4 +- .../concepts/services-networking/service.md | 780 +- .../concepts/storage/dynamic-provisioning.md | 2 +- .../concepts/storage/persistent-volumes.md | 102 +- .../docs/concepts/storage/storage-classes.md | 30 +- .../docs/concepts/storage/storage-limits.md | 2 +- .../concepts/storage/volume-pvc-datasource.md | 68 + .../docs/concepts/storage/volume-snapshots.md | 6 + content/en/docs/concepts/storage/volumes.md | 38 +- .../workloads/controllers/cron-jobs.md | 4 +- .../workloads/controllers/daemonset.md | 7 +- .../workloads/controllers/deployment.md | 11 +- .../controllers/garbage-collection.md | 16 +- .../controllers/jobs-run-to-completion.md | 13 +- .../workloads/controllers/replicaset.md | 13 +- .../controllers/replicationcontroller.md | 10 +- .../workloads/controllers/statefulset.md | 3 +- .../concepts/workloads/pods/disruptions.md | 4 +- .../workloads/pods/init-containers.md | 9 +- .../concepts/workloads/pods/pod-lifecycle.md | 11 +- .../concepts/workloads/pods/pod-overview.md | 23 +- .../en/docs/concepts/workloads/pods/pod.md | 120 +- .../docs/concepts/workloads/pods/podpreset.md | 8 +- content/en/docs/contribute/_index.md | 15 +- content/en/docs/contribute/advanced.md | 151 +- .../generate-ref-docs/contribute-upstream.md | 246 + .../generate-ref-docs/federation-api.md | 89 - .../contribute/generate-ref-docs/kubectl.md | 2 +- .../generate-ref-docs/kubernetes-api.md | 209 +- .../kubernetes-components.md | 62 +- content/en/docs/contribute/intermediate.md | 40 +- content/en/docs/contribute/localization.md | 171 +- content/en/docs/contribute/participating.md | 36 +- content/en/docs/contribute/start.md | 38 +- .../contribute/style/content-organization.md | 2 +- .../contribute/style/hugo-shortcodes/index.md | 78 +- .../en/docs/contribute/style/style-guide.md | 104 +- .../docs/contribute/style/write-new-topic.md | 2 +- .../doc-contributor-tools/snippets/README.md | 2 +- .../fedora/fedora_manual_config.md | 7 +- .../en/docs/getting-started-guides/ubuntu.md | 41 + .../getting-started-guides/ubuntu/_index.md | 75 - .../getting-started-guides/ubuntu/backups.md | 144 - .../ubuntu/decommissioning.md | 80 - .../getting-started-guides/ubuntu/glossary.md | 24 - .../ubuntu/installation.md | 299 - .../getting-started-guides/ubuntu/local.md | 81 - .../getting-started-guides/ubuntu/logging.md | 63 - .../ubuntu/monitoring.md | 145 - .../ubuntu/networking.md | 63 - .../ubuntu/operational-considerations.md | 165 - .../getting-started-guides/ubuntu/rancher.md | 360 - .../getting-started-guides/ubuntu/scaling.md | 87 - .../getting-started-guides/ubuntu/security.md | 36 - .../getting-started-guides/ubuntu/storage.md | 95 - .../ubuntu/troubleshooting.md | 179 - .../getting-started-guides/ubuntu/upgrades.md | 164 - .../ubuntu/validation.md | 169 - content/en/docs/reference/_index.md | 4 +- .../docs/reference/access-authn-authz/abac.md | 4 + .../admission-controllers.md | 49 +- .../extensible-admission-controllers.md | 645 +- .../docs/reference/access-authn-authz/rbac.md | 31 +- .../service-accounts-admin.md | 2 +- .../cloud-controller-manager.md | 18 +- .../feature-gates.md | 38 +- .../federation-apiserver.md | 1 + .../federation-apiserver.md.orig | 154 + .../federation-controller-manager.md | 59 - .../kube-apiserver.md | 21 +- .../kube-controller-manager.md | 20 +- .../kube-proxy.md | 13 +- .../kube-scheduler.md | 24 +- .../kubelet-tls-bootstrapping.md | 14 +- .../command-line-tools-reference/kubelet.md | 317 +- .../en/docs/reference/federation/_index.html | 4 - .../extensions/v1beta1/definitions.html | 7592 ------------- .../extensions/v1beta1/operations.html | 9932 ----------------- .../federation/v1beta1/definitions.html | 1606 --- .../federation/v1beta1/operations.html | 1921 ---- .../reference/federation/v1/definitions.html | 2550 ----- .../reference/federation/v1/operations.html | 9529 ---------------- .../docs/reference/glossary/applications.md | 13 + .../glossary/cluster-infrastructure.md | 13 + .../reference/glossary/cluster-operations.md | 13 + .../glossary/container-env-variables.md | 2 +- .../reference/glossary/container-runtime.md | 21 + .../en/docs/reference/glossary/containerd.md | 19 + .../docs/reference/glossary/control-plane.md | 13 + content/en/docs/reference/glossary/cri-o.md | 24 + content/en/docs/reference/glossary/cri.md | 18 + .../en/docs/reference/glossary/data-plane.md | 13 + content/en/docs/reference/glossary/docker.md | 13 +- content/en/docs/reference/glossary/etcd.md | 7 +- content/en/docs/reference/glossary/kops.md | 12 +- .../en/docs/reference/glossary/kube-proxy.md | 3 + .../en/docs/reference/glossary/limitrange.md | 23 + content/en/docs/reference/glossary/logging.md | 18 + .../en/docs/reference/glossary/mirror-pod.md | 22 + content/en/docs/reference/glossary/node.md | 3 +- .../en/docs/reference/glossary/qos-class.md | 24 + content/en/docs/reference/glossary/rkt.md | 2 +- content/en/docs/reference/glossary/service.md | 11 +- .../en/docs/reference/glossary/static-pod.md | 14 + content/en/docs/reference/glossary/taint.md | 6 +- .../en/docs/reference/glossary/toleration.md | 6 +- .../en/docs/reference/glossary/workload.md | 24 +- .../docs/reference/issues-security/issues.md | 9 +- .../reference/issues-security/security.md | 2 + .../en/docs/reference/kubectl/cheatsheet.md | 15 +- content/en/docs/reference/kubectl/kubectl.md | 309 +- content/en/docs/reference/kubectl/overview.md | 31 +- .../en/docs/reference/kubernetes-api/index.md | 4 +- .../setup-tools/kubeadm/generated/kubeadm.md | 30 +- .../kubeadm/generated/kubeadm_alpha.md | 43 +- .../kubeadm/generated/kubeadm_alpha_certs.md | 43 +- .../kubeadm_alpha_certs_certificate-key.md | 29 + .../kubeadm_alpha_certs_check-expiration.md | 25 + .../generated/kubeadm_alpha_certs_renew.md | 45 +- .../kubeadm_alpha_certs_renew_admin.conf.md | 35 + .../kubeadm_alpha_certs_renew_all.md | 95 +- ...alpha_certs_renew_apiserver-etcd-client.md | 99 +- ...ha_certs_renew_apiserver-kubelet-client.md | 99 +- .../kubeadm_alpha_certs_renew_apiserver.md | 99 +- ...pha_certs_renew_controller-manager.conf.md | 35 + ...pha_certs_renew_etcd-healthcheck-client.md | 99 +- .../kubeadm_alpha_certs_renew_etcd-peer.md | 99 +- .../kubeadm_alpha_certs_renew_etcd-server.md | 99 +- ...dm_alpha_certs_renew_front-proxy-client.md | 99 +- ...ubeadm_alpha_certs_renew_scheduler.conf.md | 35 + .../generated/kubeadm_alpha_kubeconfig.md | 43 +- .../kubeadm_alpha_kubeconfig_user.md | 97 +- .../generated/kubeadm_alpha_kubelet.md | 43 +- .../generated/kubeadm_alpha_kubelet_config.md | 43 +- .../kubeadm_alpha_kubelet_config_download.md | 69 +- ...adm_alpha_kubelet_config_enable-dynamic.md | 75 +- .../generated/kubeadm_alpha_selfhosting.md | 45 +- .../kubeadm_alpha_selfhosting_pivot.md | 89 +- .../kubeadm/generated/kubeadm_completion.md | 47 +- .../kubeadm/generated/kubeadm_config.md | 53 +- .../generated/kubeadm_config_images.md | 55 +- .../generated/kubeadm_config_images_list.md | 80 +- .../generated/kubeadm_config_images_pull.md | 88 +- .../generated/kubeadm_config_migrate.md | 74 +- .../kubeadm/generated/kubeadm_config_print.md | 51 +- .../kubeadm_config_print_init-defaults.md | 59 +- .../kubeadm_config_print_join-defaults.md | 59 +- .../generated/kubeadm_config_upload.md | 61 - .../kubeadm_config_upload_from-file.md | 74 - .../kubeadm_config_upload_from-flags.md | 144 - .../kubeadm/generated/kubeadm_config_view.md | 53 +- .../kubeadm/generated/kubeadm_init.md | 258 +- .../kubeadm/generated/kubeadm_init_phase.md | 47 +- .../generated/kubeadm_init_phase_addon.md | 45 +- .../generated/kubeadm_init_phase_addon_all.md | 127 +- .../kubeadm_init_phase_addon_coredns.md | 103 +- .../kubeadm_init_phase_addon_kube-proxy.md | 103 +- .../kubeadm_init_phase_bootstrap-token.md | 69 +- .../generated/kubeadm_init_phase_certs.md | 43 +- .../generated/kubeadm_init_phase_certs_all.md | 95 +- ..._init_phase_certs_apiserver-etcd-client.md | 79 +- ...it_phase_certs_apiserver-kubelet-client.md | 79 +- .../kubeadm_init_phase_certs_apiserver.md | 111 +- .../generated/kubeadm_init_phase_certs_ca.md | 63 +- .../kubeadm_init_phase_certs_etcd-ca.md | 63 +- ...nit_phase_certs_etcd-healthcheck-client.md | 79 +- .../kubeadm_init_phase_certs_etcd-peer.md | 79 +- .../kubeadm_init_phase_certs_etcd-server.md | 79 +- ...kubeadm_init_phase_certs_front-proxy-ca.md | 63 +- ...adm_init_phase_certs_front-proxy-client.md | 79 +- .../generated/kubeadm_init_phase_certs_sa.md | 48 +- .../kubeadm_init_phase_control-plane.md | 45 +- .../kubeadm_init_phase_control-plane_all.md | 152 +- ...eadm_init_phase_control-plane_apiserver.md | 115 +- ..._phase_control-plane_controller-manager.md | 91 +- ...eadm_init_phase_control-plane_scheduler.md | 83 +- .../generated/kubeadm_init_phase_etcd.md | 45 +- .../kubeadm_init_phase_etcd_local.md | 71 +- .../kubeadm_init_phase_kubeconfig.md | 45 +- .../kubeadm_init_phase_kubeconfig_admin.md | 87 +- .../kubeadm_init_phase_kubeconfig_all.md | 95 +- ...nit_phase_kubeconfig_controller-manager.md | 87 +- .../kubeadm_init_phase_kubeconfig_kubelet.md | 95 +- ...kubeadm_init_phase_kubeconfig_scheduler.md | 87 +- .../kubeadm_init_phase_kubelet-start.md | 73 +- .../kubeadm_init_phase_mark-control-plane.md | 59 +- .../generated/kubeadm_init_phase_preflight.md | 65 +- .../kubeadm_init_phase_upload-certs.md | 24 +- .../kubeadm_init_phase_upload-config.md | 45 +- .../kubeadm_init_phase_upload-config_all.md | 63 +- ...ubeadm_init_phase_upload-config_kubeadm.md | 65 +- ...ubeadm_init_phase_upload-config_kubelet.md | 65 +- .../kubeadm/generated/kubeadm_join.md | 173 +- .../kubeadm/generated/kubeadm_join_phase.md | 46 +- .../kubeadm_join_phase_control-plane-join.md | 46 +- ...beadm_join_phase_control-plane-join_all.md | 26 +- ...eadm_join_phase_control-plane-join_etcd.md | 23 +- ...e_control-plane-join_mark-control-plane.md | 23 +- ..._phase_control-plane-join_update-status.md | 23 +- ...ubeadm_join_phase_control-plane-prepare.md | 46 +- ...dm_join_phase_control-plane-prepare_all.md | 26 +- ..._join_phase_control-plane-prepare_certs.md | 26 +- ...ase_control-plane-prepare_control-plane.md | 26 +- ...se_control-plane-prepare_download-certs.md | 26 +- ..._phase_control-plane-prepare_kubeconfig.md | 26 +- .../kubeadm_join_phase_kubelet-start.md | 118 +- .../generated/kubeadm_join_phase_preflight.md | 23 +- .../kubeadm/generated/kubeadm_reset.md | 95 +- .../kubeadm/generated/kubeadm_reset_phase.md | 19 + .../kubeadm_reset_phase_cleanup-node.md | 25 + .../kubeadm_reset_phase_preflight.md | 25 + .../kubeadm_reset_phase_remove-etcd-member.md | 24 + ...beadm_reset_phase_update-cluster-status.md | 23 + .../kubeadm/generated/kubeadm_token.md | 60 +- .../kubeadm/generated/kubeadm_token_create.md | 109 +- .../kubeadm/generated/kubeadm_token_delete.md | 65 +- .../generated/kubeadm_token_generate.md | 61 +- .../kubeadm/generated/kubeadm_token_list.md | 61 +- .../kubeadm/generated/kubeadm_upgrade.md | 47 +- .../generated/kubeadm_upgrade_apply.md | 151 +- .../kubeadm/generated/kubeadm_upgrade_diff.md | 83 +- .../kubeadm/generated/kubeadm_upgrade_node.md | 56 +- .../generated/kubeadm_upgrade_node_config.md | 86 - ...upgrade_node_experimental-control-plane.md | 86 - .../generated/kubeadm_upgrade_node_phase.md | 19 + ...ubeadm_upgrade_node_phase_control-plane.md | 25 + ...beadm_upgrade_node_phase_kubelet-config.md | 26 + .../kubeadm/generated/kubeadm_upgrade_plan.md | 103 +- .../kubeadm/generated/kubeadm_version.md | 51 +- .../kubeadm/implementation-details.md | 25 +- .../setup-tools/kubeadm/kubeadm-alpha.md | 26 +- .../setup-tools/kubeadm/kubeadm-config.md | 6 - .../setup-tools/kubeadm/kubeadm-init-phase.md | 10 +- .../setup-tools/kubeadm/kubeadm-init.md | 131 +- .../setup-tools/kubeadm/kubeadm-join.md | 27 +- .../kubeadm/kubeadm-reset-phase.md | 53 + .../setup-tools/kubeadm/kubeadm-reset.md | 13 +- .../kubeadm/kubeadm-upgrade-phase.md | 26 + .../setup-tools/kubeadm/kubeadm-upgrade.md | 21 +- .../reference/setup-tools/kubeadm/kubeadm.md | 2 +- .../reference/setup-tools/kubefed/kubefed.md | 72 - .../setup-tools/kubefed/kubefed_init.md | 107 - .../setup-tools/kubefed/kubefed_join.md | 101 - .../setup-tools/kubefed/kubefed_options.md | 78 - .../setup-tools/kubefed/kubefed_unjoin.md | 88 - .../setup-tools/kubefed/kubefed_version.md | 81 - content/en/docs/reference/tools.md | 8 +- .../docs/reference/using-api/api-concepts.md | 18 + .../reference/using-api/client-libraries.md | 1 + .../reference/using-api/deprecation-policy.md | 44 +- content/en/docs/setup/_index.md | 165 +- .../en/docs/setup/best-practices/_index.md | 4 + .../{ => best-practices}/certificates.md | 23 +- .../{ => best-practices}/cluster-large.md | 4 +- .../{ => best-practices}/multiple-zones.md | 8 +- .../{ => best-practices}/node-conformance.md | 3 +- content/en/docs/setup/custom-cloud/_index.md | 4 - content/en/docs/setup/independent/_index.md | 5 - .../docs/setup/learning-environment/_index.md | 4 + .../{ => learning-environment}/minikube.md | 353 +- content/en/docs/setup/pick-right-solution.md | 314 - .../setup/production-environment/_index.md | 4 + .../container-runtimes.md} | 15 +- .../on-premises-vm/_index.md | 4 + .../on-premises-vm/cloudstack.md | 5 +- .../on-premises-vm/dcos.md | 0 .../on-premises-vm/ovirt.md | 3 +- .../production-environment/tools/_index.md | 4 + .../tools}/kops.md | 3 +- .../tools}/krib.md | 16 +- .../tools/kubeadm/_index.md | 4 + .../tools/kubeadm}/control-plane-flags.md | 8 +- .../tools/kubeadm}/create-cluster-kubeadm.md | 136 +- .../tools/kubeadm}/ha-topology.md | 10 +- .../tools/kubeadm}/high-availability.md | 78 +- .../tools/kubeadm}/install-kubeadm.md | 32 +- .../tools/kubeadm}/kubelet-integration.md | 2 +- .../tools/kubeadm/self-hosting.md | 63 + .../kubeadm}/setup-ha-etcd-with-kubeadm.md | 8 +- .../tools/kubeadm}/troubleshooting-kubeadm.md | 35 +- .../tools}/kubespray.md | 5 +- .../turnkey/_index.md | 2 +- .../turnkey/alibaba-cloud.md | 2 +- .../turnkey/aws.md | 5 +- .../turnkey/azure.md | 0 .../turnkey/clc.md | 20 +- .../turnkey/gce.md | 5 +- .../turnkey/icp.md | 6 +- .../turnkey/stackpoint.md | 0 .../production-environment/windows/_index.md | 4 + .../flannel-master-kubeclt-get-pods.png | Bin .../windows/flannel-master-kubectl-get-ds.png | Bin .../windows/intro-windows-in-kubernetes.md | 48 +- .../windows/user-guide-windows-containers.md | 0 .../windows/user-guide-windows-nodes.md | 14 +- .../windows/windows-docker-error.png | Bin content/en/docs/setup/release/_index.md | 5 +- .../setup/release/building-from-source.md | 33 - content/en/docs/setup/release/notes.md | 19 +- .../{ => release}/version-skew-policy.md | 12 +- ...icate-containers-same-pod-shared-volume.md | 4 +- .../configure-access-multiple-clusters.md | 12 +- .../create-external-load-balancer.md | 21 +- .../ingress-minikube.md | 15 +- ...port-forward-access-application-cluster.md | 20 +- .../configure-aggregation-layer.md | 55 +- .../custom-resource-definition-versioning.md | 96 +- .../custom-resource-definitions.md | 492 +- .../administer-cluster/access-cluster-api.md | 8 +- .../administer-cluster/cluster-management.md | 6 +- .../configure-multiple-schedulers.md | 2 +- .../configure-upgrade-etcd.md | 2 +- .../declare-network-policy.md | 2 +- .../developing-cloud-controller-manager.md | 4 +- .../dns-custom-nameservers.md | 42 +- .../dns-horizontal-autoscaling.md | 51 +- .../tasks/administer-cluster/encrypt-data.md | 16 +- ...aranteed-scheduling-critical-addon-pods.md | 8 +- .../highly-available-master.md | 2 +- .../tasks/administer-cluster/kms-provider.md | 6 +- .../kubeadm/kubeadm-certs.md | 170 +- .../kubeadm/kubeadm-upgrade-1-12.md | 300 - .../kubeadm/kubeadm-upgrade-1-13.md | 2 + .../kubeadm/kubeadm-upgrade-1-14.md | 18 +- .../kubeadm/kubeadm-upgrade-1-15.md | 383 + .../kubeadm/kubeadm-upgrade-ha-1-12.md | 247 - .../kubeadm/kubeadm-upgrade-ha-1-13.md | 2 +- .../administer-cluster/kubelet-config-file.md | 4 +- .../namespaces-walkthrough.md | 4 + .../cilium-network-policy.md | 2 +- .../romana-network-policy.md | 2 +- .../tasks/administer-cluster/nodelocaldns.jpg | Bin 0 -> 37691 bytes .../tasks/administer-cluster/nodelocaldns.md | 60 + .../administer-cluster/out-of-resource.md | 2 +- .../administer-cluster/reconfigure-kubelet.md | 6 +- .../administer-cluster/safely-drain-node.md | 14 +- .../administer-cluster/sysctl-cluster.md | 5 +- .../assign-memory-resource.md | 2 +- .../configure-pod-container/configure-gmsa.md | 4 +- .../configure-liveness-readiness-probes.md | 4 + .../configure-persistent-volume-storage.md | 6 +- .../configure-pod-configmap.md | 94 +- .../configure-projected-volume-storage.md | 65 +- .../pull-image-private-registry.md | 9 +- .../security-context.md | 8 +- .../share-process-namespace.md | 64 +- .../translate-compose-kubernetes.md | 6 +- .../tasks/debug-application-cluster/audit.md | 87 +- .../debug-service.md | 6 +- .../monitor-node-health.md | 2 +- .../resource-usage-monitoring.md | 8 + .../troubleshooting.md | 4 +- .../administer-federation/cluster.md | 4 +- .../administer-federation/configmap.md | 2 +- .../administer-federation/daemonset.md | 4 +- .../administer-federation/deployment.md | 2 +- .../administer-federation/events.md | 4 +- .../federation/administer-federation/hpa.md | 4 +- .../administer-federation/ingress.md | 4 +- .../federation/administer-federation/job.md | 4 +- .../administer-federation/namespaces.md | 2 +- .../administer-federation/replicaset.md | 4 +- .../administer-federation/secret.md | 4 +- .../federation-service-discovery.md | 4 +- .../set-up-cluster-federation-kubefed.md | 2 +- .../distribute-credentials-secure.md | 94 +- ...nward-api-volume-expose-pod-information.md | 15 +- .../job/automated-tasks-with-cron-jobs.md | 4 +- .../job/parallel-processing-expansion.md | 42 +- .../manage-daemon/rollback-daemon-set.md | 1 + .../tasks/manage-daemon/update-daemon-set.md | 5 +- .../docs/tasks/manage-gpus/scheduling-gpus.md | 6 +- .../tasks/manage-kubernetes-objects/_index.md | 4 + .../declarative-config.md | 50 +- .../imperative-command.md | 27 +- .../imperative-config.md | 43 +- .../kustomization.md | 116 +- .../tasks/run-application/configure-pdb.md | 44 +- .../run-application/delete-stateful-set.md | 2 +- .../force-delete-stateful-set-pod.md | 4 +- .../horizontal-pod-autoscale-walkthrough.md | 14 +- .../horizontal-pod-autoscale.md | 13 +- .../rolling-update-replication-controller.md | 88 +- .../run-replicated-stateful-application.md | 16 +- .../update-api-object-kubectl-patch.md | 10 +- .../install-service-catalog-using-sc.md | 14 +- .../tasks/tls/managing-tls-in-a-cluster.md | 8 +- .../en/docs/tasks/tools/install-kubectl.md | 264 +- .../en/docs/tasks/tools/install-minikube.md | 145 +- content/en/docs/test.md | 4 +- .../configure-redis-using-configmap.md | 2 +- .../tutorials/kubernetes-basics/_index.html | 14 +- .../explore/explore-intro.html | 2 +- .../update/update-intro.html | 8 +- .../tutorials/online-training/overview.md | 34 +- .../en/docs/tutorials/services/source-ip.md | 115 +- .../stateful-application/cassandra.md | 2 +- .../expose-external-ip-address.md | 4 +- .../guestbook-logs-metrics-with-elk.md | 402 + .../stateless-application/guestbook.md | 28 +- .../application-developer/foundational.md | 2 +- .../users/cluster-operator/foundational.md | 8 +- .../en/examples/admin/cloud/ccm-example.yaml | 2 +- .../admin/dns/dns-horizontal-autoscaler.yaml | 2 +- content/en/examples/admin/namespace-dev.json | 2 +- content/en/examples/admin/namespace-prod.json | 2 +- .../resource/limit-mem-cpu-container.yaml | 19 + .../admin/resource/limit-mem-cpu-pod.yaml | 10 + .../resource/limit-memory-ratio-pod.yaml | 9 + .../admin/resource/limit-range-pod-1.yaml | 37 + .../admin/resource/limit-range-pod-2.yaml | 37 + .../admin/resource/limit-range-pod-3.yaml | 13 + .../admin/resource/pvc-limit-greater.yaml | 10 + .../admin/resource/pvc-limit-lower.yaml | 10 + .../admin/resource/quota-objects-pvc-2.yaml | 2 +- .../admin/resource/quota-objects-pvc.yaml | 2 +- .../admin/resource/storagelimits.yaml | 11 + .../en/examples/admin/sched/my-scheduler.yaml | 2 +- .../guestbook/redis-slave-deployment.yaml | 2 +- .../application/zookeeper/zookeeper.yaml | 2 +- .../en/examples/controllers/daemonset.yaml | 2 +- .../controllers/replication-nginx-1.7.9.yaml | 16 + .../controllers/replication-nginx-1.9.2.yaml | 21 + content/en/examples/examples_test.go | 40 +- .../en/examples/pods/config/redis-pod.yaml | 5 +- .../pod-multiple-secret-env-variable.yaml | 19 + .../pods/inject/pod-secret-envFrom.yaml | 11 + .../pod-single-secret-env-variable.yaml | 14 + .../pod-configmap-volume-specific-key.yaml | 2 +- .../examples/pods/pod-with-pod-affinity.yaml | 2 +- .../pods/security/security-context.yaml | 4 +- .../en/examples/policy/restricted-psp.yaml | 4 +- ...-pod-disruption-budget-maxunavailable.yaml | 9 + ...er-pod-disruption-budget-minavailable.yaml | 9 + .../examples/service/networking/ingress.yaml | 2 +- content/en/includes/partner-script.js | 2 +- content/en/partners/_index.html | 2 +- content/es/OWNERS | 13 + content/es/_common-resources/index.md | 3 + content/es/_index.html | 60 + content/es/blog/_index.md | 10 + content/es/case-studies/_index.html | 10 + content/es/community/_index.html | 62 + content/es/community/code-of-conduct.md | 31 + content/es/community/static/README.md | 11 + .../community/static/cncf-code-of-conduct.md | 29 + content/es/docs/_index.md | 23 + content/es/docs/_search.md | 4 + content/es/docs/concepts/_index.md | 77 + .../es/docs/concepts/architecture/_index.md | 4 + .../concepts/architecture/cloud-controller.md | 238 + .../architecture/master-node-communication.md | 59 + .../es/docs/concepts/architecture/nodes.md | 183 + .../concepts/cluster-administration/_index.md | 4 + .../es/docs/concepts/configuration/_index.md | 4 + content/es/docs/concepts/containers/_index.md | 4 + .../container-environment-variables.md | 60 + .../docs/concepts/extend-kubernetes/_index.md | 4 + .../extend-kubernetes/api-extension/_index.md | 4 + .../compute-storage-net/_index.md | 4 + content/es/docs/concepts/overview/_index.md | 4 + .../object-management-kubectl/_index.md | 4 + .../overview/working-with-objects/_index.md | 4 + .../working-with-objects/annotations.md | 77 + .../working-with-objects/common-labels.md | 174 + .../working-with-objects/field-selectors.md | 60 + .../kubernetes-objects.md | 78 + .../overview/working-with-objects/labels.md | 204 + .../overview/working-with-objects/names.md | 30 + .../working-with-objects/namespaces.md | 115 + content/es/docs/concepts/policy/_index.md | 4 + .../concepts/services-networking/_index.md | 4 + content/es/docs/concepts/storage/_index.md | 4 + content/es/docs/concepts/workloads/_index.md | 4 + .../concepts/workloads/controllers/_index.md | 4 + .../es/docs/concepts/workloads/pods/_index.md | 4 + content/es/docs/contribute/_index.md | 85 + .../contribute/generate-ref-docs/_index.md | 10 + content/es/docs/contribute/style/_index.md | 12 + .../es/docs/getting-started-guides/_index.md | 4 + .../getting-started-guides/fedora/_index.md | 4 + content/es/docs/home/_index.md | 57 + content/es/docs/reference/_index.md | 64 + .../reference/access-authn-authz/_index.md | 5 + .../command-line-tools-reference/_index.md | 5 + .../es/docs/reference/federation/_index.md | 4 + .../es/docs/reference/glossary/annotation.md | 17 + .../glossary/application-architect.md | 18 + .../glossary/application-developer.md | 18 + .../es/docs/reference/glossary/certificate.md | 17 + content/es/docs/reference/glossary/cla.md | 17 + content/es/docs/reference/glossary/cluster.md | 18 + content/es/docs/reference/glossary/docker.md | 17 + content/es/docs/reference/glossary/image.md | 17 + content/es/docs/reference/glossary/index.md | 11 + content/es/docs/reference/glossary/job.md | 20 + content/es/docs/reference/glossary/kops.md | 27 + content/es/docs/reference/glossary/kubeadm.md | 18 + content/es/docs/reference/glossary/name.md | 17 + content/es/docs/reference/glossary/node.md | 19 + content/es/docs/reference/glossary/pod.md | 19 + content/es/docs/reference/glossary/rkt.md | 18 + content/es/docs/reference/glossary/secret.md | 18 + .../es/docs/reference/glossary/selector.md | 18 + content/es/docs/reference/glossary/service.md | 18 + content/es/docs/reference/glossary/sysctl.md | 23 + content/es/docs/reference/glossary/uid.md | 17 + .../docs/reference/issues-security/_index.md | 5 + content/es/docs/reference/kubectl/_index.md | 4 + .../docs/reference/kubernetes-api/_index.md | 4 + .../es/docs/reference/kubernetes-api/index.md | 5 + .../es/docs/reference/setup-tools/_index.md | 5 + .../reference/setup-tools/kubeadm/_index.md | 5 + .../setup-tools/kubeadm/generated/_index.md | 5 + .../reference/setup-tools/kubefed/_index.md | 5 + content/es/docs/reference/using-api/_index.md | 5 + content/es/docs/setup/_index.md | 85 + content/es/docs/setup/custom-cloud/_index.md | 4 + content/es/docs/setup/independent/_index.md | 4 + .../es/docs/setup/on-premises-vm/_index.md | 4 + content/es/docs/setup/release/_index.md | 4 + .../setup/release/building-from-source.md | 37 + content/es/docs/setup/turnkey/_index.md | 4 + content/es/docs/setup/windows/_index.md | 4 + content/es/docs/sitemap.md | 115 + content/es/docs/tasks/_index.md | 87 + .../access-application-cluster/_index.md | 4 + .../tasks/access-kubernetes-api/_index.md | 4 + .../custom-resources/_index.md | 4 + .../docs/tasks/administer-cluster/_index.md | 4 + .../administer-cluster/kubeadm/_index.md | 5 + .../manage-resources/_index.md | 4 + .../network-policy-provider/_index.md | 4 + .../tasks/configure-pod-container/_index.md | 4 + .../configure-volume-storage.md | 131 + .../tasks/debug-application-cluster/_index.md | 4 + .../resource-metrics-pipeline.md | 57 + content/es/docs/tasks/federation/_index.md | 4 + .../administer-federation/_index.md | 4 + .../tasks/inject-data-application/_index.md | 4 + content/es/docs/tasks/job/_index.md | 4 + content/es/docs/tasks/manage-daemon/_index.md | 4 + .../es/docs/tasks/run-application/_index.md | 4 + .../tasks/run-application/configure-pdb.md | 230 + .../run-stateless-application-deployment.md | 151 + .../es/docs/tasks/service-catalog/_index.md | 4 + content/es/docs/tasks/tls/_index.md | 4 + content/es/docs/tasks/tools/_index.md | 4 + .../es/docs/tasks/tools/install-kubectl.md | 430 + .../es/docs/tasks/tools/install-minikube.md | 132 + .../es/docs/templates/feature-state-alpha.txt | 7 + .../es/docs/templates/feature-state-beta.txt | 9 + .../templates/feature-state-deprecated.txt | 1 + .../docs/templates/feature-state-stable.txt | 4 + content/es/docs/templates/index.md | 13 + content/es/docs/tutorials/_index.md | 76 + content/es/docs/tutorials/clusters/_index.md | 4 + .../es/docs/tutorials/configuration/_index.md | 4 + .../tutorials/kubernetes-basics/_index.md | 4 + .../create-cluster/_index.md | 4 + .../create-cluster/cluster-interactive.html | 37 + .../kubernetes-basics/deploy-app/_index.md | 4 + .../deploy-app/deploy-interactive.html | 41 + .../kubernetes-basics/explore/_index.md | 4 + .../kubernetes-basics/expose/_index.md | 4 + .../kubernetes-basics/scale/_index.md | 4 + .../kubernetes-basics/update/_index.md | 4 + .../docs/tutorials/online-training/_index.md | 4 + content/es/docs/tutorials/services/_index.md | 4 + .../tutorials/stateful-application/_index.md | 4 + .../tutorials/stateless-application/_index.md | 4 + content/es/docs/update-user-guide-links.py | 85 + .../application/deployment-scale.yaml | 19 + .../application/deployment-update.yaml | 19 + .../es/examples/application/deployment.yaml | 19 + content/es/examples/pods/storage/redis.yaml | 14 + content/{de => es/includes}/index.md | 0 content/es/includes/task-tutorial-prereqs.md | 5 + content/es/partners/_index.html | 91 + content/fr/_index.html | 8 +- content/fr/blog/_index.md | 10 + content/fr/case-studies/_index.html | 1 + content/fr/docs/_index.md | 1 + content/fr/docs/concepts/_index.md | 1 + .../fr/docs/concepts/architecture/_index.md | 1 + .../architecture/master-node-communication.md | 3 +- .../fr/docs/concepts/architecture/nodes.md | 3 +- .../concepts/cluster-administration/_index.md | 2 +- .../cluster-administration/certificates.md | 2 +- .../cluster-administration-overview.md | 5 +- .../fr/docs/concepts/configuration/_index.md | 4 + content/fr/docs/concepts/containers/_index.md | 3 +- .../container-environment-variables.md | 9 +- content/fr/docs/concepts/containers/images.md | 1 + .../docs/concepts/containers/runtime-class.md | 11 +- .../docs/concepts/extend-kubernetes/_index.md | 4 + .../extend-kubernetes/api-extension/_index.md | 4 + .../compute-storage-net/_index.md | 4 + content/fr/docs/concepts/overview/_index.md | 3 +- .../concepts/overview/what-is-kubernetes.md | 7 +- .../overview/working-with-objects/_index.md | 4 + content/fr/docs/concepts/policy/_index.md | 4 + content/fr/docs/concepts/security/_index.md | 4 + .../concepts/services-networking/_index.md | 5 + .../services-networking/dns-pod-service.md | 231 + .../concepts/services-networking/ingress.md | 438 + content/fr/docs/concepts/storage/_index.md | 4 + content/fr/docs/concepts/workloads/_index.md | 4 + .../concepts/workloads/controllers/_index.md | 4 + .../fr/docs/concepts/workloads/pods/_index.md | 4 + .../concepts/workloads/pods/pod-overview.md | 105 + .../fr/docs/concepts/workloads/pods/pod.md | 199 + content/fr/docs/contribute/_index.md | 62 + .../contribute/generate-ref-docs/_index.md | 1 + .../generate-ref-docs/federation-api.md | 75 + .../generate-ref-docs/kubernetes-api.md | 338 + content/fr/docs/contribute/start.md | 291 + content/fr/docs/contribute/style/_index.md | 8 + .../fr/docs/getting-started-guides/_index.md | 4 + .../getting-started-guides/fedora/_index.md | 4 + content/fr/docs/home/_index.md | 11 +- .../fr/docs/home/supported-doc-versions.md | 5 + content/fr/docs/reference/_index.md | 58 + .../reference/access-authn-authz/_index.md | 5 + .../command-line-tools-reference/_index.md | 5 + .../reference/glossary/aggregation-layer.md | 19 + .../reference/glossary/container-runtime.md | 20 + .../fr/docs/reference/glossary/container.md | 18 + .../docs/reference/issues-security/_index.md | 5 + content/fr/docs/reference/kubectl/_index.md | 2 +- .../fr/docs/reference/kubectl/cheatsheet.md | 1 + .../fr/docs/reference/kubectl/conventions.md | 1 + content/fr/docs/reference/kubectl/jsonpath.md | 1 + .../fr/docs/reference/kubectl/kubectl-cmds.md | 1 + content/fr/docs/reference/kubectl/kubectl.md | 6 +- content/fr/docs/reference/kubectl/overview.md | 1 + .../docs/reference/kubernetes-api/_index.md | 4 + .../fr/docs/reference/setup-tools/_index.md | 5 + .../reference/setup-tools/kubeadm/_index.md | 5 + .../setup-tools/kubeadm/generated/_index.md | 5 + .../reference/setup-tools/kubeadm/kubeadm.md | 23 + .../reference/setup-tools/kubefed/_index.md | 0 content/fr/docs/reference/using-api/_index.md | 5 + content/fr/docs/setup/_index.md | 17 +- content/fr/docs/setup/custom-cloud/_index.md | 1 + content/fr/docs/setup/custom-cloud/coreos.md | 8 +- content/fr/docs/setup/custom-cloud/kops.md | 1 + .../fr/docs/setup/custom-cloud/kubespray.md | 1 + content/fr/docs/setup/independent/_index.md | 4 +- .../setup/independent/control-plane-flags.md | 9 +- .../independent/create-cluster-kubeadm.md | 171 +- .../fr/docs/setup/independent/ha-topology.md | 1 + .../setup/independent/high-availability.md | 1 + .../docs/setup/independent/install-kubeadm.md | 3 +- .../setup/independent/kubelet-integration.md | 1 + .../independent/setup-ha-etcd-with-kubeadm.md | 1 + .../independent/troubleshooting-kubeadm.md | 3 +- .../docs/setup/on-premises-vm/_index.md | 0 content/fr/docs/setup/pick-right-solution.md | 5 +- content/fr/docs/setup/release/_index.md | 4 +- .../setup/release/building-from-source.md | 1 + content/fr/docs/setup/turnkey/_index.md | 4 + content/fr/docs/setup/windows/_index.md | 4 + content/fr/docs/tasks/_index.md | 86 + .../access-application-cluster/_index.md | 4 + .../tasks/access-kubernetes-api/_index.md | 4 + .../custom-resources/_index.md | 4 + .../docs/tasks/administer-cluster/_index.md | 4 + .../administer-cluster/kubeadm/_index.md | 4 + .../manage-resources/_index.md | 4 + .../network-policy-provider/_index.md | 4 + .../tasks/configure-pod-container/_index.md | 4 + .../tasks/debug-application-cluster/_index.md | 4 + content/fr/docs/tasks/federation/_index.md | 4 + .../administer-federation/_index.md | 4 + .../tasks/inject-data-application/_index.md | 4 + content/fr/docs/tasks/job/_index.md | 4 + content/fr/docs/tasks/manage-daemon/_index.md | 4 + .../tasks/manage-kubernetes-objects/_index.md | 4 + .../fr/docs/tasks/run-application/_index.md | 4 + .../fr/docs/tasks/service-catalog/_index.md | 4 + content/fr/docs/tasks/tls/_index.md | 4 + content/fr/docs/tasks/tools/_index.md | 4 + content/fr/docs/tutorials/_index.md | 75 + content/fr/docs/tutorials/clusters/_index.md | 4 + .../fr/docs/tutorials/configuration/_index.md | 4 + content/fr/docs/tutorials/hello-minikube.md | 47 +- .../tutorials/kubernetes-basics/_index.html | 118 + .../create-cluster/_index.md | 4 + .../create-cluster/cluster-interactive.html | 37 + .../create-cluster/cluster-intro.html | 108 + .../kubernetes-basics/deploy-app/_index.md | 4 + .../kubernetes-basics/explore/_index.md | 4 + .../kubernetes-basics/expose/_index.md | 4 + .../kubernetes-basics/scale/_index.md | 4 + .../kubernetes-basics/update/_index.md | 4 + .../docs/tutorials/online-training/_index.md | 4 + content/fr/docs/tutorials/services/_index.md | 4 + .../tutorials/stateful-application/_index.md | 4 + .../tutorials/stateless-application/_index.md | 4 + .../guestbook/redis-slave-deployment.yaml | 2 +- .../includes/default-storage-class-prereqs.md | 1 + .../federated-task-tutorial-prereqs.md | 3 + .../federation-deprecation-warning-note.md | 5 + content/fr/includes/index.md | 3 + content/fr/includes/partner-script.js | 1609 +++ content/fr/includes/partner-style.css | 202 + content/fr/includes/task-tutorial-prereqs.md | 5 + .../fr/includes/user-guide-content-moved.md | 2 + .../includes/user-guide-migration-notice.md | 12 + content/fr/partners/_index.html | 92 + content/hi/OWNERS | 13 + content/hi/_common-resources/index.md | 3 + content/id/OWNERS | 13 + content/id/_common-resources/index.md | 3 + content/id/_index.html | 63 + content/id/case-studies/_index.html | 9 + content/id/docs/_index.md | 3 + content/id/docs/concepts/_index.md | 108 + .../id/docs/concepts/architecture/_index.md | 5 + .../architecture/master-node-communication.md | 77 + .../id/docs/concepts/architecture/nodes.md | 231 + .../concepts/cluster-administration/_index.md | 5 + .../concepts/cluster-administration/addons.md | 53 + .../cluster-administration/cloud-providers.md | 350 + .../cluster-administration-overview.md | 72 + .../controller-metrics.md | 42 + .../cluster-administration/federation.md | 195 + .../kubelet-garbage-collection.md | 96 + .../cluster-administration/proxies.md | 65 + .../id/docs/concepts/configuration/_index.md | 5 + .../configuration/taint-and-toleration.md | 314 + content/id/docs/concepts/containers/_index.md | 5 + .../container-environment-variables.md | 59 + .../containers/container-lifecycle-hooks.md | 119 + .../docs/concepts/containers/runtime-class.md | 161 + content/id/docs/concepts/overview/_index.md | 5 + .../id/docs/concepts/overview/components.md | 152 + .../docs/concepts/overview/kubernetes-api.md | 156 + .../object-management-kubectl/_index.md | 5 + .../declarative-config.md | 868 ++ .../imperative-command.md | 132 + .../imperative-config.md | 116 + .../concepts/overview/what-is-kubernetes.md | 189 + .../overview/working-with-objects/_index.md | 5 + .../working-with-objects/annotations.md | 83 + .../working-with-objects/field-selectors.md | 68 + .../kubernetes-objects.md | 108 + .../overview/working-with-objects/names.md | 30 + .../working-with-objects/namespaces.md | 94 + .../concepts/services-networking/_index.md | 5 + .../connect-applications-service.md | 366 + .../ingress-controllers.md | 76 + .../concepts/services-networking/ingress.md | 474 + .../services-networking/network-policies.md | 285 + .../concepts/services-networking/service.md | 1065 ++ content/id/docs/concepts/workloads/_index.md | 4 + .../concepts/workloads/controllers/_index.md | 4 + .../controllers/garbage-collection.md | 135 + .../id/docs/concepts/workloads/pods/_index.md | 4 + .../concepts/workloads/pods/disruptions.md | 185 + .../concepts/workloads/pods/pod-overview.md | 106 + .../docs/concepts/workloads/pods/podpreset.md | 56 + content/id/docs/home/_index.md | 56 + .../id/docs/home/supported-doc-versions.md | 29 + content/id/docs/reference/glossary/etcd.md | 19 + content/id/docs/reference/glossary/ingress.md | 20 + .../docs/reference/glossary/kube-apiserver.md | 19 + .../glossary/kube-controller-manager.md | 19 + .../docs/reference/glossary/kube-scheduler.md | 18 + content/id/docs/reference/glossary/kubelet.md | 15 + content/id/docs/reference/glossary/name.md | 17 + content/id/docs/reference/glossary/uid.md | 17 + content/id/docs/search.md | 5 + content/id/docs/setup/_index.md | 81 + content/id/docs/sitemap.md | 114 + .../id/docs/templates/feature-state-alpha.txt | 7 + .../id/docs/templates/feature-state-beta.txt | 10 + .../templates/feature-state-deprecated.txt | 2 + .../id/docs/templates/feaure-state-stable.txt | 4 + content/id/docs/templates/index.md | 13 + content/id/docs/tutorials/_index.md | 75 + content/id/docs/tutorials/hello-minikube.md | 270 + .../tutorials/kubernetes-basics/_index.html | 92 + .../id/examples/application/deployment.yaml | 19 + .../application/simple_deployment.yaml | 19 + .../application/update_deployment.yaml | 18 + .../id/examples/controllers/replicaset.yaml | 17 + content/id/examples/minikube/Dockerfile | 4 + content/id/examples/minikube/server.js | 9 + .../examples/service/networking/curlpod.yaml | 28 + .../examples/service/networking/ingress.yaml | 9 + .../service/networking/nginx-secure-app.yaml | 46 + .../service/networking/nginx-svc.yaml | 12 + .../service/networking/run-my-nginx.yaml | 20 + .../federation-deprecation-warning-note.md | 3 + content/id/includes/index.md | 3 + content/it/_index.html | 24 +- content/it/community/_index.html | 2 +- content/it/docs/concepts/_index.md | 77 + .../it/docs/concepts/architecture/_index.md | 5 + .../concepts/architecture/cloud-controller.md | 267 + .../architecture/master-node-communication.md | 94 + .../it/docs/concepts/architecture/nodes.md | 285 + .../concepts/cluster-administration/_index.md | 5 + .../concepts/cluster-administration/addons.md | 51 + .../cluster-administration/certificates.md | 248 + .../cluster-administration/cloud-providers.md | 399 + .../cluster-administration-overview.md | 72 + .../controller-metrics.md | 46 + .../cluster-administration/federation.md | 182 + .../kubelet-garbage-collection.md | 100 + .../cluster-administration/logging.md | 258 + .../manage-deployment.md | 446 + .../cluster-administration/networking.md | 343 + .../cluster-administration/proxies.md | 68 + .../docs/concepts/example-concept-template.md | 39 + .../concepts/overview/what-is-kubernetes.md | 2 +- .../admin/logging/fluentd-sidecar-config.yaml | 25 + .../two-files-counter-pod-agent-sidecar.yaml | 39 + ...o-files-counter-pod-streaming-sidecar.yaml | 38 + .../admin/logging/two-files-counter-pod.yaml | 26 + .../it/examples/application/nginx-app.yaml | 34 + content/it/examples/debug/counter-pod.yaml | 10 + .../federation-deprecation-warning-note.md | 5 + .../concepts/overview/what-is-kubernetes.md | 3 + content/ja/docs/home/_index.md | 47 +- .../ja/docs/home/supported-doc-versions.md | 4 + content/ja/docs/setup/certificates.md | 27 +- content/ja/docs/setup/cri.md | 108 +- .../setup/independent/control-plane-flags.md | 2 + .../independent/create-cluster-kubeadm.md | 151 +- .../setup/independent/high-availability.md | 198 +- .../docs/setup/independent/install-kubeadm.md | 20 +- .../setup/independent/kubelet-integration.md | 6 +- .../independent/setup-ha-etcd-with-kubeadm.md | 9 +- .../independent/troubleshooting-kubeadm.md | 43 +- content/ja/docs/setup/minikube.md | 268 +- content/ja/docs/setup/multiple-zones.md | 123 +- .../ja/docs/setup/on-premises-metal/krib.md | 4 +- content/ja/docs/setup/pick-right-solution.md | 211 +- .../setup/release/building-from-source.md | 17 +- .../ja/docs/setup/turnkey/alibaba-cloud.md | 4 +- content/ja/docs/setup/turnkey/azure.md | 14 +- content/ja/docs/setup/turnkey/clc.md | 2 +- content/ja/docs/setup/turnkey/gce.md | 4 +- content/ja/docs/setup/turnkey/icp.md | 67 + content/ja/docs/setup/version-skew-policy.md | 141 + content/ja/docs/tutorials/hello-minikube.md | 11 +- .../tutorials/kubernetes-basics/_index.html | 8 +- .../create-cluster/cluster-intro.html | 8 +- .../deploy-app/deploy-intro.html | 4 +- .../expose/expose-intro.html | 8 +- .../update/update-intro.html | 8 +- .../admin/cloud/pvl-initializer-config.yaml | 13 - .../guestbook/redis-slave-deployment.yaml | 2 +- .../ja/examples/controllers/daemonset.yaml | 2 +- content/ja/examples/examples_test.go | 4 - .../ja/examples/policy/restricted-psp.yaml | 4 +- .../examples/service/networking/ingress.yaml | 2 +- content/ko/_index.html | 6 +- content/ko/case-studies/ibm/index.html | 7 +- content/ko/case-studies/naic/index.html | 15 +- content/ko/case-studies/pinterest/index.html | 15 +- content/ko/docs/concepts/_index.md | 13 +- .../concepts/architecture/cloud-controller.md | 35 +- .../cluster-administration-overview.md | 69 + .../controller-metrics.md | 48 + .../cluster-administration/federation.md | 4 +- .../configuration/scheduler-perf-tuning.md | 52 +- content/ko/docs/concepts/containers/images.md | 28 +- content/ko/docs/concepts/overview/_index.md | 3 +- .../ko/docs/concepts/overview/components.md | 24 +- .../docs/concepts/overview/kubernetes-api.md | 8 +- .../object-management-kubectl/_index.md | 4 - .../concepts/overview/what-is-kubernetes.md | 162 +- .../working-with-objects/annotations.md | 76 + .../kubernetes-objects.md | 13 +- .../working-with-objects/namespaces.md | 49 +- .../object-management.md} | 13 +- .../concepts/workloads/controllers/_index.md | 4 + .../workloads/controllers/cron-jobs.md | 49 + .../workloads/pods/init-containers.md | 52 +- .../concepts/workloads/pods/pod-lifecycle.md | 246 +- .../concepts/workloads/pods/pod-overview.md | 24 +- .../ko/docs/concepts/workloads/pods/pod.md | 205 + content/ko/docs/contribute/_index.md | 37 +- content/ko/docs/contribute/participating.md | 291 + content/ko/docs/reference/_index.md | 20 +- .../ko/docs/reference/glossary/annotation.md | 18 + .../docs/reference/glossary/app-container.md | 20 + content/ko/docs/reference/glossary/cluster.md | 19 + .../glossary/container-env-variables.md | 17 + .../ko/docs/reference/glossary/container.md | 19 + .../ko/docs/reference/glossary/controller.md | 8 +- content/ko/docs/reference/glossary/cronjob.md | 19 + .../glossary/customresourcedefinition.md | 20 + .../ko/docs/reference/glossary/daemonset.md | 20 + .../ko/docs/reference/glossary/deployment.md | 20 + .../docs/reference/glossary/device-plugin.md | 17 + content/ko/docs/reference/glossary/docker.md | 18 + content/ko/docs/reference/glossary/etcd.md | 2 +- .../ko/docs/reference/glossary/extensions.md | 18 + content/ko/docs/reference/glossary/image.md | 18 + .../docs/reference/glossary/init-container.md | 18 + content/ko/docs/reference/glossary/job.md | 20 + .../docs/reference/glossary/kube-apiserver.md | 2 +- .../ko/docs/reference/glossary/kube-proxy.md | 19 + .../docs/reference/glossary/kube-scheduler.md | 2 +- content/ko/docs/reference/glossary/kubectl.md | 19 + content/ko/docs/reference/glossary/kubelet.md | 6 +- .../docs/reference/glossary/kubernetes-api.md | 19 + content/ko/docs/reference/glossary/label.md | 18 + .../ko/docs/reference/glossary/minikube.md | 19 + content/ko/docs/reference/glossary/name.md | 2 +- .../ko/docs/reference/glossary/namespace.md | 18 + content/ko/docs/reference/glossary/node.md | 18 + .../docs/reference/glossary/pod-lifecycle.md | 19 + .../reference/glossary/pod-security-policy.md | 19 + content/ko/docs/reference/glossary/pod.md | 19 + content/ko/docs/reference/glossary/rbac.md | 19 + .../ko/docs/reference/glossary/replica-set.md | 20 + .../glossary/replication-controller.md | 19 + .../docs/reference/glossary/resource-quota.md | 20 + .../ko/docs/reference/glossary/selector.md | 18 + .../reference/glossary/service-account.md | 19 + content/ko/docs/reference/glossary/service.md | 19 + .../ko/docs/reference/glossary/statefulset.md | 23 + content/ko/docs/reference/glossary/taint.md | 18 + .../ko/docs/reference/glossary/toleration.md | 18 + content/ko/docs/reference/glossary/volume.md | 19 + .../ko/docs/reference/glossary/workload.md | 28 + .../ko/docs/reference/kubectl/cheatsheet.md | 371 + content/ko/docs/setup/certificates.md | 4 +- content/ko/docs/setup/cri.md | 119 +- content/ko/docs/setup/minikube.md | 124 +- content/ko/docs/setup/multiple-zones.md | 8 +- content/ko/docs/setup/pick-right-solution.md | 297 - content/ko/docs/setup/scratch.md | 872 -- .../access-application-cluster/_index.md | 5 + .../access-cluster.md | 372 + ...icate-containers-same-pod-shared-volume.md | 151 + .../configure-dns-cluster.md | 13 + .../tasks/manage-kubernetes-objects/_index.md | 4 + .../declarative-config.md | 998 ++ .../imperative-command.md | 27 +- .../imperative-config.md | 151 + .../horizontal-pod-autoscale-walkthrough.md | 54 +- .../horizontal-pod-autoscale.md | 4 +- .../ko/docs/tasks/tools/install-minikube.md | 99 +- content/ko/docs/tutorials/_index.md | 2 +- content/ko/docs/tutorials/clusters/_index.md | 5 + .../ko/docs/tutorials/clusters/apparmor.md | 468 + .../tutorials/clusters/deny-write.profile | 10 + .../configure-redis-using-configmap.md | 66 +- .../deploy-app/deploy-intro.html | 4 +- .../explore/explore-intro.html | 2 +- .../kubernetes-basics/scale/scale-intro.html | 7 +- .../update/update-intro.html | 8 +- .../tutorials/online-training/overview.md | 39 +- content/ko/docs/tutorials/services/_index.md | 5 + .../ko/docs/tutorials/services/source-ip.md | 342 + .../tutorials/stateful-application/_index.md | 5 + .../basic-stateful-set.md | 14 +- .../stateful-application/cassandra.md | 258 + .../mysql-wordpress-persistent-volume.md | 233 + .../stateful-application/zookeeper.md | 1095 ++ .../expose-external-ip-address.md | 4 +- .../stateless-application/guestbook.md | 21 +- .../cassandra/cassandra-service.yaml | 12 + .../cassandra/cassandra-statefulset.yaml | 100 + .../guestbook/redis-slave-deployment.yaml | 2 +- .../application/mysql/mysql-configmap.yaml | 16 + .../application/mysql/mysql-deployment.yaml | 43 + .../examples/application/mysql/mysql-pv.yaml | 26 + .../application/mysql/mysql-services.yaml | 30 + .../application/mysql/mysql-statefulset.yaml | 167 + .../application/simple_deployment.yaml | 19 + .../application/update_deployment.yaml | 18 + .../wordpress/mysql-deployment.yaml | 65 + .../wordpress/wordpress-deployment.yaml | 67 + .../application/zookeeper/zookeeper.yaml | 133 + .../ko/examples/pods/config/redis-pod.yaml | 5 +- .../pods/security/hello-apparmor.yaml | 13 + .../ko/examples/pods/two-container-pod.yaml | 27 + .../federated-task-tutorial-prereqs.md | 5 + ...=> federation-deprecation-warning-note.md} | 0 content/pt/OWNERS | 11 + content/pt/_common-resources/index.md | 3 + content/pt/_index.html | 62 + content/pt/blog/_index.md | 10 + content/pt/case-studies/_index.md | 9 + content/pt/community/_index.html | 71 + content/pt/community/code-of-conduct.md | 27 + content/pt/community/static/README.md | 2 + .../community/static/cncf-code-of-conduct.md | 44 + content/pt/docs/_index.md | 23 + content/pt/docs/_search.md | 4 + .../pt/docs/concepts/architecture/_index.md | 5 + .../concepts/architecture/cloud-controller.md | 240 + .../architecture/master-node-communication.md | 106 + .../cluster-administration-overview.md | 76 + content/pt/docs/home/_index.md | 58 + .../pt/docs/home/supported-doc-versions.md | 30 + content/pt/docs/sitemap.md | 114 + content/pt/includes/index.md | 3 + content/pt/partners/_index.html | 93 + .../2019-04-26-latest-on-localization.md | 53 + .../2019-06-12-contributor-summit-shanghai.md | 101 + .../zh/docs/concepts/architecture/nodes.md | 2 +- .../cluster-administration-overview.md | 2 +- .../zh/docs/concepts/configuration/secret.md | 4 +- content/zh/docs/concepts/containers/images.md | 2 +- .../docs/concepts/overview/kubernetes-api.md | 6 +- .../kubernetes-objects.md | 4 +- .../concepts/services-networking/ingress.yaml | 2 +- .../services-networking/network-policies.md | 2 +- .../workloads/controllers/cron-jobs.md | 2 +- .../workloads/controllers/daemonset.md | 2 +- .../workloads/controllers/daemonset.yaml | 4 +- .../workloads/controllers/deployment.md | 6 +- .../controllers/garbage-collection.md | 2 +- .../workloads/pods/init-containers.md | 8 +- content/zh/docs/home/_index.md | 110 +- .../kube-proxy.md | 4 +- .../kube-scheduler.md | 4 +- content/zh/docs/reference/kubectl/kubectl.md | 145 +- .../reference/setup-tools/kubeadm/kubeadm.md | 2 +- .../independent/create-cluster-kubeadm.md | 21 +- .../docs/setup/independent/install-kubeadm.md | 6 +- .../create-external-load-balancer.md | 2 +- .../administer-cluster/kubelet-config-file.md | 12 +- .../romana-network-policy.md | 2 +- .../attach-handler-lifecycle-event.md | 174 + ...nward-api-volume-expose-pod-information.md | 44 +- .../job/automated-tasks-with-cron-jobs.md | 4 +- .../kubernetes-basics/explore-intro.html | 16 +- .../stateful-application/cassandra.md | 175 +- content/zh/docs/user-guide/ingress.yaml | 2 +- .../zh/docs/user-guide/kubectl-overview.md | 2 +- content/zh/docs/whatisk8s.md | 10 - .../zh/examples/pods/lifecycle-events.yaml | 16 + content/zh/includes/task-tutorial-prereqs.md | 5 + data/setup.yml | 2 +- i18n/de.toml | 60 +- i18n/en.toml | 60 +- i18n/es.toml | 195 + i18n/fr.toml | 2 +- i18n/id.toml | 139 + i18n/it.toml | 2 +- i18n/ja.toml | 59 +- i18n/ko.toml | 63 +- i18n/nl.toml | 195 + i18n/no.toml | 2 +- i18n/pt.toml | 139 + layouts/_default/baseof.html | 2 +- layouts/blog/baseof.html | 6 +- layouts/blog/pager.html | 4 +- layouts/case-studies/list.html | 4 +- layouts/case-studies/single-baseof.html | 2 +- layouts/community/list.html | 8 +- layouts/docs/baseof.html | 2 +- layouts/docs/glossary.html | 12 +- layouts/docs/list.html | 8 +- layouts/docs/search.html | 2 +- layouts/index.html | 4 +- layouts/partials/css.html | 17 +- layouts/partials/docs/top-menu.html | 2 +- layouts/partials/feedback.html | 17 +- layouts/partials/git-info.html | 4 +- layouts/partials/head.html | 7 +- layouts/partials/templates/blocks.html | 6 +- layouts/shortcodes/capture.html | 1 + layouts/shortcodes/caution.html | 2 +- layouts/shortcodes/code.html | 4 +- layouts/shortcodes/codenew.html | 2 +- layouts/shortcodes/glossary_tooltip.html | 2 +- layouts/shortcodes/include.html | 2 +- layouts/shortcodes/note.html | 4 +- layouts/shortcodes/table.html | 6 + layouts/shortcodes/tabs.html | 2 +- layouts/shortcodes/upcoming-events.html | 11 + layouts/shortcodes/warning.html | 2 +- sass/styles.sass | 7 - scripts/find_pr.py | 89 + scripts/sass.sh | 38 - scripts/test_examples.sh | 23 +- scripts/upstream_changes.py | 78 + static/_redirects | 51 +- static/css/blog.css | 22 +- static/css/case-study-styles.css | 1 - static/css/case-study-styles.css.map | 7 - static/css/newcommunity.css | 868 ++ static/css/styles.css | 1 - static/css/styles.css.map | 7 - .../generated/kubectl/kubectl-commands.html | 997 +- .../reference/generated/kubectl/navData.js | 2 +- .../generated/kubernetes-api/v1.11/index.html | 2 +- .../generated/kubernetes-api/v1.12/index.html | 2 +- .../generated/kubernetes-api/v1.13/index.html | 2 +- .../generated/kubernetes-api/v1.14/index.html | 1189 +- .../generated/kubernetes-api/v1.14/navData.js | 2 +- .../images/CaseStudy_antfinancial_banner1.jpg | Bin 0 -> 106474 bytes .../images/CaseStudy_antfinancial_banner3.jpg | Bin 0 -> 237788 bytes .../images/CaseStudy_antfinancial_banner4.jpg | Bin 0 -> 176309 bytes static/images/CaseStudy_bose_banner1.jpg | Bin 0 -> 31691 bytes static/images/CaseStudy_bose_banner3.jpg | Bin 0 -> 75495 bytes static/images/CaseStudy_bose_banner4.jpg | Bin 0 -> 32813 bytes static/images/CaseStudy_cern_banner1.jpg | Bin 0 -> 290129 bytes static/images/CaseStudy_cern_banner3.jpg | Bin 0 -> 177811 bytes static/images/CaseStudy_cern_banner4.jpg | Bin 0 -> 225770 bytes .../images/CaseStudy_chinaunicom_banner1.jpg | Bin 0 -> 209711 bytes .../images/CaseStudy_chinaunicom_banner3.jpg | Bin 0 -> 95900 bytes .../images/CaseStudy_chinaunicom_banner4.jpg | Bin 0 -> 173940 bytes static/images/CaseStudy_ft_banner1.jpg | Bin 0 -> 256651 bytes static/images/CaseStudy_ft_banner3.jpg | Bin 0 -> 169917 bytes static/images/CaseStudy_ft_banner4.jpg | Bin 0 -> 439308 bytes static/images/CaseStudy_jdcom_banner1.jpg | Bin 0 -> 45538 bytes static/images/CaseStudy_jdcom_banner3.jpg | Bin 0 -> 54766 bytes static/images/CaseStudy_jdcom_banner4.jpg | Bin 0 -> 41251 bytes static/images/CaseStudy_montreal_banner1.jpg | Bin 0 -> 52407 bytes static/images/CaseStudy_montreal_banner3.jpg | Bin 0 -> 82510 bytes static/images/CaseStudy_montreal_banner4.jpg | Bin 0 -> 36412 bytes static/images/CaseStudy_nerdalize_banner1.jpg | Bin 0 -> 20975 bytes static/images/CaseStudy_nerdalize_banner3.jpg | Bin 0 -> 30756 bytes static/images/CaseStudy_nerdalize_banner4.jpg | Bin 0 -> 24769 bytes static/images/CaseStudy_nokia_banner1.jpg | Bin 0 -> 166855 bytes static/images/CaseStudy_nokia_banner3.jpg | Bin 0 -> 177286 bytes static/images/CaseStudy_nokia_banner4.jpg | Bin 0 -> 170337 bytes static/images/CaseStudy_pingcap_banner1.jpg | Bin 0 -> 36411 bytes static/images/CaseStudy_pingcap_banner3.jpg | Bin 0 -> 38337 bytes static/images/CaseStudy_pingcap_banner4.jpg | Bin 0 -> 41687 bytes static/images/CaseStudy_prowise_banner1.jpg | Bin 0 -> 60163 bytes static/images/CaseStudy_prowise_banner3.jpg | Bin 0 -> 14774 bytes static/images/CaseStudy_prowise_banner4.jpg | Bin 0 -> 21784 bytes static/images/CaseStudy_ricardoch_banner1.png | Bin 0 -> 134635 bytes static/images/CaseStudy_ricardoch_banner3.png | Bin 0 -> 77143 bytes static/images/CaseStudy_ricardoch_banner4.png | Bin 0 -> 99698 bytes static/images/CaseStudy_slamtec_banner1.jpg | Bin 0 -> 41407 bytes static/images/CaseStudy_slamtec_banner3.jpg | Bin 0 -> 11215 bytes static/images/CaseStudy_slamtec_banner4.jpg | Bin 0 -> 14759 bytes static/images/CaseStudy_sos_banner1.jpg | Bin 0 -> 47914 bytes static/images/CaseStudy_sos_banner3.jpg | Bin 0 -> 26283 bytes static/images/CaseStudy_sos_banner4.jpg | Bin 0 -> 36373 bytes static/images/CaseStudy_thredup_banner1.jpg | Bin 0 -> 13179 bytes static/images/CaseStudy_thredup_banner3.jpg | Bin 0 -> 22922 bytes static/images/CaseStudy_thredup_banner4.jpg | Bin 0 -> 18299 bytes static/images/CaseStudy_vsco_banner1.jpg | Bin 0 -> 17179 bytes static/images/CaseStudy_vsco_banner2.jpg | Bin 0 -> 38073 bytes static/images/CaseStudy_vsco_banner4.jpg | Bin 0 -> 26456 bytes static/images/CaseStudy_woorank_banner1.jpg | Bin 0 -> 17679 bytes static/images/CaseStudy_woorank_banner3.jpg | Bin 0 -> 45799 bytes static/images/CaseStudy_woorank_banner4.jpg | Bin 0 -> 52295 bytes static/images/antfinancial_logo.png | Bin 0 -> 8559 bytes .../connection-reset-packet-flow.png | Bin 0 -> 50565 bytes .../good-packet-flow.png | Bin 0 -> 36985 bytes .../ihor-dvoretskyi-1470985-unsplash.jpg | Bin 0 -> 3245604 bytes .../module_01_cluster.png | Bin 0 -> 136977 bytes .../k8s-blog-fig1.png | Bin 0 -> 18873 bytes .../k8s-blog-fig2.png | Bin 0 -> 29587 bytes .../ac-s-sc.svg | 3 + .../arch.png | Bin 0 -> 214320 bytes .../asyncApiSpec.json | 1 + .../grafana-lambda.png | Bin 0 -> 157083 bytes .../kyma-center.png | Bin 0 -> 82029 bytes .../panel.png | Bin 0 -> 782034 bytes static/images/blog/OWNERS | 1 - static/images/bose_logo.png | Bin 0 -> 4039 bytes static/images/chinaunicom_logo.png | Bin 0 -> 10959 bytes static/images/community/discuss.png | Bin 0 -> 4944 bytes static/images/community/event-bg.jpg | Bin 0 -> 199686 bytes static/images/community/github.png | Bin 0 -> 30026 bytes .../kubernetes-community-02-mobile.jpg | Bin 0 -> 147080 bytes .../kubernetes-community-04-mobile.jpg | Bin 0 -> 312271 bytes .../kubernetes-community-contributor.jpg | Bin 0 -> 968284 bytes .../kubernetes-community-final-02.jpg | Bin 0 -> 173219 bytes .../kubernetes-community-final-03.jpg | Bin 0 -> 466479 bytes .../kubernetes-community-final-04.jpg | Bin 0 -> 265438 bytes .../kubernetes-community-final-05.jpg | Bin 0 -> 309774 bytes .../kubernetes-community-final-06.jpg | Bin 0 -> 6702785 bytes .../kubernetes-community-final-07.jpg | Bin 0 -> 4349835 bytes .../kubernetes-community-final-08.jpg | Bin 0 -> 222061 bytes .../community/kubernetes-community-final.jpg | Bin 0 -> 634159 bytes static/images/community/slack.png | Bin 0 -> 18595 bytes static/images/community/stack.png | Bin 0 -> 17618 bytes static/images/community/twitter.png | Bin 0 -> 9134 bytes static/images/docs/4c.png | Bin 0 -> 21381 bytes static/images/docs/KubernetesSolutions.svg | 620 + static/images/docs/contribute/claim-host.png | Bin 0 -> 424037 bytes static/images/docs/ip-masq.png | Bin 71060 -> 72249 bytes .../docs/scheduling-framework-extensions.png | Bin 0 -> 75195 bytes .../logging-with-streaming-sidecar.png | Bin 37555 -> 51146 bytes static/images/ft_logo.png | Bin 0 -> 9843 bytes static/images/jdcom_logo.png | Bin 0 -> 6342 bytes static/images/montreal_logo.png | Bin 0 -> 6802 bytes static/images/nerdalize_logo.png | Bin 0 -> 7747 bytes static/images/nokia_logo.png | Bin 0 -> 4616 bytes static/images/pingcap_logo.png | Bin 0 -> 5419 bytes static/images/prowise_logo.png | Bin 0 -> 7843 bytes static/images/ricardoch_logo.png | Bin 0 -> 6397 bytes static/images/slamtec_logo.png | Bin 0 -> 5583 bytes static/images/sos_logo.png | Bin 0 -> 7575 bytes static/images/thredup_logo.png | Bin 0 -> 3569 bytes static/images/vsco_logo.png | Bin 0 -> 9336 bytes static/images/woorank_logo.png | Bin 0 -> 18017 bytes static/js/bootstrap-3.3.7.min.js | 7 - static/js/bootstrap-4.3.1.min.js | 7 + update-imported-docs/reference.yml | 2 +- 1445 files changed, 53280 insertions(+), 50032 deletions(-) rename .github/{ISSUE_TEMPLATE.md => ISSUE_TEMPLATE/bug-report.md} (79%) create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md create mode 100644 .github/ISSUE_TEMPLATE/support.md delete mode 100644 .travis.yml create mode 100644 README-es.md create mode 100644 README-hi.md create mode 100644 README-id.md create mode 100644 README-pt.md rename {sass => assets/sass}/OWNERS (100%) rename {sass => assets/sass}/_base.sass (99%) rename {sass => assets/sass}/_case-studies.sass (100%) rename {sass => assets/sass}/_desktop.sass (100%) rename {sass => assets/sass}/_reset.sass (100%) rename {sass => assets/sass}/_size.sass (100%) rename {sass => assets/sass}/_skin.sass (100%) rename {sass => assets/sass}/_tablet.sass (100%) rename sass/case-study-styles.sass => assets/sass/style.sass (73%) mode change 100644 => 100755 create mode 100644 content/de/blog/_index.md create mode 100644 content/de/community/_index.html create mode 100644 content/de/docs/concepts/_index.md create mode 100644 content/de/docs/concepts/architecture/_index.md create mode 100644 content/de/docs/concepts/architecture/master-node-communication.md create mode 100644 content/de/docs/concepts/architecture/nodes.md create mode 100755 content/de/docs/concepts/cluster-administration/_index.md create mode 100755 content/de/docs/concepts/configuration/_index.md create mode 100755 content/de/docs/concepts/containers/_index.md create mode 100644 content/de/docs/concepts/example-concept-template.md create mode 100644 content/de/docs/concepts/extend-kubernetes/_index.md create mode 100755 content/de/docs/concepts/overview/_index.md create mode 100644 content/de/docs/concepts/overview/components.md create mode 100755 content/de/docs/concepts/policy/_index.md create mode 100755 content/de/docs/concepts/services-networking/_index.md create mode 100755 content/de/docs/concepts/storage/_index.md create mode 100644 content/de/docs/concepts/workloads/_index.md create mode 100644 content/de/docs/contribute/_index.md create mode 100644 content/de/docs/home/_index.md create mode 100644 content/de/docs/home/supported-doc-versions.md create mode 100644 content/de/docs/reference/_index.md create mode 100644 content/de/docs/reference/access-authn-authz/_index.md create mode 100644 content/de/docs/reference/command-line-tools-reference/_index.md create mode 100644 content/de/docs/reference/federation/_index.html create mode 100755 content/de/docs/reference/glossary/etcd.md create mode 100755 content/de/docs/reference/glossary/index.md create mode 100755 content/de/docs/reference/glossary/kube-apiserver.md create mode 100755 content/de/docs/reference/glossary/kube-controller-manager.md create mode 100755 content/de/docs/reference/glossary/kube-scheduler.md create mode 100755 content/de/docs/reference/glossary/kubelet.md create mode 100644 content/de/docs/reference/issues-security/_index.md create mode 100755 content/de/docs/reference/kubectl/_index.md create mode 100644 content/de/docs/reference/kubectl/cheatsheet.md create mode 100644 content/de/docs/reference/kubernetes-api/_index.md create mode 100644 content/de/docs/reference/setup-tools/_index.md create mode 100644 content/de/docs/reference/tools.md create mode 100644 content/de/docs/reference/using-api/_index.md create mode 100644 content/de/docs/search.md create mode 100644 content/de/docs/setup/_index.md create mode 100644 content/de/docs/setup/custom-cloud/_index.md create mode 100755 content/de/docs/setup/independent/_index.md create mode 100644 content/de/docs/setup/minikube.md create mode 100644 content/de/docs/setup/on-permises-vm/_index.md create mode 100755 content/de/docs/setup/release/_index.md create mode 100644 content/de/docs/setup/release/building-from-source.md create mode 100644 content/de/docs/setup/turnkey/_index.md rename content/{en => de}/docs/setup/windows/_index.md (100%) create mode 100644 content/de/docs/sitemap.md create mode 100644 content/de/docs/tasks/_index.md create mode 100755 content/de/docs/tasks/access-application-cluster/_index.md create mode 100755 content/de/docs/tasks/access-kubernetes-api/_index.md create mode 100755 content/de/docs/tasks/administer-cluster/_index.md create mode 100755 content/de/docs/tasks/configure-pod-container/_index.md create mode 100755 content/de/docs/tasks/debug-application-cluster/_index.md create mode 100755 content/de/docs/tasks/federation/_index.md create mode 100755 content/de/docs/tasks/inject-data-application/_index.md create mode 100644 content/de/docs/tasks/job/_index.md create mode 100755 content/de/docs/tasks/manage-daemon/_index.md create mode 100755 content/de/docs/tasks/run-application/_index.md create mode 100644 content/de/docs/tasks/run-application/horizontal-pod-autoscale.md create mode 100755 content/de/docs/tasks/service-catalog/_index.md create mode 100755 content/de/docs/tasks/tls/_index.md create mode 100755 content/de/docs/tasks/tools/_index.md create mode 100644 content/de/docs/tasks/tools/install-kubectl.md create mode 100644 content/de/docs/tasks/tools/install-minikube.md create mode 100644 content/de/docs/templates/feature-state-beta.txt create mode 100644 content/de/docs/templates/index.md create mode 100644 content/de/docs/tutorials/_index.md create mode 100644 content/de/docs/tutorials/hello-minikube.md create mode 100644 content/de/docs/tutorials/kubernetes-basics/_index.html create mode 100644 content/de/docs/tutorials/kubernetes-basics/deploy-app/_index.md create mode 100644 content/de/docs/tutorials/kubernetes-basics/deploy-app/deploy-interactive.html create mode 100644 content/de/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.html create mode 100644 content/de/docs/tutorials/kubernetes-basics/explore/_index.md create mode 100644 content/de/docs/tutorials/kubernetes-basics/explore/explore-interactive.html create mode 100644 content/de/docs/tutorials/kubernetes-basics/explore/explore-intro.html create mode 100644 content/de/docs/tutorials/kubernetes-basics/expose/_index.md create mode 100644 content/de/docs/tutorials/kubernetes-basics/expose/expose-interactive.html create mode 100644 content/de/docs/tutorials/kubernetes-basics/expose/expose-intro.html create mode 100644 content/de/docs/tutorials/kubernetes-basics/scale/_index.md create mode 100644 content/de/docs/tutorials/kubernetes-basics/scale/scale-interactive.html create mode 100644 content/de/docs/tutorials/kubernetes-basics/scale/scale-intro.html create mode 100644 content/de/docs/tutorials/kubernetes-basics/update/_index.md create mode 100644 content/de/docs/tutorials/kubernetes-basics/update/update-interactive.html create mode 100644 content/de/docs/tutorials/kubernetes-basics/update/update-intro.html create mode 100644 content/de/examples/minikube/Dockerfile create mode 100644 content/de/examples/minikube/server.js create mode 100644 content/de/includes/default-storage-class-prereqs.md create mode 100644 content/de/includes/federated-task-tutorial-prereqs.md create mode 100644 content/de/includes/federation-deprecation-warning-note.md create mode 100644 content/de/includes/index.md create mode 100644 content/de/includes/user-guide-migration-notice.md create mode 100644 content/de/partners/_index.html create mode 100644 content/en/blog/_posts/2019-03-28-PID-Limiting.md create mode 100644 content/en/blog/_posts/2019-03-28-running-kubernetes-locally-on-linux-with-minikube.md create mode 100644 content/en/blog/_posts/2019-03-29-kube-proxy-subtleties-debugging-an-intermittent-connection-resets.md create mode 100644 content/en/blog/_posts/2019-04-01-kubernetes-v1-14-delivers-production-level-support-for-nodes-and-windows-containers.md create mode 100644 content/en/blog/_posts/2019-04-04-local-persistent-volumes-ga.md create mode 100644 content/en/blog/_posts/2019-04-16-pod-priority-and-preemption-in-kubernetes.md create mode 100644 content/en/blog/_posts/2019-04-24-Hardware-Accelerated-SSLTLS-Termination-in-Ingress-Controllers-using-Kubernetes-Device-Plugins-and-RuntimeClass.md create mode 100644 content/en/blog/_posts/2019-04-26-latest-on-localization.md create mode 100644 content/en/blog/_posts/2019-05-02-kubecon-diversity-lunch-and-hack.md create mode 100644 content/en/blog/_posts/2019-05-13-kubernetes-1-14-release-interview.md create mode 100644 content/en/blog/_posts/2019-05-14-expanding-our-contributor-workshops.md create mode 100644 content/en/blog/_posts/2019-05-23-Kyma-extend-and-build-on-kubernetes-with-ease.md create mode 100644 content/en/blog/_posts/2019-06-12-contributor-summit-shanghai.md create mode 100644 content/en/blog/_posts/Introducing-kube-iptables-tailer-Better-Networking-Visibility-in-Kubernetes-Clusters.md create mode 100644 content/en/blog/_posts/Kubernetes-Cloud-Native-and-the-Future-of-Software.md create mode 100644 content/en/blog/_posts/future-of-cloud-providers.md create mode 100644 content/en/case-studies/ant-financial/ant-financial_featured_logo.png create mode 100644 content/en/case-studies/ant-financial/index.html create mode 100644 content/en/case-studies/bose/bose_featured_logo.png create mode 100644 content/en/case-studies/bose/index.html create mode 100644 content/en/case-studies/cern/cern_featured_logo.png create mode 100644 content/en/case-studies/cern/index.html create mode 100644 content/en/case-studies/chinaunicom/chinaunicom_featured_logo.png create mode 100644 content/en/case-studies/chinaunicom/index.html create mode 100644 content/en/case-studies/city-of-montreal/city-of-montreal_featured_logo.png create mode 100644 content/en/case-studies/city-of-montreal/index.html create mode 100644 content/en/case-studies/jd-com/index.html create mode 100644 content/en/case-studies/jd-com/jd-com_featured_logo.png create mode 100644 content/en/case-studies/nerdalize/index.html create mode 100644 content/en/case-studies/nerdalize/nerdalize_featured_logo.png create mode 100644 content/en/case-studies/nokia/index.html create mode 100644 content/en/case-studies/nokia/nokia_featured_logo.png create mode 100644 content/en/case-studies/pingcap/index.html create mode 100644 content/en/case-studies/pingcap/pingcap_featured_logo.png create mode 100644 content/en/case-studies/prowise/index.html create mode 100644 content/en/case-studies/prowise/prowise_featured_logo.png create mode 100644 content/en/case-studies/ricardo-ch/index.html create mode 100644 content/en/case-studies/ricardo-ch/ricardo-ch_featured_logo.png create mode 100644 content/en/case-studies/slamtec/index.html create mode 100644 content/en/case-studies/slamtec/slamtec_featured_logo.png create mode 100644 content/en/case-studies/sos/index.html create mode 100644 content/en/case-studies/sos/sos_featured_logo.png create mode 100644 content/en/case-studies/thredup/index.html create mode 100644 content/en/case-studies/thredup/thredup_featured_logo.png create mode 100644 content/en/case-studies/vsco/index.html create mode 100644 content/en/case-studies/vsco/vsco_featured_logo.png create mode 100644 content/en/case-studies/woorank/index.html create mode 100644 content/en/case-studies/woorank/woorank_featured_logo.png create mode 100644 content/en/docs/concepts/configuration/scheduling-framework.md delete mode 100755 content/en/docs/concepts/overview/object-management-kubectl/_index.md rename content/en/docs/concepts/overview/{object-management-kubectl/overview.md => working-with-objects/object-management.md} (95%) create mode 100644 content/en/docs/concepts/policy/limit-range.md create mode 100644 content/en/docs/concepts/security/_index.md create mode 100644 content/en/docs/concepts/security/overview.md create mode 100644 content/en/docs/concepts/storage/volume-pvc-datasource.md create mode 100644 content/en/docs/contribute/generate-ref-docs/contribute-upstream.md delete mode 100644 content/en/docs/contribute/generate-ref-docs/federation-api.md create mode 100644 content/en/docs/getting-started-guides/ubuntu.md delete mode 100644 content/en/docs/getting-started-guides/ubuntu/_index.md delete mode 100644 content/en/docs/getting-started-guides/ubuntu/backups.md delete mode 100644 content/en/docs/getting-started-guides/ubuntu/decommissioning.md delete mode 100644 content/en/docs/getting-started-guides/ubuntu/glossary.md delete mode 100644 content/en/docs/getting-started-guides/ubuntu/installation.md delete mode 100644 content/en/docs/getting-started-guides/ubuntu/local.md delete mode 100644 content/en/docs/getting-started-guides/ubuntu/logging.md delete mode 100644 content/en/docs/getting-started-guides/ubuntu/monitoring.md delete mode 100644 content/en/docs/getting-started-guides/ubuntu/networking.md delete mode 100644 content/en/docs/getting-started-guides/ubuntu/operational-considerations.md delete mode 100644 content/en/docs/getting-started-guides/ubuntu/rancher.md delete mode 100644 content/en/docs/getting-started-guides/ubuntu/scaling.md delete mode 100644 content/en/docs/getting-started-guides/ubuntu/security.md delete mode 100644 content/en/docs/getting-started-guides/ubuntu/storage.md delete mode 100644 content/en/docs/getting-started-guides/ubuntu/troubleshooting.md delete mode 100644 content/en/docs/getting-started-guides/ubuntu/upgrades.md delete mode 100644 content/en/docs/getting-started-guides/ubuntu/validation.md create mode 100644 content/en/docs/reference/command-line-tools-reference/federation-apiserver.md.orig delete mode 100644 content/en/docs/reference/command-line-tools-reference/federation-controller-manager.md delete mode 100644 content/en/docs/reference/federation/_index.html delete mode 100755 content/en/docs/reference/federation/extensions/v1beta1/definitions.html delete mode 100755 content/en/docs/reference/federation/extensions/v1beta1/operations.html delete mode 100755 content/en/docs/reference/federation/federation/v1beta1/definitions.html delete mode 100755 content/en/docs/reference/federation/federation/v1beta1/operations.html delete mode 100755 content/en/docs/reference/federation/v1/definitions.html delete mode 100755 content/en/docs/reference/federation/v1/operations.html create mode 100644 content/en/docs/reference/glossary/applications.md create mode 100644 content/en/docs/reference/glossary/cluster-infrastructure.md create mode 100644 content/en/docs/reference/glossary/cluster-operations.md create mode 100644 content/en/docs/reference/glossary/container-runtime.md create mode 100644 content/en/docs/reference/glossary/containerd.md create mode 100644 content/en/docs/reference/glossary/control-plane.md create mode 100644 content/en/docs/reference/glossary/cri-o.md create mode 100644 content/en/docs/reference/glossary/cri.md create mode 100644 content/en/docs/reference/glossary/data-plane.md create mode 100755 content/en/docs/reference/glossary/limitrange.md create mode 100644 content/en/docs/reference/glossary/logging.md create mode 100755 content/en/docs/reference/glossary/mirror-pod.md create mode 100755 content/en/docs/reference/glossary/qos-class.md create mode 100755 content/en/docs/reference/glossary/static-pod.md mode change 100755 => 100644 content/en/docs/reference/kubectl/kubectl.md create mode 100644 content/en/docs/reference/setup-tools/kubeadm/generated/kubeadm_alpha_certs_certificate-key.md create mode 100644 content/en/docs/reference/setup-tools/kubeadm/generated/kubeadm_alpha_certs_check-expiration.md create mode 100644 content/en/docs/reference/setup-tools/kubeadm/generated/kubeadm_alpha_certs_renew_admin.conf.md create mode 100644 content/en/docs/reference/setup-tools/kubeadm/generated/kubeadm_alpha_certs_renew_controller-manager.conf.md create mode 100644 content/en/docs/reference/setup-tools/kubeadm/generated/kubeadm_alpha_certs_renew_scheduler.conf.md delete mode 100644 content/en/docs/reference/setup-tools/kubeadm/generated/kubeadm_config_upload.md delete mode 100644 content/en/docs/reference/setup-tools/kubeadm/generated/kubeadm_config_upload_from-file.md delete mode 100644 content/en/docs/reference/setup-tools/kubeadm/generated/kubeadm_config_upload_from-flags.md create mode 100644 content/en/docs/reference/setup-tools/kubeadm/generated/kubeadm_reset_phase.md create mode 100644 content/en/docs/reference/setup-tools/kubeadm/generated/kubeadm_reset_phase_cleanup-node.md create mode 100644 content/en/docs/reference/setup-tools/kubeadm/generated/kubeadm_reset_phase_preflight.md create mode 100644 content/en/docs/reference/setup-tools/kubeadm/generated/kubeadm_reset_phase_remove-etcd-member.md create mode 100644 content/en/docs/reference/setup-tools/kubeadm/generated/kubeadm_reset_phase_update-cluster-status.md delete mode 100644 content/en/docs/reference/setup-tools/kubeadm/generated/kubeadm_upgrade_node_config.md delete mode 100644 content/en/docs/reference/setup-tools/kubeadm/generated/kubeadm_upgrade_node_experimental-control-plane.md create mode 100644 content/en/docs/reference/setup-tools/kubeadm/generated/kubeadm_upgrade_node_phase.md create mode 100644 content/en/docs/reference/setup-tools/kubeadm/generated/kubeadm_upgrade_node_phase_control-plane.md create mode 100644 content/en/docs/reference/setup-tools/kubeadm/generated/kubeadm_upgrade_node_phase_kubelet-config.md create mode 100644 content/en/docs/reference/setup-tools/kubeadm/kubeadm-reset-phase.md create mode 100644 content/en/docs/reference/setup-tools/kubeadm/kubeadm-upgrade-phase.md delete mode 100644 content/en/docs/reference/setup-tools/kubefed/kubefed.md delete mode 100644 content/en/docs/reference/setup-tools/kubefed/kubefed_init.md delete mode 100644 content/en/docs/reference/setup-tools/kubefed/kubefed_join.md delete mode 100644 content/en/docs/reference/setup-tools/kubefed/kubefed_options.md delete mode 100644 content/en/docs/reference/setup-tools/kubefed/kubefed_unjoin.md delete mode 100644 content/en/docs/reference/setup-tools/kubefed/kubefed_version.md create mode 100644 content/en/docs/setup/best-practices/_index.md rename content/en/docs/setup/{ => best-practices}/certificates.md (88%) rename content/en/docs/setup/{ => best-practices}/cluster-large.md (99%) rename content/en/docs/setup/{ => best-practices}/multiple-zones.md (99%) rename content/en/docs/setup/{ => best-practices}/node-conformance.md (98%) delete mode 100644 content/en/docs/setup/custom-cloud/_index.md delete mode 100755 content/en/docs/setup/independent/_index.md create mode 100644 content/en/docs/setup/learning-environment/_index.md rename content/en/docs/setup/{ => learning-environment}/minikube.md (62%) delete mode 100644 content/en/docs/setup/pick-right-solution.md create mode 100644 content/en/docs/setup/production-environment/_index.md rename content/en/docs/setup/{cri.md => production-environment/container-runtimes.md} (92%) create mode 100644 content/en/docs/setup/production-environment/on-premises-vm/_index.md rename content/en/docs/setup/{ => production-environment}/on-premises-vm/cloudstack.md (93%) rename content/en/docs/setup/{ => production-environment}/on-premises-vm/dcos.md (100%) rename content/en/docs/setup/{ => production-environment}/on-premises-vm/ovirt.md (91%) create mode 100644 content/en/docs/setup/production-environment/tools/_index.md rename content/en/docs/setup/{custom-cloud => production-environment/tools}/kops.md (99%) rename content/en/docs/setup/{on-premises-metal => production-environment/tools}/krib.md (90%) create mode 100644 content/en/docs/setup/production-environment/tools/kubeadm/_index.md rename content/en/docs/setup/{independent => production-environment/tools/kubeadm}/control-plane-flags.md (93%) rename content/en/docs/setup/{independent => production-environment/tools/kubeadm}/create-cluster-kubeadm.md (88%) rename content/en/docs/setup/{independent => production-environment/tools/kubeadm}/ha-topology.md (92%) rename content/en/docs/setup/{independent => production-environment/tools/kubeadm}/high-availability.md (80%) rename content/en/docs/setup/{independent => production-environment/tools/kubeadm}/install-kubeadm.md (89%) rename content/en/docs/setup/{independent => production-environment/tools/kubeadm}/kubelet-integration.md (99%) create mode 100644 content/en/docs/setup/production-environment/tools/kubeadm/self-hosting.md rename content/en/docs/setup/{independent => production-environment/tools/kubeadm}/setup-ha-etcd-with-kubeadm.md (97%) rename content/en/docs/setup/{independent => production-environment/tools/kubeadm}/troubleshooting-kubeadm.md (89%) rename content/en/docs/setup/{custom-cloud => production-environment/tools}/kubespray.md (97%) rename content/en/docs/setup/{ => production-environment}/turnkey/_index.md (78%) rename content/en/docs/setup/{ => production-environment}/turnkey/alibaba-cloud.md (96%) rename content/en/docs/setup/{ => production-environment}/turnkey/aws.md (92%) rename content/en/docs/setup/{ => production-environment}/turnkey/azure.md (100%) rename content/en/docs/setup/{ => production-environment}/turnkey/clc.md (95%) rename content/en/docs/setup/{ => production-environment}/turnkey/gce.md (97%) rename content/en/docs/setup/{ => production-environment}/turnkey/icp.md (97%) rename content/en/docs/setup/{ => production-environment}/turnkey/stackpoint.md (100%) create mode 100644 content/en/docs/setup/production-environment/windows/_index.md rename content/en/docs/setup/{ => production-environment}/windows/flannel-master-kubeclt-get-pods.png (100%) rename content/en/docs/setup/{ => production-environment}/windows/flannel-master-kubectl-get-ds.png (100%) rename content/en/docs/setup/{ => production-environment}/windows/intro-windows-in-kubernetes.md (98%) rename content/en/docs/setup/{ => production-environment}/windows/user-guide-windows-containers.md (100%) rename content/en/docs/setup/{ => production-environment}/windows/user-guide-windows-nodes.md (95%) rename content/en/docs/setup/{ => production-environment}/windows/windows-docker-error.png (100%) delete mode 100644 content/en/docs/setup/release/building-from-source.md rename content/en/docs/setup/{ => release}/version-skew-policy.md (92%) delete mode 100644 content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade-1-12.md create mode 100644 content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade-1-15.md delete mode 100644 content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade-ha-1-12.md create mode 100644 content/en/docs/tasks/administer-cluster/nodelocaldns.jpg create mode 100644 content/en/docs/tasks/administer-cluster/nodelocaldns.md create mode 100644 content/en/docs/tasks/manage-kubernetes-objects/_index.md rename content/en/docs/{concepts/overview/object-management-kubectl => tasks/manage-kubernetes-objects}/declarative-config.md (95%) rename content/en/docs/{concepts/overview/object-management-kubectl => tasks/manage-kubernetes-objects}/imperative-command.md (88%) rename content/en/docs/{concepts/overview/object-management-kubectl => tasks/manage-kubernetes-objects}/imperative-config.md (83%) rename content/en/docs/{concepts/overview/object-management-kubectl => tasks/manage-kubernetes-objects}/kustomization.md (94%) create mode 100644 content/en/docs/tutorials/stateless-application/guestbook-logs-metrics-with-elk.md create mode 100644 content/en/examples/admin/resource/limit-mem-cpu-container.yaml create mode 100644 content/en/examples/admin/resource/limit-mem-cpu-pod.yaml create mode 100644 content/en/examples/admin/resource/limit-memory-ratio-pod.yaml create mode 100644 content/en/examples/admin/resource/limit-range-pod-1.yaml create mode 100644 content/en/examples/admin/resource/limit-range-pod-2.yaml create mode 100644 content/en/examples/admin/resource/limit-range-pod-3.yaml create mode 100644 content/en/examples/admin/resource/pvc-limit-greater.yaml create mode 100644 content/en/examples/admin/resource/pvc-limit-lower.yaml create mode 100644 content/en/examples/admin/resource/storagelimits.yaml create mode 100644 content/en/examples/controllers/replication-nginx-1.7.9.yaml create mode 100644 content/en/examples/controllers/replication-nginx-1.9.2.yaml create mode 100644 content/en/examples/pods/inject/pod-multiple-secret-env-variable.yaml create mode 100644 content/en/examples/pods/inject/pod-secret-envFrom.yaml create mode 100644 content/en/examples/pods/inject/pod-single-secret-env-variable.yaml create mode 100644 content/en/examples/policy/zookeeper-pod-disruption-budget-maxunavailable.yaml create mode 100644 content/en/examples/policy/zookeeper-pod-disruption-budget-minavailable.yaml create mode 100644 content/es/OWNERS create mode 100644 content/es/_common-resources/index.md create mode 100644 content/es/_index.html create mode 100644 content/es/blog/_index.md create mode 100644 content/es/case-studies/_index.html create mode 100644 content/es/community/_index.html create mode 100644 content/es/community/code-of-conduct.md create mode 100644 content/es/community/static/README.md create mode 100644 content/es/community/static/cncf-code-of-conduct.md create mode 100644 content/es/docs/_index.md create mode 100644 content/es/docs/_search.md create mode 100644 content/es/docs/concepts/_index.md create mode 100755 content/es/docs/concepts/architecture/_index.md create mode 100644 content/es/docs/concepts/architecture/cloud-controller.md create mode 100644 content/es/docs/concepts/architecture/master-node-communication.md create mode 100644 content/es/docs/concepts/architecture/nodes.md create mode 100755 content/es/docs/concepts/cluster-administration/_index.md create mode 100755 content/es/docs/concepts/configuration/_index.md create mode 100755 content/es/docs/concepts/containers/_index.md create mode 100644 content/es/docs/concepts/containers/container-environment-variables.md create mode 100644 content/es/docs/concepts/extend-kubernetes/_index.md create mode 100644 content/es/docs/concepts/extend-kubernetes/api-extension/_index.md create mode 100644 content/es/docs/concepts/extend-kubernetes/compute-storage-net/_index.md create mode 100755 content/es/docs/concepts/overview/_index.md create mode 100755 content/es/docs/concepts/overview/object-management-kubectl/_index.md create mode 100755 content/es/docs/concepts/overview/working-with-objects/_index.md create mode 100644 content/es/docs/concepts/overview/working-with-objects/annotations.md create mode 100644 content/es/docs/concepts/overview/working-with-objects/common-labels.md create mode 100644 content/es/docs/concepts/overview/working-with-objects/field-selectors.md create mode 100644 content/es/docs/concepts/overview/working-with-objects/kubernetes-objects.md create mode 100644 content/es/docs/concepts/overview/working-with-objects/labels.md create mode 100644 content/es/docs/concepts/overview/working-with-objects/names.md create mode 100644 content/es/docs/concepts/overview/working-with-objects/namespaces.md create mode 100755 content/es/docs/concepts/policy/_index.md create mode 100755 content/es/docs/concepts/services-networking/_index.md create mode 100755 content/es/docs/concepts/storage/_index.md create mode 100644 content/es/docs/concepts/workloads/_index.md create mode 100755 content/es/docs/concepts/workloads/controllers/_index.md create mode 100755 content/es/docs/concepts/workloads/pods/_index.md create mode 100644 content/es/docs/contribute/_index.md create mode 100644 content/es/docs/contribute/generate-ref-docs/_index.md create mode 100644 content/es/docs/contribute/style/_index.md create mode 100755 content/es/docs/getting-started-guides/_index.md create mode 100755 content/es/docs/getting-started-guides/fedora/_index.md create mode 100644 content/es/docs/home/_index.md create mode 100644 content/es/docs/reference/_index.md create mode 100644 content/es/docs/reference/access-authn-authz/_index.md create mode 100644 content/es/docs/reference/command-line-tools-reference/_index.md create mode 100644 content/es/docs/reference/federation/_index.md create mode 100644 content/es/docs/reference/glossary/annotation.md create mode 100755 content/es/docs/reference/glossary/application-architect.md create mode 100755 content/es/docs/reference/glossary/application-developer.md create mode 100755 content/es/docs/reference/glossary/certificate.md create mode 100644 content/es/docs/reference/glossary/cla.md create mode 100755 content/es/docs/reference/glossary/cluster.md create mode 100755 content/es/docs/reference/glossary/docker.md create mode 100755 content/es/docs/reference/glossary/image.md create mode 100755 content/es/docs/reference/glossary/index.md create mode 100755 content/es/docs/reference/glossary/job.md create mode 100755 content/es/docs/reference/glossary/kops.md create mode 100755 content/es/docs/reference/glossary/kubeadm.md create mode 100644 content/es/docs/reference/glossary/name.md create mode 100755 content/es/docs/reference/glossary/node.md create mode 100755 content/es/docs/reference/glossary/pod.md create mode 100644 content/es/docs/reference/glossary/rkt.md create mode 100755 content/es/docs/reference/glossary/secret.md create mode 100755 content/es/docs/reference/glossary/selector.md create mode 100644 content/es/docs/reference/glossary/service.md create mode 100755 content/es/docs/reference/glossary/sysctl.md create mode 100644 content/es/docs/reference/glossary/uid.md create mode 100644 content/es/docs/reference/issues-security/_index.md create mode 100755 content/es/docs/reference/kubectl/_index.md create mode 100644 content/es/docs/reference/kubernetes-api/_index.md create mode 100644 content/es/docs/reference/kubernetes-api/index.md create mode 100644 content/es/docs/reference/setup-tools/_index.md create mode 100755 content/es/docs/reference/setup-tools/kubeadm/_index.md create mode 100644 content/es/docs/reference/setup-tools/kubeadm/generated/_index.md create mode 100644 content/es/docs/reference/setup-tools/kubefed/_index.md create mode 100644 content/es/docs/reference/using-api/_index.md create mode 100644 content/es/docs/setup/_index.md create mode 100644 content/es/docs/setup/custom-cloud/_index.md create mode 100755 content/es/docs/setup/independent/_index.md create mode 100644 content/es/docs/setup/on-premises-vm/_index.md create mode 100755 content/es/docs/setup/release/_index.md create mode 100644 content/es/docs/setup/release/building-from-source.md create mode 100644 content/es/docs/setup/turnkey/_index.md create mode 100644 content/es/docs/setup/windows/_index.md create mode 100644 content/es/docs/sitemap.md create mode 100644 content/es/docs/tasks/_index.md create mode 100755 content/es/docs/tasks/access-application-cluster/_index.md create mode 100755 content/es/docs/tasks/access-kubernetes-api/_index.md create mode 100755 content/es/docs/tasks/access-kubernetes-api/custom-resources/_index.md create mode 100755 content/es/docs/tasks/administer-cluster/_index.md create mode 100755 content/es/docs/tasks/administer-cluster/kubeadm/_index.md create mode 100644 content/es/docs/tasks/administer-cluster/manage-resources/_index.md create mode 100644 content/es/docs/tasks/administer-cluster/network-policy-provider/_index.md create mode 100755 content/es/docs/tasks/configure-pod-container/_index.md create mode 100644 content/es/docs/tasks/configure-pod-container/configure-volume-storage.md create mode 100644 content/es/docs/tasks/debug-application-cluster/_index.md create mode 100644 content/es/docs/tasks/debug-application-cluster/resource-metrics-pipeline.md create mode 100755 content/es/docs/tasks/federation/_index.md create mode 100755 content/es/docs/tasks/federation/administer-federation/_index.md create mode 100755 content/es/docs/tasks/inject-data-application/_index.md create mode 100644 content/es/docs/tasks/job/_index.md create mode 100755 content/es/docs/tasks/manage-daemon/_index.md create mode 100755 content/es/docs/tasks/run-application/_index.md create mode 100644 content/es/docs/tasks/run-application/configure-pdb.md create mode 100644 content/es/docs/tasks/run-application/run-stateless-application-deployment.md create mode 100755 content/es/docs/tasks/service-catalog/_index.md create mode 100755 content/es/docs/tasks/tls/_index.md create mode 100644 content/es/docs/tasks/tools/_index.md create mode 100644 content/es/docs/tasks/tools/install-kubectl.md create mode 100644 content/es/docs/tasks/tools/install-minikube.md create mode 100644 content/es/docs/templates/feature-state-alpha.txt create mode 100644 content/es/docs/templates/feature-state-beta.txt create mode 100644 content/es/docs/templates/feature-state-deprecated.txt create mode 100644 content/es/docs/templates/feature-state-stable.txt create mode 100644 content/es/docs/templates/index.md create mode 100644 content/es/docs/tutorials/_index.md create mode 100755 content/es/docs/tutorials/clusters/_index.md create mode 100755 content/es/docs/tutorials/configuration/_index.md create mode 100755 content/es/docs/tutorials/kubernetes-basics/_index.md create mode 100644 content/es/docs/tutorials/kubernetes-basics/create-cluster/_index.md create mode 100644 content/es/docs/tutorials/kubernetes-basics/create-cluster/cluster-interactive.html create mode 100644 content/es/docs/tutorials/kubernetes-basics/deploy-app/_index.md create mode 100644 content/es/docs/tutorials/kubernetes-basics/deploy-app/deploy-interactive.html create mode 100644 content/es/docs/tutorials/kubernetes-basics/explore/_index.md create mode 100644 content/es/docs/tutorials/kubernetes-basics/expose/_index.md create mode 100644 content/es/docs/tutorials/kubernetes-basics/scale/_index.md create mode 100644 content/es/docs/tutorials/kubernetes-basics/update/_index.md create mode 100755 content/es/docs/tutorials/online-training/_index.md create mode 100755 content/es/docs/tutorials/services/_index.md create mode 100755 content/es/docs/tutorials/stateful-application/_index.md create mode 100755 content/es/docs/tutorials/stateless-application/_index.md create mode 100644 content/es/docs/update-user-guide-links.py create mode 100644 content/es/examples/application/deployment-scale.yaml create mode 100644 content/es/examples/application/deployment-update.yaml create mode 100644 content/es/examples/application/deployment.yaml create mode 100644 content/es/examples/pods/storage/redis.yaml rename content/{de => es/includes}/index.md (100%) create mode 100644 content/es/includes/task-tutorial-prereqs.md create mode 100644 content/es/partners/_index.html create mode 100644 content/fr/blog/_index.md create mode 100644 content/fr/docs/concepts/configuration/_index.md create mode 100644 content/fr/docs/concepts/extend-kubernetes/_index.md create mode 100644 content/fr/docs/concepts/extend-kubernetes/api-extension/_index.md create mode 100644 content/fr/docs/concepts/extend-kubernetes/compute-storage-net/_index.md create mode 100644 content/fr/docs/concepts/overview/working-with-objects/_index.md create mode 100644 content/fr/docs/concepts/policy/_index.md create mode 100644 content/fr/docs/concepts/security/_index.md create mode 100755 content/fr/docs/concepts/services-networking/_index.md create mode 100644 content/fr/docs/concepts/services-networking/dns-pod-service.md create mode 100644 content/fr/docs/concepts/services-networking/ingress.md create mode 100644 content/fr/docs/concepts/storage/_index.md create mode 100644 content/fr/docs/concepts/workloads/_index.md create mode 100644 content/fr/docs/concepts/workloads/controllers/_index.md create mode 100644 content/fr/docs/concepts/workloads/pods/_index.md create mode 100644 content/fr/docs/concepts/workloads/pods/pod-overview.md create mode 100644 content/fr/docs/concepts/workloads/pods/pod.md create mode 100644 content/fr/docs/contribute/_index.md create mode 100644 content/fr/docs/contribute/generate-ref-docs/federation-api.md create mode 100644 content/fr/docs/contribute/generate-ref-docs/kubernetes-api.md create mode 100644 content/fr/docs/contribute/start.md create mode 100644 content/fr/docs/contribute/style/_index.md create mode 100644 content/fr/docs/getting-started-guides/_index.md create mode 100644 content/fr/docs/getting-started-guides/fedora/_index.md create mode 100644 content/fr/docs/reference/_index.md create mode 100644 content/fr/docs/reference/access-authn-authz/_index.md create mode 100644 content/fr/docs/reference/command-line-tools-reference/_index.md create mode 100644 content/fr/docs/reference/glossary/aggregation-layer.md create mode 100644 content/fr/docs/reference/glossary/container-runtime.md create mode 100644 content/fr/docs/reference/glossary/container.md create mode 100644 content/fr/docs/reference/issues-security/_index.md create mode 100644 content/fr/docs/reference/kubernetes-api/_index.md create mode 100644 content/fr/docs/reference/setup-tools/_index.md create mode 100644 content/fr/docs/reference/setup-tools/kubeadm/_index.md create mode 100644 content/fr/docs/reference/setup-tools/kubeadm/generated/_index.md create mode 100644 content/fr/docs/reference/setup-tools/kubeadm/kubeadm.md rename content/{en => fr}/docs/reference/setup-tools/kubefed/_index.md (100%) create mode 100644 content/fr/docs/reference/using-api/_index.md rename content/{en => fr}/docs/setup/on-premises-vm/_index.md (100%) create mode 100644 content/fr/docs/setup/turnkey/_index.md create mode 100644 content/fr/docs/setup/windows/_index.md create mode 100644 content/fr/docs/tasks/_index.md create mode 100644 content/fr/docs/tasks/access-application-cluster/_index.md create mode 100644 content/fr/docs/tasks/access-kubernetes-api/_index.md create mode 100644 content/fr/docs/tasks/access-kubernetes-api/custom-resources/_index.md create mode 100644 content/fr/docs/tasks/administer-cluster/_index.md create mode 100644 content/fr/docs/tasks/administer-cluster/kubeadm/_index.md create mode 100644 content/fr/docs/tasks/administer-cluster/manage-resources/_index.md create mode 100644 content/fr/docs/tasks/administer-cluster/network-policy-provider/_index.md create mode 100644 content/fr/docs/tasks/configure-pod-container/_index.md create mode 100644 content/fr/docs/tasks/debug-application-cluster/_index.md create mode 100644 content/fr/docs/tasks/federation/_index.md create mode 100644 content/fr/docs/tasks/federation/administer-federation/_index.md create mode 100644 content/fr/docs/tasks/inject-data-application/_index.md create mode 100644 content/fr/docs/tasks/job/_index.md create mode 100644 content/fr/docs/tasks/manage-daemon/_index.md create mode 100644 content/fr/docs/tasks/manage-kubernetes-objects/_index.md create mode 100644 content/fr/docs/tasks/run-application/_index.md create mode 100644 content/fr/docs/tasks/service-catalog/_index.md create mode 100644 content/fr/docs/tasks/tls/_index.md create mode 100644 content/fr/docs/tasks/tools/_index.md create mode 100644 content/fr/docs/tutorials/_index.md create mode 100644 content/fr/docs/tutorials/clusters/_index.md create mode 100644 content/fr/docs/tutorials/configuration/_index.md create mode 100644 content/fr/docs/tutorials/kubernetes-basics/_index.html create mode 100644 content/fr/docs/tutorials/kubernetes-basics/create-cluster/_index.md create mode 100644 content/fr/docs/tutorials/kubernetes-basics/create-cluster/cluster-interactive.html create mode 100644 content/fr/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro.html create mode 100644 content/fr/docs/tutorials/kubernetes-basics/deploy-app/_index.md create mode 100644 content/fr/docs/tutorials/kubernetes-basics/explore/_index.md create mode 100644 content/fr/docs/tutorials/kubernetes-basics/expose/_index.md create mode 100644 content/fr/docs/tutorials/kubernetes-basics/scale/_index.md create mode 100644 content/fr/docs/tutorials/kubernetes-basics/update/_index.md create mode 100644 content/fr/docs/tutorials/online-training/_index.md create mode 100644 content/fr/docs/tutorials/services/_index.md create mode 100644 content/fr/docs/tutorials/stateful-application/_index.md create mode 100644 content/fr/docs/tutorials/stateless-application/_index.md create mode 100644 content/fr/includes/default-storage-class-prereqs.md create mode 100644 content/fr/includes/federated-task-tutorial-prereqs.md create mode 100644 content/fr/includes/federation-deprecation-warning-note.md create mode 100644 content/fr/includes/index.md create mode 100644 content/fr/includes/partner-script.js create mode 100644 content/fr/includes/partner-style.css create mode 100644 content/fr/includes/task-tutorial-prereqs.md create mode 100644 content/fr/includes/user-guide-content-moved.md create mode 100644 content/fr/includes/user-guide-migration-notice.md create mode 100644 content/fr/partners/_index.html create mode 100644 content/hi/OWNERS create mode 100644 content/hi/_common-resources/index.md create mode 100644 content/id/OWNERS create mode 100644 content/id/_common-resources/index.md create mode 100644 content/id/_index.html create mode 100644 content/id/case-studies/_index.html create mode 100644 content/id/docs/_index.md create mode 100644 content/id/docs/concepts/_index.md create mode 100644 content/id/docs/concepts/architecture/_index.md create mode 100644 content/id/docs/concepts/architecture/master-node-communication.md create mode 100644 content/id/docs/concepts/architecture/nodes.md create mode 100644 content/id/docs/concepts/cluster-administration/_index.md create mode 100644 content/id/docs/concepts/cluster-administration/addons.md create mode 100644 content/id/docs/concepts/cluster-administration/cloud-providers.md create mode 100644 content/id/docs/concepts/cluster-administration/cluster-administration-overview.md create mode 100644 content/id/docs/concepts/cluster-administration/controller-metrics.md create mode 100644 content/id/docs/concepts/cluster-administration/federation.md create mode 100644 content/id/docs/concepts/cluster-administration/kubelet-garbage-collection.md create mode 100644 content/id/docs/concepts/cluster-administration/proxies.md create mode 100644 content/id/docs/concepts/configuration/_index.md create mode 100644 content/id/docs/concepts/configuration/taint-and-toleration.md create mode 100644 content/id/docs/concepts/containers/_index.md create mode 100644 content/id/docs/concepts/containers/container-environment-variables.md create mode 100644 content/id/docs/concepts/containers/container-lifecycle-hooks.md create mode 100644 content/id/docs/concepts/containers/runtime-class.md create mode 100644 content/id/docs/concepts/overview/_index.md create mode 100644 content/id/docs/concepts/overview/components.md create mode 100644 content/id/docs/concepts/overview/kubernetes-api.md create mode 100644 content/id/docs/concepts/overview/object-management-kubectl/_index.md create mode 100644 content/id/docs/concepts/overview/object-management-kubectl/declarative-config.md create mode 100644 content/id/docs/concepts/overview/object-management-kubectl/imperative-command.md create mode 100644 content/id/docs/concepts/overview/object-management-kubectl/imperative-config.md create mode 100644 content/id/docs/concepts/overview/what-is-kubernetes.md create mode 100644 content/id/docs/concepts/overview/working-with-objects/_index.md create mode 100644 content/id/docs/concepts/overview/working-with-objects/annotations.md create mode 100644 content/id/docs/concepts/overview/working-with-objects/field-selectors.md create mode 100644 content/id/docs/concepts/overview/working-with-objects/kubernetes-objects.md create mode 100644 content/id/docs/concepts/overview/working-with-objects/names.md create mode 100644 content/id/docs/concepts/overview/working-with-objects/namespaces.md create mode 100644 content/id/docs/concepts/services-networking/_index.md create mode 100644 content/id/docs/concepts/services-networking/connect-applications-service.md create mode 100644 content/id/docs/concepts/services-networking/ingress-controllers.md create mode 100644 content/id/docs/concepts/services-networking/ingress.md create mode 100644 content/id/docs/concepts/services-networking/network-policies.md create mode 100644 content/id/docs/concepts/services-networking/service.md create mode 100644 content/id/docs/concepts/workloads/_index.md create mode 100644 content/id/docs/concepts/workloads/controllers/_index.md create mode 100644 content/id/docs/concepts/workloads/controllers/garbage-collection.md create mode 100644 content/id/docs/concepts/workloads/pods/_index.md create mode 100644 content/id/docs/concepts/workloads/pods/disruptions.md create mode 100644 content/id/docs/concepts/workloads/pods/pod-overview.md create mode 100644 content/id/docs/concepts/workloads/pods/podpreset.md create mode 100644 content/id/docs/home/_index.md create mode 100644 content/id/docs/home/supported-doc-versions.md create mode 100644 content/id/docs/reference/glossary/etcd.md create mode 100644 content/id/docs/reference/glossary/ingress.md create mode 100644 content/id/docs/reference/glossary/kube-apiserver.md create mode 100644 content/id/docs/reference/glossary/kube-controller-manager.md create mode 100644 content/id/docs/reference/glossary/kube-scheduler.md create mode 100644 content/id/docs/reference/glossary/kubelet.md create mode 100755 content/id/docs/reference/glossary/name.md create mode 100755 content/id/docs/reference/glossary/uid.md create mode 100644 content/id/docs/search.md create mode 100644 content/id/docs/setup/_index.md create mode 100644 content/id/docs/sitemap.md create mode 100644 content/id/docs/templates/feature-state-alpha.txt create mode 100644 content/id/docs/templates/feature-state-beta.txt create mode 100644 content/id/docs/templates/feature-state-deprecated.txt create mode 100644 content/id/docs/templates/feaure-state-stable.txt create mode 100644 content/id/docs/templates/index.md create mode 100644 content/id/docs/tutorials/_index.md create mode 100644 content/id/docs/tutorials/hello-minikube.md create mode 100644 content/id/docs/tutorials/kubernetes-basics/_index.html create mode 100644 content/id/examples/application/deployment.yaml create mode 100644 content/id/examples/application/simple_deployment.yaml create mode 100644 content/id/examples/application/update_deployment.yaml create mode 100644 content/id/examples/controllers/replicaset.yaml create mode 100644 content/id/examples/minikube/Dockerfile create mode 100644 content/id/examples/minikube/server.js create mode 100644 content/id/examples/service/networking/curlpod.yaml create mode 100644 content/id/examples/service/networking/ingress.yaml create mode 100644 content/id/examples/service/networking/nginx-secure-app.yaml create mode 100644 content/id/examples/service/networking/nginx-svc.yaml create mode 100644 content/id/examples/service/networking/run-my-nginx.yaml create mode 100644 content/id/includes/federation-deprecation-warning-note.md create mode 100644 content/id/includes/index.md create mode 100644 content/it/docs/concepts/_index.md create mode 100755 content/it/docs/concepts/architecture/_index.md create mode 100644 content/it/docs/concepts/architecture/cloud-controller.md create mode 100644 content/it/docs/concepts/architecture/master-node-communication.md create mode 100644 content/it/docs/concepts/architecture/nodes.md create mode 100755 content/it/docs/concepts/cluster-administration/_index.md create mode 100644 content/it/docs/concepts/cluster-administration/addons.md create mode 100644 content/it/docs/concepts/cluster-administration/certificates.md create mode 100644 content/it/docs/concepts/cluster-administration/cloud-providers.md create mode 100644 content/it/docs/concepts/cluster-administration/cluster-administration-overview.md create mode 100644 content/it/docs/concepts/cluster-administration/controller-metrics.md create mode 100644 content/it/docs/concepts/cluster-administration/federation.md create mode 100644 content/it/docs/concepts/cluster-administration/kubelet-garbage-collection.md create mode 100644 content/it/docs/concepts/cluster-administration/logging.md create mode 100644 content/it/docs/concepts/cluster-administration/manage-deployment.md create mode 100644 content/it/docs/concepts/cluster-administration/networking.md create mode 100644 content/it/docs/concepts/cluster-administration/proxies.md create mode 100644 content/it/docs/concepts/example-concept-template.md create mode 100644 content/it/examples/admin/logging/fluentd-sidecar-config.yaml create mode 100644 content/it/examples/admin/logging/two-files-counter-pod-agent-sidecar.yaml create mode 100644 content/it/examples/admin/logging/two-files-counter-pod-streaming-sidecar.yaml create mode 100644 content/it/examples/admin/logging/two-files-counter-pod.yaml create mode 100644 content/it/examples/application/nginx-app.yaml create mode 100644 content/it/examples/debug/counter-pod.yaml create mode 100644 content/it/includes/federation-deprecation-warning-note.md create mode 100644 content/ja/docs/setup/turnkey/icp.md create mode 100644 content/ja/docs/setup/version-skew-policy.md delete mode 100644 content/ja/examples/admin/cloud/pvl-initializer-config.yaml create mode 100644 content/ko/docs/concepts/cluster-administration/cluster-administration-overview.md create mode 100644 content/ko/docs/concepts/cluster-administration/controller-metrics.md delete mode 100644 content/ko/docs/concepts/overview/object-management-kubectl/_index.md create mode 100644 content/ko/docs/concepts/overview/working-with-objects/annotations.md rename content/ko/docs/concepts/overview/{object-management-kubectl/overview.md => working-with-objects/object-management.md} (91%) create mode 100644 content/ko/docs/concepts/workloads/controllers/_index.md create mode 100644 content/ko/docs/concepts/workloads/controllers/cron-jobs.md create mode 100644 content/ko/docs/concepts/workloads/pods/pod.md create mode 100644 content/ko/docs/contribute/participating.md create mode 100755 content/ko/docs/reference/glossary/annotation.md create mode 100644 content/ko/docs/reference/glossary/app-container.md create mode 100755 content/ko/docs/reference/glossary/cluster.md create mode 100755 content/ko/docs/reference/glossary/container-env-variables.md create mode 100755 content/ko/docs/reference/glossary/container.md create mode 100755 content/ko/docs/reference/glossary/cronjob.md create mode 100755 content/ko/docs/reference/glossary/customresourcedefinition.md create mode 100755 content/ko/docs/reference/glossary/daemonset.md create mode 100755 content/ko/docs/reference/glossary/deployment.md create mode 100644 content/ko/docs/reference/glossary/device-plugin.md create mode 100755 content/ko/docs/reference/glossary/docker.md create mode 100644 content/ko/docs/reference/glossary/extensions.md create mode 100755 content/ko/docs/reference/glossary/image.md create mode 100755 content/ko/docs/reference/glossary/init-container.md create mode 100755 content/ko/docs/reference/glossary/job.md create mode 100755 content/ko/docs/reference/glossary/kube-proxy.md create mode 100755 content/ko/docs/reference/glossary/kubectl.md create mode 100755 content/ko/docs/reference/glossary/kubernetes-api.md create mode 100755 content/ko/docs/reference/glossary/label.md create mode 100755 content/ko/docs/reference/glossary/minikube.md create mode 100755 content/ko/docs/reference/glossary/namespace.md create mode 100755 content/ko/docs/reference/glossary/node.md create mode 100644 content/ko/docs/reference/glossary/pod-lifecycle.md create mode 100755 content/ko/docs/reference/glossary/pod-security-policy.md create mode 100755 content/ko/docs/reference/glossary/pod.md create mode 100755 content/ko/docs/reference/glossary/rbac.md create mode 100755 content/ko/docs/reference/glossary/replica-set.md create mode 100755 content/ko/docs/reference/glossary/replication-controller.md create mode 100755 content/ko/docs/reference/glossary/resource-quota.md create mode 100755 content/ko/docs/reference/glossary/selector.md create mode 100755 content/ko/docs/reference/glossary/service-account.md create mode 100755 content/ko/docs/reference/glossary/service.md create mode 100755 content/ko/docs/reference/glossary/statefulset.md create mode 100644 content/ko/docs/reference/glossary/taint.md create mode 100644 content/ko/docs/reference/glossary/toleration.md create mode 100755 content/ko/docs/reference/glossary/volume.md create mode 100644 content/ko/docs/reference/glossary/workload.md create mode 100644 content/ko/docs/reference/kubectl/cheatsheet.md delete mode 100644 content/ko/docs/setup/pick-right-solution.md delete mode 100644 content/ko/docs/setup/scratch.md create mode 100755 content/ko/docs/tasks/access-application-cluster/_index.md create mode 100644 content/ko/docs/tasks/access-application-cluster/access-cluster.md create mode 100644 content/ko/docs/tasks/access-application-cluster/communicate-containers-same-pod-shared-volume.md create mode 100644 content/ko/docs/tasks/access-application-cluster/configure-dns-cluster.md create mode 100644 content/ko/docs/tasks/manage-kubernetes-objects/_index.md create mode 100644 content/ko/docs/tasks/manage-kubernetes-objects/declarative-config.md rename content/ko/docs/{concepts/overview/object-management-kubectl => tasks/manage-kubernetes-objects}/imperative-command.md (89%) create mode 100644 content/ko/docs/tasks/manage-kubernetes-objects/imperative-config.md create mode 100644 content/ko/docs/tutorials/clusters/_index.md create mode 100644 content/ko/docs/tutorials/clusters/apparmor.md create mode 100644 content/ko/docs/tutorials/clusters/deny-write.profile create mode 100644 content/ko/docs/tutorials/services/_index.md create mode 100644 content/ko/docs/tutorials/services/source-ip.md create mode 100644 content/ko/docs/tutorials/stateful-application/_index.md create mode 100644 content/ko/docs/tutorials/stateful-application/cassandra.md create mode 100644 content/ko/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume.md create mode 100644 content/ko/docs/tutorials/stateful-application/zookeeper.md create mode 100644 content/ko/examples/application/cassandra/cassandra-service.yaml create mode 100644 content/ko/examples/application/cassandra/cassandra-statefulset.yaml create mode 100644 content/ko/examples/application/mysql/mysql-configmap.yaml create mode 100644 content/ko/examples/application/mysql/mysql-deployment.yaml create mode 100644 content/ko/examples/application/mysql/mysql-pv.yaml create mode 100644 content/ko/examples/application/mysql/mysql-services.yaml create mode 100644 content/ko/examples/application/mysql/mysql-statefulset.yaml create mode 100644 content/ko/examples/application/simple_deployment.yaml create mode 100644 content/ko/examples/application/update_deployment.yaml create mode 100644 content/ko/examples/application/wordpress/mysql-deployment.yaml create mode 100644 content/ko/examples/application/wordpress/wordpress-deployment.yaml create mode 100644 content/ko/examples/application/zookeeper/zookeeper.yaml create mode 100644 content/ko/examples/pods/security/hello-apparmor.yaml create mode 100644 content/ko/examples/pods/two-container-pod.yaml create mode 100644 content/ko/includes/federated-task-tutorial-prereqs.md rename content/ko/includes/{federation-current-state.md => federation-deprecation-warning-note.md} (100%) create mode 100644 content/pt/OWNERS create mode 100644 content/pt/_common-resources/index.md create mode 100644 content/pt/_index.html create mode 100644 content/pt/blog/_index.md create mode 100644 content/pt/case-studies/_index.md create mode 100644 content/pt/community/_index.html create mode 100644 content/pt/community/code-of-conduct.md create mode 100644 content/pt/community/static/README.md create mode 100644 content/pt/community/static/cncf-code-of-conduct.md create mode 100644 content/pt/docs/_index.md create mode 100644 content/pt/docs/_search.md create mode 100755 content/pt/docs/concepts/architecture/_index.md create mode 100644 content/pt/docs/concepts/architecture/cloud-controller.md create mode 100644 content/pt/docs/concepts/architecture/master-node-communication.md create mode 100644 content/pt/docs/concepts/cluster-administration/cluster-administration-overview.md create mode 100644 content/pt/docs/home/_index.md create mode 100644 content/pt/docs/home/supported-doc-versions.md create mode 100644 content/pt/docs/sitemap.md create mode 100644 content/pt/includes/index.md create mode 100644 content/pt/partners/_index.html create mode 100644 content/zh/blog/_posts/2019-04-26-latest-on-localization.md create mode 100644 content/zh/blog/_posts/2019-06-12-contributor-summit-shanghai.md create mode 100644 content/zh/docs/tasks/configure-pod-container/attach-handler-lifecycle-event.md delete mode 100644 content/zh/docs/whatisk8s.md create mode 100644 content/zh/examples/pods/lifecycle-events.yaml create mode 100644 i18n/es.toml create mode 100644 i18n/id.toml create mode 100644 i18n/nl.toml create mode 100644 i18n/pt.toml create mode 100644 layouts/shortcodes/table.html create mode 100644 layouts/shortcodes/upcoming-events.html delete mode 100755 sass/styles.sass create mode 100755 scripts/find_pr.py delete mode 100755 scripts/sass.sh mode change 100644 => 100755 scripts/test_examples.sh create mode 100755 scripts/upstream_changes.py delete mode 100644 static/css/case-study-styles.css delete mode 100644 static/css/case-study-styles.css.map create mode 100644 static/css/newcommunity.css delete mode 100644 static/css/styles.css delete mode 100644 static/css/styles.css.map create mode 100644 static/images/CaseStudy_antfinancial_banner1.jpg create mode 100644 static/images/CaseStudy_antfinancial_banner3.jpg create mode 100644 static/images/CaseStudy_antfinancial_banner4.jpg create mode 100644 static/images/CaseStudy_bose_banner1.jpg create mode 100644 static/images/CaseStudy_bose_banner3.jpg create mode 100644 static/images/CaseStudy_bose_banner4.jpg create mode 100644 static/images/CaseStudy_cern_banner1.jpg create mode 100644 static/images/CaseStudy_cern_banner3.jpg create mode 100644 static/images/CaseStudy_cern_banner4.jpg create mode 100644 static/images/CaseStudy_chinaunicom_banner1.jpg create mode 100644 static/images/CaseStudy_chinaunicom_banner3.jpg create mode 100644 static/images/CaseStudy_chinaunicom_banner4.jpg create mode 100644 static/images/CaseStudy_ft_banner1.jpg create mode 100644 static/images/CaseStudy_ft_banner3.jpg create mode 100644 static/images/CaseStudy_ft_banner4.jpg create mode 100644 static/images/CaseStudy_jdcom_banner1.jpg create mode 100644 static/images/CaseStudy_jdcom_banner3.jpg create mode 100644 static/images/CaseStudy_jdcom_banner4.jpg create mode 100644 static/images/CaseStudy_montreal_banner1.jpg create mode 100644 static/images/CaseStudy_montreal_banner3.jpg create mode 100644 static/images/CaseStudy_montreal_banner4.jpg create mode 100644 static/images/CaseStudy_nerdalize_banner1.jpg create mode 100644 static/images/CaseStudy_nerdalize_banner3.jpg create mode 100644 static/images/CaseStudy_nerdalize_banner4.jpg create mode 100644 static/images/CaseStudy_nokia_banner1.jpg create mode 100644 static/images/CaseStudy_nokia_banner3.jpg create mode 100644 static/images/CaseStudy_nokia_banner4.jpg create mode 100644 static/images/CaseStudy_pingcap_banner1.jpg create mode 100644 static/images/CaseStudy_pingcap_banner3.jpg create mode 100644 static/images/CaseStudy_pingcap_banner4.jpg create mode 100644 static/images/CaseStudy_prowise_banner1.jpg create mode 100644 static/images/CaseStudy_prowise_banner3.jpg create mode 100644 static/images/CaseStudy_prowise_banner4.jpg create mode 100644 static/images/CaseStudy_ricardoch_banner1.png create mode 100644 static/images/CaseStudy_ricardoch_banner3.png create mode 100644 static/images/CaseStudy_ricardoch_banner4.png create mode 100644 static/images/CaseStudy_slamtec_banner1.jpg create mode 100644 static/images/CaseStudy_slamtec_banner3.jpg create mode 100644 static/images/CaseStudy_slamtec_banner4.jpg create mode 100644 static/images/CaseStudy_sos_banner1.jpg create mode 100644 static/images/CaseStudy_sos_banner3.jpg create mode 100644 static/images/CaseStudy_sos_banner4.jpg create mode 100644 static/images/CaseStudy_thredup_banner1.jpg create mode 100644 static/images/CaseStudy_thredup_banner3.jpg create mode 100644 static/images/CaseStudy_thredup_banner4.jpg create mode 100644 static/images/CaseStudy_vsco_banner1.jpg create mode 100644 static/images/CaseStudy_vsco_banner2.jpg create mode 100644 static/images/CaseStudy_vsco_banner4.jpg create mode 100644 static/images/CaseStudy_woorank_banner1.jpg create mode 100644 static/images/CaseStudy_woorank_banner3.jpg create mode 100644 static/images/CaseStudy_woorank_banner4.jpg create mode 100644 static/images/antfinancial_logo.png create mode 100644 static/images/blog/2019-03-26-kube-proxy-subtleties-debugging-an-intermittent-connection-resets/connection-reset-packet-flow.png create mode 100644 static/images/blog/2019-03-26-kube-proxy-subtleties-debugging-an-intermittent-connection-resets/good-packet-flow.png create mode 100644 static/images/blog/2019-03-28-running-kubernetes-locally-on-linux-with-minikube/ihor-dvoretskyi-1470985-unsplash.jpg create mode 100644 static/images/blog/2019-03-28-running-kubernetes-locally-on-linux-with-minikube/module_01_cluster.png create mode 100644 static/images/blog/2019-04-23-hardware-accelerated-tls-termination/k8s-blog-fig1.png create mode 100644 static/images/blog/2019-04-23-hardware-accelerated-tls-termination/k8s-blog-fig2.png create mode 100644 static/images/blog/2019-05-23-Kyma-extend-and-build-on-kubernetes-with-ease/ac-s-sc.svg create mode 100644 static/images/blog/2019-05-23-Kyma-extend-and-build-on-kubernetes-with-ease/arch.png create mode 100644 static/images/blog/2019-05-23-Kyma-extend-and-build-on-kubernetes-with-ease/asyncApiSpec.json create mode 100644 static/images/blog/2019-05-23-Kyma-extend-and-build-on-kubernetes-with-ease/grafana-lambda.png create mode 100644 static/images/blog/2019-05-23-Kyma-extend-and-build-on-kubernetes-with-ease/kyma-center.png create mode 100644 static/images/blog/2019-06-11-contributor-summit-shanghai/panel.png create mode 100644 static/images/bose_logo.png create mode 100644 static/images/chinaunicom_logo.png create mode 100644 static/images/community/discuss.png create mode 100644 static/images/community/event-bg.jpg create mode 100644 static/images/community/github.png create mode 100644 static/images/community/kubernetes-community-02-mobile.jpg create mode 100644 static/images/community/kubernetes-community-04-mobile.jpg create mode 100644 static/images/community/kubernetes-community-contributor.jpg create mode 100644 static/images/community/kubernetes-community-final-02.jpg create mode 100644 static/images/community/kubernetes-community-final-03.jpg create mode 100644 static/images/community/kubernetes-community-final-04.jpg create mode 100644 static/images/community/kubernetes-community-final-05.jpg create mode 100644 static/images/community/kubernetes-community-final-06.jpg create mode 100644 static/images/community/kubernetes-community-final-07.jpg create mode 100644 static/images/community/kubernetes-community-final-08.jpg create mode 100644 static/images/community/kubernetes-community-final.jpg create mode 100644 static/images/community/slack.png create mode 100644 static/images/community/stack.png create mode 100644 static/images/community/twitter.png create mode 100644 static/images/docs/4c.png create mode 100644 static/images/docs/KubernetesSolutions.svg create mode 100644 static/images/docs/contribute/claim-host.png create mode 100644 static/images/docs/scheduling-framework-extensions.png create mode 100644 static/images/ft_logo.png create mode 100644 static/images/jdcom_logo.png create mode 100644 static/images/montreal_logo.png create mode 100644 static/images/nerdalize_logo.png create mode 100644 static/images/nokia_logo.png create mode 100644 static/images/pingcap_logo.png create mode 100644 static/images/prowise_logo.png create mode 100644 static/images/ricardoch_logo.png create mode 100644 static/images/slamtec_logo.png create mode 100644 static/images/sos_logo.png create mode 100644 static/images/thredup_logo.png create mode 100644 static/images/vsco_logo.png create mode 100644 static/images/woorank_logo.png delete mode 100644 static/js/bootstrap-3.3.7.min.js create mode 100644 static/js/bootstrap-4.3.1.min.js diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/bug-report.md similarity index 79% rename from .github/ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/bug-report.md index 55625565c9109..88498bdbcb21d 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,19 +1,19 @@ +--- +name: Bug Report +about: Report a bug encountered with Kubernetes Website +labels: +- kind/bug +--- +**This is a Bug Report** + - -**This is a...** - -- [ ] Feature Request -- [ ] Bug Report - **Problem:** - **Proposed Solution:** - **Page to Update:** https://kubernetes.io/... diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 0000000000000..3e9ad93ccc228 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,18 @@ +--- +name: Feature Request +about: Suggest a/an feature/enhancement to the Kubernetes Website project +labels: +- kind/feature +--- +**This is a Feature Request** + + + + +**What would you like to be added** + + +**Why is this needed** + +**Comments** + diff --git a/.github/ISSUE_TEMPLATE/support.md b/.github/ISSUE_TEMPLATE/support.md new file mode 100644 index 0000000000000..6c55d7737bb09 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/support.md @@ -0,0 +1,19 @@ +--- +name: Support Request +about: Support request or question relating to Kubernetes Dashboard project +labels: +- triage/support +--- +**This is Support** + + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 85229c98efab3..3444bf3b2c044 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,16 +1,16 @@ >^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -> Please delete this note before submitting the pull request. +> Remember to delete this note before submitting your pull request. > -> For 1.14 Features: set Milestone to 1.14 and Base Branch to dev-1.14 +> For pull requests on 1.15 Features: set Milestone to 1.15 and Base Branch to dev-1.15 > -> For Chinese localization, base branch to release-1.12 +> For pull requests on Chinese localization, set Base Branch to release-1.14 > -> For Korean Localization: set Base Branch to dev-1.13-ko. +> For pull requests on Korean Localization: set Base Branch to dev-1.14-ko.\ > -> Help editing and submitting pull requests: +> If you need Help on editing and submitting pull requests, visit: > https://kubernetes.io/docs/contribute/start/#improve-existing-content. > -> Help choosing which branch to use: +> If you need Help on choosing which branch to use, visit: > https://kubernetes.io/docs/contribute/start#choose-which-git-branch-to-use. >^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > diff --git a/.gitignore b/.gitignore index 50d954cf3d921..01a54c0679220 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ **/.DS_Store **/desktop.ini _site/** -.sass-cache/** CNAME .travis.yml .idea/ diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 0fe57ab80e470..0000000000000 --- a/.travis.yml +++ /dev/null @@ -1,22 +0,0 @@ -env: - global: - - KUBE_VERSION: 1.13 -language: go -go: - - 1.11.5 - -jobs: - include: - - name: "Testing examples" - cache: - directories: - - $HOME/.cache/go-build - install: - - bash scripts/test_examples.sh install - script: - - bash scripts/test_examples.sh run - - name: "Hugo build" - install: - - make travis-hugo-build - script: - - hugo diff --git a/Dockerfile b/Dockerfile index d8a60ea07f522..fd02b02d7eb0b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ ARG HUGO_VERSION RUN mkdir -p /usr/local/src && \ cd /usr/local/src && \ - curl -L https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_linux-64bit.tar.gz | tar -xz && \ + curl -L https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_Linux-64bit.tar.gz | tar -xz && \ mv hugo /usr/local/bin/hugo && \ addgroup -Sg 1000 hugo && \ adduser -Sg hugo -u 1000 -h /src hugo diff --git a/Makefile b/Makefile index f44e04b46eb62..6543bdc41738b 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ DOCKER_RUN = $(DOCKER) run --rm --interactive --tty --volume $(CURDIR):/src NODE_BIN = node_modules/.bin NETLIFY_FUNC = $(NODE_BIN)/netlify-lambda -.PHONY: all build sass build-preview help serve +.PHONY: all build build-preview help serve help: ## Show this help. @awk 'BEGIN {FS = ":.*?## "} /^[a-zA-Z_-]+:.*?## / {sub("\\\\n",sprintf("\n%22c"," "), $$2);printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}' $(MAKEFILE_LIST) @@ -26,15 +26,9 @@ check-headers-file: production-build: check-hugo-versions build check-headers-file ## Build the production site and ensure that noindex headers aren't added -non-production-build: check-hugo-versions ## Build the non-production site, which adds noindex headers to prevent indexing +non-production-build: test-examples check-hugo-versions ## Build the non-production site, which adds noindex headers to prevent indexing hugo --enableGitInfo -sass-build: - scripts/sass.sh build - -sass-develop: - scripts/sass.sh develop - serve: ## Boot the development server. hugo server --buildFuture @@ -47,12 +41,9 @@ docker-build: docker-serve: $(DOCKER_RUN) -p 1313:1313 $(DOCKER_IMAGE) hugo server --buildFuture --bind 0.0.0.0 -# This command is used only by Travis CI; do not run this locally -travis-hugo-build: - curl -L https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_linux-64bit.tar.gz | tar -xz - mkdir -p ${TRAVIS_HOME}/bin - mv hugo ${TRAVIS_HOME}/bin - export PATH=${TRAVIS_HOME}/bin:$PATH +test-examples: + scripts/test_examples.sh install + scripts/test_examples.sh run check-hugo-versions: scripts/hugo-version-check.sh $(HUGO_VERSION) diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES index 2fc655ee06605..491cd455b23f1 100644 --- a/OWNERS_ALIASES +++ b/OWNERS_ALIASES @@ -20,9 +20,11 @@ aliases: - dixudx sig-docs-de-owners: # Admins for German content - bene2k1 + - mkorbi - rlenferink sig-docs-de-reviews: # PR reviews for German content - bene2k1 + - mkorbi - rlenferink sig-docs-en-owners: # Admins for English content - bradamant3 @@ -32,6 +34,7 @@ aliases: - jaredbhatti - jimangel - kbarnard10 + - makoscafee - mistyhacks - rajakavitha1 - ryanmcginnis @@ -48,11 +51,18 @@ aliases: - stewart-yu - xiangpengzhao - zhangxiaoyu-zidif + sig-docs-es-owners: # Admins for Spanish content + - raelga + - alexbrand + sig-docs-es-reviews: # PR reviews for Spanish content + - raelga + - alexbrand + - glo-pena + - electrocucaracha sig-docs-fr-owners: # Admins for French content - - sieben + - remyleone - perriea - rekcah78 - - lledru - yastij - smana - rbenzair @@ -62,10 +72,9 @@ aliases: - awkif - oussemos sig-docs-fr-reviews: # PR reviews for French content - - sieben + - remyleone - perriea - rekcah78 - - lledru - yastij - smana - rbenzair @@ -74,20 +83,34 @@ aliases: - jygastaud - awkif - oussemos + sig-docs-hi-owners: # Admins for Hindi content + - avidLearnerInProgress + - daminisatya + - mittalyashu + - Rajakavitha1 + sig-docs-hi-reviews: # PR reviews for Hindi content + - avidLearnerInProgress + - daminisatya + - mittalyashu + - Rajakavitha1 + sig-docs-id-owners: # Admins for Indonesian content + - girikuncoro + - irvifa + sig-docs-id-reviews: # PR reviews for Indonesian content + - girikuncoro + - irvifa sig-docs-it-owners: # Admins for Italian content - rlenferink - - lledru - micheleberardi sig-docs-it-reviews: # PR reviews for Italian content - rlenferink - - lledru - micheleberardi sig-docs-ja-owners: # Admins for Japanese content - cstoku - nasa9084 - tnir - zacharysarah - sig-docs-ja-reviews: # PR reviews for Italian content + sig-docs-ja-reviews: # PR reviews for Japanese content - cstoku - makocchi-git - MasayaAoyama @@ -102,6 +125,7 @@ aliases: - ClaudiaJKang - gochist - ianychoi + - seokho-son sig-docs-maintainers: # Website maintainers - bradamant3 - chenopis @@ -140,4 +164,9 @@ aliases: - xichengliudui - zhangxiaoyu-zidif - pigletfly - \ No newline at end of file + sig-docs-pt-owners: # Admins for Portuguese content + - femrtnz + - jcjesus + sig-docs-pt-reviews: # PR reviews for Portugese content + - femrtnz + - jcjesus diff --git a/README-de.md b/README-de.md index 200837259f9d9..76087f403eda5 100644 --- a/README-de.md +++ b/README-de.md @@ -7,9 +7,9 @@ Herzlich willkommen! Dieses Repository enthält alle Assets, die zur Erstellung ## Beiträge zur Dokumentation -Sie können auf die Schaltfläche **Fork** im oberen rechten Bereich des Bildschirms klicken, um eine Kopie dieses Repositorys in Ihrem GitHub-Konto zu erstellen. Diese Kopie wird als *Fork* bezeichnet. Nehmen Sie die gewünschten Änderungen an Ihrem Fork vor. Wenn Sie bereit sind, diese Änderungen an uns zu senden, gehen Sie zu Ihrem Form und erstellen Sie eine neue Pull-Anforderung, um uns darüber zu informieren. +Sie können auf die Schaltfläche **Fork** im oberen rechten Bereich des Bildschirms klicken, um eine Kopie dieses Repositorys in Ihrem GitHub-Konto zu erstellen. Diese Kopie wird als *Fork* bezeichnet. Nehmen Sie die gewünschten Änderungen an Ihrem Fork vor. Wenn Sie bereit sind, diese Änderungen an uns zu senden, gehen Sie zu Ihrem Fork und erstellen Sie eine neue Pull-Anforderung, um uns darüber zu informieren. -Sobald Ihre Pull-Anfrage erstellt wurde, übernimmt ein Rezensent von Kubernetes die Verantwortung für klares, umsetzbares Feedback. Als Eigentümer des Pull-Request **liegt es in Ihrer Verantwortung Ihren Pull-Reqest enstsprechend des Feedbacks, dass Sie vom Kubernetes-Reviewer erhalten haben abzuändern.** Beachten Sie auch, dass Sie am Ende mehr als einen Rezensenten von Kubernetes erhalten, der Ihnen Feedback gibt, oder dass Sie Rückmeldungen von einem Rezensenten von Kubernetes erhalten, der sich von demjenigen unterscheidet, der ursprünglich für das Feedback zugewiesen wurde. In einigen Fällen kann es vorkommen, dass einer Ihrer Prüfer bei Bedarf eine technische Überprüfung von einem [Kubernetes Techn-Reviewer] (https://github.com/kubernetes/website/wiki/tech-reviewers) anfordert. Reviewer geben ihr Bestes, um zeitnah Feedback zu geben, die Antwortzeiten können jedoch je nach den Umständen variieren. +Sobald Ihre Pull-Anfrage erstellt wurde, übernimmt ein Rezensent von Kubernetes die Verantwortung für klares, umsetzbares Feedback. Als Eigentümer des Pull-Request **liegt es in Ihrer Verantwortung Ihren Pull-Reqest enstsprechend des Feedbacks, dass Sie vom Kubernetes-Reviewer erhalten haben abzuändern.** Beachten Sie auch, dass Sie am Ende mehr als einen Rezensenten von Kubernetes erhalten, der Ihnen Feedback gibt, oder dass Sie Rückmeldungen von einem Rezensenten von Kubernetes erhalten, der sich von demjenigen unterscheidet, der ursprünglich für das Feedback zugewiesen wurde. In einigen Fällen kann es vorkommen, dass einer Ihrer Prüfer bei Bedarf eine technische Überprüfung von einem [Kubernetes Tech-Reviewer](https://github.com/kubernetes/website/wiki/tech-reviewers) anfordert. Reviewer geben ihr Bestes, um zeitnah Feedback zu geben, die Antwortzeiten können jedoch je nach den Umständen variieren. Weitere Informationen zum Beitrag zur Kubernetes-Dokumentation finden Sie unter: @@ -21,14 +21,12 @@ Weitere Informationen zum Beitrag zur Kubernetes-Dokumentation finden Sie unter: ## `README.md`'s Localizing Kubernetes Documentation -### Koreanisch +### Deutsch +Die Betreuer der deutschen Lokalisierung erreichen Sie unter: -Lesen Sie die Übersetzung von `README.md` und detailliertere Anleitungen für koreanische Mitwirkende auf der Seite [Koreanischen README] (README-ko.md). - -Sie können die Betreuer der koreanischen Lokalisierung erreichen unter: - -* June Yi ([GitHub - @gochist](https://github.com/gochist)) -* [Slack Kanal](https://kubernetes.slack.com/messages/kubernetes-docs-ko) +* Benedikt Rollik ([@bene2k1](https://github.com/bene2k1)) +* Max Körbächer ([@mkorbi](https://github.com/mkorbi)) +* [Slack Kanal](https://kubernetes.slack.com/messages/kubernetes-docs-de) ## Site lokal mit Docker ausführen @@ -76,7 +74,7 @@ Sie können die Betreuer dieses Projekts unter folgender Adresse erreichen: ### Verhaltensregeln -Die Teilnahme an der Kubernetes-Community unterliegt dem [Kubernetes-Verhaltenskodex] (code-of-conduct.md). +Die Teilnahme an der Kubernetes-Community unterliegt dem [Kubernetes-Verhaltenskodex](code-of-conduct.md). ## Vielen Dank! diff --git a/README-es.md b/README-es.md new file mode 100644 index 0000000000000..15bf9ed2fb2a4 --- /dev/null +++ b/README-es.md @@ -0,0 +1,76 @@ +# La documentación de Kubernetes + +[![Build Status](https://api.travis-ci.org/kubernetes/website.svg?branch=master)](https://travis-ci.org/kubernetes/website) +[![GitHub release](https://img.shields.io/github/release/kubernetes/website.svg)](https://github.com/kubernetes/website/releases/latest) + +Bienvenido! +Este repositorio contiene todos los recursos necesarios para construir el [sitio web de Kubernetes y su documentación](https://kubernetes.io/). ¡Estamos encantados de que quiera contribuir! + +## Contribuyendo con la documentación + +Puede hacer clic en el botón **Fork** situado en la esquina superior derecha de la pantalla para crear una copia de este repositorio en su cuenta de GitHub. A ese tipo de copia se le llama **Fork** (bifurcación) y le permite editar el contenido del repositorio en su copia personal. Realice los cambios que quiera en su **fork** y, cuando esté listo para enviarnos esos cambios, vaya a **fork** en repositorio en su GitHub y cree una nueva **pull request** para que tengamos constancia de la propuesta de cambios. + +Una vez la **pull request** ha sido creada, un revisor de Kubernetes asumirá la responsabilidad de proporcionar comentarios claros y prácticos sobre como continuar. Como propietario de la PR, **es su responsabilidad modificar la pull request para abordar los comentarios proporcionados por el revisor de Kubernetes.** Tenga en cuenta que algunas veces puede terminar teniendo más de un revisor de Kubernetes participando en la revisión, por lo que es posible que reciba comentarios de más revisores a parte del asignado originalmente en la creación de la **pull request**. Además, en algunas ocasiones, es posible que uno de sus revisores solicite una revisión técnica por parte de un [revisor técnico de Kubernetes](https://github.com/kubernetes/website/wiki/Tech-reviewers) si lo considera necesario. + +Los revisores harán todo lo posible para proporcionar toda la información necesaria para que la **pull request** siga adelante en un tiempo razonable, pero este tiempo de respuesta puede variar según las circunstancias. + +Para obtener más información sobre cómo contribuir a la documentación de Kubernetes, puede consultar: + +* [Empezando a contribuir](https://kubernetes.io/docs/contribute/start/) +* [Visualizando sus cambios en su entorno local](http://kubernetes.io/docs/contribute/intermediate#view-your-changes-locally) +* [Utilizando las plantillas de las páginas](http://kubernetes.io/docs/contribute/style/page-templates/) +* [Guía de estilo de la documentación](http://kubernetes.io/docs/contribute/style/style-guide/) +* [Traduciendo la documentación de Kubernetes](https://kubernetes.io/docs/contribute/localization/) + +## Levantando el sitio web kubernetes.io en su entorno local con Docker + +El método recomendado para levantar una copia local del sitio web kubernetes.io es utilizando la imagen de [Docker](https://docker.com) que incluye el generador de sitios estáticos [Hugo](https://gohugo.io). + +> Para Windows, algunas otras herramientas como Make son necesarias. Puede instalarlas utilizando el gestor [Chocolatey](https://chocolatey.org). `choco install make` o siguiendo las instrucciones de [Make for Windows](http://gnuwin32.sourceforge.net/packages/make.htm). + +> Si prefiere levantar el sitio web sin utilizar **Docker**, puede seguir las instrucciones disponibles en la sección [Levantando kubernetes.io en local con Hugo](#levantando-kubernetes.io-en-local-con-hugo). + +Una vez tenga Docker [configurado en su máquina](https://www.docker.com/get-started), puede construir la imagen de Docker `kubernetes-hugo` localmente ejecutando el siguiente comando en la raíz del repositorio: + +```bash +make docker-image +``` + +Una vez tenga la imagen construida, puede levantar el sitio web ejecutando: + +```bash +make docker-serve +``` + +Abra su navegador y visite http://localhost:1313 para acceder a su copia local del sitio. A medida que vaya haciendo cambios en el código fuente, Hugo irá actualizando la página y forzará la actualización en el navegador. + +## Levantando kubernetes.io en local con Hugo + +Revise la [documentación oficial de Hugo](https://gohugo.io/getting-started/installing/) para obtener las instrucciones de instalación en su sistema operativo. Asegúrese de instalar la versión de Hugo especificada en la variable de entorno `HUGO_VERSION` del fichero [`netlify.toml`](netlify.toml#L9). + +Para levantar el sitio localmente una vez Hugo está instalado en su sistema, puede ejecutar el siguiente comando: + +```bash +make serve +``` + +Este comando levantará un servidor de Hugo en el puerto **1313** al que podrá acceder visitando http://localhost:1313 y dónde podrá visualizar su copia local del sitio web. A medida que vaya haciendo cambios en el código fuente, Hugo irá actualizando la página y forzará la actualización en el navegador. + +## Comunidad, discusión, contribuir y soporte + +Aprenda como participar en la comunidad de Kubernetes visitando la [página de comunidad](http://kubernetes.io/community/). + +Puede ponerse en contacto con los mantenedores de este proyecto en: + +- [Slack](https://kubernetes.slack.com/messages/sig-docs) +- [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-docs) + +### Código de conducta + +La participación en la comunidad de Kubernetes está regulada por el [Código de Conducta de Kubernetes](code-of-conduct.md). + +## ¡Muchas gracias! + +Kubernetes es posible gracias a la participación de la comunidad y la documentación es vital para facilitar el acceso al proyecto. + +Agradecemos muchísimo sus contribuciones a nuestro sitio web y nuestra documentación. \ No newline at end of file diff --git a/README-hi.md b/README-hi.md new file mode 100644 index 0000000000000..12bfeee63c976 --- /dev/null +++ b/README-hi.md @@ -0,0 +1,84 @@ +# कुबरनेट्स प्रलेखन + +[![Build Status](https://api.travis-ci.org/kubernetes/website.svg?branch=master)](https://travis-ci.org/kubernetes/website) +[![GitHub release](https://img.shields.io/github/release/kubernetes/website.svg)](https://github.com/kubernetes/website/releases/latest) + +स्वागत हे! इस रिपॉजिटरी में [कुबरनेट्स वेबसाइट और दस्तावेज](https://kubernetes.io/) बनाने के लिए आवश्यक सभी संपत्तियां हैं। हम बहुत खुश हैं कि आप योगदान करना चाहते हैं! + +## डॉक्स में योगदान देना + +आप अपने GitHub खाते में इस रिपॉजिटरी की एक copy बनाने के लिए स्क्रीन के ऊपरी-दाएँ क्षेत्र में **Fork** बटन पर क्लिक करें। इस copy को *Fork* कहा जाता है। अपने fork में कोई भी परिवर्तन करना चाहते हैं, और जब आप उन परिवर्तनों को हमारे पास भेजने के लिए तैयार हों, तो अपने fork पर जाएं और हमें इसके बारे में बताने के लिए एक नया pull request बनाएं। + +एक बार जब आपका pull request बन जाता है, तो एक कुबरनेट्स समीक्षक स्पष्ट, कार्रवाई योग्य प्रतिक्रिया प्रदान करने की जिम्मेदारी लेगा। pull request के मालिक के रूप में, **यह आपकी जिम्मेदारी है कि आप कुबरनेट्स समीक्षक द्वारा प्रदान की गई प्रतिक्रिया को संबोधित करने के लिए अपने pull request को संशोधित करें।** + +यह भी ध्यान दें कि आप एक से अधिक कुबरनेट्स समीक्षक आपको प्रतिक्रिया प्रदान कर सकते हैं या आप एक कुबरनेट्स समीक्षक से प्रतिक्रिया प्राप्त कर सकते हैं जो मूल रूप से आपको प्रतिक्रिया प्रदान करने के लिए दिए गए एक से भिन्न है। इसके अलावा, कुछ मामलों में, आपका एक समीक्षक जरूरत पड़ने पर [कुबेरनेट्स टेक समीक्षक](https://github.com/kubernetes/website/wiki/Tech-reviewers) से तकनीकी समीक्षा प्राप्त कर सकता है। समीक्षक समय पर प्रतिक्रिया देने के लिए पूरी कोशिश करेंगे, लेकिन परिस्थितियों के आधार पर प्रतिक्रिया समय अलग-अलग हो सकता है। + +कुबरनेट्स प्रलेखन में योगदान देने के बारे में अधिक जानकारी के लिए, देखें: + +* [योगदान देना शुरू करें](https://kubernetes.io/docs/contribute/start/) +* [परिवर्तनों को अंतिम चरण में लेजाएं](http://kubernetes.io/docs/contribute/intermediate#view-your-changes-locally) +* [पेज टेम्पलेट](http://kubernetes.io/docs/contribute/style/page-templates/) +* [प्रलेखन शैली गाइड](http://kubernetes.io/docs/contribute/style/style-guide/) +* [स्थानीयकरण कुबरनेट्स प्रलेखन](https://kubernetes.io/docs/contribute/localization/) + +## `README.md`'s स्थानीयकरण कुबरनेट्स प्रलेखन + +आप पर हिंदी स्थानीयकरण के maintainers तक पहुँच सकते हैं: + +* Yashu Mittal ([Twitter](https://twitter.com/mittalyashu77), [GitHub](https://github.com/mittalyashu)) +* [Slack channel](https://kubernetes.slack.com/messages/kubernetes-docs-hi) + +## स्थानीय रूप से डॉकर का उपयोग करके साइट चलाना + +कुबरनेट्स वेबसाइट को स्थानीय रूप से चलाने के लिए अनुशंसित तरीका एक विशेष [डॉकर](https://docker.com) image को चलाना है, जिसमें [Hugo](https://gohugo.io) स्टेटिक साइट जनरेटर शामिल है। + +> यदि आप विंडोज पर हैं, तो आपको कुछ और टूल्स की आवश्यकता होगी जिन्हें आप [Chocolatey](https://chocolatey.org) के साथ इंस्टॉल कर सकते हैं। + +> यदि आप डॉकर के बिना स्थानीय रूप से वेबसाइट चलाना पसंद करते हैं, तो नीचे Hugo का उपयोग करके स्थानीय रूप से साइट चलाना देखें। + +यदि आप डॉकर के बिना स्थानीय रूप से वेबसाइट चलाना पसंद करते हैं, तो नीचे दिए गए Hugo का उपयोग करके स्थानीय रूप से [साइट को चलाने](#running-the-site-locally-using-hugo) का तरीका देखें। + +यदि आप [डॉकर](https://www.docker.com/get-started) चला रहे हैं, तो स्थानीय रूप से `कुबेरनेट्स-ह्यूगो` Docker image बनाएँ: + +```bash +make docker-image +``` + +एक बार image बन जाने के बाद, आप साइट को स्थानीय रूप से चला सकते हैं: + +```bash +make docker-serve +``` + +साइट देखने के लिए अपने browser को `http://localhost:1313` पर खोलें। जैसा कि आप source फ़ाइलों में परिवर्तन करते हैं, Hugo साइट को अपडेट करता है और browser को refresh करने पर मजबूर करता है। + +## Hugo का उपयोग करते हुए स्थानीय रूप से साइट चलाना + +Hugo निर्देशों के लिए [आधिकारिक Hugo प्रलेखन](https://gohugo.io/getting-started/installing/) देखें। [`Netlify.toml`](netlify.toml#L9) फ़ाइल में `HUGO_VERSION` environment variable द्वारा निर्दिष्ट Hugo version को install करना सुनिश्चित करें। + +जब आप Hugo को install करते हैं तो स्थानीय रूप से साइट को चलाने के लिए: + +```bash +make serve +``` + +यह पोर्ट `1313` पर Hugo सर्वर को शुरू करेगा। साइट देखने के लिए अपने browser को `http://localhost:1313` पर खोलें। जैसा कि आप source फ़ाइलों में परिवर्तन करते हैं, Hugo साइट को अपडेट करता है और एक browser को refresh करने पर मजबूर करता है। + +## समुदाय, चर्चा, योगदान और समर्थन + +[Community page](http://kubernetes.io/community/) पर कुबरनेट्स समुदाय के साथ जुड़ना सीखें। + +आप इस परियोजना के स्थानीयकरण तक पहुँच सकते हैं: + +- [Slack](https://kubernetes.slack.com/messages/sig-docs) +- [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-docs) + +## कोड ओफ़ कंडक्ट + +कुबरनेट्स समुदाय में भागीदारी [कुबरनेट्स कोड ओफ़ कंडक्ट](https://github.com/cncf/foundation/blob/master/code-of-conduct-languages/hi.md) द्वारा शासित है. + +## धन्यवाद! + +कुबरनेट्स सामुदायिक भागीदारी पर पनपती है, और हम वास्तव में हमारी साइट और हमारे प्रलेखन में आपके योगदान की सराहना करते हैं! + +कुबरनेट्स आपकी भागीदारी पर निर्भर है, और हम हमारी साइट और प्रलेखन में आपके योगदान का मान करते हैं! \ No newline at end of file diff --git a/README-id.md b/README-id.md new file mode 100644 index 0000000000000..b178b220bc38e --- /dev/null +++ b/README-id.md @@ -0,0 +1,72 @@ +# Dokumentasi Kubernetes + +[![Build Status](https://api.travis-ci.org/kubernetes/website.svg?branch=master)](https://travis-ci.org/kubernetes/website) +[![GitHub release](https://img.shields.io/github/release/kubernetes/website.svg)](https://github.com/kubernetes/website/releases/latest) + +Selamat datang! Repositori ini merupakan wadah bagi semua komponen yang dibutuhkan untuk membuat [dokumentasi Kubernetes](https://kubernetes.io/). Kami merasa sangat senang apabila kamu berminat untuk menjadi kontributor! + +## Kontribusi pada dokumentasi + +Pertama, kamu dapat menekan tombol **Fork** yang berada pada bagian atas layar, untuk menyalin repositori pada akun Github-mu. Salinan ini disebut sebagai **fork**. Kamu dapat menambahkan konten pada **fork** yang kamu miliki, setelah kamu merasa cukup untuk menambahkan konten yang kamu miliki dan ingin memberikan konten tersebut pada kami, kamu dapat melihat **fork** yang telah kamu buat dan membuat **pull request** untuk memberi tahu kami bahwa kamu ingin menambahkan konten yang telah kamu buat. + +Setelah kamu membuat sebuah **pull request**, seorang **reviewer** akan memberikan masukan terhadap konten yang kamu sediakan serta beberapa hal yang dapat kamu lakukan apabila perbaikan diperlukan terhadap konten yang telah kamu sediakan. Sebagai seorang yang membuat **pull request**, **sudah menjadi kewajiban kamu untuk melakukan modifikasi terhadap konten yang kamu berikan sesuai dengan masukan yang diberikan oleh seorang reviewer Kubernetes**. Perlu kamu ketahui bahwa kamu dapat saja memiliki lebih dari satu orang **reviewer Kubernetes** atau dalam kasus kamu bisa saja mendapatkan **reviewer Kubernetes** yang berbeda dengan **reviewer Kubernetes** awal yang ditugaskan untuk memberikan masukan terhadap konten yang kamu sediakan. Selain itu, seorang **reviewer Kubernetes** bisa saja meminta masukan teknis dari [reviewer teknis Kubernetes](https://github.com/kubernetes/website/wiki/Tech-reviewers) jika diperlukan. + +Untuk informasi lebih lanjut mengenai tata cara melakukan kontribusi, kamu dapat melihat tautan di bawah ini: + +* [Petunjuk Melakukan Kontribusi](https://kubernetes.io/docs/contribute/start/) +* [Melakukan Tahap Staging pada Konten Dokumentasi yang telah Kamu Sediakan](http://kubernetes.io/docs/contribute/intermediate#view-your-changes-locally) +* [Petunjuk Menggunakan Page Templates](http://kubernetes.io/docs/contribute/style/page-templates/) +* [Petunjuk untuk Documentation Style](http://kubernetes.io/docs/contribute/style/style-guide/) +* [Petunjuk untuk Melakukan Lokalisasi Dokumentasi Kubernetes](https://kubernetes.io/docs/contribute/localization/) + +## Menjalankan Dokumentasi Kubernetes pada Mesin Lokal Kamu + +Petunjuk yang disarankan untuk menjalankan Dokumentasi Kubernetes pada mesin lokal kamus adalah dengan menggunakan [Docker](https://docker.com) **image** yang memiliki **package** [Hugo](https://gohugo.io), **Hugo** sendiri merupakan generator website statis. + +> Jika kamu menggunakan Windows, kamu mungkin membutuhkan beberapa langkah tambahan untuk melakukan instalasi perangkat lunak yang dibutuhkan. Instalasi ini dapat dilakukan dengan menggunakan [Chocolatey](https://chocolatey.org). `choco install make` + +> Jika kamu ingin menjalankan **website** tanpa menggunakan **Docker**, kamu dapat melihat tautan berikut [Petunjuk untuk menjalankan website pada mesin lokal dengan menggunakan Hugo](#petunjuk-untuk-menjalankan-website-pada-mesin-lokal-denga-menggunakan-hugo) di bagian bawah. + +Jika kamu sudah memiliki **Docker** [yang sudah dapat digunakan](https://www.docker.com/get-started), kamu dapat melakukan **build** `kubernetes-hugo` **Docker image** secara lokal: + +```bash +make docker-image +``` + +Setelah **image** berhasil di-**build**, kamu dapat menjalankan website tersebut pada mesin lokal-mu: + +```bash +make docker-serve +``` + +Buka **browser** kamu ke http://localhost:1313 untuk melihat laman dokumentasi. Selama kamu melakukan penambahan konten, **Hugo** akan secara otomatis melakukan perubahan terhadap laman dokumentasi apabila **browser** melakukan proses **refresh**. + + +## Petunjuk untuk menjalankan website pada mesin lokal dengan menggunakan Hugo + +Kamu dapat melihat [dokumentasi resmi Hugo](https://gohugo.io/getting-started/installing/) untuk mengetahui langkah yang diperlukan untuk melakukan instalasi **Hugo**. Pastikan kamu melakukan instalasi versi **Hugo** sesuai dengan versi yang tersedia pada **environment variable** `HUGO_VERSION` pada **file**[`netlify.toml`](netlify.toml#L9). + +Untuk menjalankan laman pada mesin lokal setelah instalasi **Hugo**, kamu dapat menjalankan perintah berikut: + +```bash +make serve +``` + +Buka **browser** kamu ke http://localhost:1313 untuk melihat laman dokumentasi. Selama kamu melakukan penambahan konten, **Hugo** akan secara otomatis melakukan perubahan terhadap laman dokumentasi apabila **browser** melakukan proses **refresh**. + +## Komunitas, Diskusi, Kontribusi, dan Bantuan + +Kamu dapat belajar bagaimana tata cara untuk ikut terlibat dalam komunitas Kubernetes melalui [laman komunitas](http://kubernetes.io/community/). + +Kamu dapat berinteraksi dengan **maintainers** project ini melalui: + +- [Slack](https://kubernetes.slack.com/messages/sig-docs) +- [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-docs) + +### Etika dalam Berkontribusi + +Partisipasi dalam komunitas Kubernetes diatur dalam [Etika dalam Berkontribusi pada Kubernetes](code-of-conduct.md). + +## Terima Kasih! + +Kubernetes sangat menjunjung tinggi partisipasi dari komunitas, dan kami sangat mengapresiasi kontribusi kamu pada laman dan dokumentasi kami! diff --git a/README-ko.md b/README-ko.md index 5ac8d1e61721a..4846b08c97eb6 100644 --- a/README-ko.md +++ b/README-ko.md @@ -23,9 +23,9 @@ ### 한국어 -`README.md` 번역 및 한국어 기여자를 위한 보다 자세한 가이드를 [한국어 README](README-ko.md) 페이지에서 살펴봅니다. +`README.md` 번역 및 한국어 기여자를 위한 보다 자세한 가이드를 [한국어 README](README-ko.md) 페이지 혹은 [쿠버네티스 문서 한글화 가이드](https://kubernetes.io/ko/docs/contribute/localization_ko/)에서 살펴봅니다. -한국어 번역 메인테이너에게 다음을 통해 연락 가능합니다: +한국어 번역 메인테이너에게 다음을 통해 연락 가능합니다. * 이덕준 ([GitHub - @gochist](https://github.com/gochist)) * [Slack channel](https://kubernetes.slack.com/messages/kubernetes-docs-ko) diff --git a/README-pt.md b/README-pt.md new file mode 100644 index 0000000000000..5f726d39b4d3a --- /dev/null +++ b/README-pt.md @@ -0,0 +1,82 @@ +# A documentação do Kubernetes + +[![Build Status](https://api.travis-ci.org/kubernetes/website.svg?branch=master)](https://travis-ci.org/kubernetes/website) +[![GitHub release](https://img.shields.io/github/release/kubernetes/website.svg)](https://github.com/kubernetes/website/releases/latest) + +Bem vindos! Este repositório abriga todos os recursos necessários para criar o [site e documentação do Kubernetes](https://kubernetes.io/). Estamos muito satisfeitos por você querer contribuir! + +## Contribuindo com os documentos + +Você pode clicar no botão **Fork** na área superior direita da tela para criar uma cópia desse repositório na sua conta do GitHub. Esta cópia é chamada de *fork*. Faça as alterações desejadas no seu fork e, quando estiver pronto para enviar as alterações para nós, vá até o fork e crie uma nova solicitação de pull para nos informar sobre isso. + +Depois que seu **pull request** for criada, um revisor do Kubernetes assumirá a responsabilidade de fornecer um feedback claro e objetivo. Como proprietário do pull request, **é sua responsabilidade modificar seu pull request para abordar o feedback que foi fornecido a você pelo revisor do Kubernetes.** Observe também que você pode acabar tendo mais de um revisor do Kubernetes para fornecer seu feedback ou você pode acabar obtendo feedback de um revisor do Kubernetes que é diferente daquele originalmente designado para lhe fornecer feedback. Além disso, em alguns casos, um de seus revisores pode solicitar uma revisão técnica de um [revisor de tecnologia Kubernetes](https://github.com/kubernetes/website/wiki/Tech-reviewers) quando necessário. Os revisores farão o melhor para fornecer feedback em tempo hábil, mas o tempo de resposta pode variar de acordo com as circunstâncias. + +Para mais informações sobre como contribuir com a documentação do Kubernetes, consulte: + +* [Comece a contribuir](https://kubernetes.io/docs/contribute/start/) +* [Preparando suas alterações na documentação](http://kubernetes.io/docs/contribute/intermediate#view-your-changes-locally) +* [Usando Modelos de Página](http://kubernetes.io/docs/contribute/style/page-templates/) +* [Guia de Estilo da Documentação](http://kubernetes.io/docs/contribute/style/style-guide/) +* [Localizando documentação do Kubernetes](https://kubernetes.io/docs/contribute/localization/) + +## Documentação do Kubernetes Localizando o `README.md` + +### coreano + +Veja a tradução de `README.md` e mais orientações sobre detalhes para contribuidores coreanos na página [README coreano](README-ko.md). + +Você pode alcançar os mantenedores da localização coreana em: + +* June Yi ([GitHub - @gochist](https://github.com/gochist)) +* [Slack channel](https://kubernetes.slack.com/messages/kubernetes-docs-ko) + +## Executando o site localmente usando o Docker + +A maneira recomendada de executar o site do Kubernetes localmente é executar uma imagem especializada do [Docker](https://docker.com) que inclui o gerador de site estático [Hugo](https://gohugo.io). + +> Se você está rodando no Windows, você precisará de mais algumas ferramentas que você pode instalar com o [Chocolatey](https://chocolatey.org). `choco install make` + +> Se você preferir executar o site localmente sem o Docker, consulte [Executando o site localmente usando o Hugo](#executando-o-site-localmente-usando-o-hugo) abaixo. + +Se você tiver o Docker [em funcionamento](https://www.docker.com/get-started), crie a imagem do Docker do `kubernetes-hugo` localmente: + +```bash +make docker-image +``` + +Depois que a imagem foi criada, você pode executar o site localmente: + +```bash +make docker-serve +``` + +Abra seu navegador para http://localhost:1313 para visualizar o site. Conforme você faz alterações nos arquivos de origem, Hugo atualiza o site e força a atualização do navegador. + +## Executando o site localmente usando o Hugo + +Veja a [documentação oficial do Hugo](https://gohugo.io/getting-started/installing/) para instruções de instalação do Hugo. Certifique-se de instalar a versão do Hugo especificada pela variável de ambiente `HUGO_VERSION` no arquivo [`netlify.toml`](netlify.toml#L9). + +Para executar o site localmente quando você tiver o Hugo instalado: + +```bash +make serve +``` + +Isso iniciará o servidor Hugo local na porta 1313. Abra o navegador para http://localhost:1313 para visualizar o site. Conforme você faz alterações nos arquivos de origem, Hugo atualiza o site e força a atualização do navegador. + +## Comunidade, discussão, contribuição e apoio + +Aprenda a se envolver com a comunidade do Kubernetes na [página da comunidade](http://kubernetes.io/community/). + +Você pode alcançar os mantenedores deste projeto em: + +- [Slack](https://kubernetes.slack.com/messages/sig-docs) +- [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-docs) + +### Código de conduta + +A participação na comunidade Kubernetes é regida pelo [Código de Conduta da Kubernetes](code-of-conduct.md). + +## Obrigado! + +A Kubernetes prospera com a participação da comunidade e nós realmente apreciamos suas contribuições para o nosso site e nossa documentação! diff --git a/README.md b/README.md index fd22b3342c853..de89c4fd658ff 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,13 @@ [![Build Status](https://api.travis-ci.org/kubernetes/website.svg?branch=master)](https://travis-ci.org/kubernetes/website) [![GitHub release](https://img.shields.io/github/release/kubernetes/website.svg)](https://github.com/kubernetes/website/releases/latest) -Welcome! This repository houses all of the assets required to build the [Kubernetes website and documentation](https://kubernetes.io/). We're very pleased that you want to contribute! +Welcome! This repository houses all of the assets required to build the [Kubernetes website and documentation](https://kubernetes.io/). We're glad that you want to contribute! ## Contributing to the docs You can click the **Fork** button in the upper-right area of the screen to create a copy of this repository in your GitHub account. This copy is called a *fork*. Make any changes you want in your fork, and when you are ready to send those changes to us, go to your fork and create a new pull request to let us know about it. -Once your pull request is created, a Kubernetes reviewer will take responsibility for providing clear, actionable feedback. As the owner of the pull request, **it is your responsibility to modify your pull request to address the feedback that has been provided to you by the Kubernetes reviewer.** Also note that you may end up having more than one Kubernetes reviewer provide you feedback or you may end up getting feedback from a Kubernetes reviewer that is different than the one originally assigned to provide you feedback. Furthermore, in some cases, one of your reviewers might ask for a technical review from a [Kubernetes tech reviewer](https://github.com/kubernetes/website/wiki/Tech-reviewers) when needed. Reviewers will do their best to provide feedback in a timely fashion but response time can vary based on circumstances. +Once your pull request is created, a Kubernetes reviewer will take responsibility for providing clear, actionable feedback. As the owner of the pull request, **it is your responsibility to modify your pull request to address the feedback that has been provided to you by the Kubernetes reviewer.** Also, note that you may end up having more than one Kubernetes reviewer provide you feedback or you may end up getting feedback from a Kubernetes reviewer that is different than the one initially assigned to provide you feedback. Furthermore, in some cases, one of your reviewers might ask for a technical review from a [Kubernetes tech reviewer](https://github.com/kubernetes/website/wiki/Tech-reviewers) when needed. Reviewers will do their best to provide feedback in a timely fashion but response time can vary based on circumstances. For more information about contributing to the Kubernetes documentation, see: @@ -19,24 +19,22 @@ For more information about contributing to the Kubernetes documentation, see: * [Documentation Style Guide](http://kubernetes.io/docs/contribute/style/style-guide/) * [Localizing Kubernetes Documentation](https://kubernetes.io/docs/contribute/localization/) -## `README.md`'s Localizing Kubernetes Documentation +## Localization `README.md`'s +| | | +|---|---| +|[French README](README-fr.md)|[Korean README](README-ko.md)| +|[German README](README-de.md)|[Portuguese README](README-pt.md)| +|[Hindi README](README-hi.md)|[Spanish README](README-es.md)| +|[Indonesian README](README-id.md)| +||| -### Korean +## Running the website locally using Docker -See translation of `README.md` and more detail guidance for Korean contributors on the [Korean README](README-ko.md) page. - -You can reach the maintainers of Korean localization at: - -* June Yi ([GitHub - @gochist](https://github.com/gochist)) -* [Slack channel](https://kubernetes.slack.com/messages/kubernetes-docs-ko) - -## Running the site locally using Docker - -The recommended way to run the Kubernetes website locally is to run a specialized [Docker](https://docker.com) image that includes the [Hugo](https://gohugo.io) static site generator. +The recommended way to run the Kubernetes website locally is to run a specialized [Docker](https://docker.com) image that includes the [Hugo](https://gohugo.io) static website generator. > If you are running on Windows, you'll need a few more tools which you can install with [Chocolatey](https://chocolatey.org). `choco install make` -> If you'd prefer to run the website locally without Docker, see [Running the site locally using Hugo](#running-the-site-locally-using-hugo) below. +> If you'd prefer to run the website locally without Docker, see [Running the website locally using Hugo](#running-the-site-locally-using-hugo) below. If you have Docker [up and running](https://www.docker.com/get-started), build the `kubernetes-hugo` Docker image locally: @@ -44,25 +42,25 @@ If you have Docker [up and running](https://www.docker.com/get-started), build t make docker-image ``` -Once the image has been built, you can run the site locally: +Once the image has been built, you can run the website locally: ```bash make docker-serve ``` -Open up your browser to http://localhost:1313 to view the site. As you make changes to the source files, Hugo updates the site and forces a browser refresh. +Open up your browser to http://localhost:1313 to view the website. As you make changes to the source files, Hugo updates the website and forces a browser refresh. -## Running the site locally using Hugo +## Running the website locally using Hugo See the [official Hugo documentation](https://gohugo.io/getting-started/installing/) for Hugo installation instructions. Make sure to install the Hugo version specified by the `HUGO_VERSION` environment variable in the [`netlify.toml`](netlify.toml#L9) file. -To run the site locally when you have Hugo installed: +To run the website locally when you have Hugo installed: ```bash make serve ``` -This will start the local Hugo server on port 1313. Open up your browser to http://localhost:1313 to view the site. As you make changes to the source files, Hugo updates the site and forces a browser refresh. +This will start the local Hugo server on port 1313. Open up your browser to http://localhost:1313 to view the website. As you make changes to the source files, Hugo updates the website and forces a browser refresh. ## Community, discussion, contribution, and support @@ -79,4 +77,4 @@ Participation in the Kubernetes community is governed by the [Kubernetes Code of ## Thank you! -Kubernetes thrives on community participation, and we really appreciate your contributions to our site and our documentation! +Kubernetes thrives on community participation, and we appreciate your contributions to our website and our documentation! diff --git a/sass/OWNERS b/assets/sass/OWNERS similarity index 100% rename from sass/OWNERS rename to assets/sass/OWNERS diff --git a/sass/_base.sass b/assets/sass/_base.sass similarity index 99% rename from sass/_base.sass rename to assets/sass/_base.sass index 02369b61007f7..e631a0049c5b1 100644 --- a/sass/_base.sass +++ b/assets/sass/_base.sass @@ -580,6 +580,10 @@ section #docs + #hero + &.light-text.no-sub + padding-bottom: 0px + #vendorStrip line-height: 44px max-width: 100% diff --git a/sass/_case-studies.sass b/assets/sass/_case-studies.sass similarity index 100% rename from sass/_case-studies.sass rename to assets/sass/_case-studies.sass diff --git a/sass/_desktop.sass b/assets/sass/_desktop.sass similarity index 100% rename from sass/_desktop.sass rename to assets/sass/_desktop.sass diff --git a/sass/_reset.sass b/assets/sass/_reset.sass similarity index 100% rename from sass/_reset.sass rename to assets/sass/_reset.sass diff --git a/sass/_size.sass b/assets/sass/_size.sass similarity index 100% rename from sass/_size.sass rename to assets/sass/_size.sass diff --git a/sass/_skin.sass b/assets/sass/_skin.sass similarity index 100% rename from sass/_skin.sass rename to assets/sass/_skin.sass diff --git a/sass/_tablet.sass b/assets/sass/_tablet.sass similarity index 100% rename from sass/_tablet.sass rename to assets/sass/_tablet.sass diff --git a/sass/case-study-styles.sass b/assets/sass/style.sass old mode 100644 new mode 100755 similarity index 73% rename from sass/case-study-styles.sass rename to assets/sass/style.sass index a954d7fcd0b90..25a7ef9e42e19 --- a/sass/case-study-styles.sass +++ b/assets/sass/style.sass @@ -1,9 +1,11 @@ - @import "reset" @import "skin" // media queries @import "base" -@import "case-studies" @import "tablet" @import "desktop" + +{{ if .Params.case_study_styles }} +@import "case-studies" +{{ end }} diff --git a/config.toml b/config.toml index 7ba856cef69a2..cadc842717dc9 100644 --- a/config.toml +++ b/config.toml @@ -212,3 +212,46 @@ contentDir = "content/de" time_format_blog = "02.01.2006" # A list of language codes to look for untranslated content, ordered from left to right. language_alternatives = ["en"] + +[languages.es] +title = "Kubernetes" +description = "Production-Grade Container Orchestration" +languageName ="Español" +weight = 9 +contentDir = "content/es" + +[languages.es.params] +time_format_blog = "02.01.2006" +# A list of language codes to look for untranslated content, ordered from left to right. +language_alternatives = ["en"] + +[languages.pt] +title = "Kubernetes" +description = "Orquestração de contêineres em nível de produção" +languageName ="Português" +weight = 9 +contentDir = "content/pt" + +[languages.pt.params] +time_format_blog = "02.01.2006" +# A list of language codes to look for untranslated content, ordered from left to right. +language_alternatives = ["en"] + +[languages.id] +title = "Kubernetes" +description = "Production-Grade Container Orchestration" +languageName ="Bahasa Indonesia" +weight = 10 +contentDir = "content/id" + +[languages.id.params] +time_format_blog = "02.01.2006" +# A list of language codes to look for untranslated content, ordered from left to right. +language_alternatives = ["en"] + +[languages.hi] +title = "Kubernetes" +description = "Production-Grade Container Orchestration" +languageName ="Hindi" +weight = 11 +contentDir = "content/hi" \ No newline at end of file diff --git a/content/de/_index.html b/content/de/_index.html index 4d47a647569bc..90c04a2185ad5 100644 --- a/content/de/_index.html +++ b/content/de/_index.html @@ -44,7 +44,7 @@

    Die Herausforderungen bei der Migration von über 150 Microservices auf Kube


    - KubeCon am 20. und 23. Mai 2019 in Barcelona + KubeCon vom 20-23. Mai 2019 in Barcelona


    diff --git a/content/de/blog/_index.md b/content/de/blog/_index.md new file mode 100644 index 0000000000000..0a2e18c7add12 --- /dev/null +++ b/content/de/blog/_index.md @@ -0,0 +1,10 @@ +--- +title: Kubernetes Blog +linkTitle: Blog +menu: + main: + title: "Blog" + weight: 40 + post: > +

    Lesen Sie die neuesten Nachrichten über Kubernetes und das Containeruniversum im Allgemeinen. Erhalten Sie druckfrisch die neuesten Tutorials und technische Anleitungen.

    +--- diff --git a/content/de/community/_index.html b/content/de/community/_index.html new file mode 100644 index 0000000000000..dd95bd7f39f54 --- /dev/null +++ b/content/de/community/_index.html @@ -0,0 +1,61 @@ +--- +title: Community +layout: basic +cid: community +--- + +
    +
    +
    +

    Die Gewissheit, dass Kubernetes überall und für alle gut funktioniert.

    +

    Verbinden Sie sich mit der Kubernetes-Community in unserem Slack Kanal, Diskussionsforum, oder beteiligen Sie sich an der Kubernetes-dev-Google-Gruppe. Eine wöchentliches Community-Meeting findet per Videokonferenz statt, um den Stand der Dinge zu diskutieren, folgen Sie + diesen Anweisungen für Informationen wie Sie teilnehmen können.

    +

    Sie können Kubernetes auch auf der ganzen Welt über unsere + Kubernetes Meetup Community und der + Kubernetes Cloud Native Meetup Community beitreten.

    +
    +
    +

    Special Interest Groups (SIGs)

    +

    Haben Sie ein besonderes Interesse daran, wie Kubernetes mit einer anderen Technologie arbeitet? Werfen Sie einen Blick auf unsere kontinuierlich wachsende + Listen von SIGs, von AWS und Openstack bis hin zu Big Data und Skalierbarkeit, es gibt einen Platz für Sie, an dem Sie mitwirken können, und Anweisungen zur Gründung einer neuen SIG finden, wenn Ihr besonderes Interesse (noch) nicht abgedeckt ist. +

    + +

    Als Mitglied der Kubernetes-Community sind Sie herzlich eingeladen, an allen SIG-Treffen teilzunehmen, die Sie interessieren. Eine Registrierung ist nicht erforderlich.

    + +
    + +
    +

    Verhaltensregeln

    +

    Die Kubernetes-Community schätzt Respekt und Inklusivität und setzt einen Verhaltenskodex + in allen Interaktionen durch. Wenn Sie einen Verstoß gegen den Verhaltenskodex bei einer Veranstaltung oder Sitzung, + in Slack oder in einem anderen Kommunikationsmechanismus feststellen, wenden Sie sich + bitte an das Kubernetes Code of Conduct Committee conduct@kubernetes.io. Ihre Anonymität wird geschützt. +

    +
    +
    +
    + +
    +
    +

    Talk to Us!

    +

    Wir würden uns freuen, von Ihnen zu hören, wie Sie Kubernetes verwenden
    und was wir tun können, um es besser zu machen.

    +
    +
    + @kubernetesio +

    Erhalten Sie die neuesten Nachrichten und Updates.

    +
    +
    + Github Project +

    Informieren Sie sich über das Projekt und erwägen Sie, einen Beitrag zu leisten.

    +
    +
    + #kubernetes-users +

    Unser Slack-Kanal ist der beste Weg, um unsere Ingenieure zu kontaktieren und Ihre Ideen mit ihnen zu teilen.

    +
    +
    + Stack Overflow +

    Unser Benutzerforum ist ein großartiger Ort, um Community-Support zu erhalten.

    +
    +
    +
    +
    diff --git a/content/de/docs/concepts/_index.md b/content/de/docs/concepts/_index.md new file mode 100644 index 0000000000000..a5f7788f5ad8b --- /dev/null +++ b/content/de/docs/concepts/_index.md @@ -0,0 +1,75 @@ +--- +title: Konzepte +main_menu: true +content_template: templates/concept +weight: 40 +--- + +{{% capture overview %}} + +Im Abschnitt Konzepte erfahren Sie mehr über die Teile des Kubernetes-Systems und die Abstraktionen, die Kubernetes zur Darstellung Ihres Clusters verwendet, und Sie erhalten ein tieferes Verständnis der Funktionsweise von Kubernetes. + +{{% /capture %}} + +{{% capture body %}} + +## Überblick + +Um mit Kubernetes zu arbeiten, verwenden Sie *Kubernetes-API-Objekte*, um den *gewünschten Status Ihres Clusters* zu beschreiben: +welche Anwendungen oder anderen Workloads Sie ausführen möchten, welche Containerimages sie verwenden, die Anzahl der Replikate, welche Netzwerk- und Festplattenressourcen Sie zur Verfügung stellen möchten, und vieles mehr. Sie legen den gewünschten Status fest, indem Sie Objekte mithilfe der Kubernetes-API erstellen, normalerweise über die Befehlszeilenschnittstelle `kubectl`. Sie können die Kubernetes-API auch direkt verwenden, um mit dem Cluster zu interagieren und den gewünschten Status festzulegen oder zu ändern. + +Sobald Sie den gewünschten Status eingestellt haben, wird das *Kubernetes Control Plane* dafür sorgen, dass der aktuelle Status des Clusters mit dem gewünschten Status übereinstimmt. Zu diesem Zweck führt Kubernetes verschiedene Aufgaben automatisch aus, z. B. Starten oder Neustarten von Containern, Skalieren der Anzahl der Repliken einer bestimmten Anwendung und vieles mehr. Das Kubernetes Control Plane besteht aus einer Reihe von Prozessen, die in Ihrem Cluster ausgeführt werden: + +* Der **Kubernetes Master** bestehet aus drei Prozessen, die auf einem einzelnen Node in Ihrem Cluster ausgeführt werden, der als Master-Node bezeichnet wird. Diese Prozesse sind:[kube-apiserver](/docs/admin/kube-apiserver/), [kube-controller-manager](/docs/admin/kube-controller-manager/) und [kube-scheduler](/docs/admin/kube-scheduler/). +* Jeder einzelne Node in Ihrem Cluster, welcher nicht der Master ist, führt zwei Prozesse aus: + * **[kubelet](/docs/admin/kubelet/)**, das mit dem Kubernetes Master kommuniziert. + * **[kube-proxy](/docs/admin/kube-proxy/)**, ein Netzwerk-Proxy, der die Netzwerkdienste von Kubernetes auf jedem Node darstellt. + +## Kubernetes Objects + +Kubernetes enthält eine Reihe von Abstraktionen, die den Status Ihres Systems darstellen: implementierte containerisierte Anwendungen und Workloads, die zugehörigen Netzwerk- und Festplattenressourcen sowie weitere Informationen zu den Aufgaben Ihres Clusters. Diese Abstraktionen werden durch Objekte in der Kubernetes-API dargestellt; Lesen Sie [Kubernetes Objects Überblick](/docs/concepts/abstractions/overview/) für weitere Details. + +Die grundlegenden Objekte von Kubernetes umfassen: + +* [Pod](/docs/concepts/workloads/pods/pod-overview/) +* [Service](/docs/concepts/services-networking/service/) +* [Volume](/docs/concepts/storage/volumes/) +* [Namespace](/docs/concepts/overview/working-with-objects/namespaces/) + +Darüber hinaus enthält Kubernetes eine Reihe von Abstraktionen auf höherer Ebene, die als Controller bezeichnet werden. Controller bauen auf den Basisobjekten auf und bieten zusätzliche Funktionen und Komfortfunktionen. Sie beinhalten: + +* [ReplicaSet](/docs/concepts/workloads/controllers/replicaset/) +* [Deployment](/docs/concepts/workloads/controllers/deployment/) +* [StatefulSet](/docs/concepts/workloads/controllers/statefulset/) +* [DaemonSet](/docs/concepts/workloads/controllers/daemonset/) +* [Job](/docs/concepts/workloads/controllers/jobs-run-to-completion/) + +## Kubernetes Control Plane + +Die verschiedenen Teile der Kubernetes-Steuerungsebene (Control Plane), wie der Kubernetes Master- und der Kubelet-Prozess, bestimmen, wie Kubernetes mit Ihrem Cluster kommuniziert. Das Control Plane führt ein Inventar aller Kubernetes-Objekte im System und führt fortlaufende Steuerkreise aus, um den Status dieser Objekte zu verwalten. Zu jeder Zeit reagieren die Steuerkreise des Control Plane auf Änderungen im Cluster und arbeiten daran, dass der tatsächliche Status aller Objekte im System mit dem gewünschten Status, den Sie definiert haben, übereinstimmt. + +Wenn Sie beispielsweise mit der Kubernetes-API ein Deployment-Objekt erstellen, geben Sie einen neuen gewünschten Status für das System an. Das Kubernetes Control Plane zeichnet die Objekterstellung auf und führt Ihre Anweisungen aus, indem es die erforderlichen Anwendungen startet und sie für auf den Cluster-Nodes plant--Dadurch wird der tatsächliche Status des Clusters an den gewünschten Status angepasst. + +### Kubernetes Master + +Der Kubernetes-Master ist für die Aufrechterhaltung des gewünschten Status für Ihren Cluster verantwortlich. Wenn Sie mit Kubernetes interagieren, beispielsweise mit dem Kommanduzeilen-Tool `kubectl`, kommunizieren Sie mit dem Kubernetes-Master Ihres Clusters. + +> Der "Master" bezieht sich auf eine Reihe von Prozessen, die den Clusterstatus verwalten. Normalerweise werden diese Prozesse alle auf einem einzigen Node im Cluster ausgeführt. Dieser Node wird auch als Master bezeichnet. Der Master kann repliziert werden um Verfügbarkeit und Redundanz zu erhöhen. + +### Kubernetes Nodes + +Die Nodes in einem Cluster sind die Maschinen (VMs, physische Server usw.), auf denen Ihre Anwendungen und Cloud-Workflows ausgeführt werden. Der Kubernetes-Master steuert jeden Master. Sie werden selten direkt mit Nodes interagieren. + +#### Objekt Metadata + + +* [Anmerkungen](/docs/concepts/overview/working-with-objects/annotations/) + +{{% /capture %}} + +{{% capture whatsnext %}} + +Wenn Sie eine Konzeptseite schreiben möchten, lesen Sie [Seitenvorlagen verwenden](/docs/home/contribute/page-templates/) +für Informationen zum Konzeptseitentyp und zur Dokumentations Vorlage. + +{{% /capture %}} diff --git a/content/de/docs/concepts/architecture/_index.md b/content/de/docs/concepts/architecture/_index.md new file mode 100644 index 0000000000000..1e9f717f4d07c --- /dev/null +++ b/content/de/docs/concepts/architecture/_index.md @@ -0,0 +1,4 @@ +--- +title: "Kubernetes Architekur" +weight: 30 +--- \ No newline at end of file diff --git a/content/de/docs/concepts/architecture/master-node-communication.md b/content/de/docs/concepts/architecture/master-node-communication.md new file mode 100644 index 0000000000000..efa357124847b --- /dev/null +++ b/content/de/docs/concepts/architecture/master-node-communication.md @@ -0,0 +1,72 @@ +--- +title: Master-Node Kommunikation +content_template: templates/concept +weight: 20 +--- + +{{% capture overview %}} + +Dieses Dokument katalogisiert die Kommunikationspfade zwischen dem Master (eigentlich dem Apiserver) und des Kubernetes-Clusters. +Die Absicht besteht darin, Benutzern die Möglichkeit zu geben, ihre Installation so anzupassen, dass die Netzwerkkonfiguration so abgesichert wird, dass der Cluster in einem nicht vertrauenswürdigen Netzwerk (oder mit vollständig öffentlichen IP-Adressen eines Cloud-Providers) ausgeführt werden kann. + +{{% /capture %}} + + +{{% capture body %}} + +## Cluster zum Master + +Alle Kommunikationspfade vom Cluster zum Master enden beim Apiserver (keine der anderen Master-Komponenten ist dafür ausgelegt, Remote-Services verfügbar zu machen). +In einem typischen Setup ist der Apiserver so konfiguriert, dass er Remote-Verbindungen an einem sicheren HTTPS-Port (443) mit einer oder mehreren Formen der [Clientauthentifizierung](/docs/reference/access-authn-authz/authentication/) überwacht. +Eine oder mehrere Formene von [Autorisierung](/docs/reference/access-authn-authz/authorization/) sollte aktiviert sein, insbesondere wenn [anonyme Anfragen](/docs/reference/access-authn-authz/authentication/#anonymous-requests) oder [Service Account Tokens](/docs/reference/access-authn-authz/authentication/#service-account-tokens) aktiviert sind. + +Nodes sollten mit dem öffentlichen Stammzertifikat für den Cluster konfigurirert werden, sodass sie eine sichere Verbindung zum Apiserver mit gültigen Client-Anmeldeinformationen herstellen können. +Beispielsweise bei einer gewöhnlichen GKE-Konfiguration enstprechen die dem kubelet zur Verfügung gestellten Client-Anmeldeinformationen eines Client-Zertifikats. +Lesen Sie über [kubelet TLS bootstrapping](/docs/reference/command-line-tools-reference/kubelet-tls-bootstrapping/) zur automatisierten Bereitstellung von kubelet-Client-Zertifikaten. + +Pods, die eine Verbindung zum Apiserver herstellen möchten, können dies auf sichere Weise tun, indem sie ein Dienstkonto verwenden, sodass Kubernetes das öffentliche Stammzertifikat und ein gültiges Trägertoken automatisch in den Pod einfügt, wenn er instanziert wird. +Der `kubernetes`-Dienst (in allen Namespaces) ist mit einer virtuellen IP-Adresse konfiguriert, die (über den Kube-Proxy) an den HTTPS-Endpunkt auf dem Apiserver umgeleitet wird. + +Die Master-Komponenten kommunizieren auch über den sicheren Port mit dem Cluster-Apiserver. + +Der Standardbetriebsmodus für Verbindungen vom Cluster (Knoten und Pods, die auf den Knoten ausgeführt werden) zum Master ist daher standardmäßig gesichert und kann über nicht vertrauenswürdige und/oder öffentliche Netzwerke laufen. + +## Master zum Cluster + +Es gibt zwei primäre Kommunikationspfade vom Master (Apiserver) zum Cluster. +Der erste ist vom Apiserver bis zum Kubelet-Prozess, der auf jedem Node im Cluster ausgeführt wird. +Der zweite ist vom Apiserver zu einem beliebigen Node, Pod oder Dienst über die Proxy-Funktionalität des Apiservers. + +### Apiserver zum kubelet + +Die Verbindungen vom Apiserver zum Kubelet werden verwendet für: + + * Abrufen von Protokollen für Pods. + * Verbinden (durch kubectl) mit laufenden Pods. + * Bereitstellung der Portweiterleitungsfunktion des kubelet. + +Diese Verbindungen enden am HTTPS-Endpunkt des kubelet. +Standardmäßig überprüft der Apiserver das Serverzertifikat des Kubelet nicht, was die Verbindung von angreifbar für Man-in-the-Middle-Angriffe macht, und ist es ist daher **unsicher** wenn die Verbindungen über nicht vertrauenswürdige und/oder öffentliche Netzwerke laufen. + +Um diese Verbindung zu überprüfen, verwenden Sie das Flag `--kubelet-certificate-authority`, um dem Apiserver ein Stammzertifikatbündel bereitzustellen, das zur Überprüfung des Server-Zertifikats des kubelet verwendet wird. + +Wenn dies nicht möglich ist, verwenden Sie [SSH tunneling](/docs/concepts/architecture/master-node-communication/#ssh-tunnels) +zwischen dem Apiserver und kubelet, falls erforderlich, um eine Verbindung über ein nicht vertrauenswürdiges oder öffentliches Netz zu vermeiden. + +Ausserdem sollte, [Kubelet Authentifizierung und/oder Autorisierung](/docs/admin/kubelet-authentication-authorization/) sollte aktiviert sein, um die kubelet-API zu sichern. + +### Apiserver zu Nodes, Pods und Services + +Die Verbindungen vom Apiserver zu einem Node, Pod oder Dienst verwenden standardmäßig einfache HTTP-Verbindungen und werden daher weder authentifiziert noch verschlüsselt. +Sie können über eine sichere HTTPS-Verbindung ausgeführt werden, indem dem Node, dem Pod oder dem Servicenamen in der API-URL "https:" vorangestellt wird. Das vom HTTPS-Endpunkt bereitgestellte Zertifikat wird jedoch nicht überprüft, und es werden keine Clientanmeldeinformationen bereitgestellt. Die Verbindung wird zwar verschlüsselt, garantiert jedoch keine Integrität. +Diese Verbindungen **sind derzeit nicht sicher** innerhalb von nicht vertrauenswürdigen und/oder öffentlichen Netzen. + +### SSH Tunnels + +Kubernetes unterstützt SSH-Tunnel zum Schutz der Kommunikationspfade von Master -> Cluster. +In dieser Konfiguration initiiert der Apiserver einen SSH-Tunnel zu jedem Nodem im Cluster (Verbindung mit dem SSH-Server, der Port 22 läuft), und leitet den gesamten Datenverkehr für ein kubelet, einen Node, einen Pod oder einen Dienst durch den Tunnel. +Dieser Tunnel stellt sicher, dass der Datenverkehr nicht außerhalb des Netzwerks sichtbar ist, in dem die Knoten ausgeführt werden. + +SSH-Tunnel sind derzeit nicht mehr unterstützt. Sie sollten sie also nicht verwenden, es sei denn, Sie wissen, was Sie tun. Ein Ersatz für diesen Kommunikationskanal wird entwickelt. + +{{% /capture %}} diff --git a/content/de/docs/concepts/architecture/nodes.md b/content/de/docs/concepts/architecture/nodes.md new file mode 100644 index 0000000000000..faf5e5decb048 --- /dev/null +++ b/content/de/docs/concepts/architecture/nodes.md @@ -0,0 +1,247 @@ +--- +title: Nodes +content_template: templates/concept +weight: 10 +--- + +{{% capture overview %}} + +Ein Knoten (Node in Englisch) ist eine Arbeitsmaschine in Kubernetes, früher als `minion` bekannt. Ein Node +kann je nach Cluster eine VM oder eine physische Maschine sein. Jeder Node enthält +die für den Betrieb von [Pods](/docs/concepts/workloads/pods/pod/) notwendigen Dienste +und wird von den Master-Komponenten verwaltet. +Die Dienste auf einem Node umfassen die [Container Runtime](/docs/concepts/overview/components/#node-components), das Kubelet und den Kube-Proxy. +Weitere Informationen finden Sie im Abschnitt Kubernetes Node in der Architekturdesign-Dokumentation. + +{{% /capture %}} + + +{{% capture body %}} + +## Node Status + +Der Status eines Nodes enthält folgende Informationen: + +* [Adressen](#adressen) +* [Zustand](#zustand) +* [Kapazität](#kapazität) +* [Info](#info) + +Jeder Abschnitt wird folgend detailliert beschrieben. + +### Adressen + +Die Verwendung dieser Felder hängt von Ihrem Cloud-Anbieter oder der Bare-Metal-Konfiguration ab. + +* HostName: Der vom Kernel des Nodes gemeldete Hostname. Kann mit dem kubelet-Parameter `--hostname-override` überschrieben werden. +* ExternalIP: In der Regel die IP-Adresse des Nodes, die extern geroutet werden kann (von außerhalb des Clusters verfügbar). +* InternalIP: In der Regel die IP-Adresse des Nodes, die nur innerhalb des Clusters routbar ist. + + +### Zustand + +Das `conditions` Feld beschreibt den Zustand, aller `Running` Nodes. + +| Node Condition | Beschreibung | +|----------------|-------------| +| `OutOfDisk` | `True` wenn auf dem Node nicht genügend freier Speicherplatz zum Hinzufügen neuer Pods vorhanden ist, andernfalls `False` | +| `Ready` | `True` wenn der Node in einem guten Zustand und bereit ist Pods aufzunehmen, `False` wenn der Node nicht in einem guten Zustand ist und nicht bereit ist Pods aufzunehmeb, und `Unknown` wenn der Node-Controller seit der letzten `node-monitor-grace-period` nichts von dem Node gehört hat (Die Standardeinstellung beträgt 40 Sekunden) | +| `MemoryPressure` | `True` wenn der verfügbare Speicher des Nodes niedrig ist; Andernfalls`False` | +| `PIDPressure` | `True` wenn zu viele Prozesse auf dem Node vorhanden sind; Andernfalls`False` | +| `DiskPressure` | `True` wenn die Festplattenkapazität niedrig ist. Andernfalls `False` | +| `NetworkUnavailable` | `True` wenn das Netzwerk für den Node nicht korrekt konfiguriert ist, andernfalls `False` | + +Der Zustand eines Nodes wird als JSON-Objekt dargestellt. Die folgende Antwort beschreibt beispielsweise einen fehlerfreien Node. + +```json +"conditions": [ + { + "type": "Ready", + "status": "True" + } +] +``` + +Wenn der Status der `Ready`-Bedingung `Unknown` oder `False` länger als der `pod-eviction-timeout` bleibt, wird ein Parameter an den [kube-controller-manager](/docs/admin/kube-controller-manager/) übergeben und alle Pods auf dem Node werden vom Node Controller gelöscht. + +Die voreingestellte Zeit vor der Entfernung beträgt **fünf Minuten**. +In einigen Fällen, in denen der Node nicht erreichbar ist, kann der Apiserver nicht mit dem Kubelet auf dem Node kommunizieren. +Die Entscheidung, die Pods zu löschen, kann dem Kublet erst mitgeteilt werden, wenn die Kommunikation mit dem Apiserver wiederhergestellt ist. +In der Zwischenzeit können Pods, deren Löschen geplant ist, weiterhin auf dem unzugänglichen Node laufen. + + +In Versionen von Kubernetes vor 1.5 würde der Node Controller das Löschen dieser unerreichbaren Pods vom Apiserver [erzwingen](/docs/concepts/workloads/pods/pod/#force-deletion-of-pods). In Version 1.5 und höher erzwingt der Node Controller jedoch keine Pod Löschung, bis bestätigt wird, dass sie nicht mehr im Cluster ausgeführt werden. Pods die auf einem unzugänglichen Node laufen sind eventuell in einem einem `Terminating` oder `Unkown` Status. In Fällen, in denen Kubernetes nicht aus der zugrunde liegenden Infrastruktur schließen kann, ob ein Node einen Cluster dauerhaft verlassen hat, muss der Clusteradministrator den Node möglicherweise manuell löschen. +Das Löschen des Kubernetes-Nodeobjekts bewirkt, dass alle auf dem Node ausgeführten Pod-Objekte gelöscht und deren Namen freigegeben werden. + +In Version 1.12 wurde die Funktion `TaintNodesByCondition` als Beta-Version eingeführt, die es dem Node-Lebenszyklus-Controller ermöglicht, automatisch [Markierungen](/docs/concepts/configuration/taint-and-toleration/) (*taints* in Englisch) zu erstellen, die Bedingungen darstellen. + +Ebenso ignoriert der Scheduler die Bedingungen, wenn er einen Node berücksichtigt; stattdessen betrachtet er die Markierungen (taints) des Nodes und die Toleranzen eines Pod. + +Anwender können jetzt zwischen dem alten Scheduling-Modell und einem neuen, flexibleren Scheduling-Modell wählen. + +Ein Pod, der keine Toleranzen aufweist, wird gemäß dem alten Modell geplant. +Aber ein Pod, die die Taints eines bestimmten Node toleriert, kann auf diesem Node geplant werden. + +{{< caution >}} +Wenn Sie diese Funktion aktivieren, entsteht eine kleine Verzögerung zwischen der Zeit, +in der eine Bedingung beobachtet wird, und der Zeit, in der ein Taint entsteht. +Diese Verzögerung ist in der Regel kürzer als eine Sekunde, aber sie kann die Anzahl +der Pods erhöhen, die erfolgreich geplant, aber vom Kubelet abgelehnt werden. +{{< /caution >}} + +### Kapazität + +Beschreibt die auf dem Node verfügbaren Ressourcen: CPU, Speicher und die maximale +Anzahl der Pods, die auf dem Node ausgeführt werden können. + +### Info + +Allgemeine Informationen zum Node, z. B. Kernelversion, Kubernetes-Version +(kubelet- und kube-Proxy-Version), Docker-Version (falls verwendet), Betriebssystemname. +Die Informationen werden von Kubelet vom Node gesammelt. + +## Management + +Im Gegensatz zu [Pods](/docs/concepts/workloads/pods/pod/) und [Services](/docs/concepts/services-networking/service/), +ein Node wird nicht von Kubernetes erstellt: Er wird extern von Cloud-Anbietern wie Google Compute Engine erstellt oder ist in Ihrem Pool physischer oder virtueller Maschinen vorhanden. +Wenn Kubernetes also einen Node erstellt, wird ein Objekt erstellt, das den Node darstellt. +Nach der Erstellung überprüft Kubernetes, ob der Node gültig ist oder nicht. + +Wenn Sie beispielsweise versuchen, einen Node aus folgendem Inhalt zu erstellen: + +```json +{ + "kind": "Node", + "apiVersion": "v1", + "metadata": { + "name": "10.240.79.157", + "labels": { + "name": "my-first-k8s-node" + } + } +} +``` + + +Kubernetes erstellt intern ein Node-Oject (die Darstellung) und validiert den Node durch Zustandsprüfung basierend auf dem Feld `metadata.name`. +Wenn der Node gültig ist, d.h. wenn alle notwendigen Dienste ausgeführt werden, ist er berechtigt, einen Pod auszuführen. +Andernfalls wird er für alle Clusteraktivitäten ignoriert, bis er gültig wird. + + +{{< note >}} +Kubernetes behält das Objekt für den ungültigen Node und prüft ständig seine Gültigkeit. +Sie müssen das Node-Objekt explizit löschen, um diesen Prozess zu stoppen. +{{< /note >}} + +Aktuell gibt es drei Komponenten, die mit dem Kubernetes Node-Interface interagieren: Node Controller, Kubelet und Kubectl. + + +### Node Controller + +Der Node Controller ist eine Kubernetes-Master-Komponente, die verschiedene Aspekte von Nodes verwaltet. + +Der Node Controller hat mehrere Rollen im Leben eines Nodes. +Der erste ist die Zuordnung eines CIDR-Blocks zu dem Node, wenn er registriert ist (sofern die CIDR-Zuweisung aktiviert ist). + +Die zweite ist, die interne Node-Liste des Node Controllers mit der Liste der verfügbaren Computer des Cloud-Anbieters auf dem neuesten Stand zu halten. +Wenn ein Node in einer Cloud-Umgebung ausgeführt wird und sich in einem schlechten Zustand befindet, fragt der Node Controller den Cloud-Anbieter, ob die virtuelle Maschine für diesen Node noch verfügbar ist. Wenn nicht, löscht der Node Controller den Node aus seiner Node-Liste. + +Der dritte ist die Überwachung des Zustands der Nodes. Der Node Controller ist dafür verantwortlich, +die NodeReady-Bedingung von NodeStatus auf ConditionUnknown zu aktualisieren, wenn ein wenn ein Node unerreichbar wird (der Node Controller empfängt aus irgendeinem Grund keine Herzschläge mehr, z.B. weil der Node heruntergefahren ist) und später alle Pods aus dem Node zu entfernen (und diese ordnungsgemäss zu beenden), wenn der Node weiterhin unzugänglich ist. (Die Standard-Timeouts sind 40s, um ConditionUnknown zu melden und 5 Minuten, um mit der Evakuierung der Pods zu beginnen). +Der Node Controller überprüft den Zustand jedes Nodes alle `--node-monitor-period` Sekunden. + + +In Versionen von Kubernetes vor 1.13 ist NodeStatus der Herzschlag des Nodes. +Ab Kubernetes 1.13 wird das Node-Lease-Feature als Alpha-Feature eingeführt (Feature-Gate `NodeLease`, [KEP-0009](https://github.com/kubernetes/community/blob/master/keps/sig-node/0009-node-heartbeat.md)). + +Wenn die Node Lease Funktion aktiviert ist, hat jeder Node ein zugeordnetes `Lease`-Objekt im `kube-node-lease`-Namespace, das vom Node regelmäßig erneuert wird. +Sowohl NodeStatus als auch Node Lease werden als Herzschläge vom Node aus behandelt. +Node Leases werden häufig erneuert, während NodeStatus nur dann vom Node zu Master gemeldet wird, wenn sich etwas ändert oder genügend Zeit vergangen ist (Standard ist 1 Minute, was länger ist als der Standard-Timeout von 40 Sekunden für unerreichbare Nodes). +Da Node Leases viel lastärmer sind als NodeStatus, macht diese Funktion den Node Herzschlag sowohl in Bezug auf Skalierbarkeit als auch auf die Leistung deutlich effizienter. + +In Kubernetes 1.4 haben wir die Logik der Node-Steuerung aktualisiert, um Fälle besser zu handhaben, in denen eine große Anzahl von Nodes Probleme hat, den Master zu erreichen (z.B. weil der Master Netzwerkprobleme hat). +Ab 1.4 betrachtet der Node-Controller den Zustand aller Nodes im Cluster, wenn er eine Entscheidung über die Enterfung eines Pods trifft. + +In den meisten Fällen begrenzt der Node-Controller die Entfernungsrate auf `--node-eviction-rate` (Standard 0,1) pro Sekunde, was bedeutet, dass er die Pods nicht von mehr als einem Node pro 10 Sekunden entfernt. + +Das Entfernungsverhalten von Nodes ändert sich, wenn ein Node in einer bestimmten Verfügbarkeitszone ungesund wird. +Der Node-Controller überprüft gleichzeitig, wie viel Prozent der Nodes in der Zone ungesund sind (NodeReady-Bedingung ist ConditionUnknown oder ConditionFalse). +Wenn der Anteil der ungesunden Nodes mindestens `--unhealthy-zone-threshold` (Standard 0,55) beträgt, wird die Entfernungsrate reduziert: + +Wenn der Cluster klein ist (d.h. weniger als oder gleich `--large-cluster-size-threshold` Node - Standard 50), werden die Entfernungen gestoppt. Andernfalls wird die Entfernungsrate auf `--secondary-node-eviction-rate` (Standard 0,01) pro Sekunde reduziert. + +Der Grund, warum diese Richtlinien pro Verfügbarkeitszone implementiert werden, liegt darin, dass eine Verfügbarkeitszone vom Master unerreichbar werden könnte, während die anderen verbunden bleiben. Wenn Ihr Cluster nicht mehrere Verfügbarkeitszonen von Cloud-Anbietern umfasst, gibt es nur eine Verfügbarkeitszone (den gesamten Cluster). + +Ein wichtiger Grund für die Verteilung Ihrer Nodes auf Verfügbarkeitszonen ist, dass die Arbeitsbelastung auf gesunde Zonen verlagert werden kann, wenn eine ganze Zone ausfällt. +Wenn also alle Nodes in einer Zone ungesund sind, entfernt Node Controller mit der normalen `--node-eviction-rate` Geschwindigkeit. +Der Ausnahmefall ist, wenn alle Zonen völlig ungesund sind (d.h. es gibt keine gesunden Node im Cluster). +In diesem Fall geht der Node-Controller davon aus, dass es ein Problem mit der Master-Konnektivität gibt und stoppt alle Entfernungen, bis die Verbindung wiederhergestellt ist. + +Ab Kubernetes 1.6 ist der Node-Controller auch für die Entfernung von Pods zuständig, die auf Nodes mit `NoExecute`-Taints laufen, wenn die Pods die Markierungen nicht tolerieren. +Zusätzlich ist der NodeController als Alpha-Funktion, die standardmäßig deaktiviert ist, dafür verantwortlich, Taints hinzuzufügen, die Node Probleme, wie `Node unreachable` oder `not ready` entsprechen. +Siehe [diese Dokumentation](/docs/concepts/configuration/taint-and-toleration/) für Details über `NoExecute` Taints und die Alpha-Funktion. + + +Ab Version 1.8 kann der Node-Controller für die Erzeugung von Taints, die Node Bedingungen darstellen, verantwortlich gemacht werden. Dies ist eine Alpha-Funktion der Version 1.8. + +### Selbstregistrierung von Nodes + +Wenn das Kubelet-Flag `--register-node` aktiv ist (Standard), versucht das Kubelet, sich beim API-Server zu registrieren. Dies ist das bevorzugte Muster, das von den meisten Distributionen verwendet wird. + +Zur Selbstregistrierung wird das kubelet mit den folgenden Optionen gestartet: + + - `--kubeconfig` - Pfad zu Anmeldeinformationen, um sich beim Apiserver zu authentifizieren. + - `--cloud-provider` - Wie man sich mit einem Cloud-Anbieter unterhält, um Metadaten über sich selbst zu lesen. + - `--register-node` - Automatisch beim API-Server registrieren. + - `--register-with-taints` - Registrieren Sie den Node mit der angegebenen Taints-Liste (Kommagetrennt `=:`). No-op wenn `register-node` false ist. + - `--node-ip` - IP-Adresse des Nodes. + - `--node-labels` - Labels, die bei der Registrierung des Nodes im Cluster hinzugefügt werden sollen (Beachten Sie die Richlinien des [NodeRestriction admission plugin](/docs/reference/access-authn-authz/admission-controllers/#noderestriction) in 1.13+). + - `--node-status-update-frequency` - Gibt an, wie oft kubelet den Nodestatus an den Master übermittelt. + +Wenn der [Node authorization mode](/docs/reference/access-authn-authz/node/) und +[NodeRestriction admission plugin](/docs/reference/access-authn-authz/admission-controllers/#noderestriction) aktiviert sind, +dürfen kubelets nur ihre eigene Node-Ressource erstellen / ändern. + +#### Manuelle Nodeverwaltung + +Ein Cluster-Administrator kann Nodeobjekte erstellen und ändern. + +Wenn der Administrator Nodeobjekte manuell erstellen möchte, setzen Sie das kubelet Flag `--register-node=false`. + +Der Administrator kann Node-Ressourcen ändern (unabhängig von der Einstellung von `--register-node`). +Zu den Änderungen gehören das Setzen von Labels und das Markieren des Nodes. + +Labels auf Nodes können in Verbindung mit node selectors auf Pods verwendet werden, um die Planung zu steuern, z.B. um einen Pod so zu beschränken, dass er nur auf einer Teilmenge der Nodes ausgeführt werden darf. + +Das Markieren eines Nodes als nicht geplant, verhindert, dass neue Pods für diesen Node geplant werden. Dies hat jedoch keine Auswirkungen auf vorhandene Pods auf dem Node. +Dies ist nützlich als vorbereitender Schritt vor einem Neustart eines Nodes usw. +Um beispielsweise einen Node als nicht geplant zu markieren, führen Sie den folgenden Befehl aus: + +```shell +kubectl cordon $NODENAME +``` + +{{< note >}} +Pods, die von einem DaemonSet-Controller erstellt wurden, umgehen den Kubernetes-Scheduler und respektieren nicht das _unschedulable_ Attribut auf einem Node. +Dies setzt voraus, dass Daemons auf dem Computer verbleiben, auch wenn während der Vorbereitung eines Neustarts keine Anwendungen mehr vorhanden sind. +{{< /note >}} + +### Node Kapazität + +Die Kapazität des Nodes (Anzahl der CPU und Speichermenge) ist Teil des Nodeobjekts. +Normalerweise registrieren sich Nodes selbst und melden ihre Kapazität beim Erstellen des Nodeobjekts. +Sofern Sie [Manuelle Nodeverwaltung](#Manuelle-Nodeverwaltung) betreiben, müssen Sie die Node Kapazität setzen, wenn Sie einen Node hinzufügen. + +Der Kubernetes-Scheduler stellt sicher, dass für alle Pods auf einem Nodes genügend Ressourcen vorhanden sind. +Er prüft, dass die Summe der Requests von Containern auf dem Node nicht größer ist als die Kapazität des Nodes. +Er beinhaltet alle Container die vom kubelet gestarted worden, aber keine Container die direkt von der [container runtime](/docs/concepts/overview/components/#node-components) gestartet wurden, noch jegleiche Prozesse die ausserhalb von Containern laufen. + +Wenn Sie Ressourcen explizit für Nicht-Pod-Prozesse reservieren möchten, folgen Sie diesem Lernprogramm um [Ressourcen für Systemdaemons zu reservieren](/docs/tasks/administer-cluster/reserve-compute-resources/#system-reserved). + + +## API-Objekt + +Node ist eine Top-Level-Ressource in der Kubernetes-REST-API. Weitere Details zum API-Objekt finden Sie unter: +[Node API object](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#node-v1-core). + +{{% /capture %}} diff --git a/content/de/docs/concepts/cluster-administration/_index.md b/content/de/docs/concepts/cluster-administration/_index.md new file mode 100755 index 0000000000000..72af40feecca1 --- /dev/null +++ b/content/de/docs/concepts/cluster-administration/_index.md @@ -0,0 +1,5 @@ +--- +title: "Cluster Administration" +weight: 100 +--- + diff --git a/content/de/docs/concepts/configuration/_index.md b/content/de/docs/concepts/configuration/_index.md new file mode 100755 index 0000000000000..b6d701ca6df52 --- /dev/null +++ b/content/de/docs/concepts/configuration/_index.md @@ -0,0 +1,5 @@ +--- +title: "Konfiguration" +weight: 80 +--- + diff --git a/content/de/docs/concepts/containers/_index.md b/content/de/docs/concepts/containers/_index.md new file mode 100755 index 0000000000000..0d8dd77ad0871 --- /dev/null +++ b/content/de/docs/concepts/containers/_index.md @@ -0,0 +1,5 @@ +--- +title: "Container" +weight: 40 +--- + diff --git a/content/de/docs/concepts/example-concept-template.md b/content/de/docs/concepts/example-concept-template.md new file mode 100644 index 0000000000000..9f3a2bcfac80c --- /dev/null +++ b/content/de/docs/concepts/example-concept-template.md @@ -0,0 +1,38 @@ +--- +title: Konzept Dokumentations-Vorlage +content_template: templates/concept +toc_hide: true +--- + +{{% capture overview %}} + +{{< note >}} +Stellen Sie auch sicher [einen Eintrag im Inhaltsverzeichnis](/docs/home/contribute/write-new-topic/#creating-an-entry-in-the-table-of-contents) für Ihr neues Dokument zu erstellen. +{{< /note >}} + +Diese Seite erklärt ... + +{{% /capture %}} + +{{% capture body %}} + +## Verstehen ... + +Kubernetes bietet ... + +## Verwenden ... + +Benutzen Sie ... + +{{% /capture %}} + +{{% capture whatsnext %}} + +**[Optionaler Bereich]** + +* Lernen Sie mehr über [ein neues Thema schreiben](/docs/home/contribute/write-new-topic/). +* Besuchen Sie [Seitenvorlagen verwenden - Konzeptvorlage](/docs/home/contribute/page-templates/#concept_template) wie Sie diese Vorlage verwenden. + +{{% /capture %}} + + diff --git a/content/de/docs/concepts/extend-kubernetes/_index.md b/content/de/docs/concepts/extend-kubernetes/_index.md new file mode 100644 index 0000000000000..5e389601ea642 --- /dev/null +++ b/content/de/docs/concepts/extend-kubernetes/_index.md @@ -0,0 +1,4 @@ +--- +title: "Kubernets erweitern" +weight: 110 +--- diff --git a/content/de/docs/concepts/overview/_index.md b/content/de/docs/concepts/overview/_index.md new file mode 100755 index 0000000000000..eaa0a00b2ffa1 --- /dev/null +++ b/content/de/docs/concepts/overview/_index.md @@ -0,0 +1,5 @@ +--- +title: "Überblick" +weight: 20 +--- + diff --git a/content/de/docs/concepts/overview/components.md b/content/de/docs/concepts/overview/components.md new file mode 100644 index 0000000000000..092c213fdaed5 --- /dev/null +++ b/content/de/docs/concepts/overview/components.md @@ -0,0 +1,112 @@ +--- +title: Kubernetes Komponenten +content_template: templates/concept +weight: 20 +card: + name: concepts + weight: 20 +--- + +{{% capture overview %}} +In diesem Dokument werden die verschiedenen binären Komponenten beschrieben, die zur Bereitstellung eines funktionsfähigen Kubernetes-Clusters erforderlich sind. +{{% /capture %}} + +{{% capture body %}} +## Master-Komponenten + +Master-Komponenten stellen die Steuerungsebene des Clusters bereit. Master-Komponenten treffen globale Entscheidungen über den Cluster (z. B. Zeitplanung) und das Erkennen und Reagieren auf Clusterereignisse (Starten eines neuen Pods, wenn das `replicas`-Feld eines Replikationscontrollers nicht zufriedenstellend ist). + +Master-Komponenten können auf jedem Computer im Cluster ausgeführt werden. +Der Einfachheit halber starten Setup-Skripts normalerweise alle Master-Komponenten auf demselben Computer, und es werden keine Benutzercontainer auf diesem Computer ausgeführt. +Lesen Sie [Cluster mit hoher Verfügbarkeit erstellen](/docs/admin/high-availability/) für ein Beispiel für ein Multi-Master-VM-Setup. + +### kube-apiserver + +{{< glossary_definition term_id="kube-apiserver" length="all" >}} + +### etcd + +{{< glossary_definition term_id="etcd" length="all" >}} + +### kube-scheduler + +{{< glossary_definition term_id="kube-scheduler" length="all" >}} + +### kube-controller-manager + +{{< glossary_definition term_id="kube-controller-manager" length="all" >}} + +Diese Controller umfassen: + + * Node Controller: Verantwortlich für das Erkennen und Reagieren, wenn Nodes ausfallen. + * Replication Controller: Verantwortlich für die Aufrechterhaltung der korrekten Anzahl von Pods für jedes Replikationscontrollerobjekt im System. + * Endpoints Controller: Füllt das Endpoints-Objekt aus (d.h. verbindet Services & Pods). + * Service Account & Token Controllers: Erstellt Standardkonten und API-Zugriffstoken für neue Namespaces. + +### cloud-controller-manager + +[cloud-controller-manager](/docs/tasks/administer-cluster/running-cloud-controller/) führt Controller aus, die mit den entsprechenden Cloud-Anbietern interagieren. +Der cloud-controller-manager ist eine Alpha-Funktion, die in Kubernetes Version 1.6 eingeführt wurde. + +cloud-controller-manager führt nur Cloud-Provider-spezifische Controller-Schleifen aus. Sie müssen diese Controller-Schleifen im Cube-Controller-Manager deaktivieren. Sie können die Controller-Schleifen deaktivieren, indem Sie beim Starten des kube-controller-manager das Flag `--cloud-provider` auf `external` setzen. + +cloud-controller-manager erlaubt es dem Cloud-Anbieter Code und dem Kubernetes-Code, sich unabhängig voneinander zu entwickeln. +In früheren Versionen war der Kerncode von Kubernetes für die Funktionalität von Cloud-Provider-spezifischem Code abhängig. +In zukünftigen Versionen sollte der für Cloud-Anbieter spezifische Code vom Cloud-Anbieter selbst verwaltet und mit dem Cloud-Controller-Manager verknüpft werden, während Kubernetes ausgeführt wird. + +Die folgenden Controller haben Abhängigkeiten von Cloud-Anbietern: + + * Node Controller: Zum Überprüfen, ob ein Node in der Cloud beim Cloud-Anbieter gelöscht wurde, nachdem er nicht mehr reagiert + * Route Controller: Zum Einrichten von Routen in der zugrunde liegenden Cloud-Infrastruktur + * Service Controller: Zum Erstellen, Aktualisieren und Löschen von Lastverteilern von Cloud-Anbietern + * Volume Controller: Zum Erstellen, Verbinden und Bereitstellen von Volumes und zur Interaktion mit dem Cloud-Provider zum Orchestrieren von Volumes + +## Node-Komponenten + +Node Komponenten werden auf jedem Knoten ausgeführt, halten laufende Pods aufrecht und stellen die Kubernetes-Laufzeitumgebung bereit. + +### kubelet + +{{< glossary_definition term_id="kubelet" length="all" >}} + +### kube-proxy + +[kube-proxy](/docs/admin/kube-proxy/) ermöglicht die Kubernetes Service-Abstraktion, indem die Netzwerkregeln auf dem Host beibehalten und die Verbindungsweiterleitung durchgeführt wird. + +### Container Runtime + +Die Containerlaufzeit ist die Software, die für das Ausführen von Containern verantwortlich ist. +Kubernetes unterstützt mehrere Laufzeiten: [Docker](http://www.docker.com), [containerd](https://containerd.io), [cri-o](https://cri-o.io/), [rktlet](https://github.com/kubernetes-incubator/rktlet) und jede Implementierung des [Kubernetes CRI (Container Runtime Interface)](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/container-runtime-interface.md). + +## Addons + +Addons sind Pods und Dienste, die Clusterfunktionen implementieren. Die Pods können verwaltet werden +durch Deployments, ReplicationControllers, und so wieter. +Namespace-Addon-Objekte werden im Namespace `kube-system` erstellt. + +Ausgewählte Addons werden unten beschrieben. Eine erweiterte Liste verfügbarer Addons finden Sie unter [Addons](/docs/concepts/cluster-administration/addons/). + +### DNS + +Während die anderen Addons nicht unbedingt erforderlich sind, sollte [cluster DNS](/docs/concepts/services-networking/dns-pod-service/) in allen Kubernetes-Cluster vorhanden sein, da viele Beispiele davon abhängen. + +Cluster-DNS ist neben anderen DNS-Servern in Ihrer Umgebung ein DNS-Server, der DNS-Einträge für Kubernetes-Dienste bereitstellt. + +Von Kubernetes gestartete Container schließen diesen DNS-Server automatisch in ihre DNS-Suchen ein. + +### Web UI (Dashboard) + +[Dashboard](/docs/tasks/access-application-cluster/web-ui-dashboard/) ist eine allgemeine, webbasierte Benutzeroberfläche für Kubernetes-Cluster. Benutzer können damit Anwendungen, die im Cluster ausgeführt werden, sowie den Cluster selbst verwalten und Fehler beheben. + +### Container Resource Monitoring + +[Container Resource Monitoring](/docs/tasks/debug-application-cluster/resource-usage-monitoring/) zeichnet generische Zeitreihenmessdaten zu Containern in einer zentralen Datenbank auf und stellt eine Benutzeroberfläche zum Durchsuchen dieser Daten bereit. + + +### Cluster-level Logging + +Ein [Cluster-level logging](/docs/concepts/cluster-administration/logging/) Mechanismus ist für das Speichern von Containerprotokollen in einem zentralen Protokollspeicher mit Such- / Browsing-Schnittstelle verantwortlich. + +{{% /capture %}} + + diff --git a/content/de/docs/concepts/policy/_index.md b/content/de/docs/concepts/policy/_index.md new file mode 100755 index 0000000000000..67588bb6fa0c9 --- /dev/null +++ b/content/de/docs/concepts/policy/_index.md @@ -0,0 +1,5 @@ +--- +title: "Richtlinien" +weight: 90 +--- + diff --git a/content/de/docs/concepts/services-networking/_index.md b/content/de/docs/concepts/services-networking/_index.md new file mode 100755 index 0000000000000..46d6492e1ad41 --- /dev/null +++ b/content/de/docs/concepts/services-networking/_index.md @@ -0,0 +1,5 @@ +--- +title: "Dienste, Lastverteilung und Netzwerkfunktionen" +weight: 60 +--- + diff --git a/content/de/docs/concepts/storage/_index.md b/content/de/docs/concepts/storage/_index.md new file mode 100755 index 0000000000000..4133c701af272 --- /dev/null +++ b/content/de/docs/concepts/storage/_index.md @@ -0,0 +1,5 @@ +--- +title: "Speicher" +weight: 70 +--- + diff --git a/content/de/docs/concepts/workloads/_index.md b/content/de/docs/concepts/workloads/_index.md new file mode 100644 index 0000000000000..ca394ebd0029d --- /dev/null +++ b/content/de/docs/concepts/workloads/_index.md @@ -0,0 +1,5 @@ +--- +title: "Workloads" +weight: 50 +--- + diff --git a/content/de/docs/contribute/_index.md b/content/de/docs/contribute/_index.md new file mode 100644 index 0000000000000..efe4b2af03d79 --- /dev/null +++ b/content/de/docs/contribute/_index.md @@ -0,0 +1,62 @@ +--- +content_template: templates/concept +title: Zur Kubernets-Dokumentation beitragen +linktitle: Mitmachen +main_menu: true +weight: 80 +--- + +{{% capture overview %}} + +Wenn Sie an der Dokumentation oder der Website von Kubernetes mitwirken möchten, freuen wir uns über Ihre Hilfe! +Jeder kann seinen Beitrag leisten, unabhängig davon ob Sie neu im Projekt sind oder schon lange dabei sind, und ob Sie sich als +Entwickler, Endbenutzer oder einfach jemanden, der es einfach nicht aushält, Tippfehler zu sehen sehen. + +Weitere Möglichkeiten, sich in der Kubernetes-Community zu engagieren oder mehr über uns zu erfahren, finden Sie auf der [Kubernetes-Community-Seite](/community/). +Informationen zum Handbuch zur Dokumentation von Kubernetes finden Sie im [Gestaltungshandbuch](/docs/contribute/style/style-guide/). + +{{% capture body %}} + +## Arten von Mitwirkenden + +- Ein _Member_ der Kubernetes Organisation, hat die [CLA unterzeichnet](/docs/contribute/start#sign-the-cla) + und etwas Zeit und Energie zum Projekt beigetragen. + Siehe [Community-Mitgliedschaft](https://github.com/kubernetes/community/blob/master/community-membership.md) für spezifische Kriterien bezüglich der Mitgliedschaft. +- Ein SIG Docs _Reviewer_ ist ein Mitglied der Kubernetes-Organisation, das Interesse an der Überprüfung von + Dokumentationsanfragen geäußert hat und von einem SIG Docs Approver zu der entsprechenden Github-Gruppe + und den `OWNERS`-Dateien im Github-Repository hinzugefügt wurde. +- Ein SIG Docs _approver_ ist ein Mitglied mit gutem Ansehen, das sich kontinuierlich für das Projekt engagiert hat. + Ein Approver kann Pull-Anfragen zusammenführen und Inhalte im Namen der Kubernetes-Organisation veröffentlichen. + Approver können SIG Docs auch in der größeren Kubernetes-Community vertreten. Einige der Aufgaben eines SIG Docs Approvers, wie z.B. die Koordination einer Freigabe, erfordern einen erheblichen Zeitaufwand. + +## Möglichkeiten, einen Beitrag zu leisten + +Diese Liste ist in Funktionen unterteilt, die jeder tun kann, die von Mitgliedern der Kubernetes-Organisation durchgeführt werden können, und Dinge, die ein höheres Maß an Zugriff und eine bessere Kenntnis der SIG Docs-Prozesse erfordern. Wenn Sie im Laufe der Zeit einen konstanten Beitrag leisten, können Sie einige der bereits getroffenen Tools und organisatorischen Entscheidungen nachvollziehen. + +Dies ist keine vollständige Liste von Möglichkeiten, wie Sie zur Kubernetes-Dokumentation beitragen können, aber sie sollte Ihnen den Einstieg erleichtern. + +- [Jeder](/docs/contribute/start/) + - Umsetzbare issues eröffnen +- [Member](/docs/contribute/start/) + - Vorhandene Dokumente verbessern + - Ideen zur Verbesserung in [Slack](http://slack.k8s.io/) oder der [SIG docs Mailingliste](https://groups.google.com/forum/#!forum/kubernetes-sig-docs) einbringen + - Den Zugriff auf Dokumente verbessern + - Unverbindliches Feedback zu PRs verfassen + - Enen Blogbeitrag oder eine Fallstudie schreiben +- [Reviewer](/docs/contribute/intermediate/) + - Neue Funktionen dokumentieren + - Auswerten und Kategorisieren von Problemen + - PRs überprüfen + - Diagramme, Grafiken und einbettbare Screencasts / Videos erstellen + - Lokalisierung + - Als Vertreter von docs zu anderen Repos beitragen + - An Benutzer gerichtete Zeichenfolgen im Code bearbeiten + - Code-Kommentare verbessern, Godoc +- [Approver](/docs/contribute/advanced/) + - Veröffentlichen Sie den Inhalt von Members, indem Sie PRs genehmigen und zusammenführen + - Nehmen Sie als Docs-Vertreter an einem Kubernetes-Release-Team teil + - Verbesserungsvorschläge für den Style Guide + - Verbesserungsvorschläge für Dokumentprüfungen vorschlagen + - Vorschläge für Verbesserungen der Kubernetes-Website oder anderer Tools + +{{% /capture %}} diff --git a/content/de/docs/home/_index.md b/content/de/docs/home/_index.md new file mode 100644 index 0000000000000..e8d87597a622e --- /dev/null +++ b/content/de/docs/home/_index.md @@ -0,0 +1,56 @@ +--- +title: Kubernetes Dokumentation +noedit: true +cid: docsHome +layout: docsportal_home +class: gridPage +linkTitle: "Home" +main_menu: true +weight: 10 +hide_feedback: true +menu: + main: + title: "Dokumentation" + weight: 20 + post: > +

    Erfahren Sie, wie Sie Kubernetes mit Konzept-, Tutorial- und Referenzdokumentation verwenden. Sie können sogar zur mithelfen und zur Dokumentation beitragen!

    +overview: > + Kubernetes ist ein Open-Source-System zur Automatisierung der Bereitstellung, Skalierung und Verwaltung von containerisierten Anwendungen. Das Open-Source Project wird von der Cloud Native Computing Foundation (CNCF) gehosted. +cards: +- name: concepts + title: "Verstehen Sie die Grundlagen" + description: "Lernen Sie Kubernetes und seine grundlegenden Konzepte kennen." + button: "Konzepte lernen" + button_path: "/docs/concepts" +- name: tutorials + title: "Kubernetes ausprobieren" + description: "Folgen Sie den Tutorials, um zu erfahren, wie Sie Anwendungen in Kubernetes bereitstellen." + button: "Tutorials entdecken" + button_path: "/docs/tutorials" +- name: setup + title: "Richten Sie einen Cluster ein" + description: "Holen Sie sich Kubernetes basierend auf Ihren Ressourcen und Bedürfnissen." + button: "Kubernetes Einrichten" + button_path: "/docs/setup" +- name: tasks + title: "Erfahren Sie, wie Sie Kubernetes verwenden" + description: "Informieren Sie sich über häufig verwendete Aufgaben und deren Durchführung anhand einer kurzen Abfolge von Schritten." + button: "Tasks anzeigen" + button_path: "/docs/tasks" +- name: reference + title: Referenzinformationen nachschlagen + description: Durchsuchen Sie Terminologie, Befehlszeilensyntax, API-Ressourcentypen und Dokumentation zum Setup-Tool. + button: Referenz anzeigen + button_path: /docs/reference +- name: contribute + title: Tragen Sie zur Dokumentation bei + description: Jeder kann einen Beitrag leisten, unabhängig davon, ob Sie neu in dem Projekt oder schon lange dabei sind. + button: Zur Dokumentation beitragen + button_path: /docs/contribute +- name: download + title: Kubernetes Herunterladen + description: Wenn Sie Kubernetes installieren oder auf die neueste Version aktualisieren, lesen Sie die aktuellen Versionshinweise. +- name: about + title: Über die Dokumentation + description: Diese Website enthält Dokumentation zu den aktuellen und vorherigen 4 Versionen von Kubernetes. +--- diff --git a/content/de/docs/home/supported-doc-versions.md b/content/de/docs/home/supported-doc-versions.md new file mode 100644 index 0000000000000..8463d1bcd9207 --- /dev/null +++ b/content/de/docs/home/supported-doc-versions.md @@ -0,0 +1,30 @@ +--- +title: Unterstützte Versionen der Kubernetes-Dokumentation +content_template: templates/concept +card: + name: about + weight: 10 + title: Unterstützte Versionen der Dokumentation +--- + +{{% capture overview %}} + +Diese Website enthält Dokumentation für die aktuelle Version von Kubernetes +und die vier vorherigen Versionen von Kubernetes. + +{{% /capture %}} + +{{% capture body %}} + +## Aktuelle Version + +Die aktuelle Version ist +[{{< param "version" >}}](/). + +## Vorherige Versionen + +{{< versions-other >}} + +{{% /capture %}} + + diff --git a/content/de/docs/reference/_index.md b/content/de/docs/reference/_index.md new file mode 100644 index 0000000000000..dd98038ebbcb4 --- /dev/null +++ b/content/de/docs/reference/_index.md @@ -0,0 +1,61 @@ +--- +title: Referenzen +approvers: +- chenopis +linkTitle: "Referenzen" +main_menu: true +weight: 70 +content_template: templates/concept +--- + +{{% capture overview %}} + +Dieser Abschnitt der Kubernetes-Dokumentation enthält Referenzinformationen. + +{{% /capture %}} + +{{% capture body %}} + +## API-Referenz + +* [Kubernetes API Überblick](/docs/reference/using-api/api-overview/) - Übersicht über die API für Kubernetes. +* Kubernetes API Versionen + * [1.14](/docs/reference/generated/kubernetes-api/v1.14/) + * [1.13](/docs/reference/generated/kubernetes-api/v1.13/) + * [1.12](/docs/reference/generated/kubernetes-api/v1.12/) + * [1.11](/docs/reference/generated/kubernetes-api/v1.11/) + * [1.10](/docs/reference/generated/kubernetes-api/v1.10/) + +## API-Clientbibliotheken + +Um die Kubernetes-API aus einer Programmiersprache aufzurufen, können Sie +[Clientbibliotheken](/docs/reference/using-api/client-libraries/) verwenden. +Offiziell unterstützte Clientbibliotheken: + +- [Kubernetes Go Clientbibliothek](https://github.com/kubernetes/client-go/) +- [Kubernetes Python Clientbibliothek](https://github.com/kubernetes-client/python) +- [Kubernetes Java Clientbibliothek](https://github.com/kubernetes-client/java) +- [Kubernetes JavaScript Clientbibliothek](https://github.com/kubernetes-client/javascript) + +## CLI-Referenz + +* [kubectl](/docs/user-guide/kubectl-overview) - Haupt-CLI-Tool zum Ausführen von Befehlen und zum Verwalten von Kubernetes-Clustern. + * [JSONPath](/docs/user-guide/jsonpath/) - Syntax-Anleitung zur Verwendung von [JSONPath expressionen](http://goessner.net/articles/JsonPath/) mit kubectl. +* [kubeadm](/docs/admin/kubeadm/) - CLI-Tool zur einfachen Bereitstellung eines sicheren Kubernetes-Clusters. +* [kubefed](/docs/admin/kubefed/) - CLI-Tool zur Verwaltung Ihres Clusterverbunds. + +## Konfigurationsreferenz + +* [kubelet](/docs/admin/kubelet/) - Der primäre *Node-Agent*, der auf jedem Node ausgeführt wird. Das Kubelet betrachtet eine Reihe von PodSpecs und stellt sicher, dass die beschriebenen Container ordnungsgemäß ausgeführt werden. +* [kube-apiserver](/docs/admin/kube-apiserver/) - REST-API zur Überprüfung und Konfiguration von Daten für API-Objekte wie Pods, Services und Replikationscontroller. +* [kube-controller-manager](/docs/admin/kube-controller-manager/) - Daemon, der die mit Kubernetes gelieferten zentralen Regelkreise einbettet. +* [kube-proxy](/docs/admin/kube-proxy/) - Kann einfache TCP/UDP-Stream-Weiterleitung oder Round-Robin-TCP/UDP-Weiterleitung über eine Reihe von Back-Ends durchführen. +* [kube-scheduler](/docs/admin/kube-scheduler/) - Scheduler, der Verfügbarkeit, Leistung und Kapazität verwaltet. +* [federation-apiserver](/docs/admin/federation-apiserver/) - API-Server für Cluster Föderationen. +* [federation-controller-manager](/docs/admin/federation-controller-manager/) - Daemon, der die zentralen Regelkreise einbindet, die mit der Kubernetes-Föderation ausgeliefert werden. + +## Design Dokumentation + +Ein Archiv der Designdokumente für Kubernetes-Funktionalität. Gute Ansatzpunkte sind [Kubernetes Architektur](https://git.k8s.io/community/contributors/design-proposals/architecture/architecture.md) und [Kubernetes Design Übersicht](https://git.k8s.io/community/contributors/design-proposals). + +{{% /capture %}} diff --git a/content/de/docs/reference/access-authn-authz/_index.md b/content/de/docs/reference/access-authn-authz/_index.md new file mode 100644 index 0000000000000..bf85bb6337583 --- /dev/null +++ b/content/de/docs/reference/access-authn-authz/_index.md @@ -0,0 +1,5 @@ +--- +title: API Zugriff +weight: 20 +toc-hide: true +--- \ No newline at end of file diff --git a/content/de/docs/reference/command-line-tools-reference/_index.md b/content/de/docs/reference/command-line-tools-reference/_index.md new file mode 100644 index 0000000000000..b5bb56510735b --- /dev/null +++ b/content/de/docs/reference/command-line-tools-reference/_index.md @@ -0,0 +1,5 @@ +--- +title: Befehlszeilen-Werkzeug Referenzinformationen +weight: 60 +toc-hide: true +--- diff --git a/content/de/docs/reference/federation/_index.html b/content/de/docs/reference/federation/_index.html new file mode 100644 index 0000000000000..e3cc29c005a7c --- /dev/null +++ b/content/de/docs/reference/federation/_index.html @@ -0,0 +1,4 @@ +--- +title: "Föderation API" +weight: 40 +--- diff --git a/content/de/docs/reference/glossary/etcd.md b/content/de/docs/reference/glossary/etcd.md new file mode 100755 index 0000000000000..cdc5820bd866d --- /dev/null +++ b/content/de/docs/reference/glossary/etcd.md @@ -0,0 +1,19 @@ +--- +title: etcd +id: etcd +date: 2018-04-12 +full_link: /docs/tasks/administer-cluster/configure-upgrade-etcd/ +short_description: > + Konsistenter und hochverfügbarer Key-Value Speicher, der als Backupspeicher von Kubernetes für alle Clusterdaten verwendet wird. + +aka: +tags: +- architecture +- storage +--- + Konsistenter und hochverfügbarer Key-Value Speicher, der als Backupspeicher von Kubernetes für alle Clusterdaten verwendet wird. + + + +Halten Sie immer einen Sicherungsplan für etcds Daten für Ihren Kubernetes-Cluster bereit. Ausführliche Informationen zu etcd finden Sie in der [etcd Dokumentation](https://github.com/coreos/etcd/blob/master/Documentation/docs.md). + diff --git a/content/de/docs/reference/glossary/index.md b/content/de/docs/reference/glossary/index.md new file mode 100755 index 0000000000000..a830aa0ad48c0 --- /dev/null +++ b/content/de/docs/reference/glossary/index.md @@ -0,0 +1,12 @@ +--- +title: Standardisiertes Glossar +layout: glossary +noedit: true +default_active_tag: fundamental +weight: 5 +card: + name: reference + weight: 10 + title: Glossary +--- + diff --git a/content/de/docs/reference/glossary/kube-apiserver.md b/content/de/docs/reference/glossary/kube-apiserver.md new file mode 100755 index 0000000000000..4dbe38937b551 --- /dev/null +++ b/content/de/docs/reference/glossary/kube-apiserver.md @@ -0,0 +1,19 @@ +--- +title: kube-apiserver +id: kube-apiserver +date: 2018-04-12 +full_link: /docs/reference/generated/kube-apiserver/ +short_description: > + Komponente auf dem Master, der die Kubernetes-API verfügbar macht. Es ist das Frontend für die Kubernetes-Steuerebene. + +aka: +tags: +- architecture +- fundamental +--- + Komponente auf dem Master, der die Kubernetes-API verfügbar macht. Es ist das Frontend für die Kubernetes-Steuerebene. + + + +Es ist für die horizontale Skalierung konzipiert, d. H. Es skaliert durch die Bereitstellung von mehr Instanzen. Mehr informationen finden Sie unter [Cluster mit hoher Verfügbarkeit erstellen](/docs/admin/high-availability/). + diff --git a/content/de/docs/reference/glossary/kube-controller-manager.md b/content/de/docs/reference/glossary/kube-controller-manager.md new file mode 100755 index 0000000000000..38a743212bffa --- /dev/null +++ b/content/de/docs/reference/glossary/kube-controller-manager.md @@ -0,0 +1,19 @@ +--- +title: kube-controller-manager +id: kube-controller-manager +date: 2018-04-12 +full_link: /docs/reference/generated/kube-controller-manager/ +short_description: > + Komponente auf dem Master, auf dem Controller ausgeführt werden. + +aka: +tags: +- architecture +- fundamental +--- + Komponente auf dem Master, auf dem {{< glossary_tooltip text="controllers" term_id="controller" >}} ausgeführt werden. + + + +Logisch gesehen ist jeder {{< glossary_tooltip text="controller" term_id="controller" >}} ein separater Prozess, aber zur Vereinfachung der Komplexität werden sie alle zu einer einzigen Binärdatei zusammengefasst und in einem einzigen Prozess ausgeführt. + diff --git a/content/de/docs/reference/glossary/kube-scheduler.md b/content/de/docs/reference/glossary/kube-scheduler.md new file mode 100755 index 0000000000000..19715863452b2 --- /dev/null +++ b/content/de/docs/reference/glossary/kube-scheduler.md @@ -0,0 +1,19 @@ +--- +title: kube-scheduler +id: kube-scheduler +date: 2018-04-12 +full_link: /docs/reference/generated/kube-scheduler/ +short_description: > + Komponente auf dem Master, die neu erstellte Pods überwacht, denen kein Node zugewiesen ist. Sie wählt den Node aus, auf dem sie ausgeführt werden sollen. + +aka: +tags: +- architecture +--- + Komponente auf dem Master, die neu erstellte Pods überwacht, denen kein Node zugewiesen ist. Sie wählt den Node aus, auf dem sie ausgeführt werden sollen. + + + +Zu den Faktoren, die bei Planungsentscheidungen berücksichtigt werden, zählen individuelle und kollektive Ressourcenanforderungen, Hardware- / Software- / Richtlinieneinschränkungen, Affinitäts- und Anti-Affinitätsspezifikationen, Datenlokalität, Interworkload-Interferenz und Deadlines. + + diff --git a/content/de/docs/reference/glossary/kubelet.md b/content/de/docs/reference/glossary/kubelet.md new file mode 100755 index 0000000000000..edd72dbe57ce6 --- /dev/null +++ b/content/de/docs/reference/glossary/kubelet.md @@ -0,0 +1,18 @@ +--- +title: Kubelet +id: kubelet +date: 2018-04-12 +full_link: /docs/reference/generated/kubelet +short_description: > + Ein Agent, der auf jedem Node im Cluster ausgeführt wird. Er stellt sicher, dass Container in einem Pod ausgeführt werden. + +aka: +tags: +- fundamental +- core-object +--- + Ein Agent, der auf jedem Node im Cluster ausgeführt wird. Er stellt sicher, dass Container in einem Pod ausgeführt werden. + + + +Das Kubelet verwendet eine Reihe von PodSpecs, die über verschiedene Mechanismen bereitgestellt werden, und stellt sicher, dass die in diesen PodSpecs beschriebenen Container ordnungsgemäß ausgeführt werden. Das kubelet verwaltet keine Container, die nicht von Kubernetes erstellt wurden. diff --git a/content/de/docs/reference/issues-security/_index.md b/content/de/docs/reference/issues-security/_index.md new file mode 100644 index 0000000000000..6ce79934c1385 --- /dev/null +++ b/content/de/docs/reference/issues-security/_index.md @@ -0,0 +1,5 @@ +--- +title: Kubernetes Probleme und Sicherheit +weight: 10 +toc-hide: true +--- \ No newline at end of file diff --git a/content/de/docs/reference/kubectl/_index.md b/content/de/docs/reference/kubectl/_index.md new file mode 100755 index 0000000000000..7b6c2d720b12a --- /dev/null +++ b/content/de/docs/reference/kubectl/_index.md @@ -0,0 +1,5 @@ +--- +title: "kubectl CLI" +weight: 60 +--- + diff --git a/content/de/docs/reference/kubectl/cheatsheet.md b/content/de/docs/reference/kubectl/cheatsheet.md new file mode 100644 index 0000000000000..a3968a213b897 --- /dev/null +++ b/content/de/docs/reference/kubectl/cheatsheet.md @@ -0,0 +1,351 @@ +--- +title: kubectl Spickzettel +content_template: templates/concept +card: + name: reference + weight: 30 +--- + +{{% capture overview %}} + +Siehe auch: [Kubectl Überblick](/docs/reference/kubectl/overview/) und [JsonPath Dokumentation](/docs/reference/kubectl/jsonpath). + +Diese Seite ist eine Übersicht über den Befehl `kubectl`. + +{{% /capture %}} + +{{% capture body %}} + +# kubectl - Spickzettel + +## Kubectl Autovervollständigung + +### BASH + +```bash +source <(kubectl completion bash) # Wenn Sie autocomplete in bash in der aktuellen Shell einrichten, sollte zuerst das bash-completion-Paket installiert werden. +echo "source <(kubectl completion bash)" >> ~/.bashrc # Fügen Sie der Bash-Shell dauerhaft Autocomplete hinzu. +``` + +Sie können auch ein Abkürzungsalias für `kubectl` verwenden, weleches auch mit Vervollständigung funktioniert: + +```bash +alias k=kubectl +complete -F __start_kubectl k +``` + +### ZSH + +```bash +source <(kubectl completion zsh) # Richten Sie Autocomplete in zsh in der aktuellen Shell ein +echo "if [ $commands[kubectl] ]; then source <(kubectl completion zsh); fi" >> ~/.zshrc # Fügen Sie der Zsh-Shell dauerhaft Autocomplete hinzu +``` + +## Kubectl Kontext und Konfiguration + +Legen Sie fest, welcher Kubernetes-Cluster mit `kubectl` kommuniziert und dessen Konfiguration ändert. Lesen Sie die Dokumentation [Authentifizierung mit kubeconfig über mehrere Cluster hinweg](/docs/tasks/access-application-cluster/configure-access-multiple-clusters/) für ausführliche Informationen zur Konfigurationsdatei. + +```bash +kubectl config view # Zusammengeführte kubeconfig-Einstellungen anzeigen. + +# Verwenden Sie mehrere kubeconfig-Dateien gleichzeitig und zeigen Sie die zusammengeführte Konfiguration an +KUBECONFIG=~/.kube/config:~/.kube/kubconfig2 kubectl config view + +# Zeigen Sie das Passwort für den e2e-Benutzer an +kubectl config view -o jsonpath='{.users[?(@.name == "e2e")].user.password}' + +kubectl config view -o jsonpath='{.users[].name}' # eine Liste der Benutzer erhalten +kubectl config current-context # den aktuellen Kontext anzeigen +kubectl config use-context my-cluster-name # Setzen Sie den Standardkontext auf my-cluster-name + +# Fügen Sie Ihrer kubeconf einen neuen Cluster hinzu, der basic auth unterstützt +kubectl config set-credentials kubeuser/foo.kubernetes.com --username=kubeuser --password=kubepassword + +# Legen Sie einen Kontext fest, indem Sie einen bestimmten Benutzernamen und einen bestimmten Namespace verwenden. +kubectl config set-context gce --user=cluster-admin --namespace=foo \ + && kubectl config use-context gce + +kubectl config unset users.foo # delete user foo +``` + +## Apply +`apply` verwaltet Anwendungen durch Dateien, die Kubernetes-Ressourcen definieren. Es erstellt und aktualisiert Ressourcen in einem Cluster durch Ausführen von `kubectl apply`. Dies ist die empfohlene Methode zur Verwaltung von Kubernetes-Anwendungen in der Produktion. Lesen Sie die ausführliche [Kubectl Dokumentation](https://kubectl.docs.kubernetes.io) für weitere Informationen. + +## Objekte erstellen + +Kubernetes Manifeste können in Json oder Yaml definiert werden. Die Dateierweiterungen `.yaml`, +`.yml`, und `.json` können verwendet werden. + +```bash +kubectl apply -f ./my-manifest.yaml # Ressource(n) erstellen +kubectl apply -f ./my1.yaml -f ./my2.yaml # aus mehreren Dateien erstellen +kubectl apply -f ./dir # Erstellen Sie Ressourcen in allen Manifestdateien in Verzeichnis +kubectl apply -f https://git.io/vPieo # Ressource(n) aus URL erstellen +kubectl create deployment nginx --image=nginx # Starten Sie eine einzelne Instanz von Nginx +kubectl explain pods,svc # Zeigen Sie die Dokumentation für Pod und SVC Manifeste an + +# Erstellen Sie mehrere YAML-Objekte aus stdin +cat </dev/null; printf "\n"; done + +# Prüfen Sie, welche Nodes bereit sind +JSONPATH='{range .items[*]}{@.metadata.name}:{range @.status.conditions[*]}{@.type}={@.status};{end}{end}' \ + && kubectl get nodes -o jsonpath="$JSONPATH" | grep "Ready=True" + +# Listen Sie alle Secrets auf, die derzeit von einem Pod verwendet werden +kubectl get pods -o json | jq '.items[].spec.containers[].env[]?.valueFrom.secretKeyRef.name' | grep -v null | sort | uniq + +# Ereignisse nach Zeitstempel sortiert auflisten +kubectl get events --sort-by=.metadata.creationTimestamp +``` + +## Ressourcen aktualisieren + +Ab Version 1.11 ist das `rolling-update` veraltet (Lesen Sie [CHANGELOG-1.11.md](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.11.md) für weitere Informationen), verwenden Sie stattdessen `rollout`. + +```bash +kubectl set image deployment/frontend www=image:v2 # Fortlaufende Aktualisierung der "www" Container der "Frontend"-Bereitstellung, Aktualisierung des Images +kubectl rollout undo deployment/frontend # Rollback zur vorherigen Bereitstellung +kubectl rollout status -w deployment/frontend # Beobachten Sie den fortlaufenden Aktualisierungsstatus der "Frontend"-Bereitstellung bis zum Abschluss. + +# veraltet ab Version 1.11 +kubectl rolling-update frontend-v1 -f frontend-v2.json # (veraltet) Fortlaufendes Update der Pods von Frontend-v1 +kubectl rolling-update frontend-v1 frontend-v2 --image=image:v2 # (veraltet) Ändern Sie den Namen der Ressource und aktualisieren Sie das Image +kubectl rolling-update frontend --image=image:v2 # (veraltet) Aktualisieren Sie das Pod-Image des Frontends +kubectl rolling-update frontend-v1 frontend-v2 --rollback # (veraltet) Bricht das laufende Rollout ab + +cat pod.json | kubectl replace -f - # Ersetzen Sie einen Pod basierend auf der in std übergebenen JSON + +# Ersetzen, löschen und Ressource neu erstellen. Dies führt zu einer temprären Unerreichbarkeit des Dienstes. +kubectl replace --force -f ./pod.json + +# Erstellen Sie einen Dienst für eien replizierten nginx Webserver, der an Port 80 und in den Containern an Port 8000 lauscht +kubectl expose rc nginx --port=80 --target-port=8000 + +# Aktualisieren Sie die Image-Version (Tag) eines Einzelcontainer-Pods auf Version 4 +kubectl get pod mypod -o yaml | sed 's/\(image: myimage\):.*$/\1:v4/' | kubectl replace -f - + +kubectl label pods my-pod new-label=awesome # Label hinzufügen +kubectl annotate pods my-pod icon-url=http://goo.gl/XXBTWq # Eine Anmerkung hinzufügen +kubectl autoscale deployment foo --min=2 --max=10 # Automatische Skalierung einer Bereitstellung "Foo" +``` + +## Ressourcen patchen + +```bash +kubectl patch node k8s-node-1 -p '{"spec":{"unschedulable":true}}' # Aktualisieren Sie einen Node teilweise + +# Aktualisieren Sie das Image eines Containers; spec.containers[*].name ist erforderlich, da es sich um einen Merge-Schlüssel handelt +kubectl patch pod valid-pod -p '{"spec":{"containers":[{"name":"kubernetes-serve-hostname","image":"new image"}]}}' + +# Aktualisieren Sie das Image eines Containers mithilfe eines Json-Patches mit Positionsarrays +kubectl patch pod valid-pod --type='json' -p='[{"op": "replace", "path": "/spec/containers/0/image", "value":"new image"}]' + +# Deaktivieren Sie eine Bereitstellung von livenessProbe durch verwenden eines Json-Patches mit Positionsarrays +kubectl patch deployment valid-deployment --type json -p='[{"op": "remove", "path": "/spec/template/spec/containers/0/livenessProbe"}]' + +# Fügen Sie einem Positionsarray ein neues Element hinzu +kubectl patch sa default --type='json' -p='[{"op": "add", "path": "/secrets/1", "value": {"name": "whatever" } }]' +``` + +## Ressourcen bearbeiten +Bearbeiten Sie eine beliebige API-Ressource in einem Editor. + +```bash +kubectl edit svc/docker-registry # Bearbeiten Sie den Dienst docker-registry +KUBE_EDITOR="nano" kubectl edit svc/docker-registry # Verwenden Sie einen alternativen Texteditor +``` + +## Ressourcen skalieren + +```bash +kubectl scale --replicas=3 rs/foo # Skaliert ein Replikat mit dem Namen 'foo' auf 3 +kubectl scale --replicas=3 -f foo.yaml # Skaliert eine in "foo.yaml" angegebene Ressource auf 3 +kubectl scale --current-replicas=2 --replicas=3 deployment/mysql # Wenn die aktuelle Konfiguration der Replikation von mysql 2 ist, skaliert mysql auf 3 +kubectl scale --replicas=5 rc/foo rc/bar rc/baz # Skaliert mehrere Replikationscontroller +``` + +## Ressourcen löschen + +```bash +kubectl delete -f ./pod.json # Löscht einen Pod mit dem in pod.json angegebenen Typ und Namen +kubectl delete pod,service baz foo # Löscht Pods und Services mit den gleichen Namen "baz" und "foo" +kubectl delete pods,services -l name=myLabel # Löscht Pods und Services mit dem Label name=myLabel +kubectl delete pods,services -l name=myLabel --include-uninitialized # Löscht Pods und Services, einschließlich nicht initialisierter, mit dem Label name=myLabel +kubectl -n my-ns delete po,svc --all # Löscht alle Pods und Dienste, einschließlich nicht initialisierter, im Namespace my-ns, +``` + +## Interaktion mit laufenden Pods + +```bash +kubectl logs my-pod # Pod-Logdatei ausgeben (stdout) +kubectl logs my-pod --previous # Pod-Logdatei für eine vorherige Instantiierung eines Containers ausgeben (stdout) +kubectl logs my-pod -c my-container # Pod Container-Logdatei ausgeben (stdout, multi-container case) +kubectl logs my-pod -c my-container --previous # Pod Container-Logdatei für eine vorherige Instantiierung eines Containers ausgeben (stdout, multi-container case) +kubectl logs -f my-pod # Pod-Logdatei streamen (stdout) +kubectl logs -f my-pod -c my-container # Pod Container-Logdatei streamen (stdout, multi-container case) +kubectl run -i --tty busybox --image=busybox -- sh # Pod als interaktive Shell ausführen +kubectl attach my-pod -i # An laufenden Container anhängen +kubectl port-forward my-pod 5000:6000 # Lauscht auf Port 5000 auf dem lokalen Computer und leitet den Port 6000 auf my-pod weiter +kubectl exec my-pod -- ls / # Befehl in vorhandenem Pod ausführen (1 Container) +kubectl exec my-pod -c my-container -- ls / # Befehl in vorhandenem Pod ausführen (Mehrere Container) +kubectl top pod POD_NAME --containers # Zeigt Metriken für einen bestimmten Pod und seine Container an +``` + +## Mit Nodes und Clustern interagieren + +```bash +kubectl cordon my-node # Markiert "my-node" als unplanbar +kubectl drain my-node # Entleert "my-node" zur Vorbereitung der Wartung +kubectl uncordon my-node # Markiert "my-node" als planbar +kubectl top node my-node # Metriken für einen bestimmten Node anzeigen +kubectl cluster-info # Adressen des Masters und der Services anzeigen +kubectl cluster-info dump # Ausgabe des aktuellen Clusterstatus in stdout +kubectl cluster-info dump --output-directory=/pfad/zum/cluster-status # Aktuellen Cluster-Status in /pfad/zum/cluster-status ausgeben + +# Wenn bereits ein Taint mit diesem Key und Effekt vorhanden ist, wird sein Wert wie angegeben ersetzt. +kubectl taint nodes foo dedicated=special-user:NoSchedule +``` + +### Ressourcentypen + +Liste aller unterstützten Ressourcentypen mit ihren Kurzbezeichnungen, der [API-Gruppe](/docs/concepts/overview/kubernetes-api/#api-groups), unabhängig davon ob sie im Namespace liegen, und der [Art](/docs/concepts/overview/working-with-objects/kubernetes-objects): + +```bash +kubectl api-resources +``` + +Andere Operationen zum Erkunden von API-Ressourcen: + +```bash +kubectl api-resources --namespaced=true # Alle Ressourcen im Namespace +kubectl api-resources --namespaced=false # Alle nicht im Namespace befindlichen Ressourcen +kubectl api-resources -o name # Alle Ressourcen mit einfacher Ausgabe (nur der Ressourcenname) +kubectl api-resources -o wide # Alle Ressourcen mit erweiterter Ausgabe (aka "Wide") +kubectl api-resources --verbs=list,get # Alle Ressourcen, die "list" und "get" Verben unterstützen anfordern +kubectl api-resources --api-group=extensions # Alle Ressourcen in der API-Gruppe "extensions" +``` + +### Ausgabe formatieren + +Um Details in einem bestimmten Format an Ihr Terminalfenster auszugeben, können Sie entweder das `-o` oder `--output` Flag zu einem unterstützten `kubectl` Befehl anhängens. + +Ausgabeformat | Beschreibung +--------------| ----------- +`-o=custom-columns=` | Ausgabe einer Tabelle mit einer durch Kommas getrennten Liste benutzerdefinierter Spalten +`-o=custom-columns-file=` | Drucken Sie eine Tabelle mit der benutzerdefinierten Spaltenvorlage in der `` Datei +`-o=json` | Ausgabe eines JSON-formatierten API-Objekts +`-o=jsonpath=