Commit Graph

23892 Commits

Author SHA1 Message Date
Kubernetes Prow Robot 419d6ce391 Merge pull request #27452 from tallclair/runtimeclass
Correct dockershim runtime handler support
2021-04-12 05:30:00 -07:00
Kubernetes Prow Robot 732d118ea4 Merge pull request #27417 from joostas/docker-cli-kubectl-zh
[zh] Fix label selector in "kubectl for Docker Users"
2021-04-12 04:37:59 -07:00
Kubernetes Prow Robot 3dcdd86486 Merge pull request #27022 from CKchen0726/kustomize_broken_link_26834
[en] update some links in Kustomize Feature List
2021-04-12 04:29:59 -07:00
Kubernetes Prow Robot 2e46f99d03 Merge pull request #27402 from ariscahyadi/id-update-learning-env-minikube
[ID] Updating learning environment minikube
2021-04-12 04:28:00 -07:00
Kubernetes Prow Robot b14bb6faec Merge pull request #27480 from tengqm/api-ref-121
API reference for v1.21
2021-04-12 04:24:00 -07:00
Kubernetes Prow Robot 2ee8037261 Merge pull request #27411 from alessandroargentieri/issue/20959
#20959 Localize Images page to Italian
2021-04-12 03:34:00 -07:00
joostas 2c3ece825f [zh] Fix label selector in "kubectl for Docker Users"
Before:
```sh
kubectl get po -l run=nginx-app
No resources found in default namespace.
```
Because:
```sh
kubectl get po --show-labels
NAME                         READY   STATUS    RESTARTS   AGE   LABELS
nginx-app-58cfd4c468-jx6qp   1/1     Running   0          17m   app=nginx-app,pod-template-hash=58cfd4c468
```
After:
```sh
kubectl get po -l app=nginx-app
NAME                         READY   STATUS    RESTARTS   AGE
nginx-app-58cfd4c468-jx6qp   1/1     Running   0          18m
```
2021-04-12 12:43:52 +03:00
Kubernetes Prow Robot 436c37fd98 Merge pull request #27445 from tengqm/extend-cluster
Revise extending kubernetes
2021-04-11 20:19:59 -07:00
Kubernetes Prow Robot c4a3ec97ea Merge pull request #27501 from shuuji3/make-logo-image-background-transparent
Change the backgrounds of “Case studies” logos from gray to transparent
2021-04-11 13:27:59 -07:00
TAKAHASHI Shuuji f83f87fe57 Delete unnecessary two files: search.md and sitemap.md 2021-04-11 14:20:56 +00:00
TAKAHASHI Shuuji 3ca6bc04ce Add workload.md to the reference/glossary directory 2021-04-11 14:18:39 +00:00
TAKAHASHI Shuuji 2b2a89cf47 Update the Japanese translation of the concepts/workloads/ 2021-04-11 14:18:39 +00:00
George Gaál 02099e2dd3 Update konnectivity to 0.0.16 and update ZH docs accordingly 2021-04-11 14:24:40 +03:00
Rémy Léone 7ecb5e309a update gitignore to include folder created by make container-serve 2021-04-11 12:29:33 +02:00
Rémy Léone 6e1b8d8b2d Fix 2021-04-11 12:27:16 +02:00
TAKAHASHI Shuuji 18bc5496fa Add k8s-ruby/k8s-ruby as a community-maintained client libraries 2021-04-11 16:30:04 +09:00
TAKAHASHI Shuuji b04d764a22 Change the backgrounds of logo iamges from gray to transparent 2021-04-11 06:11:55 +00:00
TAKAHASHI Shuuji a2e42f79d2 Replace featured png logo with svg image 2021-04-11 06:00:34 +00:00
TAKAHASHI Shuuji 12883afcdf Update the anchor text 2021-04-11 14:21:50 +09:00
TAKAHASHI Shuuji de812122a6 Translate contribute/new-content/overview into Japanese 2021-04-11 03:29:04 +00:00
TAKAHASHI Shuuji 28d522427a Translate _index.md into Japanese 2021-04-11 03:28:25 +00:00
Kubernetes Prow Robot e277d032ef Merge pull request #26192 from flo-oss/pod_overview_german
Add content/de/docs/concepts/workloads/pods/_index.md
2021-04-10 14:35:10 -07:00
Kubernetes Prow Robot d5c73abd52 Merge pull request #27287 from CriaHu/hyq-2021032903
Fix line separation in concepts/architecture/nodes
2021-04-10 14:27:10 -07:00
Rémy Léone 049c832f33 Fix 2021-04-10 22:52:11 +02:00
Rémy Léone fb9823b9ec Fix 2021-04-10 17:23:40 +02:00
Rémy Léone 6725d2888d Fix 2021-04-10 17:04:21 +02:00
Rémy Léone 8aa8acf64e Add French configure-pod-configmap 2021-04-10 17:04:21 +02:00
TAKAHASHI Shuuji 1605036c40 Copy overview.md and _index.md for the translation 2021-04-10 10:40:25 +00:00
Qiming Teng a7175d4d35 Revise extending kubernetes
This PR fixes two problems. One was introduced by f265aed794
which folded the extend-cluster.md content into section index without
removing the original content. Another problem is that the PNG images
stored on google docs are not accessible by some people from the far end
of the planet.
2021-04-10 13:59:01 +08:00
Qiming Teng 370c659ddc Regenerate reference for kube-proxy configuration 2021-04-10 13:58:29 +08:00
Kubernetes Prow Robot c2f183b357 Merge pull request #27494 from SergeyKanzhelev/revert-25733-patch-1
Revert "update container-lifecycle-hooks.md for third hook handler i,.e. TCP"
2021-04-09 22:49:09 -07:00
Kubernetes Prow Robot 80508e60c7 Merge pull request #27479 from tengqm/comp-ref-121
Component reference for 1.21
2021-04-09 17:40:23 -07:00
Kubernetes Prow Robot ec9c46b309 Merge pull request #27392 from sftim/20210403_mention_extensibility_as_feature
Mention API extensibility as a front-page feature
2021-04-09 16:42:22 -07:00
Sergey Kanzhelev 0db9ae6f52 Revert "update container-lifecycle-hooks.md for third hook handler i,.e. TCP" 2021-04-09 13:36:25 -07:00
Kubernetes Prow Robot 41a8b15dc2 Merge pull request #27488 from adtac/suspend-blog
blog: make minor corrections to upcoming SuspendJob post
2021-04-09 09:21:07 -07:00
Adhityaa Chandrasekar eb558e2442 blog: make minor corrections to upcoming SuspendJob post
Signed-off-by: Adhityaa Chandrasekar <adtac@google.com>
2021-04-09 16:12:25 +00:00
Kubernetes Prow Robot 9dd42da09e Merge pull request #27197 from adtac/suspend-blog
blog: introducing suspended jobs
2021-04-09 07:45:05 -07:00
Kubernetes Prow Robot 5d949f9e5b Merge pull request #27434 from ariscahyadi/id-move-assign-pods
[ID] Moving "assign-pod" and "taint & toleration" into scheduling-eviction.
2021-04-09 05:41:04 -07:00
Soichiro KAWAMURA 0bfee99fa4 change links to ja pages 2021-04-09 19:57:57 +09:00
Tim Bannister cbe453b9c9 Remove accidentally-included API reference files
Fixup for commit 965aa51daf

Co-Authored-By: Philippe Martin <contact@elol.fr>
2021-04-09 10:42:50 +01:00
Kubernetes Prow Robot 83e6a37fb6 Merge pull request #27481 from divya-mohan0209/patch-3
Addressing whitespace nits & grammatical errors
2021-04-09 01:16:48 -07:00
divya-mohan0209 9713a00e3c Addressing whitespace nits & grammatical errors 2021-04-09 10:51:53 +05:30
Qiming Teng 6f0674ef19 Component reference for 1.21 2021-04-09 12:53:57 +08:00
Marc Bihlmaier fb4e0c4066 Update kubeadm-config.md (#27201)
add link to https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/kubelet-integration/
2021-04-08 21:38:36 -07:00
translucens 5db5305f5e Update content/ja/docs/concepts/configuration/pod-priority-preemption.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-04-09 11:35:18 +09:00
Kubernetes Prow Robot 6d512380a4 Merge pull request #27426 from raelga/raelga-patch-1
clean: update spanish owners file
2021-04-08 17:54:22 -07:00
Qiming Teng 937f848340 API reference for v1.21 2021-04-09 08:47:59 +08:00
Han Kang c5bab50caf add back the link to stable metrics list 2021-04-08 14:21:36 -07:00
Tim Bannister d6589e0ce3 Omit “Edit this page” links for generated content
Copy the page meta links template from the Docsy theme, and adapt it to only
suggest editing pages that aren't autogenerated.
2021-04-08 22:04:32 +01:00
Tim Bannister 6214d89445 Run local container previews with minimal privileges 2021-04-08 22:01:41 +01:00