Commit Graph

5426 Commits

Author SHA1 Message Date
Zach Corleissen 7defcaa86d Update release-1.6 for version changes in 1.9 (#6521)
* Update release-1.6 for version changes in 1.9

🛑 DO NOT MERGE 🛑

Update config files to use 1.9 as version number.

* Update _config.yml

* Update _config.yml
2017-12-15 17:40:41 -06:00
Steve Perry 51d9f8dac5 Change link to 1.5 ref docs. (#5856) 2017-10-10 17:04:42 -07:00
Steve Perry 5416064726 Remove old ref docs from the 1.5 doc set. (#5855)
Remove old ref docs from the 1.6 doc set.
2017-10-10 16:30:32 -07:00
Steve Perry 67a7444cca Update URL for 1.7 docs. 2017-10-10 12:40:35 -07:00
Steve Perry 3688d4d2dc Add 1.8 to version picker for 1.6 docs. (#5831) 2017-10-09 21:44:03 -07:00
Andrew Chen 3fab9b4636 Merge pull request #5272 from kubernetes/chenopis-1.6-patch
Make caret for version drop-down more visible in v1.6
2017-09-01 17:10:07 -07:00
Andrew Chen b7bdec1414 Make caret for version drop-down more visible in v1.6 2017-09-01 17:06:40 -07:00
Andrew Chen ee8bef1bba Merge pull request #4760 from kubernetes/chenopis-v1.6-version-selector
Add deprecation warning to release-1.6
2017-08-10 22:51:55 -07:00
Andrew Chen a3b365d5a8 Add deprecation warning to release-1.6 2017-08-10 22:46:48 -07:00
Andrew Chen 1cff283759 convert indents back to tabs 2017-08-10 16:09:06 -07:00
Andrew Chen 4dcc666794 Merge pull request #4744 from kubernetes/chenopis-v1.6-version-selector
Add Version Selector
2017-08-10 15:59:44 -07:00
Andrew Chen f09d79909e Add Version Selector 2017-08-10 15:53:05 -07:00
Andrew Chen e8d310100d update githubbranch 2017-08-07 16:33:21 -07:00
Andrew Chen 02b43cc051 switch from hardcoded master to page variable 2017-08-07 16:25:39 -07:00
Andrew Chen c3755c0158 update version number 2017-08-07 16:20:58 -07:00
Andrew Chen 42e97ac889 convert include to array in _config.yml freeze-final-v1.6 2017-07-24 16:15:28 -07:00
Andrew Chen 25d0d3edb4 prevent bot indexing 2017-07-24 11:16:47 -07:00
Andrew Chen 2753f80465 Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.6
* 'master' of https://github.com/kubernetes/kubernetes.github.io:
  cassandra.md: Fix Liquid syntax warning
  add small blurb about reclaim policies and SCs
  Update links to proper repos
2017-06-29 16:04:20 -07:00
Ahmet Alp Balkan cbdb17706f cassandra.md: Fix Liquid syntax warning
Fixes #4198

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
snapshot-final-v1.6
2017-06-29 15:58:48 -07:00
Patrick Christopher 46be5c6bc7 add small blurb about reclaim policies and SCs 2017-06-28 23:27:17 -07:00
Christoph Blecker 2e192598a0 Update links to proper repos snapshot-v1.6-repo-link-update 2017-06-28 22:08:36 -07:00
Andrew Chen 587920e622 Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.6
* 'master' of https://github.com/kubernetes/kubernetes.github.io:
  Add no_proxy settings to use minikube and kubectl (#4108)
  Fix installing autocompletion documentation (#4189)
  Set storageClassName to match earlier manual disk creation
2017-06-28 16:39:12 -07:00
Yohann B 206a264c0e Add no_proxy settings to use minikube and kubectl (#4108)
* Add no_proxy settings one might need to use minikube and kubectl behind a proxy.

* add extra line before shell block for formatting

* include suggestions from chenopis
snapshot-v1.6-pre-link-update
2017-06-28 11:51:25 -07:00
Bastian Klein 00df48fb9c Fix installing autocompletion documentation (#4189)
* Fix installing autocompletion documentation

The written solution did not work for me with the error `-bash: __git_ps1: command not found`. Since the auto-completion is already installed you can simply add the Kubernetes autocompletion to it.

* Remove sourcing bash-completion in .bash_profile
2017-06-28 11:49:52 -07:00
Andrew Chen ad23d013d7 Merge pull request #4219 from chaintng/master
Set storageClassName to match earlier manual disk creation
2017-06-28 11:49:11 -07:00
Chainarong Tangsurakit c6d4695cb8 Set storageClassName to match earlier manual disk creation
https://github.com/kubernetes/kubernetes.github.io/issues/4218
2017-06-28 14:02:28 +07:00
Andrew Chen c6b909de18 Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.6
* 'master' of https://github.com/kubernetes/kubernetes.github.io:
  outdate link (#4199)
2017-06-27 21:11:13 -07:00
jianglingxia 68b4abc1f4 outdate link (#4199)
* outdate link

* resubmit the outdate link
2017-06-27 21:08:02 -07:00
Andrew Chen 98d5d8ede6 Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.6
* 'master' of https://github.com/kubernetes/kubernetes.github.io:
  Removed -fs from troubleshooting command (#4177)
2017-06-27 16:48:44 -07:00
Zachary Corleissen 37311bc0d8 Removed -fs from troubleshooting command (#4177)
* Removed -fs from troubleshooting command

* Add YAML file for configmaps in concepts

* Add new topic for configmaps in concepts

* Add configuration entry for understanding configmaps

* Move Understanding Configmaps to a separate concept file

* Revert "Move Understanding Configmaps to a separate concept file"

This reverts commit 71bd80d7bccd090d0aa1829ae9e4db6cc4dc590c.

* Revert "Add configuration entry for understanding configmaps"

This reverts commit c27fc13f56453dff6e6b8b8f1f9641cbad8ace53.

* Revert "Add new topic for configmaps in concepts"

This reverts commit 3d535f59170a4b5cb290975871f167217484e7ab.

* Revert "Add YAML file for configmaps in concepts"

This reverts commit 8ecabd6d106647631819441be8bf7e834f0dbb54.
2017-06-27 16:41:01 -07:00
Andrew Chen 5137ba582a Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.6
* 'master' of https://github.com/kubernetes/kubernetes.github.io:
  Update definitions for Task and Tutorial. (#4206)
2017-06-27 16:11:30 -07:00
Steve Perry 2727003775 Update definitions for Task and Tutorial. (#4206)
* Update definitions for Task and Tutorial.

* Fix broken links.

* Still fixing broken links.
2017-06-27 15:26:50 -07:00
Andrew Chen 6dac39de5b Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.6
* 'master' of https://github.com/kubernetes/kubernetes.github.io:
  Update script.js
  Replace remaining kargo usages to kubespray
2017-06-27 10:01:23 -07:00
Andrew Chen 3d5e8086b6 Merge pull request #4201 from kubernetes/ryanmcginnis-patch-1-1
Prevents sweetAlert in copyCode function from being cut off on page
2017-06-27 09:42:45 -07:00
Ryan McGinnis f0c445980d Update script.js
In copyCode function, removes target.value from if (succeed) sweetAlert function. 

Sometimes target.value is too long, which causes the sweetAlert box to be cut off from the page. The confirmation button also gets cut off, which means that the user can't close the box, which means they need to refresh the page to continue.

Instead, the alert tells the user which file was copied.
2017-06-27 08:58:02 -07:00
Dan Kohn 67e4f54aaa Replace remaining kargo usages to kubespray 2017-06-27 08:49:03 -07:00
Andrew Chen 5e9ea589d5 Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.6
* 'master' of https://github.com/kubernetes/kubernetes.github.io:
  update example templates
  redirect fix for meanstack article
2017-06-26 16:40:04 -07:00
Andrew Chen 56ae8bf3f7 Merge pull request #4197 from kubernetes/chenopis-task-template-patch
update example templates
2017-06-26 16:33:52 -07:00
Andrew Chen 4d3a7a315d update example templates 2017-06-26 16:12:21 -07:00
Andrew Chen d8a8d8d718 Merge pull request #4195 from ahmetb/meanstack-fix
redirect fix for meanstack article
2017-06-26 15:51:48 -07:00
Ahmet Alp Balkan d94196e14f redirect fix for meanstack article
Linking to the correct article.

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2017-06-26 15:41:17 -07:00
Andrew Chen 210f7ba24b Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.6
* 'master' of https://github.com/kubernetes/kubernetes.github.io:
  /docs/samples revamp: move examples to /tutorials
  Copy-to-clipboard fix (#4190)
2017-06-26 11:54:56 -07:00
Ahmet Alp Balkan 9ec9c73466 /docs/samples revamp: move examples to /tutorials
Addresses the work described at #4134.

- Remove /docs/samples page: This page mostly had links to examples on
  kubernetes/kubernetes (examples dir) which is now at kubernetes/examples
  repository. It was linking to README.md files for tutorials. Now removing
  this page as we are moving tutorials from kubernetes/examples to here:

  - Create redirects from /docs/samples/ to /docs/tutorials/ (both JS and
    redirect_from).
  - Deprecate "MEAN Stack" tutorial: This tutorial overlaps quite a bit with
    existing "maintained" examples and has been out-of-date for a while.
    Creating an external redirect to its original and more up-to-date location:
    https://medium.com/google-cloud/running-a-mean-stack-on-google-cloud-platform-with-app-engine-and-mongolab-4bbd2040ea75

- Import README.md files of maintained examples (guestbook, wordpress+mysql and
  cassandra) to this repository and serve them under /docs/tutorial.

- Update /docs/tutorials ToC:
  - Link to imported tutorials.
  - Fix missing articles on sidebar (_data/tutorials.yml) and make the tutorials
    listed on tutorials/index.md available on the sidebar (closes #4007).

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2017-06-26 11:22:35 -07:00
Ahmet Alp Balkan d33222a6c3 Copy-to-clipboard fix (#4190)
* Copy-to-clipboard fix

target.setSelectionRange(0, target.value.length); does not always seem to be
working. It doesn't work once the text is unselected. Using textarea.select()
function: https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/select

Fixes #3965.

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>

* Empty commit

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2017-06-26 11:12:14 -07:00
Andrew Chen 310b3980db Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.6
* 'master' of https://github.com/kubernetes/kubernetes.github.io:
  Document kubeadm KUBELET_DNS_ARGS issue
  CronJobs aren't enabled in 1.6 by default
  Fix typo
  Document pod-template-hash label
  Rename last remaining reference of kargo to kubespray
2017-06-26 10:58:52 -07:00
Jamie Hannaford ddb6636f2c Document kubeadm KUBELET_DNS_ARGS issue 2017-06-26 09:00:20 -07:00
Denis Gladkikh 8716e152b3 CronJobs aren't enabled in 1.6 by default 2017-06-26 08:56:03 -07:00
hanks 386a2a0982 Fix typo
trivial update `kublet` to `kubelet`
2017-06-26 08:46:54 -07:00
Michail Kargakis 8c414800a0 Document pod-template-hash label
Signed-off-by: Michail Kargakis <mkargaki@redhat.com>
2017-06-25 20:42:50 -07:00
Andrew Chen 25b8f9a799 Merge pull request #4187 from Starefossen/patch-1
Rename last remaining reference of kargo to kubespray
2017-06-25 14:35:09 -07:00