Commit Graph

4885 Commits (86ecbd2fe8edd7b29b61f5cddd36b856b6ee833a)

Author SHA1 Message Date
zhangxiaoyu-zidif 86ecbd2fe8 fix broken link:api-reference 2017-04-24 11:04:51 -07:00
Richard E. Silverman eb2fe3815d fix typo 2017-04-24 10:57:50 -07:00
Damien Leflon 6abd5c0862 Update kubeadm.md
Fix a little typo
2017-04-24 10:57:11 -07:00
chenhuan12 8b80216ab1 fix typo
fix typo
2017-04-24 10:56:46 -07:00
chenhuan12 79a1fd19a9 fix typo
fix typo
2017-04-24 10:55:59 -07:00
Andrew Chen a7376febac Merge pull request #3487 from crassirostris/stackdriver-logging-docs-fix
Fix file names for Stackdriver Logging page
2017-04-24 10:45:33 -07:00
Mik Vyatskov 2e2712e05b Fix file names for Stackdriver Logging page 2017-04-21 11:23:04 +02:00
Charlie Drage 8ff1959f16 Update Kompose documentation
Updates the page with new installation details as well as some updated
fixes (spelling errors, outdated information, etc.)
2017-04-20 17:33:25 -07:00
Didier Roche 62d4745f0d Replace with new service url
The headless service page url has moved.
2017-04-20 14:55:41 -07:00
Peter Lee 7697eb5146 Update link 2017-04-20 14:53:53 -07:00
Drinky Pool 165fc0998b fix typo
fix typo
2017-04-20 14:53:20 -07:00
Ahmet Alp Balkan 55583b8f1b Modify title of Downward API guide
DownwardApiVolumeFile is only an API term and the actual concept is the
Downward API.

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2017-04-20 14:52:48 -07:00
Mik Vyatskov 59e4200afd Add documentation for configuring Stackdriver Logging agents 2017-04-20 14:02:53 -07:00
Andrew Chen 0ee3235676 Chenopis 3436 patch (#3480)
* Remove the docker-multinode getting started guide

* add entries to skip_toc_check.txt
2017-04-20 13:59:02 -07:00
Andrew Chen aec07548ad Merge pull request #3258 from jbeda/old-kubeadm
Document how to access kubeadm 1.5.
2017-04-20 13:21:05 -07:00
Joe Beda 27f972427e
Document how to access kubeadm 1.5.
Fixes #3127
2017-04-20 13:08:53 -07:00
Marc Sluiter 88212bdfa9 Added note about Docker credentials store (#3456)
* Added note about Docker credentials store

Docker might use a credentials store when logging in to docker repositories, see https://docs.docker.com/engine/reference/commandline/login/#credentials-store. In that case you don't find the `auth` token in the `config.json` file. I added a note that this might happen, in order to prevent confusion.

* added "NOTE:" to the Docker credentials store note

as suggested in PR review
2017-04-20 13:08:41 -07:00
Andrew Chen 704c8dbf0f Fix typo in etcd-upgrade.md 2017-04-20 13:04:59 -07:00
Andrew Chen 90070474d4 Reference ToC refactor (#3427)
* Reference ToC refactor

* Move Federation into Reference

* Fix ToC, add deprecation notice

* Fix Reference ToC

* tweak ToC

* Move content into Reference

* touch up kubectl

* fix ToC syntax error

* remove resources-reference docs

* change kubectl section name

* adjust page titles

* create Command-Line Tools section

* Move Federation API out to top level

* remove extensions/v1beta1 definitions

* rewrite Kubernetes API in Concepts in a later PR

* Add jbeda to Kubernetes API Overview page for reviews.

* incorporate feedback

* remove /docs/federation

* move around copy

* cleanup reference landing page

* update reference landing page
2017-04-20 13:04:32 -07:00
Will Sean Don e648c764ab Migrate to new task template (#3442) 2017-04-20 12:55:32 -07:00
Andrew Chen 830adcb3cc Merge pull request #3474 from kubernetes/chenopis-1.6-merge-patch1
Review conflicts from 1.6-release/master merges
2017-04-20 11:00:33 -07:00
Andrew Chen cb9cff59db Review conflicts from 1.6-release/master merges 2017-04-20 10:52:04 -07:00
Harsh Choudhary 800f1b588d Correct secret creation command
Private Registry FQDN also needs to be included in secret creation, otherwise Kubernetes will not be able to pull images.
2017-04-19 14:36:52 -07:00
Ahmet Alp Balkan b17c1e6b82 update-imported-docs.sh script improvements (#3446)
- avoiding cloning the full history of k8s repo, there doesn't seem to be any
  difference (--depth=1 gives the same result and fetched branches are not
  used in this script)
- quoting around variables and add '--' to some commands to separate positional
  arguments
- using subshells instead of pushd/popd stuff, easier to read IMO
- added 'set -o errexit', couldn't add 'set -o pipefail'. For some reason when
  I enable pipefail, it produces a vastly different output but I don't see any
  errors in the output.

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2017-04-19 14:35:10 -07:00
Sahdev P. Zala 8bec7d7c8a Create reference link for IBM Bluemix Container Service
Create a documentation link for IBM Bluemix Container Service similar to
GCE and Azure. Also rename Softlayer references to Bluemix.

Co-Authored-By: Xavier Loup <xavier.loup@fr.ibm.com>
2017-04-19 14:32:24 -07:00
chenhuan12 cba09b7b70 fix typo
fix typo
2017-04-19 14:27:13 -07:00
Anirudh Ramanathan 8ccd40e661 Add example PDB definition (#3454)
* Fix pdb docs

* Addressed comment
2017-04-19 14:26:35 -07:00
Ahmet Alp Balkan 1acf620458 Add link to /docs/reference from API overview guide (#3452)
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2017-04-19 14:23:19 -07:00
Artem Vysotsky 73d9327c3f Update logging-stackdriver.md 2017-04-19 14:16:44 -07:00
Mike Danese 4f0afc2fa7 use more up to date docker package 2017-04-19 14:09:54 -07:00
Andrew Chen e4fcdacb4d Merge pull request #3463 from kubernetes/chenopis-3438-patch
Minor patch changes to PR #3438
2017-04-19 14:08:28 -07:00
Andrew Chen 8f872afcd7 Minor patch changes to PR #3438 2017-04-19 12:25:45 -07:00
PaulJuliusMartinez 7f0294c579 Update User Guide and Admin links to point to new resources. (#3438)
* Update links to outdated user-guide and admin docs

* Add script for updating outdated links.

* Update regex to include init-containers file.

* Pull upstream, rewrite links in and to namespaces walkthrough.
2017-04-19 10:56:47 -07:00
tanshanshan 1592494620 Update labels.md 2017-04-19 10:51:32 -07:00
Xiaoyu Zhang 187a681df7 add a shell script of PATCH (#3293)
add a  shell script of PATCH
2017-04-19 10:37:53 -07:00
chenhuan12 d94335b17a fix typo
fix typo
2017-04-19 10:34:32 -07:00
Steve Perry 38395e7b53 Move Jobs under Controllers. (#3453)
* Move Jobs under Controllers.

* Change title.
2017-04-18 20:04:48 -07:00
Steve Perry e90ba44bb8 Move etcd topic from Storage to Cluster Admin. (#3450)
* Move etcd topic from Storage to Cluster Admin.

* Fix type.
2017-04-18 17:24:54 -07:00
Steve Perry 49926988bd Fix duplicate Storage heading. (#3447) 2017-04-18 15:04:07 -07:00
Andrew Chen 852f1fe4a9 Merge pull request #3445 from ryanmcginnis/patch-2
`--apiserver-advertise-address` typo
2017-04-18 13:31:10 -07:00
Ryan McGinnis a8646ace75 Update kubeadm.md
- Running `--api-advertise-address` returns unknown flag error
- `--apiserver-advertise-address` is the correct command, so this must have been a typo
2017-04-18 12:59:40 -07:00
Bryan Boreham 1879e0a6b5 Add Weave Net as an option for ARM installs 2017-04-18 10:21:39 -07:00
haoyuan 2a5148437c update the glusterfs provisioner in persistent-volumes.md 2017-04-18 10:19:04 -07:00
Ahmet Alp Balkan 626bdd1f3c kubefed tutorial: add creating the default ns (#3105)
Currently kubefed does not create the default namespace, therefore anyone
following this doc today will hit this issue. Adding a few comments to bridge
that gap until the bug is fixed.

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2017-04-17 15:23:41 -07:00
Balu Dontu 59c37ec48d vSphere Storage Policy Based Management for Containers orchestrated by vSphere 2017-04-17 14:48:58 -07:00
Steve Perry 90be2b2dd2 Move Guide topics: Namespaces. (#3437) 2017-04-17 12:56:24 -07:00
Oli Lalonde e1afcde13a Update scale-intro.html
Convert to new links
2017-04-17 09:26:01 -07:00
Xiaoyu Zhang fbfafc9738 Fix broken link:scheduling-gpus.md (#3423)
* Fix broken link:scheduling-gpus.md

Fix broken link:scheduling-gpus.md

* add link anchor

add link anchor
2017-04-17 09:17:39 -07:00
Xiaoyu Zhang b3aeab2f21 delete replicated info (#3425)
delete replicated info
2017-04-16 22:36:42 -07:00
Will Sean Don bb760d9ed2 Migrate federated deployment task to new template (#3432)
* Migrate to new task template

* Add prereq template for tasks and tutorials regarding federated clusters
2017-04-16 22:33:55 -07:00