Commit Graph

9172 Commits (e472159b5f63961a9975f540a57bd5ae952115da)

Author SHA1 Message Date
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
Takuya N 10cd398d67 Fix markdown for /blog/2018/04/25/open-source-charts-2017/ (#8923)
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2018-06-25 12:22: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
Peter Benjamin 9b2fd1ff09 Add redirect for broken kubelet auth link (#9195) 2018-06-22 11:36:05 -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
Luc Perkins f3fb826dc5 Add Docker build capability (#9128)
* Add Dockerfile and make commands

* add background run option

* Expand on OSS attribution in new Dockerfile

* Begin adding README instructions for Docker

* Add new stage command
2018-06-21 10:13:29 -07:00
lovejoy 9034e1b2b4 fix-direct-link (#9179) 2018-06-21 00:35:09 -07:00
Chandan Kumar 77f05f6174 Fix k8s logo in Blog (#9113)
- Modify `style.css` and add `id` for Blog

Signed-off-by: chandan kumar <chandan.kr404@gmail.com>
2018-06-20 16:00:06 -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
Andrew Chen eda181dec4 Set noindex header for builds except for master (+1 squashed commit) (#9150)
Squashed commits:
[c87129c] Set noindex header for builds except for master
2018-06-19 15:22:32 -07:00
Paris 38e51977f2 Update _index.html (#9092)
commenting out the div that holds the current calendar until we can fix some issues we are having with zoom project wide per steering committee email to k-dev mailing list.
2018-06-19 14:01:31 -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
Zach Corleissen ec93665168 Add two new reviewers (#9090) 2018-06-19 08:24:34 -07:00
Steve Perry c94aab05f4 Remove unused yaml files. (#9135) 2018-06-19 04:53:30 -07:00
Zach Arnold 2d302e6604 Fix Initial User Journey (#9141)
* remove the call to setup inital card state

* undo accidental checkin of file
2018-06-19 00:56: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