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

Merged master into dev 1.21 - 2/12/21 #26488

Merged
merged 115 commits into from
Feb 13, 2021

Commits on Oct 24, 2020

  1. Configuration menu
    Copy the full SHA
    dee9866 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8df84e2 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'dev-1.19-fr.1' of bobsaintcool.github.com:bobsaintcool/…

    …website into dev-1.19-fr.1
    bobsaintcool committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    ddb1f75 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2020

  1. docs: add partition field for EBS

    If the EBS volume is partitioned, you have to specify which partition to
    mount or the mounting process will fail.
    
    ```
    mount: /var/lib/kubelet/plugins/kubernetes.io/aws-ebs/mounts/vol-<volumeid>: wrong fs type, bad option, bad superblock on /dev/nvme3n1, missing codepage or helper program, or other error.
    ```
    chiehmin committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    4237738 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2020

  1. Add a caution message on CronJob Controller workload if using startin…

    …gDeadlineSeconds with a value less than 10s
    salva-gglez committed Dec 6, 2020
    Configuration menu
    Copy the full SHA
    845a885 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d38c741 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. Update cron-jobs.md

    Mention about v2 CronJob controller.
    salva-gglez authored Dec 8, 2020
    Configuration menu
    Copy the full SHA
    18b8846 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

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

Commits on Dec 14, 2020

  1. fix: errors in base64 and sed commands

    * All base64 commands need `-w0` argument or else the base64_encoded_ca bash variable will contain space chars (" ") where newlines were
    * All sed command are missing final "/" at the end of the expression. Command fails with the following error
    
    ```bash
    /bin/sed: -e expression kubernetes#1, char 95: unterminated `s' command
    ```
    zwindler authored Dec 14, 2020
    Configuration menu
    Copy the full SHA
    75c5998 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2020

  1. remove misleading instructions

    There is no need to restart the kubelet as part of configuring kubeadm to set the cgroup driver. At this point in the setup instructions, the kubernetes cluster isn't even up and running yet, as kubeadm init hasn't been run.  The previous step even says the kubelet is in a crashloop waiting for kubeadm.
    puckpuck authored Dec 23, 2020
    Configuration menu
    Copy the full SHA
    4bf6c31 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2020

  1. Replaced the Old Diagrams in Expose Intro Page

    Mehmet Efe Umit committed Dec 25, 2020
    Configuration menu
    Copy the full SHA
    364b9e9 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

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

Commits on Jan 10, 2021

  1. Update deployment.md

    fix error translation
    xiaoping378 authored Jan 10, 2021
    Configuration menu
    Copy the full SHA
    929bfc9 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. Update content/en/docs/tasks/configure-pod-container/configure-pod-co…

    …nfigmap.md
    
    Co-authored-by: Tim Bannister <[email protected]>
    schollii and sftim authored Jan 13, 2021
    Configuration menu
    Copy the full SHA
    c398ae4 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2021

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

Commits on Jan 16, 2021

  1. Fix examples tests

    This PR updates the go.mod file so that tests of the example manifests
    are run against the 1.20 branch. The missing test cases for newly added
    examples are also added. To perform tests on your local machine, run the
    following command on the root of your local clone:
    
    ```
    go test k8s.io/website/content/en/examples
    ```
    tengqm committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    06228c0 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2021

  1. Remove v2 controller mention

    I removed mention to v2 controller behaviour.
    salva-gglez authored Jan 17, 2021
    Configuration menu
    Copy the full SHA
    9cc4fde View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Remove Master/Slave terminology from stateless application tutorial.

    The stateless application tutorial is littered with unsuitable terminology. This update switches the database technology to a database that has already updated their own terminology as well as removes the terminology from the tutorial itself.
    
    The advanced logging tutorial followup is set to Draft as it will take a larger effort to convert that, and I'm not convinced its even in a working state right now.
    
    A followup PR to the examples repo to be referenced here will be made.
    
    Addresses kubernetes#22918
    
    Signed-off-by: Paul Czarkowski <[email protected]>
    
    address comments in PR
    
    Signed-off-by: Paul Czarkowski <[email protected]>
    
    remove confusing comment about dns, we can assume k8s has kube-dns
    
    Signed-off-by: Paul Czarkowski <[email protected]>
    paulczar authored and jimangel committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    99029b9 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2021

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

Commits on Jan 24, 2021

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

Commits on Jan 28, 2021

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

Commits on Jan 29, 2021

  1. [zh] Translate kubelet-tls-bootstrapping

    This page, to my surprise, was not localized.
    tengqm committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    14afc4d View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

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

Commits on Jan 31, 2021

  1. 🔧 Modify Kompose page, to remove up

    Signed-off-by: nasirhm <[email protected]>
    nasirhm committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    72f4f64 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. Configuration menu
    Copy the full SHA
    bfea67a View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Co-authored-by: Celeste Horgan <[email protected]>
    jailton and celestehorgan authored Feb 1, 2021
    Configuration menu
    Copy the full SHA
    b84e52e View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

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

Commits on Feb 4, 2021

  1. [zh] Sych web page for topo manager

    This is part of work in umbrella issue:
    [zh] Umbrella issue: pages out of sync in tasks section kubernetes#26178
    
    Topology Manageer (L):
     content/zh/docs/tasks/administer-cluster/topology-manager.md
    chenxuc committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    e54d16c View commit details
    Browse the repository at this point in the history
  2. fix fullwidth

    the `!` in `!=` should use halfwidth form instead of fullwidth,  otherwise it will cause trouble in K8s.
    
    Signed-off-by: Hollow Man <[email protected]>
    HollowMan6 authored Feb 4, 2021
    Configuration menu
    Copy the full SHA
    57e1fcd View commit details
    Browse the repository at this point in the history
  3. Update README-pt.md

     - Add translation of Building the API reference pages section
     - Fix typos
     - Remove duplicate whitespaces
     - Remove trailing spaces
    jailton committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    a0c2963 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

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

Commits on Feb 6, 2021

  1. Add all docs-id reviewers as owners

    Signed-off-by: Giri Kuncoro <[email protected]>
    girikuncoro committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    69ce4cd View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#26380 from HollowMan6/patch-1

    fix fullwidth `!`
    k8s-ci-robot authored Feb 6, 2021
    Configuration menu
    Copy the full SHA
    42da03e View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes#26298 from tengqm/zh-sync-connecting-fb

    [zh] Resync connecting-frontend-backend
    k8s-ci-robot authored Feb 6, 2021
    Configuration menu
    Copy the full SHA
    ce6620d View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes#26170 from tengqm/zh-trans-kubelet-tls

    [zh] Translate kubelet-tls-bootstrapping
    k8s-ci-robot authored Feb 6, 2021
    Configuration menu
    Copy the full SHA
    6db9ea6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubernetes#26363 from chenxuc/topo-manager

    [zh] Sych web page for topo manager
    k8s-ci-robot authored Feb 6, 2021
    Configuration menu
    Copy the full SHA
    fa2b8c8 View commit details
    Browse the repository at this point in the history
  6. [zh] translate check if dockershim affects you

    fix according to sftim and tengqm
    zhiguo-lu committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    0295195 View commit details
    Browse the repository at this point in the history
  7. Merge pull request kubernetes#26264 from npu21/conduct_fr

    Use https for link to contributor covenant
    k8s-ci-robot authored Feb 6, 2021
    Configuration menu
    Copy the full SHA
    a8128d2 View commit details
    Browse the repository at this point in the history
  8. Merge pull request kubernetes#26026 from xiaoping378/patch-1

    Update deployment.md
    k8s-ci-robot authored Feb 6, 2021
    Configuration menu
    Copy the full SHA
    4353211 View commit details
    Browse the repository at this point in the history
  9. Merge pull request kubernetes#26323 from nasirhm/kompose_up_removal_line

    Modify Kompose Page: remove the up command
    k8s-ci-robot authored Feb 6, 2021
    Configuration menu
    Copy the full SHA
    947281b View commit details
    Browse the repository at this point in the history
  10. Merge pull request kubernetes#26265 from npu21/conduct_vi

    Use https for link to contributor covenant
    k8s-ci-robot authored Feb 6, 2021
    Configuration menu
    Copy the full SHA
    99e31e5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fb8b89d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c02a6c0 View commit details
    Browse the repository at this point in the history
  13. Merge pull request kubernetes#26218 from feloy/redirect-well-known-la…

    …bels-page
    
    Redirects "Well-Known Labels, Annotations and Taints" page
    k8s-ci-robot authored Feb 6, 2021
    Configuration menu
    Copy the full SHA
    fde6159 View commit details
    Browse the repository at this point in the history
  14. Merge pull request kubernetes#24603 from ljnaresh/bug-21436

    Replace alpine with busybox image for better response from nslookup
    k8s-ci-robot authored Feb 6, 2021
    Configuration menu
    Copy the full SHA
    58312c2 View commit details
    Browse the repository at this point in the history
  15. Merge pull request kubernetes#26068 from mrbobbytables/add-values

    Add Kubernetes project values to community page
    k8s-ci-robot authored Feb 6, 2021
    Configuration menu
    Copy the full SHA
    6c6e697 View commit details
    Browse the repository at this point in the history
  16. Merge pull request kubernetes#25545 from ariscahyadi/id-localization-…

    …guide
    
    Add special localization guide for ID documentation.
    k8s-ci-robot authored Feb 6, 2021
    Configuration menu
    Copy the full SHA
    a8dabfd View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2021

  1. Merge pull request kubernetes#26314 from tengqm/zh-sync-probes

    [zh] Resync configure-liveness-readiness-startup-probes
    k8s-ci-robot authored Feb 7, 2021
    Configuration menu
    Copy the full SHA
    ceaf75b View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#26396 from zhiguo-lu/zh-trans-check-doc…

    …kershim-deprecation
    
    [zh] translate check if dockershim affects you
    k8s-ci-robot authored Feb 7, 2021
    Configuration menu
    Copy the full SHA
    89603ec View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes#26141 from jimangel/remove-redis-and-ma…

    …ster-slave-terminology-2
    
    Remove Master/Slave terminology from stateless application tutorial.
    k8s-ci-robot authored Feb 7, 2021
    Configuration menu
    Copy the full SHA
    af76e77 View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes#24645 from geoffcline/patch-2

    revise style guidelines for capitalization
    k8s-ci-robot authored Feb 7, 2021
    Configuration menu
    Copy the full SHA
    64b63c0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubernetes#25425 from salva-gglez/caution_starting…

    …DeadlineSeconds
    
    Add a caution message on CronJob Controller workload if using startingDeadlineSeconds
    k8s-ci-robot authored Feb 7, 2021
    Configuration menu
    Copy the full SHA
    f539da6 View commit details
    Browse the repository at this point in the history
  6. Merge pull request kubernetes#25814 from mehmetefeumit/master

    Replaces the "Using a Service to Expose Your App" Page's Diagrams
    k8s-ci-robot authored Feb 7, 2021
    Configuration menu
    Copy the full SHA
    39edec0 View commit details
    Browse the repository at this point in the history
  7. Fail links in compute-device-assignment.md

    * Update the links in compute-device-assignment, Fix issue(kubernetes#26382).
    
    Signed-off-by: ydFu <[email protected]>
    ydFu committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    6c1ffd3 View commit details
    Browse the repository at this point in the history
  8. translate 2020-10-01

    ldsdsy committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    d5d4877 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3fd6548 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5ed2b71 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Configuration menu
    Copy the full SHA
    4f2070d View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#26418 from Arhell/list

    [zh] Tidy list of generators for “kubectl create”
    k8s-ci-robot authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    b3bf683 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0325b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af40c89 View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubernetes#25775 from puckpuck/patch-1

    remove misleading instructions in kubeadm setup docs
    k8s-ci-robot authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    2e78b33 View commit details
    Browse the repository at this point in the history
  6. Merge pull request kubernetes#26421 from childe/patch-1

    lose `not` in Chinese translation text
    k8s-ci-robot authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    e6fb782 View commit details
    Browse the repository at this point in the history
  7. Address review comments

    dippynark committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    892aedc View commit details
    Browse the repository at this point in the history
  8. Add comma

    dippynark committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    cbf7a63 View commit details
    Browse the repository at this point in the history
  9. Merge pull request kubernetes#26397 from girikuncoro/docs-id-owner

    Add all docs-id reviewers as owners
    k8s-ci-robot authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    c036f87 View commit details
    Browse the repository at this point in the history
  10. Merge pull request kubernetes#26350 from dippynark/clarify-pre-stop-h…

    …ook-description
    
    Clarify PreStop hook behaviour
    k8s-ci-robot authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    8637bc9 View commit details
    Browse the repository at this point in the history
  11. Merge pull request kubernetes#26422 from paranlee/patch-1

    Update to sync latest release of the Kompose version from 1.21.0 to 1.22.0
    k8s-ci-robot authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    7b04c3a View commit details
    Browse the repository at this point in the history
  12. fix indentation

    yaodingyd authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    6b19266 View commit details
    Browse the repository at this point in the history
  13. Merge pull request kubernetes#26388 from jailton/pt/update-readme-202…

    …10204
    
    Update README-pt.md
    k8s-ci-robot authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    db79dab View commit details
    Browse the repository at this point in the history
  14. Merge pull request kubernetes#24706 from bobsaintcool/dev-1.19-fr.1

    Fix links MD syntax typo in FR documentation
    k8s-ci-robot authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    15afafb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    da2d988 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. Merge pull request kubernetes#26430 from Arhell/upd

    [zh] update docker-cli-to-kubectl
    k8s-ci-robot authored Feb 9, 2021
    Configuration menu
    Copy the full SHA
    d0a532e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6ee962 View commit details
    Browse the repository at this point in the history
  3. Dual-stack docs correction

    npu21 committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    0ec9593 View commit details
    Browse the repository at this point in the history
  4. Clairly Resourcequota limit for PriorityClass

    Signed-off-by: Weiping Cai <[email protected]>
    Weiping Cai committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    188ccc2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubernetes#26273 from Cweiping/feature/clairly_res…

    …ource_quota_limit_for_PriorityClass
    
    Clarify ResourceQuota limit for PriorityClass
    k8s-ci-robot authored Feb 9, 2021
    Configuration menu
    Copy the full SHA
    539e524 View commit details
    Browse the repository at this point in the history
  6. Merge pull request kubernetes#26389 from kbhawkey/fixup-simply-usage

    clean up use of word: simply
    k8s-ci-robot authored Feb 9, 2021
    Configuration menu
    Copy the full SHA
    c24f62c View commit details
    Browse the repository at this point in the history
  7. [zh] translate Migrating telemetry and security agents from dockershim

    fix according to howieyuen and tengqm
    zhiguo-lu committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    ecbbb15 View commit details
    Browse the repository at this point in the history
  8. Merge pull request kubernetes#26435 from npu21/dualstack_en

    Dual-stack docs correction
    k8s-ci-robot authored Feb 9, 2021
    Configuration menu
    Copy the full SHA
    1f3478e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    70ebc7f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ee5b6e8 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. service-network: add some clarity to headless service

    binchenX authored and Bin Chen committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    52f3543 View commit details
    Browse the repository at this point in the history
  2. Fix column alignment in debug-service.md

    Previously, the columns showing one of kubectl's output were misaligned and thereby confusing.
    jacksgt authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    ddf8d77 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes#26429 from yaodingyd/patch-1

    Fix indentation
    k8s-ci-robot authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    484df55 View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes#26451 from jacksgt/patch-1

    Fix column alignment in debug-service.md
    k8s-ci-robot authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    739c65c View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubernetes#25986 from schollii/master

    Clarify binaryData handling by kubectl create and describe
    k8s-ci-robot authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    8377d08 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a1f5566 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5d973fa View commit details
    Browse the repository at this point in the history
  8. Merge pull request kubernetes#26453 from oke-py/style

    remove command from output block
    k8s-ci-robot authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    ca018cf View commit details
    Browse the repository at this point in the history
  9. Minor - Systemd enable command to enable CRI-O at boot time

    Added "sudo systemctl enable crio enable" to configure systemd to enable CRI-O at boot time, as shown in the CRI-O install.md doc: https://github.com/cri-o/cri-o/blob/master/install.md#user-content-starting-cri-o
    eTimS authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    dc4836b View commit details
    Browse the repository at this point in the history
  10. Merge pull request kubernetes#26446 from pierrchen/headless

    service-network: add some clarity to headless service
    k8s-ci-robot authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    3c22c23 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f26aab7 View commit details
    Browse the repository at this point in the history
  12. Merge pull request kubernetes#26440 from jailton/pt/docs/tutorials

    [pt] Add content for hello-minikube in português
    k8s-ci-robot authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    a4e48ec View commit details
    Browse the repository at this point in the history
  13. Update content/en/docs/setup/production-environment/container-runtime…

    …s.md
    
    Co-authored-by: Tim Bannister <[email protected]>
    eTimS and sftim authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    f4a96f4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9a3347c View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. Clarify selection of default HPA scaling policy

    Without first mentioning where the number 40 is coming from, it was a bit unclear why 40 would be the threshold value for policy selection in this case.
    I hope this patch clarifies it.
    jacksgt committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    a33e903 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#26452 from jacksgt/patch-1

    Clarify selection of default HPA scaling policy
    k8s-ci-robot authored Feb 11, 2021
    Configuration menu
    Copy the full SHA
    107f4a7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes#26412 from ydFu/fix-url-issue-26382

    Fail links in compute-device-assignment.md
    k8s-ci-robot authored Feb 11, 2021
    Configuration menu
    Copy the full SHA
    734865f View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes#26409 from zhiguo-lu/zh-trans-task-migr…

    …ating-telemetry-security-agent-from-dockershim
    
    [zh] translate "Migrating telemetry and security agents from dockershim"
    k8s-ci-robot authored Feb 11, 2021
    Configuration menu
    Copy the full SHA
    23d70ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e0e68de View commit details
    Browse the repository at this point in the history
  6. fix an invalid location.hash

    oke-py committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    e13caad View commit details
    Browse the repository at this point in the history
  7. Merge pull request kubernetes#26467 from oke-py/invalid-hash

    fix an invalid location.hash
    k8s-ci-robot authored Feb 11, 2021
    Configuration menu
    Copy the full SHA
    3ff53ef View commit details
    Browse the repository at this point in the history
  8. Merge pull request kubernetes#26456 from eTimS/patch-2

    Minor - Systemd enable command to enable CRI-O at boot time
    k8s-ci-robot authored Feb 11, 2021
    Configuration menu
    Copy the full SHA
    632bd32 View commit details
    Browse the repository at this point in the history
  9. fix: add missing end

    mccricardo committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    f141a3c View commit details
    Browse the repository at this point in the history
  10. Merge pull request kubernetes#26458 from pierrchen/runtimeclass

    security: add container runtime class as an option to provider extra container security
    k8s-ci-robot authored Feb 11, 2021
    Configuration menu
    Copy the full SHA
    9afb531 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Merge pull request kubernetes#25619 from zwindler/patch-1

    fix: errors in base64 and sed commands
    k8s-ci-robot authored Feb 12, 2021
    Configuration menu
    Copy the full SHA
    e512e4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d99604b View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes#26464 from oke-py/style

    style: separate commands from output
    k8s-ci-robot authored Feb 12, 2021
    Configuration menu
    Copy the full SHA
    d5105b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69e0994 View commit details
    Browse the repository at this point in the history
  5. Merge pull request kubernetes#26480 from oke-py/26479

    chore: fix a broken link "FrameworkHandle"
    k8s-ci-robot authored Feb 12, 2021
    Configuration menu
    Copy the full SHA
    6af44ed View commit details
    Browse the repository at this point in the history
  6. Merge pull request kubernetes#25022 from chiehmin/add-parition-field-…

    …for-ebs
    
    docs: add partition field for EBS
    k8s-ci-robot authored Feb 12, 2021
    Configuration menu
    Copy the full SHA
    0a0dc4d View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2021

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