Commit Graph

15066 Commits (64e9ea7292f9243879ad89eacb5fe71de8c707e8)

Author SHA1 Message Date
Kubernetes Prow Robot edba6ff1a2
Merge pull request from davivcgarcia/feature-15123
Clarify minimum cluster resource requirement for tasks
2020-05-09 09:53:51 -07:00
Kubernetes Prow Robot d76f75a166
Merge pull request from Arhell/fix-video-ru
fix broken field on the main page in the video block
2020-05-09 09:45:51 -07:00
Kubernetes Prow Robot 6937eadc84
Merge pull request from wwgfhf/update-trans
Update nl.toml
2020-05-09 09:43:50 -07:00
Kubernetes Prow Robot 95a07c121b
Merge pull request from Arhell/footer-fix
Fixed footer text that goes beyond the screen
2020-05-09 09:41:50 -07:00
Kubernetes Prow Robot c30848de4d
Merge pull request from radeksm/bugfix/20181
Make build of kubernetes-hugo image more reliable
2020-05-09 09:39:51 -07:00
Kubernetes Prow Robot f0af880cb5
Merge pull request from jaredbhatti/patch-1
Removing myself from the owner aliases file :(
2020-05-09 09:35:50 -07:00
Vinicius Barbosa d77e95a8e8 Update overview.md: remove a depreciated flag 2020-05-09 13:35:14 -03:00
Kubernetes Prow Robot 31cb4f7833
Merge pull request from shuuji3/fix-broken-table-in-contribute-new-content-overview
Fix a broken table in contribute/new-content/overview.md by modifying shortcodes
2020-05-09 09:25:50 -07:00
Kubernetes Prow Robot 78ab651c9e
Merge pull request from sftim/20191227_tidy_pod_preset_pages
Tidy pages for PodPreset
2020-05-09 09:01:53 -07:00
Kubernetes Prow Robot 2da45fa3a6
Merge pull request from sftim/20191109_node_concept_improvements
Improve Node, Taints, and Tolerations concepts
2020-05-09 08:59:51 -07:00
Kubernetes Prow Robot 024cbb184b
Merge pull request from sharet-adl/patch-2
pipe char escape, flag --server-print, labels sample, exec extra --, config NL
2020-05-09 08:11:51 -07:00
Kubernetes Prow Robot 7000da5cfb
Merge pull request from viniciusbds/patch-1
Update k8s.io/docs/tasks/access-application-cluster/connecting-frontend-backend/
2020-05-09 08:07:51 -07:00
Kubernetes Prow Robot 07fa80f443
Merge pull request from willise/docs/affinity
docs: reorganize topologyKey constraints
2020-05-09 07:51:50 -07:00
Kubernetes Prow Robot f995c63b7f
Merge pull request from Arhell/fix-white-bar
remove white bar on the blog page
2020-05-09 07:49:51 -07:00
Kubernetes Prow Robot 4e34fd1e2c
Merge pull request from willise/docs/initContainer
docs: Add all probe explanation of init contaners
2020-05-09 07:43:50 -07:00
viniciusbds 471840944c Add cleanup topic 2020-05-09 10:23:26 -03:00
sharet-adl a3690b62a2
Fix couple of issues - display issue for pipe char, output for flag --server-print, labels sample, exec extra --, config sample missing newline
Proposing fixes for some issues in the page:

1. Handle display issue for the 'kubectl run' command, where pipe character ('|') is not properly escaped, so the text gets trimmed.  
Currently the text is rendered like this: "run	`kubectl run NAME --image=image [--env=“key=value”] [--port=port] [--replicas=replicas] [--dry-run=server".

The correct text will be displayed like:  
"kubectl run NAME --image=image [--env="key=value"] [--port=port] [--replicas=replicas] [--dry-run=server|client|none] [--overrides=inline-json] [flags]".  
Also, the description column would be displayed properly.

2. Fixing output of 'get pods' command, when flag --server-print is set to false.  
The only displayed columns would be NAME and AGE.  

3. Fixing description and sample command for delete pods (kubectl delete pods,service ..), where 'label-name' text is ambiguously used as the label's value. Labels are key-value pairs.  
Suggested way of writting it:  
"# Delete all the pods and services that have the label '<label-key>=<label-value>'.  
kubectl delete pods,services -l <label-key>=<label-value>"

Another way to write it could be:  
"# Delete all the pods and services that have the label 'name=<label-value>'.  
kubectl delete pods,services -l name=<label-value>"

4. Updating the syntax for three 'kubectl exec' commands, to include the '--' before the user's command, to be inline with current way of working and to avoid deprecation message.  

5. Enhance sample for 'kubectl config' command, where the newline was not handled properly.  
Before:  
[user@wstation ~]$ kubectl config view --template='{{ range .contexts }}{{ if eq .name "'$(kubectl config current-context)'" }}Current user: {{ .context.user }}{{ end }}{{ end }}'  
Current user: kubernetes-admin[user@wstation ~]$

After:  
[user@wstation ~]$ kubectl config view --template='{{ range .contexts }}{{ if eq .name "'$(kubectl config current-context)'" }}Current user: {{ printf "%s\n" .context.user }}{{ end }}{{ end }}'  
Current user: kubernetes-admin  
[user@wstation ~]$
2020-05-09 12:54:02 +03:00
Kubernetes Prow Robot c211c0a9e6
Merge pull request from girikuncoro/kubectl-cheatsheet-id
Translate kubectl cheatsheet to Bahasa Indonesia
2020-05-09 02:41:51 -07:00
willise fd16ff5529 docs: reorganize topologyKey constraints
Signed-off-by: willise <sunshuai@cmss.chinamobile.com>
2020-05-09 14:44:25 +08:00
willise 6e64f84983 docs: Add all probe explanation of init contaners
Signed-off-by: willise <sunshuai@cmss.chinamobile.com>
2020-05-09 11:03:47 +08:00
gujingit c349c7dfd2 Add content about the Alibaba cloud provider 2020-05-09 10:49:19 +08:00
Kubernetes Prow Robot 22d2069bc0
Merge pull request from viniciusbds/issue-20414
Remove the --generator deprecated flag of a tutorial
2020-05-08 19:45:52 -07:00
Kubernetes Prow Robot 650845a4bf
Merge pull request from prasadkatti/patch-1
[kubeadm] warn if kernel/docker/etcd version(s) are older than the min required version(s)
2020-05-08 19:43:52 -07:00
Kubernetes Prow Robot ba1e890aaa
Merge pull request from afmsavage/patch-1
Fixed configure-access-multiple-clusters.md
2020-05-08 19:41:52 -07:00
Kubernetes Prow Robot 421caff2b5
Merge pull request from jqmichael/patch-2
Made autoscale command more explicit
2020-05-08 19:39:52 -07:00
Kubernetes Prow Robot eef6edfb93
Merge pull request from fml2/feature/Document-char-encoding-in-mapped-volumes
Document char encoding in mapped volumes
2020-05-08 19:37:51 -07:00
Kubernetes Prow Robot 0b9d33cbb0
Merge pull request from sftim/20200506_signpost_blog_contributors_to_help
Signpost blog contributors to “Write a blog post”
2020-05-08 19:35:51 -07:00
Kubernetes Prow Robot 29268394e6
Merge pull request from sftim/20200504_drop_endpointslice_feature_callout
Don't mention EndpointSlice resource on front page
2020-05-08 19:33:52 -07:00
jkld11 b96863ac5f
Add case study: Booking.com ()
* Create index.html

* add logos

* fix logo file name

* add booking.com images

* remove Nav from featured

* add booz allen featured logo

* make Booz Allen featured

* remove spotify from featured

* fix booz allen front matter

* add correct logo

* add correct booz allen logo
2020-05-08 19:29:53 -07:00
iaoiui af50366896
Some docs incorrect v1.18 kubectl run command ()
* use "kubectl create deploy" instead of "kubectl run"

* omit whitspace fix

* omit whitspace fix

* avoid shorthand
2020-05-08 19:27:52 -07:00
Kubernetes Prow Robot 9c8e3c5130
Merge pull request from rkamudhan/patch-8
adding OVN4NFV-K8S-Plugin in addons
2020-05-08 19:19:51 -07:00
Kubernetes Prow Robot 3c676d5e73
Merge pull request from prasadkatti/patch-2
Update feature state for APIListChunking
2020-05-08 19:17:52 -07:00
Kubernetes Prow Robot 2d03fb3cf4
Merge pull request from wawa0210/change-en-os-label
[Trival] beta.kubernetes.io/os deprecated since v1.14, are targeted for removal in v1.18
2020-05-08 19:15:52 -07:00
Kubernetes Prow Robot 68283c7717
Merge pull request from rkamudhan/patch-7
Adding OVN4NFV-K8S-Plugin in networking.md
2020-05-08 19:13:52 -07:00
Kubernetes Prow Robot 7b8a28bd26
Merge pull request from GauravJain98/master
fixed ingress minikube 2nd deployment commands
2020-05-08 19:11:53 -07:00
Kubernetes Prow Robot b92cd32196
Merge pull request from prasadkatti/pdb_feature_state
Add feature state for PodDisruptionBudget
2020-05-08 19:09:52 -07:00
Kubernetes Prow Robot 4466ffb148
Merge pull request from alexcontini/contini-remove-old-case-studies
remove old case studies and one that link to external sites
2020-05-08 18:55:51 -07:00
Kubernetes Prow Robot 6d99e4f1e7
Merge pull request from prasadkatti/patch-6
Add PodDisruptionBudget to feature gates reference
2020-05-08 18:49:52 -07:00
Kubernetes Prow Robot 4b4624148f
Merge pull request from fancc/configmap
translate configmap into chinese
2020-05-08 18:43:52 -07:00
Kubernetes Prow Robot 085090824d
Merge pull request from abowloflrf/fix-zh-typo
fix typo in static-pod.md
2020-05-08 18:39:52 -07:00
Kubernetes Prow Robot fe76adcddf
Merge pull request from lex111/ru/upd-1
Improve content and update links in Russian translation
2020-05-08 14:11:51 -07:00
Alex Contini c34b02f2d8 Delete babylon-featured.svg 2020-05-08 12:43:48 -04:00
Alex Contini dfa9229e63 update 2020-05-08 12:42:22 -04:00
Prasad Katti 8b7205183d
Add PodDisruptionBudget to feature gates reference 2020-05-08 08:35:47 -07:00
Alex Contini bb29474501 remove old case studies and one that link to external sites 2020-05-08 11:04:35 -04:00
Gaurav Jain b683006914 fixed ingress minikube 2nd deployment commands 2020-05-08 16:02:27 +05:30
Ruofeng Lei 32f2d23a98 Update zh translation in static-pod.md 2020-05-08 17:33:44 +08:00
Kubernetes Prow Robot 21d910d5a8
Merge pull request from nikitakalyanov/tinyfix-helloworld-1
Remove reference to deprecated image
2020-05-08 01:59:42 -07:00
Kubernetes Prow Robot d41aaf877e
Merge pull request from juampynr/patch-1
Fix syntax error
2020-05-08 01:55:42 -07:00
Kubernetes Prow Robot 82ca68492e
Merge pull request from prasadkatti/fix_pdb_example
Fix cluster state in example on Disruptions concept page
2020-05-08 01:49:43 -07:00