Song Kun
64700c0ab1
Use better format for kubectl install guide ( #13810 )
2019-04-14 17:41:59 -07:00
codyc
862bd49693
Provides snippet for PLEG ( #13805 )
2019-04-14 08:18:00 -07:00
Enrique Medina Montenegro
04a8c62dc9
Es/docs/tasks/tools/install kubectl.md ( #13659 )
...
* Spanish translation
* Spanish translation
* Spanish translation
* Spanish translation
2019-04-13 02:44:03 -07:00
Shuang Wang
365b8ae4ef
an offense against the style guide. ( #13794 )
...
> Use camel case for API objects
> Refer to API objects without saying “object,” unless omitting “object” leads to an awkward construction.
2019-04-12 18:18:02 -07:00
Gasmi Christophe
662d23933e
fix header and add card ( #13791 )
2019-04-11 22:32:45 -07:00
Roy Lenferink
cf86480431
Improved markdown for Italian translation ( #13785 )
2019-04-11 10:44:47 -07:00
Michele Berardi
5a7d1f6c39
Translated architecture to Italian ( #13399 )
2019-04-11 09:48:43 -07:00
June Yi
48d5e74984
update PULL_REQUEST_TEMPLATE for Korean l10n ( #13504 )
2019-04-11 03:48:11 -07:00
Claudia J.Kang
7faad1ac27
Add the Localization Korean page's link ( #12878 )
2019-04-11 03:46:11 -07:00
Amina Waddiz
5140592708
[docs-fr] add dns policies for pods and services ( #13765 )
...
init index.md
cleanup main doc
[docs-fr] add introduction and A record
[docs-fr] add dns policies for pods and services
[docs-fr] fix netlify deploy error when reading yaml file
[docs-fr] fix typos according to pr review
[docs-fr] update reviewers
2019-04-11 02:50:12 -07:00
Luc Perkins
8101de9f43
Remove Travis CI dependency ( #13598 )
...
* Remove Travis CI dependency
* Make scripts runnable via chmod
* Remove .travis.yml reference in test examples script
2019-04-11 01:40:13 -07:00
Paul Roth
335bf7027e
the sentence does not make sense ( #12673 )
...
I've attempted to have it make more sense by removing the word 'is'. Optionally, depending on the intended meaning, the sentence could read differently by leaving the word 'is' alone and changing the word 'through' to 'though'.
2019-04-10 00:48:12 -07:00
Jan Dolecek
ca83644032
Fix code blocks secret.md ( #13016 )
...
The formatting is currently broken because code blocks are not correctly terminated.
2019-04-10 00:46:12 -07:00
Nishanth Reddy
2e3a25069d
Added missing --rotate-server-certificates flag to kubelet cli reference ( #13586 )
2019-04-10 00:44:12 -07:00
Diego Muñoz Escalante
76fc7aa25b
Create ES resource-metrics-pipeline.md ( #13648 )
...
Add correct index file
2019-04-09 23:24:12 -07:00
Andrew Sy Kim
728e5e9649
remove docs on the PersistentVolumeLabler controller ( #12993 )
2019-04-09 22:40:12 -07:00
makocchi
49ef5c3486
Update command outputs to k8s 1.13 based and split command outputs ( #13014 )
...
* Update command outputs to k8s 1.13 based and split command outputs
* Add comments before commands
* fix comments for consistency reason
2019-04-09 22:38:14 -07:00
RA489
0ceb362beb
Update abac.md ( #13067 )
...
* Update abac.md
* Update abac.md
* Update abac.md
2019-04-09 22:34:13 -07:00
Taher Bohari
000aa4520e
Update podManagementPolicy of StatefulSet object ( #13210 )
...
In given manifest, podManagementPolicy is set as Parallel, but in later section of page, the console logs of "kubectl get pods -w -l app=zk" command displays ordered behavior, which is not the actual result in case of Parallel option.
Sample logs from doc :
NAME READY STATUS RESTARTS AGE
zk-0 0/1 Pending 0 0s
zk-0 0/1 Pending 0 0s
zk-0 0/1 ContainerCreating 0 0s
zk-0 0/1 Running 0 19s
zk-0 1/1 Running 0 40s
zk-1 0/1 Pending 0 0s
zk-1 0/1 Pending 0 0s
zk-1 0/1 ContainerCreating 0 0s
zk-1 0/1 Running 0 18s
zk-1 1/1 Running 0 40s
zk-2 0/1 Pending 0 0s
zk-2 0/1 Pending 0 0s
zk-2 0/1 ContainerCreating 0 0s
zk-2 0/1 Running 0 19s
zk-2 1/1 Running 0 40s
## here pods are created in order
Actual results after applying the given manifest :
[taher@kubernetes-docker ~]$ kubectl apply -f zookeeper.yaml
service/zk-hs created
service/zk-cs created
poddisruptionbudget.policy/zk-pdb created
statefulset.apps/zk created
[taher@kubernetes-docker ~]$ kubectl get pods -w -l app=zk
NAME READY STATUS RESTARTS AGE
zk-0 0/1 Pending 0 3s
zk-1 0/1 Pending 0 3s
zk-2 0/1 ContainerCreating 0 3s
zk-1 0/1 Pending 0 4s
zk-0 0/1 Pending 0 4s
zk-1 0/1 Pending 0 5s
zk-0 0/1 Pending 0 5s
zk-1 0/1 Pending 0 5s
zk-1 0/1 ContainerCreating 0 5s
zk-0 0/1 Pending 0 5s
zk-2 0/1 Running 0 19s
zk-1 0/1 Running 0 24s
zk-2 1/1 Running 0 35s
zk-1 1/1 Running 0 37s
## here pods are created in parallel
Resolution :
Either change the value of podManagementPolicy option to OrderedReady or remove that option, so that StatefulSet will take it's default behavior.
2019-04-09 22:32:12 -07:00
Michael Michael
26851b86a6
Update intro-windows-in-kubernetes.md ( #13739 )
2019-04-09 22:30:12 -07:00
Luc Perkins
645d3d8ded
Create table shortcode that allows for table captions ( #13117 )
...
* Create table shortcode for captions
* Allow for tables without captions
* Add table documentation in shortcodes guide
* Docs cleanup
2019-04-09 22:20:12 -07:00
Kenny Chen (netman)
6391d2b3cd
Update configure-pod-configmap.md ( #13454 )
...
please also change the line '- key: special.level' to '- key: SPECIAL_LEVEL' in the sample yaml file pods/pod-configmap-volume-specific-key.yaml.
2019-04-09 22:16:13 -07:00
Daniel Lipovetsky
783a2d5289
Document workaround for kubeadm Taints field issue ( #13343 )
...
* Document workaround for kubeadm Taints field issue
* Remove trailing whitespace in kubeadm troubleshooting
2019-04-09 22:14:12 -07:00
Subrata Paul
bd8721baad
Updated horizontal-pod-autoscale.md file with newer command names. ( #13519 )
...
HPA command names updated to --horizontal-pod-autoscaler-downscale-stabilization in the document.
2019-04-09 19:02:12 -07:00
Rajesh Deshpande
ffa2996402
Details about multiple namespaces ( #13539 )
...
k8s does not support nested namespaces but this is not specified anywhere in the document. I find this is the right place to document it as we introduce namespace concept here. Also these details are important to mention specifically for users who are coming from Docker UCP background.
2019-04-09 18:58:12 -07:00
Ricardo Cordeiro
5d83dcbf46
Fixes `runAsGroup` security context example ( #13535 ) ( #13538 )
2019-04-09 18:56:12 -07:00
Chas Schley
a80483bb52
The output from 'kubectl get services my-service' will indicate a LoadBalancer type, not a ClusterIP. ( #13560 )
2019-04-09 18:46:13 -07:00
Karen Bradshaw
0c568fa9c9
fix note shortcode, lists ( #13587 )
...
* fix note shortcode, lists
- fix note shortcode for use in lists
- add example in style guide
* add more items to list
* update warning, caution, minor tweaks
* more updates
2019-04-09 18:44:12 -07:00
Marc Sensenich
8c6f0d39db
Correct spelling kubeadm-upgrade-1-14.md ( #13619 )
...
Ugrade => Upgrade
2019-04-09 18:36:12 -07:00
Supriya Sirbi
a4629ca423
Issue #13651 Update Debug Services ( #13652 )
...
Change the command to use Alpine Image instead of Busy Box
2019-04-09 18:34:12 -07:00
goodluckbot
d02c3ca934
Update default admission plugins ( #13719 )
...
Update default admission plugins in admission-controllers.md
TaintNodesByCondition is newly added one.
And also update 1.13 to 1.14.
2019-04-09 18:22:15 -07:00
Abhishek Jaisingh
0173c3a567
Add Info about OOM Kill ( #13723 )
...
* Add info about OOM Kill
Add details about OOM Kill in case if memory limit is not specified
* Fix Minor Typo
2019-04-09 18:20:12 -07:00
Himanshu Pandey
cb86f99b5b
Removed extra "```shell" from the output box ( #13736 )
2019-04-09 18:18:13 -07:00
Kaitlyn Barnard
5d459630be
Update pick-right-solution.md ( #13731 )
2019-04-09 18:16:11 -07:00
Karen Bradshaw
cd44e3d73d
fix headers for federation tool references ( #13726 )
2019-04-09 18:14:14 -07:00
RaviSantosh Gudimetla
d80e7f66c5
Remove enable resource quota note ( #13732 )
...
* Remove enable resource quota note
As of now, `ResourceQuotaScopeSelectors` is enabled by default, since it's in beta. So, let's remove it.
* Update resource-quotas.md
2019-04-09 18:12:12 -07:00
Claudia J.Kang
34074d33ff
First Korean I10n work for release-1.14 ( #13730 )
...
* First Korean I10n work for release-1.14
- ko: Fix nav-menu sync in tutorials/statefulset #13374 (#13474 )
- ko: add outdated files in dev-1.14-ko.1 branch (#13473 )
- Translate title of concepts/../image.md Ko (#13507 )
- ko: add translation tutorial/stateful-application/cassandra #12450 (#13515 )
- Translate reference/kubectl/cheatsheet in Korean (#13549 )
- Translate tasks/access-application-cluster/access-cluster in Korean (#13565 )
- ko: add tutorials/stateful-application/mysql-wordpress-persistent-vol… (#13516 )
- Issue 12838 object management kubectl imperative config (#13657 )
- Translate standardized glossary Tag Fandamental in Korean (#13552 )
Co-authored-by: Kim Young Dae <38598117+zer0big@users.noreply.github.com>
Co-authored-by: Yoon <learder@gmail.com>
Co-authored-by: lapee79 <lapee79@gmail.com>
Co-authored-by: Jesang Myung <jesang.myung@gmail.com>
Co-authored-by: Seokho <shsongist@gmail.com>
Co-authored-by: Claudia J.Kang <claudiajkang@gmail.com>
Co-authored-by: June Yi <june.yi@samsung.com>
* Fix conflict : pick-right-solution
2019-04-09 17:42:12 -07:00
Shashank Patel
866fc48195
fix typo in ha page ( #13735 )
...
Associated with #13734
2019-04-09 13:38:47 -07:00
Shashank Patel
6219f0235d
fix typo in device-plug page ( #13721 )
...
Associated with #13720
2019-04-09 09:17:59 -07:00
Shashank Patel
85bf8f1872
fix type in cluster admin addons page ( #13718 )
...
Associated with #13717
2019-04-09 09:15:59 -07:00
Shashank Patel
ede704f3d3
fix type in cluster-admin-networking page ( #13716 )
...
Associated with #13715
2019-04-09 09:14:00 -07:00
Shashank Patel
432d298753
fix typo resource quota page ( #13712 )
...
Associated with #13710
2019-04-09 09:12:01 -07:00
Shashank Patel
3eaf5a61be
fix type in volume page ( #13707 )
...
Associated with #13706
2019-04-09 09:10:01 -07:00
Shashank Patel
ff7c90e04c
fixeed typo on storage-limit page ( #13709 )
...
Associated with #13708
2019-04-09 07:49:11 -07:00
Shashank Patel
5c93be0e11
fix typo pod security page ( #13714 )
...
Associated with #13713
2019-04-09 04:49:06 -07:00
zhangqx2010
28dacc8c09
update start.md on `Submit a pull request` topic ( #13633 )
...
related issue #13629
2019-04-08 22:39:04 -07:00
Zhimin Wu
0560786472
Update garbage-collection.md ( #13662 )
2019-04-08 22:37:03 -07:00
Nick Veitch
a1b0c2e816
Update Ubuntu docs ( #13594 )
...
* update links to point to official docs
* delete unmaintained content
* Add page to retain url and direct readers to appropriate docs
2019-04-08 19:31:03 -07:00
Shashank Patel
522b01480d
fix typo in volume page ( #13703 )
...
Associated with #13702
2019-04-08 18:25:05 -07:00
Karen Bradshaw
50050dfb1b
clean-up, clarify glossary: taints and tolerations ( #13684 )
2019-04-08 18:23:03 -07:00