Steve Perry
7125e84c78
Remove deprecated Federation topic. ( #9139 )
2018-06-25 13:26:21 -07:00
Lubomir I. Ivanov
bf23c87e52
kubeadm-setup: add page about control plane flags ( #9067 )
...
This page adds instructions on how to use the kubeadm config
to pass flags to control plane components.
The provided examples are pretty basic. Later this can be expanded with
actual user stories.
2018-06-25 13:10:22 -07:00
makocchi
7cac9c23e6
apply a template to tools ( #9176 )
2018-06-25 12:35:22 -07:00
Stewart-YU
5351252ce5
Update create-cluster-kubeadm.md ( #9207 )
...
smaller fix about ` create cluster using kubeadm` docs
2018-06-25 12:30:20 -07:00
Qiming
99c4c54cb5
[WIP] Attempt to consolidate YAML files ( #8965 )
...
This is an attempt to consolidate YAML files so that:
- They can remain untouched when we moving the documents around;
- Contributors do not have to change the test cases each time a
documentation is moved;
- We can encourage referencing the existing YAMLs from different
concept or task pages when possible.
2018-06-25 12:25:21 -07:00
Rui Cao
900d8f4381
Typo fix: addres->address/recongized->recognized ( #8974 )
2018-06-25 11:47:22 -07:00
lovejoy
b4affeabfa
fix the toc ( #8971 )
2018-06-25 11:45:22 -07:00
Emile Vauge
4a8f9e8fd5
Add Traefik ingress controller ( #8921 )
2018-06-25 11:42:22 -07:00
John Kerkstra
96039a7e72
fix wording of 'kubectl apply' conventions section ( #8789 )
2018-06-25 11:41:22 -07:00
Ahmet Soormally
639001434f
include image-pull-policy=Never for kubectl run ( #9100 )
...
* include image-pull-policy=Never for kubectl run
* Copyedit
2018-06-25 11:40:22 -07:00
Karen Bradshaw
e63f47b284
Update overview.md ( #9126 )
2018-06-25 11:34:21 -07:00
makocchi
c063914ff9
wrap by note shortcodes ( #9144 )
2018-06-25 11:31:22 -07:00
Stanton
80a4782a43
Update run-single-instance-stateful-application.md ( #9148 )
...
After deploying the PV and PVC via the YAML file, run `kubectl describe pvc mysql-pv-claim` should show `mysql-pv-volume` as the `Volume`, instead of `mysql-pv`.
2018-06-25 11:30:23 -07:00
AdamDang
9d5a1f6637
Small typo: an PodSpec->a PodSpec ( #9211 )
...
an PodSpec->a PodSpec
2018-06-25 06:35:03 -07:00
Mario Kleinsasser
9ca357177d
Add missing "Set up master Load Balancer" heading ( #9219 )
...
This heading is missing in the 1.10 documentations which makes it hard to find the needed information because the anchor `setting up a master load balancer` points to nowhere. This was working in the 1.19 documentation and it was really useful.
2018-06-25 06:32:03 -07:00
Stewart-YU
909c550e8d
Update high-availability.md ( #9198 )
...
fix bad command line
2018-06-25 06:30:02 -07:00
SUNNY
6eda6dbc4c
shell command missing fix in docs ( #9213 )
...
https://kubernetes.io/docs/concepts/overview/object-management-kubectl/imperative-config/#migrating-from-imperative-commands-to-imperative-object-configuration : kubectl shell command broken fix
by wrapping kubecl-cmd around codeblock.
Added two lines at bottom - Reviewer suggestion
2018-06-25 01:59:02 -07:00
Erik Sundell
2efc308783
Trivial markdown fix regarding the headers ( #9134 )
...
I noticed that the three last headers were missing from the index, so I inspected the markdown and realized that they had only one hashtag (#) as compared to two (##) as all the other headers had.
I simply made those three topics follow the same pattern I observed the other did.
2018-06-24 20:36:02 -07:00
Alex Robinson
bad6ab958d
Fix rendering of example federated service DNS name ( #9161 )
2018-06-24 19:18:03 -07:00
A. Ishikawa
e2adcde55d
Update a command to run correctly for a reader ( #9167 )
...
# Issue
The command of jobs does not run correctly if its job already finished.
Some readers may confuse that they can't succeed to run a command to follow this tutorial.
So, we should add `--show-all` option to show pods that may be completed.
# The log to show that we need to add an --show-all option
```
$ kubectl get jobs
NAME DESIRED SUCCESSFUL AGE
busybox 1 0 27d
hello-1529501040 1 1 2m
hello-1529501100 1 1 1m
hello-1529501160 1 1 43s
$ kubectl get pods --selector=job-name=hello-1529501160
No resources found, use --show-all to see completed objects.
$ kubectl get pods --show-all --selector=job-name=hello-1529501160
NAME READY STATUS RESTARTS AGE
hello-1529501160-dckjv 0/1 Completed 0 1m
```
2018-06-24 18:41:02 -07:00
Abhishek Kumar Singh
b8e053480d
Updated configure-pod-configmap.md with correct `wget` params for Download Options. ( #9201 )
...
Fixed `wget` command with correct `-O` file params for Download Options.
2018-06-22 11:31:05 -07:00
makocchi
203391835d
Apply templates and fix dead links under "/docs/reference/access-authn-authz/" ( #9202 )
...
* fix double bullets in TOC and apply an tempalte.
* fix url prefix
* anchor link with lower strings
* fix another url prefix
2018-06-22 11:26:06 -07:00
Abdul Halim
91396cb44d
Update device-plugins.md ( #9203 )
...
fixed a misplaced list item
2018-06-22 11:25:05 -07:00
Damien Lespiau
7bd3e30edc
Fix dead links to the kubelet configuration ( #9204 )
...
Those links are dead, pointing at what I assume in the previous place for the Kubelet TLS bootstrapping documentation.
Update them with the new location!
2018-06-22 11:24:04 -07:00
Steve Perry
75f00dfc60
Apply templates to all concepts and tasks to fix double bullets in TOC ( #9149 )
...
* Apply concept template to fix double bullet issue.
* Apply concept template
* Apply templates to tasks
2018-06-22 11:20:04 -07:00
Chandan Kumar
ec15f3fab9
Fix the double hyphen inside minikube docs ( #9186 )
...
Signed-off-by: chandan kumar <chandan.kr404@gmail.com>
2018-06-22 09:17:06 -07:00
Takeaki Matsumoto
7ff7b27be8
Update etcd config description of kubeadm HA doc ( #9178 )
...
* Update etcd config description of kubeadm HA doc
- Fix url from http to https
- Add etcd-listen-ip description
* Edit for clarity and list markup
* More minor edits
2018-06-22 06:58:04 -07:00
yongsong you
aa17a3cf20
bash syntax error ( #9199 )
...
bash variable missing right curly brace.
2018-06-22 06:34:05 -07:00
Nicolas Lamirault
ec95f6b815
Typo: name of the secret ( #9200 )
...
Change the name of the secret in the patch command
2018-06-22 04:48:06 -07:00
Abdul Halim
943725d2b6
Update device-plugins.md ( #8749 )
...
adding SRIOV Network device plugin in Examples section.
2018-06-22 04:07:06 -07:00
lovejoy
9034e1b2b4
fix-direct-link ( #9179 )
2018-06-21 00:35:09 -07:00
Andrew Chen
470f1e577e
fix github links due to /content/en move ( #9157 )
2018-06-20 12:53:09 -07:00
Lubomir I. Ivanov
f3f6b39bbe
kubeadm: add feature state in implementation-details.md ( #9151 )
...
implementation-details.md is outdated for k8s 1.11.
Add feature state that this page applies to k8s 1.10.
The page should be updated for k8s 1.11 in a later stage
in the release cycle.
2018-06-20 05:39:09 -07:00
Luc Perkins
30cc06432b
Fix link to kube-dns README ( #9130 )
2018-06-19 11:47:32 -07:00
Hongzhi
6ba727b1ca
Update kubeadm-init.md ( #9138 )
...
miss a "-" at the [website](https://kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-init#init-workflow ) before the feature-gates
2018-06-19 11:41:32 -07:00
Steve Perry
7a780bef1e
Remove or move topics under docs/admin. ( #9140 )
2018-06-19 11:37:32 -07:00
Jesse Stuart
3fd4c6b3d1
[docs] Add Tabs List component to smoke test page. ( #9097 )
2018-06-19 11:01:32 -07:00
yamenk
2e23aa3a05
Adding missing deployment labels ( #9012 )
2018-06-19 10:06:32 -07:00
Steve Perry
c94aab05f4
Remove unused yaml files. ( #9135 )
2018-06-19 04:53:30 -07:00
Steve Perry
7e867e733c
Remove yaml files that are no longer used. ( #9121 )
2018-06-18 10:02:31 -07:00
Chuck Ha
a2c651f60c
Improvements to etcd set up ( #9088 )
...
Signed-off-by: Chuck Ha <ha.chuck@gmail.com>
2018-06-18 08:49:33 -07:00
Jennifer Rondeau
5bfb804e4e
remove out-of-date HA content ( #9058 )
...
* remove out-of-date HA content
* remove files from tests, add redirect
2018-06-18 08:01:31 -07:00
makocchi
f58f8c2fcf
apply shortcodes and change code fencing style ( #9072 )
...
* shortcodes: use note/warning shortcodes
* code fencing: change to `yaml` from `shell`
2018-06-18 07:17:33 -07:00
makocchi
bbdfeaf94f
wrap by warning shortcodes ( #9114 )
...
* wrap by warning shortcodes
* wrap by warning shortcodes (another)
2018-06-18 07:15:31 -07:00
Nicolaj Græsholt
938116efd7
Update scratch.md ( #9075 )
...
`base64` generates 76-character chunks of text, delimited by a space character. the `=+/` characters are removed, so on the (uniformly random) offchance that 44 characters are removed, the last `dd` will read a whitespace, and the token will include a whitespace, which "usually" isn't defined as an "alphanumeric character." Removing the space character as well, would mean that 142 of the characters would have to be a `=+/[:space:]`, before the token becomes shorter.
2018-06-17 06:30:29 -07:00
Daniel Qian
4b073bb5f0
fix dead links in connect-applications-service.md ( #9052 )
2018-06-16 10:05:31 -07:00
Daniel Qian
2d473129b2
Minor modification for concepts/services-networking/service.md ( #9096 )
2018-06-16 04:06:34 -07:00
makocchi
255ff2014b
Fix coredns chart value ( #8970 )
...
* fix helm values for coredns
* fix note style
2018-06-15 13:16:29 -07:00
Maciej Szulik
f630a57c1c
Revert "fix max container back off cap ( #8979 )" ( #9074 )
...
This reverts commit 8f04c2e1ae
.
2018-06-15 12:57:28 -07:00
makocchi
b5e3452661
wrap by warning tags ( #9068 )
2018-06-15 12:44:29 -07:00
CaoShuFeng
f63149e375
notice api permissions about mirror pods ( #9010 )
...
* notice api permissions about mirror pods
* Copyedit
2018-06-15 11:48:29 -07:00
Takuya N
3ed3ae82de
Update Kuberbetes Blog URLs ( #8612 )
...
- blog.kubernetes.io => kubernetes.io/blog/
- Kubernetes blog => Kuberentes Blog
- Remove *.html
2018-06-15 10:19:29 -07:00
Guðlaugur Stefán Egilsson
4e9a3590e7
Update high-availability.md ( #8752 )
...
Cannot copy any apiserver* keys and certs, as they are generated on startup. If not, it results in an error from kubeadm
```
certificate apiserver is not signed by corresponding CA
```
2018-06-15 09:54:28 -07:00
dandersondavidp
77cf8d542b
update to include sudo for various commands ( #9031 )
...
Also, if the kubernetes.list does not exist you will not be able to edit it, so adding touch and then add the line will prevent errors with installing via apt-get.
2018-06-15 09:48:28 -07:00
Steve Perry
8558241ef4
Move turnkey topics to setup/turnkey. ( #8937 )
...
* Move turnkey topics to setup/turnkey.
* Add folder.
2018-06-14 11:20:28 -07:00
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