-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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 master into dev 1.21 - 2/12/21 #26488
Commits on Oct 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for dee9866 - Browse repository at this point
Copy the full SHA dee9866View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8df84e2 - Browse repository at this point
Copy the full SHA 8df84e2View commit details -
Merge branch 'dev-1.19-fr.1' of bobsaintcool.github.com:bobsaintcool/…
…website into dev-1.19-fr.1
Configuration menu - View commit details
-
Copy full SHA for ddb1f75 - Browse repository at this point
Copy the full SHA ddb1f75View commit details
Commits on Dec 5, 2020
-
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. ```
Configuration menu - View commit details
-
Copy full SHA for 4237738 - Browse repository at this point
Copy the full SHA 4237738View commit details
Commits on Dec 6, 2020
-
Add a caution message on CronJob Controller workload if using startin…
…gDeadlineSeconds with a value less than 10s
Configuration menu - View commit details
-
Copy full SHA for 845a885 - Browse repository at this point
Copy the full SHA 845a885View commit details -
Update content/en/docs/concepts/workloads/controllers/cron-jobs.md
Co-authored-by: bl-ue <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d38c741 - Browse repository at this point
Copy the full SHA d38c741View commit details
Commits on Dec 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 18b8846 - Browse repository at this point
Copy the full SHA 18b8846View commit details
Commits on Dec 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6ea9106 - Browse repository at this point
Copy the full SHA 6ea9106View commit details
Commits on Dec 14, 2020
-
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 ```
Configuration menu - View commit details
-
Copy full SHA for 75c5998 - Browse repository at this point
Copy the full SHA 75c5998View commit details
Commits on Dec 23, 2020
-
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.
Configuration menu - View commit details
-
Copy full SHA for 4bf6c31 - Browse repository at this point
Copy the full SHA 4bf6c31View commit details
Commits on Dec 25, 2020
-
Replaced the Old Diagrams in Expose Intro Page
Mehmet Efe Umit committedDec 25, 2020 Configuration menu - View commit details
-
Copy full SHA for 364b9e9 - Browse repository at this point
Copy the full SHA 364b9e9View commit details
Commits on Jan 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2630078 - Browse repository at this point
Copy the full SHA 2630078View commit details
Commits on Jan 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 929bfc9 - Browse repository at this point
Copy the full SHA 929bfc9View commit details
Commits on Jan 13, 2021
-
Update content/en/docs/tasks/configure-pod-container/configure-pod-co…
…nfigmap.md Co-authored-by: Tim Bannister <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c398ae4 - Browse repository at this point
Copy the full SHA c398ae4View commit details
Commits on Jan 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 09cdaac - Browse repository at this point
Copy the full SHA 09cdaacView commit details
Commits on Jan 16, 2021
-
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 ```
Configuration menu - View commit details
-
Copy full SHA for 06228c0 - Browse repository at this point
Copy the full SHA 06228c0View commit details
Commits on Jan 17, 2021
-
I removed mention to v2 controller behaviour.
Configuration menu - View commit details
-
Copy full SHA for 9cc4fde - Browse repository at this point
Copy the full SHA 9cc4fdeView commit details
Commits on Jan 19, 2021
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 99029b9 - Browse repository at this point
Copy the full SHA 99029b9View commit details
Commits on Jan 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d56ac69 - Browse repository at this point
Copy the full SHA d56ac69View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4d2412 - Browse repository at this point
Copy the full SHA e4d2412View commit details
Commits on Jan 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e239d80 - Browse repository at this point
Copy the full SHA e239d80View commit details
Commits on Jan 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for bb80868 - Browse repository at this point
Copy the full SHA bb80868View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ddacf2 - Browse repository at this point
Copy the full SHA 2ddacf2View commit details
Commits on Jan 29, 2021
-
[zh] Translate kubelet-tls-bootstrapping
This page, to my surprise, was not localized.
Configuration menu - View commit details
-
Copy full SHA for 14afc4d - Browse repository at this point
Copy the full SHA 14afc4dView commit details
Commits on Jan 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 15be3b1 - Browse repository at this point
Copy the full SHA 15be3b1View commit details
Commits on Jan 31, 2021
-
🔧 Modify Kompose page, to remove up
Signed-off-by: nasirhm <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 72f4f64 - Browse repository at this point
Copy the full SHA 72f4f64View commit details
Commits on Feb 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for bfea67a - Browse repository at this point
Copy the full SHA bfea67aView commit details -
Co-authored-by: Celeste Horgan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b84e52e - Browse repository at this point
Copy the full SHA b84e52eView commit details
Commits on Feb 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 30d887e - Browse repository at this point
Copy the full SHA 30d887eView commit details
Commits on Feb 4, 2021
-
[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
Configuration menu - View commit details
-
Copy full SHA for e54d16c - Browse repository at this point
Copy the full SHA e54d16cView commit details -
the `!` in `!=` should use halfwidth form instead of fullwidth, otherwise it will cause trouble in K8s. Signed-off-by: Hollow Man <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 57e1fcd - Browse repository at this point
Copy the full SHA 57e1fcdView commit details -
- Add translation of Building the API reference pages section - Fix typos - Remove duplicate whitespaces - Remove trailing spaces
Configuration menu - View commit details
-
Copy full SHA for a0c2963 - Browse repository at this point
Copy the full SHA a0c2963View commit details
Commits on Feb 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 96c4813 - Browse repository at this point
Copy the full SHA 96c4813View commit details
Commits on Feb 6, 2021
-
Add all docs-id reviewers as owners
Signed-off-by: Giri Kuncoro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 69ce4cd - Browse repository at this point
Copy the full SHA 69ce4cdView commit details -
Merge pull request kubernetes#26380 from HollowMan6/patch-1
fix fullwidth `!`
Configuration menu - View commit details
-
Copy full SHA for 42da03e - Browse repository at this point
Copy the full SHA 42da03eView commit details -
Merge pull request kubernetes#26298 from tengqm/zh-sync-connecting-fb
[zh] Resync connecting-frontend-backend
Configuration menu - View commit details
-
Copy full SHA for ce6620d - Browse repository at this point
Copy the full SHA ce6620dView commit details -
Merge pull request kubernetes#26170 from tengqm/zh-trans-kubelet-tls
[zh] Translate kubelet-tls-bootstrapping
Configuration menu - View commit details
-
Copy full SHA for 6db9ea6 - Browse repository at this point
Copy the full SHA 6db9ea6View commit details -
Merge pull request kubernetes#26363 from chenxuc/topo-manager
[zh] Sych web page for topo manager
Configuration menu - View commit details
-
Copy full SHA for fa2b8c8 - Browse repository at this point
Copy the full SHA fa2b8c8View commit details -
[zh] translate check if dockershim affects you
fix according to sftim and tengqm
Configuration menu - View commit details
-
Copy full SHA for 0295195 - Browse repository at this point
Copy the full SHA 0295195View commit details -
Merge pull request kubernetes#26264 from npu21/conduct_fr
Use https for link to contributor covenant
Configuration menu - View commit details
-
Copy full SHA for a8128d2 - Browse repository at this point
Copy the full SHA a8128d2View commit details -
Merge pull request kubernetes#26026 from xiaoping378/patch-1
Update deployment.md
Configuration menu - View commit details
-
Copy full SHA for 4353211 - Browse repository at this point
Copy the full SHA 4353211View commit details -
Merge pull request kubernetes#26323 from nasirhm/kompose_up_removal_line
Modify Kompose Page: remove the up command
Configuration menu - View commit details
-
Copy full SHA for 947281b - Browse repository at this point
Copy the full SHA 947281bView commit details -
Merge pull request kubernetes#26265 from npu21/conduct_vi
Use https for link to contributor covenant
Configuration menu - View commit details
-
Copy full SHA for 99e31e5 - Browse repository at this point
Copy the full SHA 99e31e5View commit details -
Merge pull request kubernetes#26207 from jailton/en/update-readme-202…
…10122 Update README.md
Configuration menu - View commit details
-
Copy full SHA for fb8b89d - Browse repository at this point
Copy the full SHA fb8b89dView commit details -
Merge pull request kubernetes#26086 from tengqm/fix-example-tests
Fix example tests
Configuration menu - View commit details
-
Copy full SHA for c02a6c0 - Browse repository at this point
Copy the full SHA c02a6c0View commit details -
Merge pull request kubernetes#26218 from feloy/redirect-well-known-la…
…bels-page Redirects "Well-Known Labels, Annotations and Taints" page
Configuration menu - View commit details
-
Copy full SHA for fde6159 - Browse repository at this point
Copy the full SHA fde6159View commit details -
Merge pull request kubernetes#24603 from ljnaresh/bug-21436
Replace alpine with busybox image for better response from nslookup
Configuration menu - View commit details
-
Copy full SHA for 58312c2 - Browse repository at this point
Copy the full SHA 58312c2View commit details -
Merge pull request kubernetes#26068 from mrbobbytables/add-values
Add Kubernetes project values to community page
Configuration menu - View commit details
-
Copy full SHA for 6c6e697 - Browse repository at this point
Copy the full SHA 6c6e697View commit details -
Merge pull request kubernetes#25545 from ariscahyadi/id-localization-…
…guide Add special localization guide for ID documentation.
Configuration menu - View commit details
-
Copy full SHA for a8dabfd - Browse repository at this point
Copy the full SHA a8dabfdView commit details
Commits on Feb 7, 2021
-
Merge pull request kubernetes#26314 from tengqm/zh-sync-probes
[zh] Resync configure-liveness-readiness-startup-probes
Configuration menu - View commit details
-
Copy full SHA for ceaf75b - Browse repository at this point
Copy the full SHA ceaf75bView commit details -
Merge pull request kubernetes#26396 from zhiguo-lu/zh-trans-check-doc…
…kershim-deprecation [zh] translate check if dockershim affects you
Configuration menu - View commit details
-
Copy full SHA for 89603ec - Browse repository at this point
Copy the full SHA 89603ecView commit details -
Merge pull request kubernetes#26141 from jimangel/remove-redis-and-ma…
…ster-slave-terminology-2 Remove Master/Slave terminology from stateless application tutorial.
Configuration menu - View commit details
-
Copy full SHA for af76e77 - Browse repository at this point
Copy the full SHA af76e77View commit details -
Merge pull request kubernetes#24645 from geoffcline/patch-2
revise style guidelines for capitalization
Configuration menu - View commit details
-
Copy full SHA for 64b63c0 - Browse repository at this point
Copy the full SHA 64b63c0View commit details -
Merge pull request kubernetes#25425 from salva-gglez/caution_starting…
…DeadlineSeconds Add a caution message on CronJob Controller workload if using startingDeadlineSeconds
Configuration menu - View commit details
-
Copy full SHA for f539da6 - Browse repository at this point
Copy the full SHA f539da6View commit details -
Merge pull request kubernetes#25814 from mehmetefeumit/master
Replaces the "Using a Service to Expose Your App" Page's Diagrams
Configuration menu - View commit details
-
Copy full SHA for 39edec0 - Browse repository at this point
Copy the full SHA 39edec0View commit details -
Fail links in compute-device-assignment.md
* Update the links in compute-device-assignment, Fix issue(kubernetes#26382). Signed-off-by: ydFu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6c1ffd3 - Browse repository at this point
Copy the full SHA 6c1ffd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5d4877 - Browse repository at this point
Copy the full SHA d5d4877View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fd6548 - Browse repository at this point
Copy the full SHA 3fd6548View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ed2b71 - Browse repository at this point
Copy the full SHA 5ed2b71View commit details
Commits on Feb 8, 2021
-
Merge pull request kubernetes#26402 from ldsdsy/translate_2020_10_01
translate 2020-10-01
Configuration menu - View commit details
-
Copy full SHA for 4f2070d - Browse repository at this point
Copy the full SHA 4f2070dView commit details -
Merge pull request kubernetes#26418 from Arhell/list
[zh] Tidy list of generators for “kubectl create”
Configuration menu - View commit details
-
Copy full SHA for b3bf683 - Browse repository at this point
Copy the full SHA b3bf683View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0325b1 - Browse repository at this point
Copy the full SHA a0325b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for af40c89 - Browse repository at this point
Copy the full SHA af40c89View commit details -
Merge pull request kubernetes#25775 from puckpuck/patch-1
remove misleading instructions in kubeadm setup docs
Configuration menu - View commit details
-
Copy full SHA for 2e78b33 - Browse repository at this point
Copy the full SHA 2e78b33View commit details -
Merge pull request kubernetes#26421 from childe/patch-1
lose `not` in Chinese translation text
Configuration menu - View commit details
-
Copy full SHA for e6fb782 - Browse repository at this point
Copy the full SHA e6fb782View commit details -
Configuration menu - View commit details
-
Copy full SHA for 892aedc - Browse repository at this point
Copy the full SHA 892aedcView commit details -
Configuration menu - View commit details
-
Copy full SHA for cbf7a63 - Browse repository at this point
Copy the full SHA cbf7a63View commit details -
Merge pull request kubernetes#26397 from girikuncoro/docs-id-owner
Add all docs-id reviewers as owners
Configuration menu - View commit details
-
Copy full SHA for c036f87 - Browse repository at this point
Copy the full SHA c036f87View commit details -
Merge pull request kubernetes#26350 from dippynark/clarify-pre-stop-h…
…ook-description Clarify PreStop hook behaviour
Configuration menu - View commit details
-
Copy full SHA for 8637bc9 - Browse repository at this point
Copy the full SHA 8637bc9View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 7b04c3a - Browse repository at this point
Copy the full SHA 7b04c3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b19266 - Browse repository at this point
Copy the full SHA 6b19266View commit details -
Merge pull request kubernetes#26388 from jailton/pt/update-readme-202…
…10204 Update README-pt.md
Configuration menu - View commit details
-
Copy full SHA for db79dab - Browse repository at this point
Copy the full SHA db79dabView commit details -
Merge pull request kubernetes#24706 from bobsaintcool/dev-1.19-fr.1
Fix links MD syntax typo in FR documentation
Configuration menu - View commit details
-
Copy full SHA for 15afafb - Browse repository at this point
Copy the full SHA 15afafbView commit details -
Configuration menu - View commit details
-
Copy full SHA for da2d988 - Browse repository at this point
Copy the full SHA da2d988View commit details
Commits on Feb 9, 2021
-
Merge pull request kubernetes#26430 from Arhell/upd
[zh] update docker-cli-to-kubectl
Configuration menu - View commit details
-
Copy full SHA for d0a532e - Browse repository at this point
Copy the full SHA d0a532eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6ee962 - Browse repository at this point
Copy the full SHA e6ee962View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ec9593 - Browse repository at this point
Copy the full SHA 0ec9593View commit details -
Clairly Resourcequota limit for PriorityClass
Signed-off-by: Weiping Cai <[email protected]>
Weiping Cai committedFeb 9, 2021 Configuration menu - View commit details
-
Copy full SHA for 188ccc2 - Browse repository at this point
Copy the full SHA 188ccc2View commit details -
Merge pull request kubernetes#26273 from Cweiping/feature/clairly_res…
…ource_quota_limit_for_PriorityClass Clarify ResourceQuota limit for PriorityClass
Configuration menu - View commit details
-
Copy full SHA for 539e524 - Browse repository at this point
Copy the full SHA 539e524View commit details -
Merge pull request kubernetes#26389 from kbhawkey/fixup-simply-usage
clean up use of word: simply
Configuration menu - View commit details
-
Copy full SHA for c24f62c - Browse repository at this point
Copy the full SHA c24f62cView commit details -
[zh] translate Migrating telemetry and security agents from dockershim
fix according to howieyuen and tengqm
Configuration menu - View commit details
-
Copy full SHA for ecbbb15 - Browse repository at this point
Copy the full SHA ecbbb15View commit details -
Merge pull request kubernetes#26435 from npu21/dualstack_en
Dual-stack docs correction
Configuration menu - View commit details
-
Copy full SHA for 1f3478e - Browse repository at this point
Copy the full SHA 1f3478eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70ebc7f - Browse repository at this point
Copy the full SHA 70ebc7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee5b6e8 - Browse repository at this point
Copy the full SHA ee5b6e8View commit details
Commits on Feb 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 52f3543 - Browse repository at this point
Copy the full SHA 52f3543View commit details -
Fix column alignment in debug-service.md
Previously, the columns showing one of kubectl's output were misaligned and thereby confusing.
Configuration menu - View commit details
-
Copy full SHA for ddf8d77 - Browse repository at this point
Copy the full SHA ddf8d77View commit details -
Merge pull request kubernetes#26429 from yaodingyd/patch-1
Fix indentation
Configuration menu - View commit details
-
Copy full SHA for 484df55 - Browse repository at this point
Copy the full SHA 484df55View commit details -
Merge pull request kubernetes#26451 from jacksgt/patch-1
Fix column alignment in debug-service.md
Configuration menu - View commit details
-
Copy full SHA for 739c65c - Browse repository at this point
Copy the full SHA 739c65cView commit details -
Merge pull request kubernetes#25986 from schollii/master
Clarify binaryData handling by kubectl create and describe
Configuration menu - View commit details
-
Copy full SHA for 8377d08 - Browse repository at this point
Copy the full SHA 8377d08View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1f5566 - Browse repository at this point
Copy the full SHA a1f5566View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d973fa - Browse repository at this point
Copy the full SHA 5d973faView commit details -
Merge pull request kubernetes#26453 from oke-py/style
remove command from output block
Configuration menu - View commit details
-
Copy full SHA for ca018cf - Browse repository at this point
Copy the full SHA ca018cfView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for dc4836b - Browse repository at this point
Copy the full SHA dc4836bView commit details -
Merge pull request kubernetes#26446 from pierrchen/headless
service-network: add some clarity to headless service
Configuration menu - View commit details
-
Copy full SHA for 3c22c23 - Browse repository at this point
Copy the full SHA 3c22c23View commit details -
Configuration menu - View commit details
-
Copy full SHA for f26aab7 - Browse repository at this point
Copy the full SHA f26aab7View commit details -
Merge pull request kubernetes#26440 from jailton/pt/docs/tutorials
[pt] Add content for hello-minikube in português
Configuration menu - View commit details
-
Copy full SHA for a4e48ec - Browse repository at this point
Copy the full SHA a4e48ecView commit details -
Update content/en/docs/setup/production-environment/container-runtime…
…s.md Co-authored-by: Tim Bannister <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f4a96f4 - Browse repository at this point
Copy the full SHA f4a96f4View commit details -
security: add container runtime class as an option to provider extra …
…container security
Configuration menu - View commit details
-
Copy full SHA for 9a3347c - Browse repository at this point
Copy the full SHA 9a3347cView commit details
Commits on Feb 11, 2021
-
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.
Configuration menu - View commit details
-
Copy full SHA for a33e903 - Browse repository at this point
Copy the full SHA a33e903View commit details -
Merge pull request kubernetes#26452 from jacksgt/patch-1
Clarify selection of default HPA scaling policy
Configuration menu - View commit details
-
Copy full SHA for 107f4a7 - Browse repository at this point
Copy the full SHA 107f4a7View commit details -
Merge pull request kubernetes#26412 from ydFu/fix-url-issue-26382
Fail links in compute-device-assignment.md
Configuration menu - View commit details
-
Copy full SHA for 734865f - Browse repository at this point
Copy the full SHA 734865fView commit details -
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"
Configuration menu - View commit details
-
Copy full SHA for 23d70ea - Browse repository at this point
Copy the full SHA 23d70eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0e68de - Browse repository at this point
Copy the full SHA e0e68deView commit details -
Configuration menu - View commit details
-
Copy full SHA for e13caad - Browse repository at this point
Copy the full SHA e13caadView commit details -
Merge pull request kubernetes#26467 from oke-py/invalid-hash
fix an invalid location.hash
Configuration menu - View commit details
-
Copy full SHA for 3ff53ef - Browse repository at this point
Copy the full SHA 3ff53efView commit details -
Merge pull request kubernetes#26456 from eTimS/patch-2
Minor - Systemd enable command to enable CRI-O at boot time
Configuration menu - View commit details
-
Copy full SHA for 632bd32 - Browse repository at this point
Copy the full SHA 632bd32View commit details -
Configuration menu - View commit details
-
Copy full SHA for f141a3c - Browse repository at this point
Copy the full SHA f141a3cView commit details -
Merge pull request kubernetes#26458 from pierrchen/runtimeclass
security: add container runtime class as an option to provider extra container security
Configuration menu - View commit details
-
Copy full SHA for 9afb531 - Browse repository at this point
Copy the full SHA 9afb531View commit details
Commits on Feb 12, 2021
-
Merge pull request kubernetes#25619 from zwindler/patch-1
fix: errors in base64 and sed commands
Configuration menu - View commit details
-
Copy full SHA for e512e4e - Browse repository at this point
Copy the full SHA e512e4eView commit details -
Merge pull request kubernetes#26471 from mccricardo/fix/missing-end
fix: add missing end
Configuration menu - View commit details
-
Copy full SHA for d99604b - Browse repository at this point
Copy the full SHA d99604bView commit details -
Merge pull request kubernetes#26464 from oke-py/style
style: separate commands from output
Configuration menu - View commit details
-
Copy full SHA for d5105b5 - Browse repository at this point
Copy the full SHA d5105b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69e0994 - Browse repository at this point
Copy the full SHA 69e0994View commit details -
Merge pull request kubernetes#26480 from oke-py/26479
chore: fix a broken link "FrameworkHandle"
Configuration menu - View commit details
-
Copy full SHA for 6af44ed - Browse repository at this point
Copy the full SHA 6af44edView commit details -
Merge pull request kubernetes#25022 from chiehmin/add-parition-field-…
…for-ebs docs: add partition field for EBS
Configuration menu - View commit details
-
Copy full SHA for 0a0dc4d - Browse repository at this point
Copy the full SHA 0a0dc4dView commit details
Commits on Feb 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for bfcea97 - Browse repository at this point
Copy the full SHA bfcea97View commit details