arkadijs
b9623e18bf
Typo in authentication.md ( #9039 )
2018-06-14 07:40:28 -07:00
max8899
939a083cc0
fix typo ( #9049 )
...
overriden -> overridden
2018-06-13 21:33:28 -07:00
Takuya Tokuda
e9435159c6
fix 'Kubernetes Basics' contents order ( #9065 )
2018-06-13 16:13:27 -07:00
Ryan McGinnis
7c2214eba9
Container > containers ( #9040 )
...
It is confusing to capitalize "container" because it isn't really a primitive or API object. Furthermore, this guideline doesn't appear to be closely followed.
2018-06-13 12:27:28 -07:00
Timothy St. Clair
c09c48b2dc
Overall cleanup for kubeadm setup guide. ( #8981 )
...
* Overall cleanup for kubeadm setup guide.
* Add sonobuoy verification next step
* Partial copyedits
Hit a place where we also have formatting issues, plus a TODO (removed bc these changes go live as soon as merged). More work to do, but this should help the bottleneck for now.
* Address comments from reviewers
* Copy edits, fiddly bits, and clearer warnings
Incorporated feedback from @mistyhacks, fixed many nits, reorganized some **Note:** content more sensibly.
* Revised title per feedback
2018-06-13 11:23:29 -07:00
lovejoy
cb6af2a39c
direct-link-issue ( #9035 )
2018-06-12 17:13:27 -07:00
June Harton
ca7a02f42a
change premise to premises, fixed heading ( #9041 )
2018-06-12 16:58:29 -07:00
lovejoy
69ccd871c7
typo fix ( #8988 )
2018-06-12 16:30:28 -07:00
Paolo Patierno
fb83e952b8
Pods cannot serve traffic while their are shutting down ( #8992 )
...
Pods cannot serve traffic while their are shutting down. As the doc says they are removed from the rotations in the load balancer.
2018-06-12 16:23:29 -07:00
nw31304
9080f016b1
Added "by" in line 48 ( #9013 )
...
s/Each Pod can be matched zero/Each Pod can be matched by zero/
Alternatively:
s/Each Pod can be matched zero/Each Pod can match zero/
2018-06-12 16:22:29 -07:00
makocchi
982cbd453b
use note short tags ( #9023 )
2018-06-12 16:17:28 -07:00
makocchi
514dc71712
wrap contents by capture tags ( #9036 )
2018-06-12 16:14:30 -07:00
makocchi
8b6a747260
fix code fencing ( #9038 )
2018-06-12 16:13:29 -07:00
Jason DeTiberus
37284934cb
Update kubeadm troubleshooting guide ( #9028 )
2018-06-12 08:13:27 -07:00
YaweiWu
5eb313aa1e
add etcd CA for apiserver ( #8836 )
2018-06-11 18:25:26 -07:00
lovejoy
1a71e6d4b0
change direct link to relative and not the redirect link ( #8942 )
2018-06-11 17:29:27 -07:00
Steve Perry
5a8659cd65
Move 2 topics from g-s-guides to setup. ( #8952 )
2018-06-11 17:19:26 -07:00
chenyb4
02e3bcbb32
Fix kubectl_install doc centos default not install bash-completion ( #8888 )
...
Signed-off-by: Yuanbin.Chen <cybing4@gmail.com>
2018-06-11 16:59:27 -07:00
Shanica
c3783c3b6a
Add a note regarding escaping characters ( #8844 )
...
* Add a note regarding escaping characters
Updated docs with a note regarding escaping characters, it's important because it won't work well otherwise.
* Update secret.md
* No escape required for --from-file
Feedback from @mengqiy
2018-06-11 16:58:27 -07:00
Jordan Liggitt
d56e4ce4d2
document volume scheduler role ( #8875 )
2018-06-11 16:55:27 -07:00
Jordan Liggitt
9743f4a958
Add details about cloud provider node name computation ( #8873 )
2018-06-11 16:54:27 -07:00
mkoderer
48649465ee
Add Gardener as turnkey solution ( #8851 )
...
The Gardener project was presented in K8s community meeting [1] on May 17th.
The corresponding Github [2] project has more than 400 stars and is
maintained actively.
[1]: https://docs.google.com/document/d/1VQDIAB0OqiSjIHI8AWMvSdceWhnz56jNpZrLs6o7NJY/edit#
[2]: https://github.com/gardener/gardener
Signed-off-by: Marc Koderer <marc.koderer@sap.com>
2018-06-11 16:50:27 -07:00
Stewart-YU
6ce976318c
update debug-application-cluster/termination.yaml ( #8837 )
2018-06-11 16:43:27 -07:00
Misty Stanley-Jones
89a06bdb29
Apply concept template to extend-kubernetes and configuration dirs ( #8995 )
2018-06-11 12:38:26 -07:00
Andreas Jaeger
b11a514313
Fix docs/tasks page TOC ( #8999 )
...
This pages did not use any template and the displayed toc started
with two bullet points. Use the concept template.
2018-06-11 11:58:27 -07:00
Cong Ding
8f04c2e1ae
fix max container back off cap ( #8979 )
...
see https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet.go#L126
2018-06-11 10:53:31 -07:00
Di Xu
071904cabf
kubeadm: add a notice on architecture different nodes ( #8910 )
2018-06-11 10:03:27 -07:00
Vincent Lainé
70dd13065b
kubeadm: update section about CA certs in high-availability.md ( #8917 )
...
Added information to install cfssl and cfssljson on all etc nodes as they are required to generate clients certificates
Change <podname> to <name> in static pod yaml description for etcd deployment
Additionaly the first bash script in "Run kubeadm init on master0" section doesn't render correctly on kubernetes.io site (https://kubernetes.io/docs/setup/independent/high-availability/ ) but I don't see any pb with markdown.
2018-06-11 10:01:35 -07:00
Martin Dietze
ff8df25935
Issue #8493 - Missing instructions in "Creating HA clusters with kube… ( #8541 )
...
* Issue #8493 - Missing instructions in "Creating HA clusters with kubeadm":
- change to kubeadm-init.yaml: configure `advertiseAddress` to the VIP
- added section with instructions for configuring `kubelet`, `kube-controller-manager` and `kube-scheduler` to use the VIP
* Issue #8493 - Missing instructions in "Creating HA clusters with kubeadm": Change use the 'controlPlaneEndpoint' setting in kubeadm-init.yaml, hence no configuration file patching afterwards is necessary anymore.
* Issue #8493 - added private IP to apiServerCertSANs as proposed by @detiber
2018-06-11 06:10:26 -07:00
CaoShuFeng
995453c5cc
fix describtion about authz and tutorial ( #9011 )
2018-06-10 11:24:59 -07:00
Tim Fogarty
6608a4c76c
Fix rendering issues in high-availability topic ( #8663 )
2018-06-08 12:15:38 -07:00
Nikhita Raghunath
6094a7ea6e
service catalog: add doc fixes ( #8729 )
2018-06-08 11:35:52 -07:00
Andreas Jaeger
200dd071a4
Fix tocs and template in docs/home/contribute ( #8998 )
...
These pages did not use any template and the displayed toc started
with two bullet points.
Fixes:
* Use the concept template everywhere and add capture markers.
* Rework content-organization.md to move the references to a "whatsnext"
section.
* Fix in localization.md a misparsed list.
2018-06-08 11:32:54 -07:00
Steve Perry
560932ae4e
Move on-prem vm from g-s-guides to setup. ( #8948 )
2018-06-08 11:08:52 -07:00
RichieEscarez
d33aee9095
Typo: you -> your ( #8983 )
...
Fixed typo from "you" to "your"
2018-06-07 14:53:23 -07:00
Steve Perry
d3175d9fc8
Move tools to reference section. ( #8936 )
...
* Move tools to reference section.
* Adjust heading levels.
2018-06-07 12:30:24 -07:00
Takuya Tokuda
cfe4ac4251
fix id about joining-your-nodes in create-cluster-kubeadm page ( #8966 )
2018-06-07 11:47:23 -07:00
lovejoy
4344516509
fix again ( #8941 )
2018-06-07 11:45:23 -07:00
Takuya Tokuda
0502832cbb
Ordering content by weight ( #8787 )
...
* ordering content by weight
* fix weight of 'setup' contents
* fix weight of 'concepts' contents
* fix weight of 'tasks' contents
* fix weight of 'tutorials' contents
* fix weight of 'reference' contents
* Revert "fix weight of 'tasks' contents"
This reverts commit 4b6916bed0
.
* Revert "fix weight of 'tutorials' contents"
This reverts commit a1f7833143
.
* Revert "fix weight of 'setup' contents"
This reverts commit 91c8de3665
.
* Revert "fix weight of 'reference' contents"
This reverts commit cc95605f6a
.
2018-06-06 16:51:26 -07:00
Steve Perry
874ebb8f0a
Move custom cloud g-s-guides to setup. ( #8951 )
2018-06-06 16:25:23 -07:00
Misty Stanley-Jones
12581a0428
Fix list examples and CSS ( #8622 )
...
* Address CSS issues
Signed-off-by: Misty Stanley-Jones <mistyhacks@google.com>
* Address feedback
2018-06-06 15:18:25 -07:00
Jorge O. Castro
37557f8ca6
Make path more explicit for blog images ( #8820 )
2018-06-06 14:45:22 -07:00
Travis Rhoden
e690ca416e
Remove GCE references from service-access-application-cluster.md ( #8765 )
...
Remove links and references that are GCE specific. (#8764 )
2018-06-06 13:52:26 -07:00
Steve Perry
70fd7dca04
Move walkthroughs from user-guide to tutorials. ( #8933 )
2018-06-06 12:36:25 -07:00
lovejoy
e7679e86cd
change direct link to relative link ( #8839 )
2018-06-05 13:53:56 -07:00
Masaya Aoyama (@amsy810)
908f40f5b8
"Getting started gce" deadlink ( #8742 )
...
* Getting started gce deadlink
1.
modify for kubernetes/website link
2.
remove unnecessary .md link
* modify link from github.com to kubernetes.io
* revert blogs modification
* revert blog post for meta char
2018-06-05 13:42:56 -07:00
Andreas Jaeger
7d0bce5117
Fix some issues with independent/high-availability.md ( #8901 )
...
Fix some hugo transition issues:
* Use `file` as code syntax following our style guide and fixing
bug #8868
* Reformat Note so that it's not displayed as text.
Closes : #8868
2018-06-05 04:25:55 -07:00
makocchi
474cf809d0
Remove code blocks from h2 subject. ( #8488 ) ( #8885 )
2018-06-04 19:09:56 -07:00
Di Xu
9e0bff5b4f
uses file path not url when creating configmap ( #8611 )
2018-06-04 18:56:54 -07:00
RaviSantosh Gudimetla
11089d602d
Rescheduler Doc changes ( #8906 )
...
* Rescheduler Doc changes
Rescheduler now works with only DaemonSet pods.
* Update guaranteed-scheduling-critical-addon-pods.md
2018-06-04 18:47:54 -07:00
makocchi
d40e4af148
replace deprecated TOC style ( #8890 ) ( #8891 )
...
* remove TOC (#8890 )
* replace deprecated TOC style
2018-06-04 18:29:54 -07:00
Misty Stanley-Jones
8eddffc6ff
Add figure shortcode example to smoke tests ( #8598 )
2018-06-04 16:59:54 -07:00
Chen Hong
7569e58485
fix some unsatisfied. ( #8746 )
...
* fix some unsatisfied.
* fix
* add mysql-pv.yaml for run-single-instance-stateful-application
* fix some errors.
2018-06-04 14:24:54 -07:00
Andreas Jaeger
25d566650b
Hugo: Fix getting-started-guides/scratch.md ( #8899 )
...
Fix the display of notes on the page so that hugo formats it correctly.
Without this change, the content is formatted as code.
2018-06-04 14:20:56 -07:00
Rui Cao
200857de80
Typo fix: contraints -> constraints ( #8884 )
2018-06-04 08:06:53 -07:00
chenyb4
b6d890b929
remove kubectl overview link repeat ( #8887 )
...
In _index doc the Kubectl CLI about overview link
was add in "[Overview of kubectl]", So remove not
need "[kubectl]" link.
Signed-off-by: Yuanbin.Chen <cybing4@gmail.com>
2018-06-04 08:05:54 -07:00
Yujun Zhang
d03745376c
Fix errors in configure-multiple-schedulers.md ( #8540 )
...
* Fix errors in configure-multiple-schedulers.md
- Failed to push docker image
- Errors found in my-scheduler logs
```
...
E0515 06:36:28.180428 1 reflector.go:205] k8s.io/kubernetes/vendor/k8s.io/client-go/informers/factory.go:130: Failed to list *v1beta1.ReplicaSet: replicasets.extensions is forbidden: User "system:serviceaccount:kube-system:default" cannot list replicasets.extensions at the cluster scope
```
* Replace double quote with backticks for code strings
* Use `system:kube-scheduler` instead of `cluster-admin`
* Create dedicated service account for `my-scheduler`
2018-06-04 08:04:53 -07:00
makocchi
5c3fa99234
correct rendered output at Feature Gates page ( #8889 )
...
* remove caputre formatting directives (#8877 )
* fix note block
2018-06-04 07:45:53 -07:00
Guang Ya Liu
a2cb17e4cf
Remove quota for service type. ( #8882 )
2018-06-03 22:00:52 -07:00
Chao Wang
fddc80759e
fix wrong redirect of the admission-webhook ( #8879 )
2018-06-03 20:54:52 -07:00
AdamDang
f7c44f18a6
Typo fix: users has->users have ( #8872 )
...
users has->users have
2018-06-03 19:24:53 -07:00
Gerald
963f275cd3
Remove spaces from an href content ( #8876 )
...
Spaces inside the text of an href tag caused underlining of a blank space which resembles a period.
2018-06-03 18:58:52 -07:00
Tim Zhang
0146e56203
change section position to make it alphabetical ( #8847 )
2018-06-01 19:52:57 -07:00
lovejoy
5e4096b184
fix direct link in docs/concepts/configuration/pod-priority-preemption ( #8854 )
2018-06-01 19:40:00 -07:00
Joe Gregorio
9ddca8982a
Link to Profiling_with_tools was 404 ( #8859 )
...
Fix link, old link to Profiling_with_tools was 404.
2018-06-01 19:37:57 -07:00
Timothy St. Clair
e1ba88403d
Update dind link on reviewing content ( #8869 )
2018-06-01 19:32:55 -07:00
Anubhav
536271a03a
Mention this guide requires only 1 master node ( #8376 )
2018-06-01 16:05:58 -07:00
Anubhav
31241e8b72
Fix command to install weavenet plugin ( #8375 )
2018-06-01 15:54:55 -07:00
Xianglin Gao
7d0e6bc49e
Update the version of echoserver ( #8771 )
...
* Remove the version of echoserver
* Finish the changes
2018-06-01 13:16:57 -07:00
Masaya Aoyama (@amsy810)
6cdfa80b8d
kube-router document is moved (dead link) ( #8741 )
...
NG: https://github.com/cloudnativelabs/kube-router/tree/master/Documentation#try-kube-router-with-cluster-installers
OK https://www.kube-router.io/docs/user-guide/#try-kube-router-with-cluster-installers
For example, this page contain dead link.
https://kubernetes.io/docs/tasks/administer-cluster/network-policy-provider/kube-router-network-policy/
Note:
China page don't have this link.
2018-06-01 13:08:56 -07:00
Masaya Aoyama (@amsy810)
52dad2beb9
StorageOS example dead link ( #8737 )
...
NG: https://github.com/kubernetes/kubernetes/tree/master/examples/volumes/storageos
OK: https://github.com/kubernetes/examples/blob/master/staging/volumes/storageos
For example, this page contain dead link.
https://kubernetes.io/docs/concepts/storage/volumes/#storageos
Old page is this, so I think its change is correct.
https://github.com/kubernetes/kubernetes/tree/release-1.10/examples/volumes/storageos
Note:
China page don't have this link.
2018-06-01 13:01:55 -07:00
Masaya Aoyama (@amsy810)
127b52afaf
[mod] Client library link is dead ( #8734 )
...
NG: https://kubernetes.io/docs/reference/client-libraries/
OK: https://kubernetes.io/docs/reference/using-api/client-libraries/
For example, this page contain dead link.
https://kubernetes.io/docs/reference/
Old page is this, so its change is correct.
https://v1-9.docs.kubernetes.io/docs/reference/client-libraries/
Note:
China page don't have this link.
2018-06-01 12:58:57 -07:00
Masaya Aoyama (@amsy810)
88a6607e39
[mod] API overview link is dead ( #8733 )
...
NG: https://kubernetes.io/docs/reference/api-overview/
OK: https://kubernetes.io/docs/reference/using-api/api-overview/
For example, this page contain dead link.
https://kubernetes.io/docs/reference/
Old page is this, so its change is correct.
https://v1-9.docs.kubernetes.io/docs/reference/api-overview/
Note:
China page don't have this link.
2018-06-01 11:48:55 -07:00
lovejoy
518b6334c5
unifying .spec like spelling in concepts/workloads/pods ( #8831 )
2018-06-01 10:46:55 -07:00
Timothy St. Clair
d600569e6e
Removes unnecessary SkyDNS references in preparation for CoreDNS change. ( #8867 )
2018-06-01 10:45:56 -07:00
Cheng Xing
3e1465461f
Regional PD documentation; edited validation for Volumes page ( #8714 )
2018-06-01 07:52:55 -07:00
chenhonggc
e49f288730
execute tcp liveness probe instance ( #8721 )
...
* execute tcp liveness probe instance
* fix wrong file reference
2018-05-31 16:21:55 -07:00
ixodie
be8852a882
Added Apstra AOS for Kubernetes automation of RHI ( #8618 )
2018-05-31 16:05:57 -07:00
Stewart-YU
ba96bc236e
Update high-availability.md ( #8770 )
...
* Update high-availability.md
[fix]command should leading
* Repair code inside list items, remove "like so"
* Modify one code block, change 1-step procedures to not be procedures
2018-05-31 16:02:56 -07:00
Cooper Marcus
3e739c0e9f
Add Kong Ingress Controller ( #8595 )
...
* Add Kong Ingress Controller
Create unordered list of ingress controllers, add Kong
* Added term "maintenance"
* Minor tweak
* More minor tweaks
2018-05-31 15:53:58 -07:00
Mark Janssen
ed9af72c6f
Document using a custom CoreDNS image repository ( #8574 )
2018-05-31 15:45:57 -07:00
Ioana Madalina Patrichi
35e560c8c5
Link to Oracle's CCM implementation ( #8533 )
2018-05-31 15:29:58 -07:00
Bin Liu
403bb200d9
Add parameter name to document to understand ( #8523 )
2018-05-31 15:28:56 -07:00
Maru Newby
49d830819c
Add federation-current-state include to concept guide ( #8513 )
...
This seems to have been missed by #8165
2018-05-31 15:11:55 -07:00
Karthik Gaekwad
0b928fffb3
Adds Oracle container engine to documentation ( #8503 )
...
* Adds Oracle container engine to documentation
* Fixes spacing issue.
2018-05-31 13:30:56 -07:00
Eric Tune
02ea8c9d8c
Update custom-resources.md ( #8499 )
...
Update table of features supported by CRDs.
2018-05-31 13:29:55 -07:00
Alin Balutoiu
6ca9f364ac
Update documentation for Windows with new service feature ( #8454 )
...
This commit adds details on how to create Windows services from
kubelet and kube-proxy.
Signed-off-by: Alin Balutoiu <abalutoiu@cloudbasesolutions.com>
2018-05-31 13:24:56 -07:00
lovejoy
069c831b5c
add node-monitor-grace-period describe as user can change it ( #8386 )
2018-05-31 13:13:57 -07:00
Wen Gao
189eeae15f
Add changelog link and delete the repeat download page's catalog ( #8691 )
...
* Add link: add changelog-1.10 and changelog-1.11
* Delete download page's catalog: hugo's markdown render engine can generate catalog through the TOC
* Format the release list
* Delete the release note
2018-05-31 09:14:55 -07:00
Duncan Bell
cdff02f118
Update deploy-intro.html ( #8616 )
...
* Update deploy-intro.html
* Update deploy-intro.html
2018-05-31 09:10:55 -07:00
CaoShuFeng
ca8516dfcc
fix description about document ( #8613 )
...
I have tested with kubectl 1.10 and kubectl in master branch, completed
job pods show up in output.
2018-05-31 05:09:57 -07:00
Qiming
c0e874226e
Fix command format in tutorial ( #8791 )
...
Closes : #8788
2018-05-31 04:56:56 -07:00
Andreas Jaeger
c7437f068d
Hugo transition: Fix github links ( #8549 )
...
with the reorganization, in-tree github links have changed, update them.
Closes : #8547
2018-05-30 18:45:59 -07:00
Rhys Powell
e3674c5554
Update mysql-wordpress-persistent-volume.md ( #8822 )
...
Update type: Loadbalancer to match whats in the manifest
2018-05-30 18:25:55 -07:00
Jordan Liggitt
40e57e4c84
clarify version removal restriction ( #8825 )
2018-05-30 18:11:55 -07:00
Justin Santa Barbara
4453e3a483
Fix typo fom -> from ( #8758 )
2018-05-29 23:37:55 -07:00
lovejoy
f46e8c3a52
typo fix ( #8798 )
2018-05-29 22:08:54 -07:00
lovejoy
0a920127ac
fixDirectlink ( #8792 )
2018-05-29 22:07:57 -07:00
Justin Santa Barbara
d920131838
Typos: information, annotations ( #8761 )
...
Fix two small typos.
2018-05-29 22:04:54 -07:00
Loïc Albertin
4ecc84bbce
Update high-availability.md ( #8783 )
...
Fix indentation damaged etcd YAML manifest
2018-05-29 21:57:53 -07:00
Eqbal Sarjami
4c2e4f825b
Remove selector from Deployment default values ( #8802 )
...
In recent versions of Kubernetes, selector field in DeploymentSpec is required and it'll not be filled with values from pod template. simple_deployment.yaml was already corrected and selector was added, here in this commit the content of the docs corrected to match this change.
2018-05-29 21:52:53 -07:00
Xianglin Gao
7f2d1b3bf4
Update deploy-intro.html ( #8811 )
2018-05-29 21:48:54 -07:00
Tim Hockin
42deca26af
Clarify that beta annotations can not be removed ( #8666 )
...
* Clarify that beta annotations can not be removed
Removing annotations caused a major outage with nodes that lagged the
master. We used annotations as would-be fields, though we don't any
more. Now we just add fields. That makes them part of the API version.
These annotations are effectively part of the API version, too.
It stinks because I love to delete code, but I think it's just part of
the debt-accrual process and yet another reason we need to be judicious
in adding fields.
* Change 6 month deprecations to 9 months
This covers maximum version skew. For example a master might be at
1.10, while nodes are at 1.8. We must not break compat within that
window.
2018-05-29 15:54:52 -07:00
Wen Gao
56bbcf5c8f
kubeadm-alpha: remove redundant list of links ( #8793 )
2018-05-29 15:40:53 -07:00
Melissa Anderson
83d9cef8a9
Update service-access-application-cluster.md ( #8699 )
...
* Update service-access-application-cluster.md
Fix code snippet formatting and indentation in ordered list (#8698 )
* Fixes code formatting using code fences
Here's a pass with code fences. It seems to work well, and I indented the code fences in the source for readability, even though it wasn't needed for proper indentation in the rendered output.
I wasn't able to use code fences and get the text "The response to a successful request is a hello message:" on its own line. I can achieve that using indentation, but for consistency's sake I used the code fences and placed the text with the paragraph above it.
* Adds `shell` to the code fences
2018-05-25 14:04:32 -07:00
Ruben Orduz
b4b3ad2bc7
Adding flavor text about kubeadm capabilities ( #8739 )
...
Signed-off-by: Ruben Orduz <rubenoz@gmail.com>
2018-05-25 05:07:32 -07:00
Ruben Orduz
385045a051
linkfix ( #8732 )
...
Signed-off-by: Ruben Orduz <rubenoz@gmail.com>
2018-05-25 00:07:31 -07:00
Masaya Aoyama (@amsy810)
13d6183a38
Federation link is dead ( #8735 )
...
NG: https://kubernetes.io/docs/reference/generated/federation/
OK: https://kubernetes.io/docs/reference/federation/
For example, this page contain dead link.
https://kubernetes.io/docs/concepts/cluster-administration/federation/#api-resources
Old page is this, and I trace link from this page.
I think this change is meanable, so I think its change is correct.
https://v1-9.docs.kubernetes.io//docs/reference/generated/federation/
Note:
China page don't have this link.
2018-05-25 00:01:31 -07:00
chenhonggc
673b729451
Fix wrong format ( #8740 )
...
* style
* define-command-argument-container format
2018-05-24 23:58:34 -07:00
chenhonggc
4cab117f42
Define environment variable container style ( #8743 )
...
* define-environment-variable-container format
* run-stateless-application-deployment format
2018-05-24 23:55:32 -07:00
Masaya Aoyama (@amsy810)
4ef4e75516
ingress catalog link is dead ( #8736 )
...
NG: https://github.com/kubernetes/ingress-nginx/blob/master/docs/catalog.md
OK: https://github.com/kubernetes/ingress-nginx/blob/master/docs/ingress-controller-catalog.md
For example, this page contain dead link.
https://kubernetes.io/docs/concepts/services-networking/ingress/#loadbalancing
Old page is this, so I think its change is correct.
https://github.com/kubernetes/ingress-nginx/blob/nginx-0.12.0/docs/catalog.md
Note:
China page don't have this link.
2018-05-24 20:06:32 -07:00
Steve Perry
647babeb16
Update instructions for local preview and Netlify preview. ( #8692 )
...
* Update instructions for local preview.
* Add details.
* Added version to Hugo installation step.
2018-05-24 13:33:32 -07:00
Di Xu
0bc019b613
fix kubeadm related links ( #8718 )
2018-05-24 10:20:32 -07:00
Lubomir I. Ivanov
3151d0ef72
setup-tools/kubeadm: add 'alpha' and 'version' to 'what's next' ( #8470 )
...
Adds links to the 'kubeadm alpha' and 'kubeadm version' pages
in the 'What's next' section.
Use absolute paths as going here and clicking the 'What's next'
links doesn't work:
https://kubernetes.io/docs/reference/setup-tools/kubeadm/
While here works:
https://kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm/
2018-05-24 05:28:32 -07:00
Mark Janssen
9e8e670bcd
Update Calico and Canal tabs in kubeadm docs ( #8571 )
...
Fixes broken links and updates manifest references to use the newest Calico version (v3.1)
2018-05-24 04:21:31 -07:00
Tim Fogarty
35ba266efd
Fix broken link to deprecation policy ( #8713 )
2018-05-23 17:22:32 -07:00
Arsalan Rana
4b1df14561
Bullet formatting ( #8708 )
...
* Bullet formatting
* Update what-is-kubernetes.md
Add line break before listitems to get list to format properly
2018-05-23 15:26:31 -07:00
Jennifer Rondeau
1f557bde2c
move access/auth content to reference folder, add TOC ( #8624 )
2018-05-23 10:58:32 -07:00
lovejoy
57a33c162c
remove useless or ( #8650 )
2018-05-23 05:53:33 -07:00
Qiming
78a71a4066
Fix guestbooks ( #8694 )
...
Fix guestbooks tutorial. Issue is related to #8689 which attempted to
fix the incorrectly rendered commands.
2018-05-23 05:30:34 -07:00
lovejoy
e350eaed14
fixTocIndent ( #8696 )
2018-05-23 05:04:31 -07:00
Lubomir I. Ivanov
7da6818a1d
install-kubeadm: update the recommended Docker version ( #8643 )
...
Bump the recommended version to 17.03.
17.03 is verified by SIG-Node and is much more recent than 1.12.
2018-05-23 00:02:31 -07:00
Tim Fogarty
54d6c6aa28
Fix etcd installation command in kubeadm tutorial ( #8664 )
...
* Fix etcd installation command in kubeadm tutorial
Shells interpolate variables before running commands, so setting the
ETCD_VERSION variable must be separated from the command that
interpolates it. Otherwise an empty string will be interpolated.
The rm command isn't necessary - the output from curl is piped directly
to tar.
* Update stated default etcd version for K8s 1.10
1.10 is the most recent version of K8s and the default etcd server
version for it is 3.1.12
* Fix non-US English typo
Style guide states US English should be used
2018-05-22 23:51:32 -07:00
Vijay Bellur
cea9d904e6
Update safely-drain-node.md ( #8683 )
...
Fix a minor typo
2018-05-22 22:45:32 -07:00
Chao Wang
7cbe425edb
fix link of extened-resources ( #8608 )
2018-05-22 22:39:32 -07:00
Andreas Jaeger
9f4e9c84e2
Hugo: fix device-plugins ( #8567 )
...
Fix misparsed lists: Add empty line before lists so that they
are parsed properly.
2018-05-22 22:38:33 -07:00
Rajakavitha1
abcab6562d
Update style-guide.md ( #8604 )
...
A minor edit to the text for minimalism. Opening a new PR based on the comments in : https://github.com/kubernetes/website/pull/7991 and https://github.com/kubernetes/website/pull/8105
2018-05-22 22:36:31 -07:00
Andreas Jaeger
651cf059e3
Hugo: Fix kubernetes-api.md ( #8566 )
...
Fix link for kubectl.
2018-05-22 22:35:31 -07:00
Nick Birnberg
95a5f2245a
Update references to proper subdirectory ( #8686 )
2018-05-22 22:30:33 -07:00
aburdenthehand
3d95cccc2b
Added suggested whitespace ahead of "Alpha" list ( #8647 )
2018-05-22 19:45:10 -07:00
Rui Cao
c7727dd029
Typo fix: some spelling errors ( #8674 )
2018-05-22 19:33:11 -07:00
Xianglin Gao
c4f92128df
Remove the useless TOC ( #8676 )
...
close #8654
2018-05-22 15:01:25 -07:00
lovejoy
602e853131
fixRestartPolicyLink ( #8649 )
2018-05-22 15:00:26 -07:00
Brad Topol
7ace5d4e21
Add configure link description ( #8641 )
...
* Add configure link description
I added a configure link description. Just having a link
on a page with no introductory context seemed awkward.
Signed-off-by: Brad Topol <btopol@us.ibm.com>
* removing unnecessary header
* updated text to be active voice
2018-05-22 14:59:25 -07:00
lovejoy
ff2df75315
Fix: Change direct link to relative link and fix the wrong link ( #8581 )
2018-05-22 14:58:26 -07:00
lovejoy
efbcfeee7c
typo fix ( #8667 )
2018-05-22 07:30:55 -07:00
Tim Fogarty
0c5c9a5fdd
Fix codeblock formatting for kubeadm install ( #8660 )
...
A tab shortcode was using angle brackets even though the
contents were markdown. This caused a formatting issue.
This switches the tab to use the `%`-delimiter to properly
render the markdown.
2018-05-21 14:28:15 -07:00
Weibin Lin
3953da98b0
Update debug-service.md --- add ipvs part on kube-proxy ( #8652 )
2018-05-21 09:38:51 -07:00
Qiming
314084404d
Last batch change approvers to reviewers ( #8644 )
...
This is meant to be the last change for issue #7432 .
Closes:# 7432
2018-05-21 08:55:51 -07:00
Steve Perry
10e3c4df71
Fix link to Admission Webhooks section. ( #8599 )
2018-05-19 21:58:49 -07:00
Steve Perry
d8e4ebb2fe
Add weights for topics under Tasks > Run App. ( #8602 )
2018-05-19 21:52:49 -07:00
Steve Perry
6da9392d1e
Fix link to kubectl command reference. ( #8597 )
...
* Fix link to kubectl command reference.
* Adjust link.
2018-05-19 21:48:49 -07:00
Steve Perry
4207de7d63
Improve left nav for Tasks. ( #8582 )
...
* Add weights to first three Task sections.
* Add one more weight.
2018-05-19 21:43:52 -07:00
Qiming
61860ea79e
Remove content referring to keystone authentication ( #8603 )
...
Closes : #7411
2018-05-19 21:23:51 -07:00
Steve Perry
eb420cf183
Add weights, move files: Tasks>AdminClust>NetPol. ( #8634 )
...
* Add weights, move files: Tasks>AdminClust>NetPol.
* Update _index.md
2018-05-19 20:54:51 -07:00
Steve Perry
9c94281570
Add weighs and move files under Tasks > Access App. ( #8625 )
2018-05-19 20:40:51 -07:00
Steve Perry
cbc950b6b2
Add weights, move files: Tasks>AdminClust>MemCPU ( #8635 )
...
* Add weights, move files: Tasks>AdminClust>MemCPU
* Move yaml files.
2018-05-19 20:35:51 -07:00
WanLinghao
8b5226434b
fix a link miss bug in volume description ( #8585 )
2018-05-19 10:03:51 -07:00
James Wen
396858644e
Remove extra '$' char from 'kubectl patch' example ( #8626 )
2018-05-18 16:35:53 -07:00
aburdenthehand
df77bb6800
Added toc_hide=true flag to file frontmatter ( #8633 )
2018-05-18 16:17:50 -07:00
Chris
1f14ee8619
Trivial: fix typo "evictions are be allowed" ( #8615 )
2018-05-18 13:14:51 -07:00
Steve Perry
73589267a1
Add weights and move files under Tasks > Jobs. ( #8623 )
2018-05-18 12:51:50 -07:00
Misty Stanley-Jones
b8c5652751
Fix bullet list for Hugo ( #8619 )
...
Signed-off-by: Misty Stanley-Jones <mistyhacks@google.com>
2018-05-18 11:31:54 -07:00
Steve Perry
b5bbff1b6d
Fix link to kubectl command reference. ( #8577 )
...
* Fix link to kubectl command reference.
* Redirect kubectl command reference.
2018-05-18 11:30:51 -07:00
Bjørn Erik Pedersen
28341b5ec4
Fix sections in install-kubectl ( #8588 )
...
This commit adds a missing closing capture and puts "## Install kubectl" inside the relevant capture.
Note that the missing close was also missing before Hugo-migration, so the section ordering is still not the same as the Jekyll version of the site. But I think it is more corret.
Note that content outside the capture template blocks, is included as defined is this template:
https://github.com/kubernetes/website/blob/master/layouts/partials/templates/task.html#L8
See #8277
2018-05-18 10:33:50 -07:00
Denis Gladkikh
1998ab735f
Fix url to etcd binary ( #8522 )
...
* Fix url to etcd binary
etcd should be 3.12 for kubernetes 1.10, also fix the URL (probably was broken after migration to Hugo)
* Make Curl command safer
You really only need that variable to be set for the specific command, so no need to export it.
Also, when using Bash variables in a string, you should enclose them in curly braces to delineate them from the rest of the string. This helps prevent problems where Bash can't tell where the name of the variable ends and the next part of the string begins.
2018-05-18 10:31:52 -07:00
Andreas Jaeger
39632504d9
Hugo: Fix broken lists in windows start guide ( #8490 )
...
Add empty lines to fix lists shown as large paragraphs.
Also, add missing colon and wrap really overlong line.
2018-05-18 10:25:51 -07:00
Andreas Jaeger
5b91a799e1
Hugo: Fix table layouts ( #8487 )
...
The tables are broken, fix them.
Closes : #8484
2018-05-18 10:22:50 -07:00
Lubomir I. Ivanov
f845902087
troubleshooting-kubeadm: add note about kubeadm-reset block ( #8508 )
...
Add note about a possible block when calling 'kubeadm reset'
if the Docker service refuses to remove the k8s managed containers.
2018-05-18 10:15:53 -07:00
Andreas Jaeger
3f403d5dc3
Hugo: Fix participating page ( #8565 )
...
The page was wrongly formatted:
* Two lists were shown as paragraphs, add empty lines so that they are
parsed as lists.
* The list of members, reviewers was not intended properly, so that the
single items are intended but not their description. Indent
everything.
* Fix URL to owners.md file, the old one gives a 404.
2018-05-18 09:41:51 -07:00
Gerardo Saca
396819221b
Fix code blocks in set-up-cluster-federation-kubefed ( #8384 )
...
* Fix code blocks in set-up-cluster-federation-kubefed
Two of the code blocks don't render correctly in the [docs page](https://kubernetes.io/docs/tasks/federation/set-up-cluster-federation-kubefed/ ) (see *Adding a cluster to a federation* section) even though they render correctly in the GitHub preview. Hopefully this PR will fix it.
Plus fixed a few instances where the code blocks in set-up-cluster-federation-kubefed.md don't indicate the code block's language.
* Fix spacing
2018-05-17 16:47:50 -07:00
Steve Perry
1ee398b151
Set weights for topics under Tasks > Inject Data. ( #8601 )
2018-05-17 16:46:49 -07:00
Jared
1da65603af
Remove GKE specific content from this page ( #8372 )
...
https://github.com/kubernetes/website/issues/8262
2018-05-17 16:44:50 -07:00
Lubomir I. Ivanov
09e7d47a03
high-availability.md: fix missing parameter values ( #8444 )
...
- Use environment variables when redirecting to "/etc/etcd.env".
- Add more placeholder values for flags in "etcd.service" -> "ExecStart"
Fixes kubernetes/kubeadm#797
2018-05-17 16:00:51 -07:00
Doug MacEachern
e9c4637d92
Remove Photon references ( #8411 )
...
github.com/vmware/photon-controller is no longer maintained, as of Oct 2017.
See also: kubernetes/kubernetes#58096
See also: kubernetes/kubernetes#63510
2018-05-17 15:53:50 -07:00
kbatuigas
c285768c66
Updated jobs-run-to-completion.md ( #8379 )
2018-05-17 15:37:52 -07:00
Anubhav
052e528e6f
Update install-kubeadm.md ( #8371 )
2018-05-17 15:33:51 -07:00
Jonathan Katora
5fa6aad842
Update rbac.md ( #8363 )
...
* Update rbac.md
* Update rbac.md
moved to other component roles
2018-05-17 15:24:53 -07:00
Vimal Raghubir
f4dc8028c4
Fixed misleading text in out-of-resources.md ( #8579 )
2018-05-17 14:27:52 -07:00
ningning54321
cad4f85492
Update extend-api-custom-resource-definitions.md ( #8439 )
...
update it for v1.10:
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.10/#customresourcedefinition-v1beta1-apiextensions-k8s-io
2018-05-17 14:07:51 -07:00
lovejoy
780be0b8e4
fixTocIndent ( #8580 )
2018-05-17 11:35:53 -07:00
Mark Janssen
c15ec0a4ed
Remove step numbers in kubeadm create cluster docs ( #8573 )
2018-05-16 14:26:50 -07:00
Steve Perry
169aadbbe1
Arrange the Extending Kubernetes section in the Concepts TOC ( #8569 )
...
* Left nav for Extending Kubernetes
* Redirect moved topics. Remove extraneous directory.
2018-05-16 12:26:52 -07:00
Giri Kuncoro
fbfb8c4087
Update kubeadm-init.md for broken url ( #8562 )
...
* Update kubeadm-init.md
Fix broken kubeadm token link
* Fix more broken links in kubeadm-init.md
Broken links are fixed including kubeadm-join, kubeadm-upgrade, and kubeadm-reset
2018-05-16 10:18:28 -07:00
AdamDang
6ea6b70cee
Typo fix: writeable->writable ( #8564 )
...
* Update pod-security-policy.md
* Update reconfigure-kubelet.md
2018-05-16 10:08:28 -07:00
Andreas Jaeger
ed3fc99154
Hugo: Fix lists ( #8511 )
...
Fix display of lists, add empty lines before them so that hugo formats
them correctly as lists and not as paragraphs.
2018-05-15 23:22:29 -07:00
Jeff Poole
c2f73e5862
Fixing a typo "Decfault" -> "Default" ( #8521 )
2018-05-15 23:18:31 -07:00
CaoShuFeng
3b750716e1
fix crd output example ( #8520 )
2018-05-15 23:16:29 -07:00
Kazuki Suda
3665ac54cf
Fix lost environment variables ( #8527 )
2018-05-15 23:14:30 -07:00
lovejoy
58b5cbdae4
unifying .spec.selector spelling ( #8542 )
2018-05-15 22:38:28 -07:00
Nikhita Raghunath
de9f222993
custom resources: explain declarative API ( #8543 )
...
Currently, the link just points to a description of
what Kubernetes objects are and does not
explicitly state what a declarative API is. It is
not immediately clear to the reader what the term
means.
This commit tries to explain it explicitly so that
the link adds to the meaning and it is clearer to
the reader.
2018-05-15 22:36:30 -07:00
nhanpc
6b1ac1285b
Update missing kubever on weave network ( #8560 )
...
```
$ export kubever=$(kubectl version | base64 | tr -d '
> ')
$ kubectl apply -f "https://cloud.weave.works/k8s/net?k8s-version= "
error: unable to read URL "https://cloud.weave.works/k8s/net?k8s-version= ", server reported 400 Bad Request, status code=400
```
```
$ kubectl apply -f "https://cloud.weave.works/k8s/net?k8s-version=$kubever "
serviceaccount "weave-net" created
clusterrole.rbac.authorization.k8s.io "weave-net" created
clusterrolebinding.rbac.authorization.k8s.io "weave-net" created
role.rbac.authorization.k8s.io "weave-net" created
rolebinding.rbac.authorization.k8s.io "weave-net" created
daemonset.extensions "weave-net" created
```
2018-05-15 22:32:28 -07:00
Wen Gao
53d2e174d7
Typo fix: some word error ( #8524 )
...
* Typo fix: Acceptible=>Acceptable and componenets=>components
* Typo fix: Availablity=>Availability
* Typo fix: implicity=>implicitly
2018-05-15 17:48:28 -07:00
WanLinghao
b16dae5309
fix an error in example yaml file ( #8539 )
2018-05-15 17:37:27 -07:00
Misty Stanley-Jones
5851de6a90
Create initial smoke test page ( #8349 )
...
* Create initial smoke test page
* Add info about tables
* Address feedback
* Address feedback
* Add examples of admonitions and sidebars
* Fix HTML table
* Try admonition code block fix
* Address more feedback
2018-05-15 15:30:27 -07:00
Steve Perry
21fd86ed4b
Fix up Tutorials landing page and Tutorials left nav. ( #8557 )
...
* Fix up Tutorials landing page and Tutorials left nav.
* Add redirects. Fix bullet.
2018-05-15 15:29:27 -07:00
Bill Pratt
1782a21b47
Add enable-admission-plugins flag back in ( #8399 )
...
#8198 was overwritten with #8316 . Adding it back in
2018-05-15 15:27:27 -07:00
Nikhita Raghunath
4d93956ac4
Delete docs for ThirdPartyResources ( #8544 )
...
ThirdPartyResources (TPRs) were removed in v1.8. It is misleading
to still show the docs for TPRs for > v1.8. If one needs to read
docs for TPRs, they can switch to the v1.8 version of the docs
website.
However, the docs of migration of TPRs to CRDs are still not
removed because one can also migrate from v1.7 (when CRDs were
introduced) to v1.7+.
2018-05-15 15:21:29 -07:00
Chris Hiestand
374ed9a90f
update link to kube-router documentation ( #8406 )
...
documentation changed from `Documentation/` to `docs/`
2018-05-15 14:42:28 -07:00
Steve Perry
068d599c42
Change H4 to H2 so TOC will appear. ( #8515 )
...
* Change H4 to H2 so TOC will appear.
* Remove italics in heading.
2018-05-15 14:38:27 -07:00
Steve Perry
398a744b55
Move Install kubeadm topic under Install Tools. ( #8536 )
2018-05-15 14:37:30 -07:00
AdamDang
655f285b59
Typo fix: Kubernets->Kubernetes ( #8531 )
...
Kubernets->Kubernetes
2018-05-14 11:24:26 -07:00
Steve Perry
ae459c7cbf
Get Service Catalog topic into left nav. ( #8517 )
2018-05-13 08:01:25 -07:00
Bjørn Erik Pedersen
290aa53888
Fix tab titles in install-kubectl.md ( #8496 )
...
Fixes #8276
2018-05-12 07:54:27 -07:00
WanLinghao
0370a306c3
improve configure-projected-volume-storage.md ( #8434 )
...
modified: content/en/docs/tasks/configure-pod-container/configure-projected-volume-storage.md
2018-05-12 07:52:25 -07:00
Daniel Galvez
73b57ea600
Fix formatting of yum repo. ( #8382 )
...
First, fix https:// address.
Secondly, previous formatting would display on the page as one line
altogether, which couldn't be pasted into a terminal correctly.
2018-05-11 16:32:30 -07:00
SilverFox
ba54235d37
Fix broken link to local storage class ( #8505 )
2018-05-11 16:27:27 -07:00
CaoShuFeng
9c61ef48a9
typo ( #8479 )
2018-05-11 16:26:27 -07:00
leigh schrandt
7fbad67fb9
Document kubeadm etcd serverCertSANs/peerCertSANs ( #8432 )
2018-05-11 14:03:29 -07:00
Nate Bhurinat Wangsutthitham
23b4aba07c
Update create-cluster-kubeadm.md ( #8391 )
...
Update flannel from v0.9.1 to v0.10.0
2018-05-11 13:30:27 -07:00