Commit Graph

3984 Commits (486dd61f2bd040a52f1e44ec3c5a984040e6e932)

Author SHA1 Message Date
Kubernetes Prow Robot 486dd61f2b
Merge pull request #21092 from idvoretskyi/idvoretskyi-wsl2-k8s
WSL+Docker: Kubernetes on the Windows Desktop blog post added
2020-05-22 08:46:38 -07:00
Ihor Dvoretskyi c25dc7339e
Update content/en/blog/_posts/2020-05-21-wsl2-dockerdesktop-k8s.md
Co-authored-by: Taylor Dolezal <onlydole@users.noreply.github.com>
2020-05-22 11:22:25 +03:00
Ihor Dvoretskyi 738de78a57
Update content/en/blog/_posts/2020-05-21-wsl2-dockerdesktop-k8s.md
Co-authored-by: Taylor Dolezal <onlydole@users.noreply.github.com>
2020-05-22 11:22:17 +03:00
Ihor Dvoretskyi 9c98670ea8
Update content/en/blog/_posts/2020-05-21-wsl2-dockerdesktop-k8s.md
Co-authored-by: Taylor Dolezal <onlydole@users.noreply.github.com>
2020-05-22 11:22:04 +03:00
Ihor Dvoretskyi 054e637f1e
Update content/en/blog/_posts/2020-05-21-wsl2-dockerdesktop-k8s.md
Co-authored-by: Taylor Dolezal <onlydole@users.noreply.github.com>
2020-05-22 11:21:54 +03:00
Ihor Dvoretskyi f01eb97c1b
Update content/en/blog/_posts/2020-05-21-wsl2-dockerdesktop-k8s.md
Co-authored-by: Taylor Dolezal <onlydole@users.noreply.github.com>
2020-05-22 11:21:45 +03:00
Ihor Dvoretskyi 2b0a593be5
Update content/en/blog/_posts/2020-05-21-wsl2-dockerdesktop-k8s.md
Co-authored-by: Taylor Dolezal <onlydole@users.noreply.github.com>
2020-05-22 11:21:20 +03:00
Ihor Dvoretskyi 4546daec4f
Update content/en/blog/_posts/2020-05-21-wsl2-dockerdesktop-k8s.md
Co-authored-by: Taylor Dolezal <onlydole@users.noreply.github.com>
2020-05-22 11:21:03 +03:00
Ihor Dvoretskyi 27763a6ba0
Update content/en/blog/_posts/2020-05-21-wsl2-dockerdesktop-k8s.md
Co-authored-by: Taylor Dolezal <onlydole@users.noreply.github.com>
2020-05-22 11:20:54 +03:00
Ihor Dvoretskyi 465c4c478b
Update content/en/blog/_posts/2020-05-21-wsl2-dockerdesktop-k8s.md
Co-authored-by: Taylor Dolezal <onlydole@users.noreply.github.com>
2020-05-22 11:20:45 +03:00
Kubernetes Prow Robot bcc860271e
Merge pull request #21034 from jqmichael/patch-4
Clarified Secrets file mode
2020-05-21 12:58:37 -07:00
Kubernetes Prow Robot 98851648a2
Merge pull request #21046 from divyabhushan/master
Rendering issues on#service-account-permissions #21029
2020-05-21 12:22:14 -07:00
Kubernetes Prow Robot 782ff1b757
Merge pull request #20868 from jqmichael/patch-3
Clarify node affinity in ScheduleDaemonSetPods
2020-05-21 10:20:14 -07:00
divyabhushan 6595ea6e86 Rendering issues on#service-account-permissions #21029 2020-05-21 17:25:14 +02:00
Ihor Dvoretskyi a29878d29d Attribute text added to the images
Signed-off-by: Ihor Dvoretskyi <ihor@linux.com>
2020-05-21 14:32:53 +03:00
Tim Allclair 75652e8585 Standardized pod security profiles 2020-05-20 16:54:37 -07:00
Ihor Dvoretskyi 041b9d6f65
Update content/en/blog/_posts/2020-05-21-wsl2-dockerdesktop-k8s.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-05-20 21:40:46 +03:00
Ihor Dvoretskyi e9aa9de0a0
Update content/en/blog/_posts/2020-05-21-wsl2-dockerdesktop-k8s.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-05-20 21:38:11 +03:00
Ihor Dvoretskyi 2f210a696a
Update content/en/blog/_posts/2020-05-21-wsl2-dockerdesktop-k8s.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-05-20 21:37:53 +03:00
Ihor Dvoretskyi bd514a0e1e
Update content/en/blog/_posts/2020-05-21-wsl2-dockerdesktop-k8s.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-05-20 21:37:40 +03:00
Ihor Dvoretskyi 59a376237e WSL+Docker: Kubernetes on the Windows Desktop blog post added
Signed-off-by: Ihor Dvoretskyi <ihor@linux.com>
2020-05-20 20:25:00 +03:00
Kubernetes Prow Robot f87bfd3ac9
Merge pull request #21042 from johscheuer/add-note-for-experimental-status
Add note about experimental status of bandwidth limit
2020-05-19 16:46:18 -07:00
ialidzhikov 9eca2d9bd7 Nit: align namespaces output
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
2020-05-19 21:55:08 +03:00
jqmichael 14448d73b7 Clarified Secrets file mode
1. The example is using YAML which supports octal notation. Updated the corresponding doc.
2. Clarified we need to follow the symlink to find the correct file mode.
2020-05-19 10:02:20 -07:00
sharet-adl c9a278dc2f
update deployment sample, due to deprecated option
Creating a deployment using 'kubectl run' command was deprecated and is not supported anymore, starting with 1.18 version. In order to keep the example as relevant as possible, all 3 pods were kept.

Couple of changes:
- fix example to use 'kubectl create deployment' command, and scaled it up explicitly
- fix missing label for both Deployment and Service
- update label key, from 'run' to 'app', as deployments automatically add the label with this key
- update comment on how label's key could have used 'run' and 'app' values
- update pods names and internal hostnames - which are based on the replicaSet (eg. hostnames-632524106).
2020-05-19 18:49:32 +03:00
Sylvain COULOMBEL 7245142874 Task configure sa: 'Add image pull secrets to a service account' minor fix 2020-05-19 13:52:59 +02:00
Kubernetes Prow Robot c2609928cf
Merge pull request #21043 from scoulomb/imgPullSecSa
Task configure sa: 'Add image pull secrets to a service account' sect…
2020-05-19 04:37:37 -07:00
Sylvain COULOMBEL 9ea75a8149 Task configure sa: 'Add image pull secrets to a service account' section improvment proposal 2020-05-19 12:18:42 +02:00
WangYun 198c1cbdcd
overview.md typo
It seems there is a blank in `headless-` and `service`, which leads to error format
2020-05-19 08:08:03 +08:00
Kevin Chen b6672e728b
fix: update blog configuration issues to support global mtls (#20304)
* fix: update blog configuration issues to support global mtls

* fix: simplify annotation step

* docs: expand on service-upstream annotation

* docs: amend old blog post

* fix: expand on load balancing

* fix: doc typo

* fix: minor nit
2020-05-18 09:47:37 -07:00
Kubernetes Prow Robot 8f3212c3e6
Merge pull request #21019 from prasadkatti/patch-1
Use feature state Hugo shortcode
2020-05-18 09:01:37 -07:00
WangYun 83c30904c4
Update deployment.md
`s` is redundant.
2020-05-18 23:12:04 +08:00
Kubernetes Prow Robot 6899c2161e
Merge pull request #21025 from juampynr/patch-3
Remove unneeded leftquotes
2020-05-18 04:19:36 -07:00
Johannes M. Scheuermann 951430790e Add note about experimental status of bandwidth limit 2020-05-18 09:29:31 +02:00
Kubernetes Prow Robot ba83ccc242
Merge pull request #21027 from scoulomb/secTask
Improve task 'Distribute Credentials Securely Using Secrets' by showi…
2020-05-17 20:57:36 -07:00
Kubernetes Prow Robot 66960c4667
Merge pull request #21018 from scoulomb/fixExtraLine
Clean-up extra line in tasks configure pod container
2020-05-17 20:53:36 -07:00
Kubernetes Prow Robot bcb1e41ac0
Merge pull request #20827 from jai/patch-1
docs: tweak grammar, tenses, punctuation
2020-05-17 07:15:35 -07:00
Sylvain COULOMBEL 224a6cacbf Improve task 'Distribute Credentials Securely Using Secrets' by showing pod output 2020-05-17 15:50:44 +02:00
Juampy NR 0a6c8ae7f5
Remove unneeded leftquotes 2020-05-17 14:38:18 +02:00
Prasad Katti 75317419b9 Use feature state Hugo shortcode 2020-05-16 11:28:43 -07:00
Sylvain COULOMBEL 081c7a713c Clean-up extra line in tasks: configure pod container 2020-05-16 16:01:39 +02:00
Kubernetes Prow Robot e7bd7fb18b
Merge pull request #20976 from sftim/20200514_fix_markdown_for_crd_task
Fix Markdown for CustomResourceDefinition task
2020-05-15 12:27:36 -07:00
Divya Bhushan c5915cb722 #20970-fixed broken link in concepts/workloads/controllers/statefulset/ 2020-05-15 01:38:22 +02:00
Tim Bannister 679b35a569 Fix Markdown for CustomResourceDefinition task 2020-05-14 18:19:15 +01:00
Kubernetes Prow Robot 1ffbe95773
Merge pull request #20975 from jimangel/fix-upgrade-page
reformat kubeadm upgrade page
2020-05-14 08:12:23 -07:00
Kubernetes Prow Robot b6348e73fc
Merge pull request #20922 from sftim/20200512_fix_markdown_encryption_at_rest
Fix shortcodes in “Encrypting Secret Data at Rest”
2020-05-14 07:36:23 -07:00
Kubernetes Prow Robot f1929c87ea
Merge pull request #20924 from celestehorgan/fix-broken-links
Fix broken links identified by linkchecker
2020-05-14 07:22:22 -07:00
Jim Angel 8232eb30fe reformat kubeadm upgrade page 2020-05-14 08:58:30 -05:00
Kubernetes Prow Robot 6989773a8b
Merge pull request #20946 from irvifa/fix-templating-to-hugo-0.70
Change notes templating to be able to comply with Hugo 0.70.
2020-05-14 02:50:21 -07:00
Irvi Firqotul Aini e852b9bb81 Make small changes to trigger tide. 2020-05-14 00:29:03 +07:00