Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conflicts dev 1.15 #2

Merged
merged 630 commits into from
Jun 17, 2019
Merged

Conflicts dev 1.15 #2

merged 630 commits into from
Jun 17, 2019
This pull request is big! We’re only showing the most recent 250 commits.

Commits on May 13, 2019

  1. Configuration menu
    Copy the full SHA
    88f3268 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2019

  1. Update pick-right-solution.md (kubernetes#14305)

    avigailof authored and k8s-ci-robot committed May 14, 2019
    Configuration menu
    Copy the full SHA
    6aa3beb View commit details
    Browse the repository at this point in the history
  2. Fixes for https://kubernetes.io/docs/tasks/administer-cluster/cluster…

    …-management/ (kubernetes#14298)
    
    * Add missing capture block end
    
    * Drop outdated link to v1.6 upgrade
    sftim authored and k8s-ci-robot committed May 14, 2019
    Configuration menu
    Copy the full SHA
    93e1a67 View commit details
    Browse the repository at this point in the history
  3. Created nl.toml (kubernetes#14131)

    Dutch (NL) translation
    
    Update i18n/nl.toml
    
    Co-Authored-By: olku <[email protected]>
    
    Update i18n/nl.toml
    
    Co-Authored-By: olku <[email protected]>
    
    Update i18n/nl.toml
    
    Co-Authored-By: olku <[email protected]>
    
    Update nl.toml
    
    Update i18n/nl.toml
    
    Co-Authored-By: Roy Lenferink <[email protected]>
    
    Feedback processed.
    olku authored and k8s-ci-robot committed May 14, 2019
    Configuration menu
    Copy the full SHA
    ebf65c1 View commit details
    Browse the repository at this point in the history
  4. Improve Kubernetes-setup-using-Ansible-and-Vagrant (kubernetes#13999)

    Fix a node IP issue when using vagrant.
    See kubernetes/kubernetes#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.
    halfcrazy authored and k8s-ci-robot committed May 14, 2019
    Configuration menu
    Copy the full SHA
    dfa2698 View commit details
    Browse the repository at this point in the history
  5. Add New Contributor Workshops blog post. (kubernetes#14315)

    Bob Killen authored and k8s-ci-robot committed May 14, 2019
    Configuration menu
    Copy the full SHA
    3099d9d View commit details
    Browse the repository at this point in the history

Commits on May 15, 2019

  1. Add Indonesian Translation for names (kubernetes#14320)

    * Fix phrase
    
    * Fix date format on glossary files
    iputra authored and k8s-ci-robot committed May 15, 2019
    Configuration menu
    Copy the full SHA
    5cb3942 View commit details
    Browse the repository at this point in the history
  2. changed the formatting of example-ingress.yaml (kubernetes#14333)

    change the formatting of example-ingress.yaml file. 
    Raising PR for kubernetes#14284
    Vageesha17 authored and k8s-ci-robot committed May 15, 2019
    Configuration menu
    Copy the full SHA
    4bb98f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0693952 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2019

  1. Add co-chair role (kubernetes#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
    zacharysarah authored and k8s-ci-robot committed May 16, 2019
    Configuration menu
    Copy the full SHA
    caca9c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38fcbeb View commit details
    Browse the repository at this point in the history
  3. Update deployment.md (kubernetes#14345)

    Suhwan Cha authored and k8s-ci-robot committed May 16, 2019
    Configuration menu
    Copy the full SHA
    b63bbe3 View commit details
    Browse the repository at this point in the history
  4. Fix code block (kubernetes#14334)

    FranklinYu authored and k8s-ci-robot committed May 16, 2019
    Configuration menu
    Copy the full SHA
    da9d0da View commit details
    Browse the repository at this point in the history
  5. Add links to the external cloud-provider repos (kubernetes#14335)

    Rather than just saying "they exist, good luck"
    mdaniel authored and k8s-ci-robot committed May 16, 2019
    Configuration menu
    Copy the full SHA
    22db0bb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5f5883a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    21b7d12 View commit details
    Browse the repository at this point in the history
  8. Add cla page (kubernetes#14363)

    Add missing dot
    
    Remove typos
    andreugallofre authored and k8s-ci-robot committed May 16, 2019
    Configuration menu
    Copy the full SHA
    51e71ed View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e77fa91 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e676622 View commit details
    Browse the repository at this point in the history
  11. en/glossary: use title for all Pod occurrences (kubernetes#14366)

    Use title case for all the Pod occurrences which appear in the rkt
    glossary term.
    ifraixedes authored and k8s-ci-robot committed May 16, 2019
    Configuration menu
    Copy the full SHA
    7aad953 View commit details
    Browse the repository at this point in the history
  12. kubectl should also be held by apt-mark (kubernetes#14250)

    here apt installs both kubelet and kubectl but just holds kubelet. I think kubectl should alse be held by apt-mark.
    
    ```
    # replace x in 1.14.x-00 with the latest patch version
    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
    ```
    silenceshell authored and k8s-ci-robot committed May 16, 2019
    Configuration menu
    Copy the full SHA
    4ff9663 View commit details
    Browse the repository at this point in the history
  13. Update create-cluster-kubeadm.md (kubernetes#13801)

    * Update create-cluster-kubeadm.md
    
    * Update create-cluster-kubeadm.md
    
    * Remove superfluous kubectl apply -f
    Boskey Savla authored and k8s-ci-robot committed May 16, 2019
    Configuration menu
    Copy the full SHA
    39c3774 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    60006e9 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2019

  1. Configuration menu
    Copy the full SHA
    ac65ac4 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2019

  1. Configuration menu
    Copy the full SHA
    c1a2c4f View commit details
    Browse the repository at this point in the history
  2. Initialize Network Policy in Bahasa Indonesia. (kubernetes#14287)

    Fix typos and nitty gritty.
    irvifa authored and k8s-ci-robot committed May 18, 2019
    Configuration menu
    Copy the full SHA
    df4ef9b View commit details
    Browse the repository at this point in the history

Commits on May 20, 2019

  1. Fixing the output of jsonpath (kubernetes#14387)

    Items is an array and the [ ] are missing in the jsonpath
    findneville authored and k8s-ci-robot committed May 20, 2019
    Configuration menu
    Copy the full SHA
    e2f8ae0 View commit details
    Browse the repository at this point in the history
  2. Correcting sequence of tasks for manage cluster daemon (kubernetes#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
    rajeshdeshpande02 authored and k8s-ci-robot committed May 20, 2019
    Configuration menu
    Copy the full SHA
    bacd21d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2029b9b View commit details
    Browse the repository at this point in the history
  4. move obj mgmt files to tasks (kubernetes#14374)

    * move obj mgmt files to tasks
    
    * add redirects for moved files
    kbhawkey authored and k8s-ci-robot committed May 20, 2019
    Configuration menu
    Copy the full SHA
    110f5e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f7fc6ce View commit details
    Browse the repository at this point in the history
  6. Correcting example to avoid ambiguity (kubernetes#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.
    rajeshdeshpande02 authored and k8s-ci-robot committed May 20, 2019
    Configuration menu
    Copy the full SHA
    ea7af96 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6930b21 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d21ffb4 View commit details
    Browse the repository at this point in the history
  9. Updated Linux Academy courses (kubernetes#14303)

    * Updated Linux Academy courses
    
    * Apply suggestions from code review
    
    Co-Authored-By: Tim Bannister <[email protected]>
    
    * Fix link syntax
    
    * Update overview.md
    Chazzledazzle1 authored and k8s-ci-robot committed May 20, 2019
    Configuration menu
    Copy the full SHA
    a7e4e00 View commit details
    Browse the repository at this point in the history
  10. Correcting minikube quickstart steps (kubernetes#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 <[email protected]>
    
    * Update content/en/docs/setup/minikube.md
    
    Co-Authored-By: Franklin Yu <[email protected]>
    
    * Update content/en/docs/setup/minikube.md
    
    Co-Authored-By: Franklin Yu <[email protected]>
    
    * Corrected formatting 
    
    Corrected formatting
    
    * Correcting number sequence 
    
    Correcting number sequence
    rajeshdeshpande02 authored and k8s-ci-robot committed May 20, 2019
    Configuration menu
    Copy the full SHA
    d135d56 View commit details
    Browse the repository at this point in the history
  11. Create blog post draft (kubernetes#14384)

    * Create blog post draft
    
    * Fixed comma problem and updated Cloud
    Jaice Singer DuMars authored and k8s-ci-robot committed May 20, 2019
    Configuration menu
    Copy the full SHA
    3c7cae7 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. Configuration menu
    Copy the full SHA
    3a44233 View commit details
    Browse the repository at this point in the history
  2. pick-right-solution.md (kubernetes#14434)

    Added Cisco Container Platform under "On-Premises turnkey cloud solutions"
    mkhaas authored and k8s-ci-robot committed May 21, 2019
    Configuration menu
    Copy the full SHA
    0d471c4 View commit details
    Browse the repository at this point in the history
  3. Fix link (kubernetes#14438)

    * Update imperative-command.md
    
    * Update imperative-command.md
    Suhwan Cha authored and k8s-ci-robot committed May 21, 2019
    Configuration menu
    Copy the full SHA
    6be8640 View commit details
    Browse the repository at this point in the history
  4. removed the junk character (kubernetes#14430)

    Himanshu Pandey authored and k8s-ci-robot committed May 21, 2019
    Configuration menu
    Copy the full SHA
    7aed682 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9e966b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    be35043 View commit details
    Browse the repository at this point in the history
  7. Remove extra '**' (kubernetes#14413)

    remove extra '*' from the end of the aritcle;
    or they have other meanings :D
    41tair authored and k8s-ci-robot committed May 21, 2019
    Configuration menu
    Copy the full SHA
    55ace3b View commit details
    Browse the repository at this point in the history
  8. Updated links to vendor specific implementions (kubernetes#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.
    Sahin Vardar authored and k8s-ci-robot committed May 21, 2019
    Configuration menu
    Copy the full SHA
    8ab64f7 View commit details
    Browse the repository at this point in the history
  9. document pod downwardAPI fieldRef & resourceFiledRef values (kubernet…

    …es#14321)
    
    * document pod downwardAPI fieldRef & resourceRef values of en version
    
    * document pod downwardAPI fieldRef & resourceRef values of zh version
    
    * typo correction
    yuchengwu authored and k8s-ci-robot committed May 21, 2019
    Configuration menu
    Copy the full SHA
    6c3d270 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e0873fe View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    702a4fd View commit details
    Browse the repository at this point in the history
  12. Link upgrade to skewed version page (kubernetes#14421)

    * Link upgrade to skewed version page
    
    It provides the order of upgrade and shows which versions are supported.
    Solves (at least partially ) kubernetes#14420
    
    * Update cluster-management.md
    
    * Update cluster-management.md
    alex-slynko authored and k8s-ci-robot committed May 21, 2019
    Configuration menu
    Copy the full SHA
    85ab4a4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    18367fe View commit details
    Browse the repository at this point in the history
  14. Flag --export has been deprecated (kubernetes#14432)

    Flag --export has been deprecated, This flag is deprecated and will be removed in future.
    gwind authored and k8s-ci-robot committed May 21, 2019
    Configuration menu
    Copy the full SHA
    a98753c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    625bf36 View commit details
    Browse the repository at this point in the history
  16. Update i18n/ja.toml (kubernetes#13666)

    * fix kubernetes#13105
    
    * Translate kubernetes#12900 in advance
    
    * Update ja.toml
    cstoku authored and k8s-ci-robot committed May 21, 2019
    Configuration menu
    Copy the full SHA
    5c89ab7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7f888c1 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2019

  1. Translate "Pod Preset" page to Bahasa Indonesia (kubernetes#14394)

    * add pod preset page for language/id
    
    * fix formatting
    
    * fix typos and wording
    
    * fix formatting and add few missed lines
    
    * fix note formatting
    antoooks authored and k8s-ci-robot committed May 22, 2019
    Configuration menu
    Copy the full SHA
    00b8aea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78be343 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ca230d View commit details
    Browse the repository at this point in the history
  4. Update apiVersion on example-ingress to extensions/v1beta1 (kubernete…

    …s#14449)
    
    Update apiVersion on ingress to extensions/v1beta1
    thecrudge authored and k8s-ci-robot committed May 22, 2019
    Configuration menu
    Copy the full SHA
    4aa0fda View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    866b99c View commit details
    Browse the repository at this point in the history
  6. Second Japanese l10n work for release-1.13 (kubernetes#14465)

    * Update k8s.io/ja/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro/ (kubernetes#13153)
    
    * [ja] Translate Hello Minikube in tutorials (kubernetes#13100) (kubernetes#13161)
    
    * ja-trans: update supported-doc-versions.md (kubernetes#13186)
    
    * [ja] Update /concepts/overview/what-is-kubernetes.md kubernetes#13079 (kubernetes#13187)
    
    *  ja-trans: update expose-intro.html (kubernetes#13215)
    
    * ja-trans: update expose-intro.html
    
    * ja-trans: fix broken links by linking to english pages
    
    * update deploy-intro.html (kubernetes#13103) (kubernetes#13208)
    
    * update deploy-intro.html (kubernetes#13103)
    
    * Update content/ja/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.html
    
    add /ja path
    
    Co-Authored-By: chidakiyo <[email protected]>
    
    * [ja] Update /setup/release/building-from-source.md (kubernetes#13095) (kubernetes#13220)
    
    * ja-trans: update /ja/docs/setup/independent/control-plane-flags/ (kubernetes#13228)
    
    * ja-trans: Update /setup/turnkey/azure.md (kubernetes#13097) (kubernetes#13224)
    
    * ja-trans: update /ja/docs/tutorials/kubernetes-basics/ (kubernetes#13232)
    
    * ja-trans: update /ja/docs/tutorials/kubernetes-basics/
    
    * ja-trans: translate card.title
    
    * ja-trans: update setup/minikube.md (kubernetes#13091) (kubernetes#13219)
    
    * [ja] Update content of setup/minikube.md, fixing the diff between 551489f 7b07d19.
    
    * [ja] Translate the content: content/ja/docs/setup/minikube.md (kubernetes#13091)
    
    * Correct Katakana words, using long vowel words
    
    Co-Authored-By: yukinagae <[email protected]>
    
    * Fix typos
    
    Co-Authored-By: yukinagae <[email protected]>
    
    * Correct some changes, thanks for the FB
    
    Co-Authored-By: yukinagae <[email protected]>
    
    * ja-trans: Update k8s.io/ja/docs/setup/pick-right-solution/ (kubernetes#13094) (kubernetes#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 (kubernetes#13094)
    
    * Update content/ja/docs/setup/pick-right-solution.md
    
    Correct small changes based on the feedback
    
    Co-Authored-By: yukinagae <[email protected]>
    
    * Better translation and refer the Japanese document link
    
    Co-Authored-By: yukinagae <[email protected]>
    
    * Correct Japanese anchors
    
    Co-Authored-By: yukinagae <[email protected]>
    
    * Correct translation mistakes
    
    Co-Authored-By: yukinagae <[email protected]>
    
    * ja: Translate /docs/home (kubernetes#13366)
    
    * follow to the latest format
    
    * review
    
    * ja: fix some unnatural translation and formatting (kubernetes#13367)
    
    * format
    
    * Update content/ja/docs/setup/certificates.md
    
    Co-Authored-By: inductor <[email protected]>
    
    * ja-trans: Translate heading and subheading of docs/setup/version-skew-policy.md in Japanese (kubernetes#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 (kubernetes#13359)
    
    * copy content
    
    * remove reviewer block
    
    * Translate heading and subheading.
    
    * ref. kubernetes#13098 (kubernetes#13358)
    
    * ref. kubernetes#13096 (kubernetes#13357)
    
    * ref. kubernetes#13089 (kubernetes#13353)
    
    * ref. kubernetes#13087 (kubernetes#13351)
    
    * ref. kubernetes#13082 (kubernetes#13348)
    
    * ref. kubernetes#13085 (kubernetes#13349)
    
    * ref. kubernetes#13088 (kubernetes#13352)
    
    * ref. kubernetes#13090 (kubernetes#13354)
    
    * ref. kubernetes#13092 (kubernetes#13355)
    
    * ref. kubernetes#13093 (kubernetes#13356)
    
    * ref. kubernetes#13099 (kubernetes#13361)
    
    * [ja] Translate the content: ja/docs/setup/independent/high-availability/ (kubernetes#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 <[email protected]>
    
    * Update k8s.io/ja/docs/setup/cri/ (kubernetes#13663)
    
    * fix content.
    
    * Update content/ja/docs/setup/cri.md
    
    Co-Authored-By: cstoku <[email protected]>
    
    * Update cri.md
    
    * Update content/ja/docs/setup/cri.md
    
    Co-Authored-By: cstoku <[email protected]>
    
    * Update content/ja/docs/setup/cri.md
    
    Co-Authored-By: cstoku <[email protected]>
    
    * improve translation
    cstoku authored and k8s-ci-robot committed May 22, 2019
    Configuration menu
    Copy the full SHA
    bbf3a97 View commit details
    Browse the repository at this point in the history
  7. cleanup component install to use new catalog feature (kubernetes#14063)

    * cleanup component install to use new catalog feature
    
    sequence of operations
    
    cleanup component install to use new catalog feature
    
    * Update krib.md
    zehicle authored and k8s-ci-robot committed May 22, 2019
    Configuration menu
    Copy the full SHA
    785412c View commit details
    Browse the repository at this point in the history

Commits on May 23, 2019

  1. Fix dangling "pick-right-solution" references - English (kubernetes#1…

    …4468)
    
    * Fix dangling references
    
    * Redirect to setup
    
    * english update only
    
    * english update only
    
    * Update last file
    
    * word fix
    Seth authored and k8s-ci-robot committed May 23, 2019
    Configuration menu
    Copy the full SHA
    3f02b89 View commit details
    Browse the repository at this point in the history
  2. Add blog post about Kyma from CNCF landscape (kubernetes#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 <[email protected]>
    
    * 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
    derberg authored and k8s-ci-robot committed May 23, 2019
    Configuration menu
    Copy the full SHA
    3be372b View commit details
    Browse the repository at this point in the history

Commits on May 24, 2019

  1. Fix typo "feedbacks" (kubernetes#14505)

    Feedback is uncountable, just a nitpick ;-)
    q-ode authored and k8s-ci-robot committed May 24, 2019
    Configuration menu
    Copy the full SHA
    0144a82 View commit details
    Browse the repository at this point in the history
  2. update link to front matter description (kubernetes#14493)

    Update the front matter link from jekyll to gohugo.
    kbhawkey authored and k8s-ci-robot committed May 24, 2019
    Configuration menu
    Copy the full SHA
    c66db29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03e840d View commit details
    Browse the repository at this point in the history
  4. Translate Disruptions docs to Indonesian (kubernetes#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
    phanama authored and k8s-ci-robot committed May 24, 2019
    Configuration menu
    Copy the full SHA
    d30a74f View commit details
    Browse the repository at this point in the history
  5. Initialize Taints and Tolerations in Bahasa Indonesia. (kubernetes#14405

    )
    
    * Initialize Taints and Tolerations in Bahasa Indonesia.
    
    * Fix typos
    irvifa authored and k8s-ci-robot committed May 24, 2019
    Configuration menu
    Copy the full SHA
    8279c43 View commit details
    Browse the repository at this point in the history
  6. Choisir la bonne solution link updated! (kubernetes#14483)

    * Choisir la bonne solution link updated!
    
    
    
    Co-Authored-By: Cheikh Rouhou <[email protected]>
    Co-Authored-By: Gergey Csatari <[email protected]>
    
    * Choisir la bonne solution link updated!
    
    
    
    Co-Authored-By: Cheikh Rouhou <[email protected]>
    Co-Authored-By: Gergey Csatari <[email protected]>
    
    * Remove some spaces
    hh authored and k8s-ci-robot committed May 24, 2019
    Configuration menu
    Copy the full SHA
    de38a3b View commit details
    Browse the repository at this point in the history

Commits on May 25, 2019

  1. Update kubecon buttons on homepage (kubernetes#14521)

    * Update kubecon buttons on homepage
    
    * Update _index.html
    alexcontini authored and k8s-ci-robot committed May 25, 2019
    Configuration menu
    Copy the full SHA
    3d39002 View commit details
    Browse the repository at this point in the history
  2. Update cluster-administration-overview.md (kubernetes#14510)

    * Update cluster-administration-overview.md
    
    according to kubernetes#14442 and related with kubernetes#14480
    
    * Update cluster-administration-overview.md
    zhangqx2010 authored and k8s-ci-robot committed May 25, 2019
    Configuration menu
    Copy the full SHA
    1077a76 View commit details
    Browse the repository at this point in the history
  3. Update overview.md (kubernetes#14424)

    * Update overview.md
    
    Fixed broken links for the Linuxacademy courses
    
    * Update overview.md
    jogspokoen authored and k8s-ci-robot committed May 25, 2019
    Configuration menu
    Copy the full SHA
    a7209fa View commit details
    Browse the repository at this point in the history
  4. Add content/es/docs/reference/glossary/job.md (kubernetes#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 <[email protected]>
    2 people authored and k8s-ci-robot committed May 25, 2019
    Configuration menu
    Copy the full SHA
    22f2106 View commit details
    Browse the repository at this point in the history
  5. Add content/es/docs/reference/glossary/rkt.md (kubernetes#14365)

    * es/docs/references/glossary: Add rkt term
    
    * Update content/es/docs/reference/glossary/rkt.md
    
    Co-Authored-By: Rael Garcia <[email protected]>
    
    * Update content/es/docs/reference/glossary/rkt.md
    
    Co-Authored-By: Rael Garcia <[email protected]>
    
    * Update content/es/docs/reference/glossary/rkt.md
    
    Co-Authored-By: Rael Garcia <[email protected]>
    2 people authored and k8s-ci-robot committed May 25, 2019
    Configuration menu
    Copy the full SHA
    060cb63 View commit details
    Browse the repository at this point in the history
  6. Add translations for Imperative Command for Bahasa Indonesia (kuberne…

    …tes#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
    qbl authored and k8s-ci-robot committed May 25, 2019
    Configuration menu
    Copy the full SHA
    afcc69c View commit details
    Browse the repository at this point in the history

Commits on May 26, 2019

  1. Configuration menu
    Copy the full SHA
    4229462 View commit details
    Browse the repository at this point in the history
  2. Add /content/fr/docs/reference/_index.md (kubernetes#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 <[email protected]>
    2 people authored and k8s-ci-robot committed May 26, 2019
    Configuration menu
    Copy the full SHA
    473e15d View commit details
    Browse the repository at this point in the history

Commits on May 27, 2019

  1. Update install-minikube.md (kubernetes#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?
    Christian Rebischke authored and k8s-ci-robot committed May 27, 2019
    Configuration menu
    Copy the full SHA
    1213d41 View commit details
    Browse the repository at this point in the history
  2. Tidy & reword “Configure a Pod to Use a Projected Volume for Storage” (

    …kubernetes#14539)
    
    * Reference glossary entry for Secret
    
    * Fix code block format code
    
    * Tidying & rewording
    sftim authored and k8s-ci-robot committed May 27, 2019
    Configuration menu
    Copy the full SHA
    81dd45f View commit details
    Browse the repository at this point in the history
  3. Fix HTML typo (kubernetes#14527)

    sftim authored and k8s-ci-robot committed May 27, 2019
    Configuration menu
    Copy the full SHA
    1078044 View commit details
    Browse the repository at this point in the history
  4. Add content/fr/docs/tutorials/_index.md (kubernetes#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 <[email protected]>
    2 people authored and k8s-ci-robot committed May 27, 2019
    Configuration menu
    Copy the full SHA
    4f60e86 View commit details
    Browse the repository at this point in the history
  5. fix kubernetes certified logo url (kubernetes#14511)

    Signed-off-by: harshvkarn <[email protected]>
    Harshvardhan Karn authored and k8s-ci-robot committed May 27, 2019
    Configuration menu
    Copy the full SHA
    bbc3061 View commit details
    Browse the repository at this point in the history
  6. Add more language specific slack channels (kubernetes#14506)

    * Add more country/language specific slack channels
    
    * Fix Finnish slack channel
    
    Co-Authored-By: Markus Maga <[email protected]>
    2 people authored and k8s-ci-robot committed May 27, 2019
    Configuration menu
    Copy the full SHA
    c9bb6aa View commit details
    Browse the repository at this point in the history
  7. Add spanish translation for node (kubernetes#14360)

    Co-Authored-By: Rael Garcia <[email protected]>
    2 people authored and k8s-ci-robot committed May 27, 2019
    Configuration menu
    Copy the full SHA
    e40697c View commit details
    Browse the repository at this point in the history
  8. Add container-environment-varibales concepts page (kubernetes#14378)

    Update content/es/docs/concepts/containers/container-environment-variables.md
    
    Co-Authored-By: Victor Morales <[email protected]>
    
    Update content/es/docs/concepts/containers/container-environment-variables.md
    
    Co-Authored-By: Alexander Brand <[email protected]>
    
    Update content/es/docs/concepts/containers/container-environment-variables.md
    
    Co-Authored-By: Victor Morales <[email protected]>
    
    Update content/es/docs/concepts/containers/container-environment-variables.md
    
    Co-Authored-By: Victor Morales <[email protected]>
    
    Update content/es/docs/concepts/containers/container-environment-variables.md
    
    Co-Authored-By: Victor Morales <[email protected]>
    
    Update content/es/docs/concepts/containers/container-environment-variables.md
    
    Co-Authored-By: Victor Morales <[email protected]>
    
    Update content/es/docs/concepts/containers/container-environment-variables.md
    
    Co-Authored-By: Victor Morales <[email protected]>
    
    Update content/es/docs/concepts/containers/container-environment-variables.md
    
    Co-Authored-By: Rael Garcia <[email protected]>
    
    Add raelga as reviewer
    
    Co-Authored-By: Rael Garcia <[email protected]>
    
    Remove typo
    
    Co-Authored-By: Rael Garcia <[email protected]>
    
    Add context to the link
    
    Co-Authored-By: Rael Garcia <[email protected]>
    
    Change the word to more international one
    
    Co-Authored-By: Rael Garcia <[email protected]>
    
    Update content/es/docs/concepts/containers/container-environment-variables.md
    
    Co-Authored-By: Rael Garcia <[email protected]>
    2 people authored and k8s-ci-robot committed May 27, 2019
    Configuration menu
    Copy the full SHA
    c16f82b View commit details
    Browse the repository at this point in the history
  9. Add content/es/docs/reference/glossary/cluster.md (kubernetes#14472)

    Co-Authored-By: Rael Garcia <[email protected]>
    2 people authored and k8s-ci-robot committed May 27, 2019
    Configuration menu
    Copy the full SHA
    7841f8b View commit details
    Browse the repository at this point in the history

Commits on May 28, 2019

  1. Fourth Korean localization work for release-1.14 (kubernetes#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 (kubernetes#14285)
    
    * translate cron-jobs.md to korean + add _index.md (kubernetes#14024)
    
    * ko: update outdated files in dev-1.14-ko.4 kubernetes#14207 (kubernetes#14347)
    
    * Translate standardized glossary Tag Workload in Korean (kubernetes#14208)
    
    * translate to content/ko/docs/concepts/cluster-administration/controll… (kubernetes#14234)
    
    * ko: update concepts, contribute, tasks in dev-1.14-ko.4 kubernetes#14207 (kubernetes#14502)
    
    * ko: update cheatsheet in dev-1.14-ko.4  (kubernetes#14515)
    
    Co-Authored-By:    Woojin Na(Eddie) <[email protected]>
    Co-Authored-By:    Kim Young Dae <[email protected]>
    Co-Authored-by:    Claudia J. Kang <[email protected]>
    Co-authored-by:    Yoon <[email protected]>
    Co-authored-by:    June Yi <[email protected]>
    Co-authored-by:    Seokho <[email protected]>
    6 people authored and k8s-ci-robot committed May 28, 2019
    Configuration menu
    Copy the full SHA
    b19c549 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5656da5 View commit details
    Browse the repository at this point in the history
  3. Fix content/es/docs/setup/_index.md (kubernetes#14491)

    Dangling "pick-right-solution" references kubernetes#14474
    es docs redirection  404 fixed
    jrab66 authored and k8s-ci-robot committed May 28, 2019
    Configuration menu
    Copy the full SHA
    16f557f View commit details
    Browse the repository at this point in the history
  4. Add annotation page (kubernetes#14358)

    Rael Garcia authored and k8s-ci-robot committed May 28, 2019
    Configuration menu
    Copy the full SHA
    dd22f47 View commit details
    Browse the repository at this point in the history
  5. Add content/es/docs/reference/glossary/sysctl.md (kubernetes#14390)

    Signed-off-by: Jose Luis Perez Diez <[email protected]>
    
    Co-Authored-By: Alexander Brand <[email protected]>
    Co-Authored-By: Victor Morales <[email protected]>
    3 people authored and k8s-ci-robot committed May 28, 2019
    Configuration menu
    Copy the full SHA
    a845f40 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2019

  1. fix link to aws.go (kubernetes#14550)

    * fix link to aws.go
    
    * fix link to aws.go
    santhosh-tekuri authored and k8s-ci-robot committed May 29, 2019
    Configuration menu
    Copy the full SHA
    54b4a1f View commit details
    Browse the repository at this point in the history
  2. Use shortcode for note in Kops glossary entry (kubernetes#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
    sftim authored and k8s-ci-robot committed May 29, 2019
    Configuration menu
    Copy the full SHA
    23e8eaf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f38c907 View commit details
    Browse the repository at this point in the history
  4. [WIP] Clean up and reorganize minikube.md (kubernetes#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
    shavidissa authored and k8s-ci-robot committed May 29, 2019
    Configuration menu
    Copy the full SHA
    5c9a9b1 View commit details
    Browse the repository at this point in the history
  5. docs-fr | tutorials | create-cluster (kubernetes#14584)

    * init pages tuto FR create-cluster
    
    * typo
    
    * update
    
    * update index
    rekcah78 authored and k8s-ci-robot committed May 29, 2019
    Configuration menu
    Copy the full SHA
    8bf1393 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9c8845c View commit details
    Browse the repository at this point in the history

Commits on May 30, 2019

  1. Configuration menu
    Copy the full SHA
    da76416 View commit details
    Browse the repository at this point in the history
  2. Reword glossary entry for etcd (kubernetes#14621)

    * Link to official etcd documentation
    
    * Reword etcd glossary entry
    
    * Update etcd.md
    sftim authored and k8s-ci-robot committed May 30, 2019
    Configuration menu
    Copy the full SHA
    b2d7cc5 View commit details
    Browse the repository at this point in the history
  3. Update code of conduct based on upstream changes (kubernetes#14612)

    Level with upstream commit 214585e24aab747fb85c2ea44fbf4a2442e30de6
    sftim authored and k8s-ci-robot committed May 30, 2019
    Configuration menu
    Copy the full SHA
    92760f8 View commit details
    Browse the repository at this point in the history
  4. Use runtime/default for seccomp. (kubernetes#14616)

    Martin Vladev authored and k8s-ci-robot committed May 30, 2019
    Configuration menu
    Copy the full SHA
    8e54184 View commit details
    Browse the repository at this point in the history
  5. Corrected documentation for kubectl tab completion on Mac (kubernetes…

    …#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
    Atif Mahmood authored and k8s-ci-robot committed May 30, 2019
    Configuration menu
    Copy the full SHA
    424045f View commit details
    Browse the repository at this point in the history
  6. Fix reference to features state to beta (kubernetes#14618)

    * Fix reference to features state to beta
    
    * Update device-plugins.md
    craiglpeters authored and k8s-ci-robot committed May 30, 2019
    Configuration menu
    Copy the full SHA
    b40144e View commit details
    Browse the repository at this point in the history
  7. Update the pull Request template wording (kubernetes#14619)

    * [WIP]Fix typo
    
    Fix typo
    
    * Update PULL_REQUEST_TEMPLATE.md
    rugwirobaker authored and k8s-ci-robot committed May 30, 2019
    Configuration menu
    Copy the full SHA
    39bdcc0 View commit details
    Browse the repository at this point in the history
  8. Update config option for openstack block storage (kubernetes#14603)

    * update config option for openstack block storage
    
    * Update cloud-providers.md
    adisky authored and k8s-ci-robot committed May 30, 2019
    Configuration menu
    Copy the full SHA
    5913160 View commit details
    Browse the repository at this point in the history
  9. Remove initializers feature gate (kubernetes#14602)

    * Remove initializers feature gate
    
    Initializers are removed in 1.14
    kubernetes/kubernetes#72972
    
    * Update feature-gates.md
    Martin Vladev authored and k8s-ci-robot committed May 30, 2019
    Configuration menu
    Copy the full SHA
    a55e66f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2efe4d5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7df7a2e View commit details
    Browse the repository at this point in the history
  12. Remove initializers (ja) (kubernetes#14626)

    Initializers are removed in 1.14 [1]
    
    [1]: kubernetes/kubernetes#72972
    Martin Vladev authored and k8s-ci-robot committed May 30, 2019
    Configuration menu
    Copy the full SHA
    0180769 View commit details
    Browse the repository at this point in the history
  13. Update content/es/_index.html with new links (kubernetes#14589)

    * Update content/es/_index.html with new links
    
    * Update _index.html
    javisabalete authored and k8s-ci-robot committed May 30, 2019
    Configuration menu
    Copy the full SHA
    c116795 View commit details
    Browse the repository at this point in the history
  14. Add content/es/docs/reference/glossary/service.md (kubernetes#14361)

    Co-Authored-By: Rael Garcia <[email protected]>
    2 people authored and k8s-ci-robot committed May 30, 2019
    Configuration menu
    Copy the full SHA
    ebce625 View commit details
    Browse the repository at this point in the history
  15. Add content/es/docs/reference/glossary/application-developer.md (kube…

    …rnetes#14372)
    
    Co-Authored-By: Rael Garcia <[email protected]>
    2 people authored and k8s-ci-robot committed May 30, 2019
    Configuration menu
    Copy the full SHA
    c4c4cc6 View commit details
    Browse the repository at this point in the history
  16. Add content/es/docs/reference/glossary/image.md (kubernetes#14364)

    * Add content/es/docs/reference/glossary/image.md
    
    * Update content/es/docs/reference/glossary/image.md
    
    Co-Authored-By: Rael Garcia <[email protected]>
    2 people authored and k8s-ci-robot committed May 30, 2019
    Configuration menu
    Copy the full SHA
    0461eaa View commit details
    Browse the repository at this point in the history
  17. Add content/es/docs/reference/glossary/application-architect.md (kube…

    …rnetes#14373)
    
    Co-Authored-By: Rael Garcia <[email protected]>
    2 people authored and k8s-ci-robot committed May 30, 2019
    Configuration menu
    Copy the full SHA
    3d8b015 View commit details
    Browse the repository at this point in the history
  18. Add content/es/docs/reference/glossary/secret.md (kubernetes#14356)

    * Add content/es/docs/reference/glossary/secret.md
    
    Co-Authored-By: Rael Garcia <[email protected]>
    
    * Update content/es/docs/reference/glossary/secret.md
    
    Co-Authored-By: Rael Garcia <[email protected]>
    
    * Update content/es/docs/reference/glossary/secret.md
    
    Co-Authored-By: Victor Morales <[email protected]>
    2 people authored and k8s-ci-robot committed May 30, 2019
    Configuration menu
    Copy the full SHA
    2fcdd4d View commit details
    Browse the repository at this point in the history
  19. Add translations for Imperative Config for Bahasa Indonesia (kubernet…

    …es#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
    qbl authored and k8s-ci-robot committed May 30, 2019
    Configuration menu
    Copy the full SHA
    f8ccf4d View commit details
    Browse the repository at this point in the history
  20. Add content/es/docs/reference/glossary/pod.md (kubernetes#14368)

    * Add  content/es/docs/reference/glossary/pod.md
    
    Apply suggestions from code review
    
    Co-Authored-By: Rael Garcia <[email protected]>
    
    * Update content/es/docs/reference/glossary/pod.md
    
    Co-Authored-By: Alexander Brand <[email protected]>
    2 people authored and k8s-ci-robot committed May 30, 2019
    Configuration menu
    Copy the full SHA
    5ece295 View commit details
    Browse the repository at this point in the history
  21. Fix typo (kubernetes#14592)

    sftim authored and k8s-ci-robot committed May 30, 2019
    Configuration menu
    Copy the full SHA
    49e18cd View commit details
    Browse the repository at this point in the history
  22. Cloud Native Security Intro (kubernetes#14495)

    * initial aggregation of security recommendations
    
    * Update content/en/docs/concepts/security/overview.md
    
    Co-Authored-By: Jim Angel <[email protected]>
    
    * Update content/en/docs/concepts/security/overview.md
    
    Co-Authored-By: Tim Bannister <[email protected]>
    
    * address concerns in PR comments
    zparnold authored and k8s-ci-robot committed May 30, 2019
    Configuration menu
    Copy the full SHA
    60266ff View commit details
    Browse the repository at this point in the history
  23. Document rounding behavior for PDBs (kubernetes#14408)

    * Document rounding behavior for PDBs
    
    * Update content/en/docs/tasks/run-application/configure-pdb.md
    
    Co-Authored-By: Tim Bannister <[email protected]>
    
    * Update configure-pdb.md
    Misty Linville authored and k8s-ci-robot committed May 30, 2019
    Configuration menu
    Copy the full SHA
    1d0f8d9 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    f6b8449 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2019

  1. Add relevant glossary tooltips (kubernetes#14632)

    Guide reader to learn more about StatefulSet.
    sftim authored and k8s-ci-robot committed May 31, 2019
    Configuration menu
    Copy the full SHA
    ebed710 View commit details
    Browse the repository at this point in the history
  2. Remove initializers (id) (kubernetes#14655)

    Initializers are removed in 1.14 [1]
    
    [1]: kubernetes/kubernetes#72972
    Martin Vladev authored and k8s-ci-robot committed May 31, 2019
    Configuration menu
    Copy the full SHA
    0ebe8c3 View commit details
    Browse the repository at this point in the history
  3. Remove initializers (zh) (kubernetes#14654)

    Initializers are removed in 1.14 [1]
    
    [1]: kubernetes/kubernetes#72972
    Martin Vladev authored and k8s-ci-robot committed May 31, 2019
    Configuration menu
    Copy the full SHA
    8d674dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0cb3f4a View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2019

  1. Update minikube.md (kubernetes#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
    Magro28 authored and k8s-ci-robot committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    20f29ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fabe7aa View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2019

  1. Configuration menu
    Copy the full SHA
    3de064f View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2019

  1. Configuration menu
    Copy the full SHA
    c25d3c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26fd321 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73ee498 View commit details
    Browse the repository at this point in the history
  4. Link to 'Add image pull secret to service account' (kubernetes#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
    rajeshdeshpande02 authored and k8s-ci-robot committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    674303b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    985c083 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    711a0d2 View commit details
    Browse the repository at this point in the history
  7. Add german slack channel and maintainer (kubernetes#14489)

    * Add german slack channel and maintainer
    
    * Update German Maintainer
    
    Co-Authored-By: Roy Lenferink <[email protected]>
    2 people authored and k8s-ci-robot committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    42b422b View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2019

  1. Updates kubernetes-basics (kubernetes#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.
    shavidissa authored and k8s-ci-robot committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    3af9a19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44414ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e66b9a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88fe150 View commit details
    Browse the repository at this point in the history
  5. small grammar fixes in overview/components.md (kubernetes#14693)

    Trival patch to fix a couple grammatical mistakes I found while going
    through overview/components.md.
    jaypipes authored and k8s-ci-robot committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    eda841c View commit details
    Browse the repository at this point in the history
  6. Update secret.md (kubernetes#14690)

    fix (#解码-secret)
    AllenZMC authored and k8s-ci-robot committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    6f291e0 View commit details
    Browse the repository at this point in the history
  7. document version changes of critical pod (kubernetes#14684)

    * document version changes of critical pod
    
    * document system priority class name version requirement
    
    * Update guaranteed-scheduling-critical-addon-pods.md
    yuchengwu authored and k8s-ci-robot committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    92d1da4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6c91774 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    10e71c9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    270bae0 View commit details
    Browse the repository at this point in the history
  11. corrected example for private image string format (kubernetes#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'
    raja-anbazhagan authored and k8s-ci-robot committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    8b2b09e View commit details
    Browse the repository at this point in the history
  12. Tweak glossary definition for Node (kubernetes#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 kubernetes#14523
    
    Co-Authored-By: Rael Garcia <[email protected]>
    2 people authored and k8s-ci-robot committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    aa9384e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2ca9136 View commit details
    Browse the repository at this point in the history
  14. Improve Pivotal row in Production Setup table (kubernetes#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 <[email protected]>
    
    * Spell out PKS abbreviation.
    
    Co-authored-by: Danny Berger <[email protected]>
    2 people authored and k8s-ci-robot committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    d259346 View commit details
    Browse the repository at this point in the history
  15. Prefer "minikube delete" over "rm -rf ~/.minikube" (kubernetes#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: kubernetes/minikube#4377
    tstromberg authored and k8s-ci-robot committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    b207ff8 View commit details
    Browse the repository at this point in the history
  16. Reword documentation for Service concept (kubernetes#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
    sftim authored and k8s-ci-robot committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    62ae33b View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2019

  1. Configuration menu
    Copy the full SHA
    704aa64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    944ab0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83d5e1e View commit details
    Browse the repository at this point in the history
  4. Add case studies from cncf.io (kubernetes#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
    alexcontini authored and k8s-ci-robot committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    82baf65 View commit details
    Browse the repository at this point in the history
  5. fix typo en/fr (kubernetes#14749)

    rekcah78 authored and k8s-ci-robot committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    07812a5 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2019

  1. changed example domain to be **example.com** (kubernetes#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 kubernetes#14283
    raja-anbazhagan authored and k8s-ci-robot committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    1fbcb30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28d225e View commit details
    Browse the repository at this point in the history
  3. Update images.md (kubernetes#14736)

    * Update images.md
    
    * Update content/en/docs/concepts/containers/images.md
    
    That works fine and thank you.
    
    Co-Authored-By: Tim Bannister <[email protected]>
    2 people authored and k8s-ci-robot committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    8ac73fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cdc2ccf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c19c669 View commit details
    Browse the repository at this point in the history
  6. use glossary defs in overview/components.md (kubernetes#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.
    jaypipes authored and k8s-ci-robot committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    cbbaf04 View commit details
    Browse the repository at this point in the history
  7. Kubespray supports Custom VM and BareMetal (kubernetes#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
    Timoses authored and k8s-ci-robot committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    ac3e49b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    64d61cf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fd6ec9b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1aae328 View commit details
    Browse the repository at this point in the history
  11. update pod-overview.md (kubernetes#14758)

    replaced the changed required in kubernetes#14746
    Vageesha17 authored and k8s-ci-robot committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    2e73fb6 View commit details
    Browse the repository at this point in the history
  12. Translate docs/tasks/configure-pod-container/attach-handler-lifecycle…

    …-event in Chinese (kubernetes#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 <[email protected]>
    
    * Apply suggestions from code review
    
    Thanks for tengqm's help again
    
    Co-Authored-By: Qiming <[email protected]>
    
    * Modify the order of text in markdown format
    
    * Unified translation into 处理函数
    rainingmaster authored and k8s-ci-robot committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    ba2dc02 View commit details
    Browse the repository at this point in the history
  13. Update “Autoscale the DNS Service in a Cluster” (kubernetes#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
    sftim authored and k8s-ci-robot committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    7289483 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7fef09f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6c85c9c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    11194bc View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5f7feac View commit details
    Browse the repository at this point in the history
  18. Rs rollingupdate (kubernetes#14462)

    * Redirect to Deployment docs
    
    * Redirect to Deployment docs
    
    * change using to use
    
    * typo
    
    * fix extra file
    
    * line wrap Deployment
    Seth authored and k8s-ci-robot committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    7166553 View commit details
    Browse the repository at this point in the history
  19. Adding annotation example (kubernetes#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
    rajeshdeshpande02 authored and k8s-ci-robot committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    1646be8 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0e146f8 View commit details
    Browse the repository at this point in the history
  21. Adding example to show labels in POD yaml (kubernetes#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
    rajeshdeshpande02 authored and k8s-ci-robot committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    6b9fd61 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    86e0bef View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    194a895 View commit details
    Browse the repository at this point in the history
  24. Revert "fix typo en/fr (kubernetes#14749)" (kubernetes#14750)

    This reverts commit 07812a5.
    rekcah78 authored and k8s-ci-robot committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    019c774 View commit details
    Browse the repository at this point in the history
  25. docs-fr | concepts | services-networking | ingress (kubernetes#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 <[email protected]>
    
    * Update content/fr/docs/concepts/services-networking/ingress.md
    
    Co-Authored-By: Tim Bannister <[email protected]>
    
    * Update content/fr/docs/concepts/services-networking/ingress.md
    
    Co-Authored-By: Tim Bannister <[email protected]>
    
    * Update content/fr/docs/concepts/services-networking/ingress.md
    
    Co-Authored-By: Tim Bannister <[email protected]>
    
    * Update content/fr/docs/concepts/services-networking/ingress.md
    
    Co-Authored-By: Tim Bannister <[email protected]>
    
    * Update content/fr/docs/concepts/services-networking/ingress.md
    
    Co-Authored-By: Tim Bannister <[email protected]>
    
    * Update content/fr/docs/concepts/services-networking/ingress.md
    
    Co-Authored-By: Tim Bannister <[email protected]>
    
    * [docs-fr] enhance syntax
    
    * [docs-fr] update load-balancer spec
    
    * [docs-fr] fix broken deployment
    
    * [docs-fr] fix typos
    0xawaz authored and k8s-ci-robot committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    0fcc348 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2019

  1. Configuration menu
    Copy the full SHA
    aa96765 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fe0d50 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2019

  1. Configuration menu
    Copy the full SHA
    871ba61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce2f471 View commit details
    Browse the repository at this point in the history
  3. correct typo in home directory name (kubernetes#14659)

    home directory given as /etc/kuberentes/pki
    should be /etc/kubernetes/pki
    rchowson authored and k8s-ci-robot committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    c133a32 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2019

  1. Configuration menu
    Copy the full SHA
    654db85 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2019

  1. Correction: sysctl entries aren't annotations (kubernetes#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
    JayBeale authored and tengqm committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    8f4fe15 View commit details
    Browse the repository at this point in the history
  2. Fixes PDB rounding docs (percentage as string instead of float) (kube…

    …rnetes#14788)
    
    * Clarifies how to set `minAvailable` using a percentage
    
    * Fixes other references to percentages
    jasongwartz authored and tengqm committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    1f9786e View commit details
    Browse the repository at this point in the history
  3. improve arch/nodes.md info on Conditions and Allocatable (kubernetes#…

    …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.
    jaypipes authored and k8s-ci-robot committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    4ac08fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e63eb4 View commit details
    Browse the repository at this point in the history
  5. recommended admission controllers are enabled by default (kubernetes#…

    …14784)
    
    Since the recommended ones are already enabled by default, they do not need to be explicitly specified with `--enable-admission-plugins`
    rptaylor authored and k8s-ci-robot committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    6a77a5a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    43ed5b7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8b68f6a View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2019

  1. Federation Remediation Part Deux (kubernetes#14140)

    * first removal of federation
    
    * more fixes
    thecrudge authored and k8s-ci-robot committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    1b9af9a View commit details
    Browse the repository at this point in the history
  2. Update service.md (kubernetes#14804)

    Removed one 'means' from incorrect repeat.
    cdivitotawela authored and k8s-ci-robot committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    4302188 View commit details
    Browse the repository at this point in the history
  3. fix padding for docs home on nav (kubernetes#14807)

    updated padding for docs home on nav
    testing new sass->css, hugo extended
    kbhawkey authored and k8s-ci-robot committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    ba7f02e View commit details
    Browse the repository at this point in the history
  4. Fixes the IP addresses shown in the ip-masq diagram. (kubernetes#14789)

    The diagram can now be edited in draw.io
    
    Issue kubernetes#13917
    palnabarun authored and k8s-ci-robot committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    277d206 View commit details
    Browse the repository at this point in the history
  5. Update install-minikube.md (kubernetes#14776)

    Add message displayed when Hyper-V is already installed.
    jarst authored and k8s-ci-robot committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    feda4f9 View commit details
    Browse the repository at this point in the history
  6. Updated podpreset.md to reflect changes in #71479 (kubernetes#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.
    NicolasRouquette authored and k8s-ci-robot committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    9909ef7 View commit details
    Browse the repository at this point in the history
  7. Remove Port Proxy reference (kubernetes#14769)

    The repository is no longer maintained and deprecated
    foxylion authored and k8s-ci-robot committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    b67e560 View commit details
    Browse the repository at this point in the history
  8. add clux/kube-rs client (kubernetes#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
    clux authored and k8s-ci-robot committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    9e1dc47 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    04f568d View commit details
    Browse the repository at this point in the history
  10. add related note with pod deleted (kubernetes#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
    fudali authored and k8s-ci-robot committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    b237842 View commit details
    Browse the repository at this point in the history
  11. Update persistent-volumes.md (kubernetes#14811)

    Update PersistentVolume description.
    zhangqx2010 authored and k8s-ci-robot committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    1e354c5 View commit details
    Browse the repository at this point in the history
  12. Add recommendation to use kms provider (kubernetes#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
    mayakacz authored and k8s-ci-robot committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    a905be0 View commit details
    Browse the repository at this point in the history
  13. Add comment about where to run probe (kubernetes#13815)

    * Add comment about where to run probe
    
    Add comment about where to run probe
    
    Signed-off-by: Xiang Dai <[email protected]>
    
    * Update language
    
    Signed-off-by: Xiang Dai <[email protected]>
    
    * Update language
    
    Signed-off-by: Xiang Dai <[email protected]>
    
    * Update language
    
    Signed-off-by: Xiang Dai <[email protected]>
    
    * fix grammar nits
    
    Signed-off-by: Xiang Dai <[email protected]>
    daixiang0 authored and k8s-ci-robot committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    d865cc4 View commit details
    Browse the repository at this point in the history
  14. updated recommend key path for multiple certificates . (kubernetes#13895

    )
    
    this is fix for issue kubernetes#13892 " In certificate-path table, values of recommend key path for certificates are missing."
    shubham-asati authored and k8s-ci-robot committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    0c03137 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b3e3332 View commit details
    Browse the repository at this point in the history
  16. Downloadable examples for “Run applications” section (kubernetes#14147)

    * Move examples ahead of commands that use them
    
    In support of kubernetes#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 kubernetes#12740
    
    * Move PodDisruptionBudget sample YAML to examples
    
    In aid of kubernetes#12740
    
    * Update test schema for new examples
    
    * Use Unicode ellipsis in example
    
    Aim here is to make the elision more obvious
    sftim authored and k8s-ci-robot committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    7b44b7a View commit details
    Browse the repository at this point in the history
  17. Split minikube install task into tabs (per-OS) (kubernetes#14013)

    * Put minikube install steps in per-OS tabs
    
    * Work around nested <li> 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
    sftim authored and k8s-ci-robot committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    5c3e795 View commit details
    Browse the repository at this point in the history
  18. Add Ref to shared process namespaces (kubernetes#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
    so0k authored and k8s-ci-robot committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    a1cde3f View commit details
    Browse the repository at this point in the history
  19. Check all commits in branch for examples (to trigger testing) (kubern…

    …etes#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"
    sftim authored and k8s-ci-robot committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    6e901b9 View commit details
    Browse the repository at this point in the history
  20. Fix several potential issues with existing translation (kubernetes#14785

    )
    
    * some typos
    * some weird formulations, copied from the original english sentence
    * some missing translations
    anthonydahanne authored and k8s-ci-robot committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    c27dced View commit details
    Browse the repository at this point in the history
  21. Add accessibility guidelines to the style guide (kubernetes#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&currentsidebar=%23col_overview&levels=aaa
    
    We still need to define attributes for the front matter. See, kubernetes#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 <[email protected]>
    
    Update content/en/docs/contribute/style/style-guide.md
    
    Co-Authored-By: Tim Bannister <[email protected]>
    
    Update content/en/docs/contribute/style/style-guide.md
    
    Co-Authored-By: Tim Bannister <[email protected]>
    
    incorporated the changes
    
    incorporated the changes
    
    Update content/en/docs/contribute/style/style-guide.md
    
    Co-Authored-By: Tim Bannister <[email protected]>
    
    title section for front matter guideline
    
    updated the html characters
    
    Update content/en/docs/contribute/style/style-guide.md
    
    Co-Authored-By: Tim Bannister <[email protected]>
    
    Update style-guide.md
    Rajakavitha1 authored and k8s-ci-robot committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    f7d6afe View commit details
    Browse the repository at this point in the history
  22. Improve concept page for Ingress (kubernetes#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
    sftim authored and k8s-ci-robot committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    38aff0f View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d028d87 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2019

  1. Configuration menu
    Copy the full SHA
    f60947b View commit details
    Browse the repository at this point in the history
  2. Restructure the left navigation pane of setup (kubernetes#14826)

    * restructure left nav
    
    * Restructure setup left navigation
    
    * Update _redirects
    
    * Incorporated all the changes suggested
    
    * removed the Thumbs.db file
    Rajakavitha1 authored and k8s-ci-robot committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    55ac801 View commit details
    Browse the repository at this point in the history
  3. Update _index.md for Spanish (kubernetes#14645)

    * Update _index.md
    
    * Update _index.md
    chesstrian authored and k8s-ci-robot committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    1306060 View commit details
    Browse the repository at this point in the history
  4. Add content/es/docs/reference/glossary/kubeadm.md (kubernetes#14546)

    * Add content/es/docs/reference/glossary/kubeadm.md
    
    * Update content/es/docs/reference/glossary/kubeadm.md
    
    Co-Authored-By: Rael Garcia <[email protected]>
    
    * Update content/es/docs/reference/glossary/kubeadm.md
    
    Co-Authored-By: Rael Garcia <[email protected]>
    
    * Update content/es/docs/reference/glossary/kubeadm.md
    
    Co-Authored-By: Rael Garcia <[email protected]>
    2 people authored and k8s-ci-robot committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    c113e20 View commit details
    Browse the repository at this point in the history
  5. Add content/es/docs/reference/glossary/docker.md (kubernetes#14553)

    * Add content/es/docs/reference/glossary/docker.md
    
    * Update content/es/docs/reference/glossary/docker.md
    
    Co-Authored-By: Victor Morales <[email protected]>
    2 people authored and k8s-ci-robot committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    c3fa521 View commit details
    Browse the repository at this point in the history
  6. Translate content/id/docs/concepts/cluster-administration/cluster-adm…

    …inistration-overview.md into Portuguese (kubernetes#14705)
    
    * Added - Cluster Administration Overview as ptBR
    
    * Fixed missing translation
    
    * Fixed style
    
    * rollback reviewers
    devlware authored and k8s-ci-robot committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    846de91 View commit details
    Browse the repository at this point in the history
  7. Add a script to check differences between translated and English vers…

    …ion (kubernetes#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.
    remyleone authored and k8s-ci-robot committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    be946f2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    528fd25 View commit details
    Browse the repository at this point in the history
  9. Update field-selectors.md (kubernetes#14839)

    We should use --all-namespaces to filter all the service
    wanghaoran1988 authored and k8s-ci-robot committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    e0f5576 View commit details
    Browse the repository at this point in the history
  10. fix-zh-home (kubernetes#14835)

    zhangqx2010 authored and k8s-ci-robot committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    cef5f1f View commit details
    Browse the repository at this point in the history
  11. Update install-kubectl.md (kubernetes#14840)

    Add note: Docker for Windows adds its own kubectl to PATH
    jarst authored and k8s-ci-robot committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    ba03f95 View commit details
    Browse the repository at this point in the history
  12. 2 translated interactive tutorials for ES (kubernetes#14417)

    Signed-off-by: Ben Hall <[email protected]>
    BenHall authored and k8s-ci-robot committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    21f32e1 View commit details
    Browse the repository at this point in the history
  13. Added blog post about the upcoming Contributor Summit Shanghai. (kube…

    …rnetes#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 <[email protected]>
    
    * Update content/en/blog/_posts/2019-06-11-contributor-summit-shanghai.md
    
    Spell out KEP
    
    Co-Authored-By: chenrui <[email protected]>
    
    * Update content/en/blog/_posts/2019-06-11-contributor-summit-shanghai.md
    
    define f2f
    
    Co-Authored-By: chenrui <[email protected]>
    
    * Update content/en/blog/_posts/2019-06-11-contributor-summit-shanghai.md
    
    comma
    
    Co-Authored-By: chenrui <[email protected]>
    
    * Update content/en/blog/_posts/2019-06-11-contributor-summit-shanghai.md
    
    add meeting
    
    Co-Authored-By: chenrui <[email protected]>
    
    * Update content/en/blog/_posts/2019-06-11-contributor-summit-shanghai.md
    
    localized/internationalized
    
    Co-Authored-By: chenrui <[email protected]>
    
    * Update and rename 2019-06-11-contributor-summit-shanghai.md to 2019-06-12-contributor-summit-shanghai.md
    jberkus authored and k8s-ci-robot committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    488c04f View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2019

  1. Update out-of-resource.md (kubernetes#14862)

    add default value for housekeeping interval
    woosley authored and k8s-ci-robot committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    a20807c View commit details
    Browse the repository at this point in the history
  2. update pick-right-solution to setup page (kubernetes#14866)

    * update pick-right-solution to setup page Fixes-14476
    
    * update pick-right-solution to setup page kubernetes#14866
    mcbenjemaa authored and k8s-ci-robot committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    9eec2f2 View commit details
    Browse the repository at this point in the history
  3. zh-trans: add 2019-06-11-contributor-summit-shanghai.md (kubernetes#1…

    …4837)
    
    * 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
    chenrui333 authored and k8s-ci-robot committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    26f2e55 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2019

  1. Configuration menu
    Copy the full SHA
    c2ecd93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02d963d View commit details
    Browse the repository at this point in the history
  3. Translate "Garbage Collection" page to Bahasa Indonesia (kubernetes#1…

    …4513)
    
    * 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
    antoooks authored and k8s-ci-robot committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    c0612ae View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2019

  1. Dangling "pick-right-solution" references - Italian (kubernetes#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 e949a7f.
    
    revert wrong commit
    mcbenjemaa authored and k8s-ci-robot committed Jun 15, 2019
    Configuration menu
    Copy the full SHA
    d058c46 View commit details
    Browse the repository at this point in the history
  2. Update _index.md (kubernetes#14685)

    jhbiggs authored and k8s-ci-robot committed Jun 15, 2019
    Configuration menu
    Copy the full SHA
    355b5ef View commit details
    Browse the repository at this point in the history
  3. Fixed typo (kubernetes#14845)

    kersten authored and k8s-ci-robot committed Jun 15, 2019
    Configuration menu
    Copy the full SHA
    a44d4ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9dddb3c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2cdd519 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1d874b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2019

  1. Fifth Korean localization work for release-1.14 (kubernetes#14578) (k…

    …ubernetes#14874)
    
    Change List
    * ko: add tutorials/clusters/apparmor kubernetes#12455 (kubernetes#14613)
    * ko: add tasks/access-application-cluster/configure-dns-cluster (kubernetes#14628)
    * ko: add tasks/access-application-cluster/communicate-containers-same-… (kubernetes#14627)
    * ko: Update outdated files of setup and tasks in dev-1.14-ko.5 partly (kubernetes#14683)
    * translate to content/ko/docs/concepts/cluster-administration/cluster-… (kubernetes#14237)
    * Update renamed or deleted files in dev-1.14-ko.5 (kubernetes#14710)
    * Create pod.md (kubernetes#13927)
    
    Co-Authored-By:    Yoon <[email protected]>
    Co-Authored-By:    Woojin Na(Eddie) <[email protected]>
    Co-Authored-By:    Claudia J. Kang <[email protected]>
    4 people authored and k8s-ci-robot committed Jun 16, 2019
    Configuration menu
    Copy the full SHA
    0f7cb40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff60500 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c310498 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1a47bf View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2019

  1. Tidy reference doc generation guide (kubernetes#14825)

    - fix YAML marked as shell
    - trim trailing whitespace
    sftim authored and k8s-ci-robot committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    ca9e44f View commit details
    Browse the repository at this point in the history
  2. Tidy garbage collection controller page (kubernetes#14856)

    * Tidy code blocks
    
    * Reword for better readability
    sftim authored and k8s-ci-robot committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    dee06de View commit details
    Browse the repository at this point in the history
  3. Removing merge conflicts for branch dev1.15 (kubernetes#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 <[email protected]>
    
    Update i18n/nl.toml
    
    Co-Authored-By: olku <[email protected]>
    
    Update i18n/nl.toml
    
    Co-Authored-By: olku <[email protected]>
    
    Update nl.toml
    
    Update i18n/nl.toml
    
    Co-Authored-By: Roy Lenferink <[email protected]>
    
    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.
    
    ```
    # replace x in 1.14.x-00 with the latest patch version
    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 <[email protected]>
    
    * 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 <[email protected]>
    
    * Update content/en/docs/setup/minikube.md
    
    Co-Authored-By: Franklin Yu <[email protected]>
    
    * Update content/en/docs/setup/minikube.md
    
    Co-Authored-By: Franklin Yu <[email protected]>
    
    * 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 <[email protected]>
    
    * [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 <[email protected]>
    
    * Fix typos
    
    Co-Authored-By: yukinagae <[email protected]>
    
    * Correct some changes, thanks for the FB
    
    Co-Authored-By: yukinagae <[email protected]>
    
    * 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 <[email protected]>
    
    * Better translation and refer the Japanese document link
    
    Co-Authored-By: yukinagae <[email protected]>
    
    * Correct Japanese anchors
    
    Co-Authored-By: yukinagae <[email protected]>
    
    * Correct translation mistakes
    
    Co-Authored-By: yukinagae <[email protected]>
    
    * 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 <[email protected]>
    
    * 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 <[email protected]>
    
    * Update k8s.io/ja/docs/setup/cri/ (#13663)
    
    * fix content.
    
    * Update content/ja/docs/setup/cri.md
    
    Co-Authored-By: cstoku <[email protected]>
    
    * Update cri.md
    
    * Update content/ja/docs/setup/cri.md
    
    Co-Authored-By: cstoku <[email protected]>
    
    * Update content/ja/docs/setup/cri.md
    
    Co-Authored-By: cstoku <[email protected]>
    
    * 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 <[email protected]>
    
    * 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 <[email protected]>
    Co-Authored-By: Gergey Csatari <[email protected]>
    
    * Choisir la bonne solution link updated!
    
    
    
    Co-Authored-By: Cheikh Rouhou <[email protected]>
    Co-Authored-By: Gergey Csatari <[email protected]>
    
    * 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 <[email protected]>
    
    * 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 <[email protected]>
    
    * Update content/es/docs/reference/glossary/rkt.md
    
    Co-Authored-By: Rael Garcia <[email protected]>
    
    * Update content/es/docs/reference/glossary/rkt.md
    
    Co-Authored-By: Rael Garcia <[email protected]>
    
    * 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 <[email protected]>
    
    * 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 <[email protected]>
    
    * fix kubernetes certified logo url (#14511)
    
    Signed-off-by: harshvkarn <[email protected]>
    
    * Add more language specific slack channels (#14506)
    
    * Add more country/language specific slack channels
    
    * Fix Finnish slack channel
    
    Co-Authored-By: Markus Maga <[email protected]>
    
    * Add spanish translation for node (#14360)
    
    Co-Authored-By: Rael Garcia <[email protected]>
    
    * Add container-environment-varibales concepts page (#14378)
    
    Update content/es/docs/concepts/containers/container-environment-variables.md
    
    Co-Authored-By: Victor Morales <[email protected]>
    
    Update content/es/docs/concepts/containers/container-environment-variables.md
    
    Co-Authored-By: Alexander Brand <[email protected]>
    
    Update content/es/docs/concepts/containers/container-environment-variables.md
    
    Co-Authored-By: Victor Morales <[email protected]>
    
    Update content/es/docs/concepts/containers/container-environment-variables.md
    
    Co-Authored-By: Victor Morales <[email protected]>
    
    Update content/es/docs/concepts/containers/container-environment-variables.md
    
    Co-Authored-By: Victor Morales <[email protected]>
    
    Update content/es/docs/concepts/containers/container-environment-variables.md
    
    Co-Authored-By: Victor Morales <[email protected]>
    
    Update content/es/docs/concepts/containers/container-environment-variables.md
    
    Co-Authored-By: Victor Morales <[email protected]>
    
    Update content/es/docs/concepts/containers/container-environment-variables.md
    
    Co-Authored-By: Rael Garcia <[email protected]>
    
    Add raelga as reviewer
    
    Co-Authored-By: Rael Garcia <[email protected]>
    
    Remove typo
    
    Co-Authored-By: Rael Garcia <[email protected]>
    
    Add context to the link
    
    Co-Authored-By: Rael Garcia <[email protected]>
    
    Change the word to more international one
    
    Co-Authored-By: Rael Garcia <[email protected]>
    
    Update content/es/docs/concepts/containers/container-environment-variables.md
    
    Co-Authored-By: Rael Garcia <[email protected]>
    
    * Add content/es/docs/reference/glossary/cluster.md (#14472)
    
    Co-Authored-By: Rael Garcia <[email protected]>
    
    * 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) <[email protected]>
    Co-Authored-By:    Kim Young Dae <[email protected]>
    Co-Authored-by:    Claudia J. Kang <[email protected]>
    Co-authored-by:    Yoon <[email protected]>
    Co-authored-by:    June Yi <[email protected]>
    Co-authored-by:    Seokho <[email protected]>
    
    * 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 <[email protected]>
    
    Co-Authored-By: Alexander Brand <[email protected]>
    Co-Authored-By: Victor Morales <[email protected]>
    
    * 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 <[email protected]>
    
    * Add content/es/docs/reference/glossary/application-developer.md (#14372)
    
    Co-Authored-By: Rael Garcia <[email protected]>
    
    * 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 <[email protected]>
    
    * Add content/es/docs/reference/glossary/application-architect.md (#14373)
    
    Co-Authored-By: Rael Garcia <[email protected]>
    
    * Add content/es/docs/reference/glossary/secret.md (#14356)
    
    * Add content/es/docs/reference/glossary/secret.md
    
    Co-Authored-By: Rael Garcia <[email protected]>
    
    * Update content/es/docs/reference/glossary/secret.md
    
    Co-Authored-By: Rael Garcia <[email protected]>
    
    * Update content/es/docs/reference/glossary/secret.md
    
    Co-Authored-By: Victor Morales <[email protected]>
    
    * 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 <[email protected]>
    
    * Update content/es/docs/reference/glossary/pod.md
    
    Co-Authored-By: Alexander Brand <[email protected]>
    
    * 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 <[email protected]>
    
    * Update content/en/docs/concepts/security/overview.md
    
    Co-Authored-By: Tim Bannister <[email protected]>
    
    * 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 <[email protected]>
    
    * 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 <[email protected]>
    
    * 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 <[email protected]>
    
    * 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 <[email protected]>
    
    * Spell out PKS abbreviation.
    
    Co-authored-by: Danny Berger <[email protected]>
    
    * 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 <[email protected]>
    
    * 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 <[email protected]>
    
    * Apply suggestions from code review
    
    Thanks for tengqm's help again
    
    Co-Authored-By: Qiming <[email protected]>
    
    * 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 <[email protected]>
    
    * 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 <[email protected]>
    
    * Update content/fr/docs/concepts/services-networking/ingress.md
    
    Co-Authored-By: Tim Bannister <[email protected]>
    
    * Update content/fr/docs/concepts/services-networking/ingress.md
    
    Co-Authored-By: Tim Bannister <[email protected]>
    
    * Update content/fr/docs/concepts/services-networking/ingress.md
    
    Co-Authored-By: Tim Bannister <[email protected]>
    
    * Update content/fr/docs/concepts/services-networking/ingress.md
    
    Co-Authored-By: Tim Bannister <[email protected]>
    
    * Update content/fr/docs/concepts/services-networking/ingress.md
    
    Co-Authored-By: Tim Bannister <[email protected]>
    
    * Update content/fr/docs/concepts/services-networking/ingress.md
    
    Co-Authored-By: Tim Bannister <[email protected]>
    
    * [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 <[email protected]>
    
    * Update language
    
    Signed-off-by: Xiang Dai <[email protected]>
    
    * Update language
    
    Signed-off-by: Xiang Dai <[email protected]>
    
    * Update language
    
    Signed-off-by: Xiang Dai <[email protected]>
    
    * fix grammar nits
    
    Signed-off-by: Xiang Dai <[email protected]>
    
    * 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 <li> 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&currentsidebar=%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 <[email protected]>
    
    Update content/en/docs/contribute/style/style-guide.md
    
    Co-Authored-By: Tim Bannister <[email protected]>
    
    Update content/en/docs/contribute/style/style-guide.md
    
    Co-Authored-By: Tim Bannister <[email protected]>
    
    incorporated the changes
    
    incorporated the changes
    
    Update content/en/docs/contribute/style/style-guide.md
    
    Co-Authored-By: Tim Bannister <[email protected]>
    
    title section for front matter guideline
    
    updated the html characters
    
    Update content/en/docs/contribute/style/style-guide.md
    
    Co-Authored-By: Tim Bannister <[email protected]>
    
    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 <[email protected]>
    
    * Update content/es/docs/reference/glossary/kubeadm.md
    
    Co-Authored-By: Rael Garcia <[email protected]>
    
    * Update content/es/docs/reference/glossary/kubeadm.md
    
    Co-Authored-By: Rael Garcia <[email protected]>
    
    * 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 <[email protected]>
    
    * 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 <[email protected]>
    
    * 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 <[email protected]>
    
    * Update content/en/blog/_posts/2019-06-11-contributor-summit-shanghai.md
    
    Spell out KEP
    
    Co-Authored-By: chenrui <[email protected]>
    
    * Update content/en/blog/_posts/2019-06-11-contributor-summit-shanghai.md
    
    define f2f
    
    Co-Authored-By: chenrui <[email protected]>
    
    * Update content/en/blog/_posts/2019-06-11-contributor-summit-shanghai.md
    
    comma
    
    Co-Authored-By: chenrui <[email protected]>
    
    * Update content/en/blog/_posts/2019-06-11-contributor-summit-shanghai.md
    
    add meeting
    
    Co-Authored-By: chenrui <[email protected]>
    
    * Update content/en/blog/_posts/2019-06-11-contributor-summit-shanghai.md
    
    localized/internationalized
    
    Co-Authored-By: chenrui <[email protected]>
    
    * 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 <[email protected]>
    Co-Authored-By:    Woojin Na(Eddie) <[email protected]>
    Co-Authored-By:    Claudia J. Kang <[email protected]>
    
    * 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
    makoscafee authored and k8s-ci-robot committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    3c42770 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5736f96 View commit details
    Browse the repository at this point in the history