Commit Graph

8985 Commits (767bd9371ea111d4a1d8a0cee6c4315df7887e49)

Author SHA1 Message Date
Lennart Jern 767bd9371e Fix links for kubeadm upgrade guidance (#9240)
The links to kubeadm upgrade guidance were broken. One of the pages was completely missing, so that link is now removed.
2018-06-26 05:44:51 -07:00
Takuya N 6f9635c42a Fix markdown for blog: 2018-04-30-zero-downtime-deployment-kubernetes-jenkins (#8920) 2018-06-26 02:26:51 -07:00
Luc Perkins 755c3340ce Fix broken links to /admin/multiple-zones (#9193) 2018-06-25 22:18:52 -07:00
Alex Contini 0f6fbe42c8 Add OpenAI Case Study (#9224)
* remove duplicate crowdfire link

* add OpenAI Case Study

* fix spacing issue
2018-06-25 16:03:23 -07:00
Dimitris-Ilias Gkanatsios a29a924f09 Update port-forward-access-application-cluster.md (#9221)
minor UI issue
2018-06-25 15:54:22 -07:00
Alex Contini d101ef7c09 fix NYT spacing (#8946) 2018-06-25 15:45:22 -07:00
Luc Perkins bede5184cb Move Pod statuses into a table and add ContainersReady to the table (#9197) 2018-06-25 15:44:22 -07:00
Alex Contini eb8df98adb remove duplicate crowdfire link (#9118) 2018-06-25 15:43:23 -07:00
Tim Zhang e55e24f0da Update cpu-default-namespace.md (#9185)
the url link was forgot.
2018-06-25 15:36:23 -07:00
Alin Balutoiu 4cfaa14dda Update Windows documentation for OVN/OVS CNI plugin (#8482)
* Update Windows documentation for OVN/OVS CNI plugin

This patch adds reference to the Ansible playbooks which help
to deploy a kubernetes cluster in a fully automated way.

Signed-off-by: Alin Balutoiu <abalutoiu@cloudbasesolutions.com>

* Minor tweaks

* Trivial commit/undo to trigger Netlify

Added an extra whitespace line at EOF
2018-06-25 15:25:23 -07:00
yamenk 5a30d71502 Incorrect link to redis-pod.yaml in Configuring Redis using a ConfigMap tutorial (#8990) 2018-06-25 15:08:21 -07:00
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
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