Commit Graph

3697 Commits

Author SHA1 Message Date
James Munnelly 65e8941239 Add kubeadm reference docs 2016-10-10 20:31:29 +01:00
devin-donnelly 5f467f58d1 Merge pull request #1403 from devin-donnelly/master
Modifies the overview for the Kubernetes Basics tutorial
2016-10-10 11:31:24 -07:00
devin-donnelly 318d3e20f6 Merge branch 'master' into master 2016-10-10 11:03:22 -07:00
Lucas Käldström 4951e1f9d2 Merge pull request #1397 from bboreham/kubeadm-sample-namespace2
Ensure namespace is created first in microservices-demo
2016-10-10 18:51:48 +03:00
Bryan Boreham a3821df026 Ensure namespace is created first in microservices-demo
Avoid 'namespaces "sock-shop" not found' messages when users try the demo
2016-10-10 16:46:12 +01:00
anatoly techtonik 97aa665e14 Make link portable 2016-10-10 10:50:49 +03:00
Brian Grant 31fc985eff Merge pull request #1416 from techtonik/patch-1
Update kubectl-overview.md
2016-10-09 16:53:47 -07:00
Mike Spreitzer 2dfef0cbbf Merge branch 'master' into updoc2 2016-10-09 12:37:23 -07:00
Mike Spreitzer 12f5e30309 Removed confusing remark about authorizers determining groups
The old text said that the authorizer is expected to determine group
memberships when the authenticator does not.  This not true.  It is
allowed, but not expected --- and none of the standard authorizers do
it.  I tried composing a brief correct statement about this, but the
reviews were mainly aghast that internal details of some non-standard
authorizers were being injected into the discussion of authentictors.
I decided that the better part of valor is simply to delete the whole
topic from here.  Besides, it is a conclusion that any reader would
normally draw --- since there is no statement forbidding it (nor
indeed any indication that there might be a reason to forbid it), any
reader would naturally conclude that an authorizer is free to derive
additional intermediate information of any sort and in any way it
likes.
2016-10-09 15:28:31 -04:00
anatoly techtonik 7143b1e782 More broken links 2016-10-09 19:14:02 +03:00
Fede Diaz f727a572b8 Update centos_manual_config.md
Warning about flannel network
2016-10-09 17:52:25 +02:00
Fede Diaz 252d8b8c41 Update centos_manual_config.md
Added flannel configuration. Now more than one worker is available.
Tested on Centos7 minimal install
2016-10-09 17:46:04 +02:00
anatoly techtonik 5fabbd59d0 Update kubectl-overview.md 2016-10-09 17:30:38 +03:00
anatoly techtonik 95b028be80 Update kubectl-overview.md
Add link to kubectl installation instructions
2016-10-09 17:29:57 +03:00
anatoly techtonik 58ae316dfe Update kubectl-overview.md
Broken link
2016-10-09 16:42:13 +03:00
Anirudh Ramanathan 63f9993bb0 Init containers are in beta in 1.4 2016-10-08 13:46:38 -07:00
Anirudh Ramanathan ee5b5eea39 Point init containers to documentation
The proposal doesn't reflect reality.
2016-10-08 13:43:19 -07:00
Steve Perry 2c14d7fcb0 Redirection experiment 2. (#1411) 2016-10-07 14:13:42 -07:00
Jerzy Szczepkowski cb9cee5df5 Merge branch 'master' into hpa-doc-fix 2016-10-07 13:52:50 +02:00
kcluster 30af17a161 Add link to KCluster.io 2016-10-07 19:51:43 +11:00
Pablo Guerrero cd709f29aa Minor corrections 2016-10-07 08:47:24 +02:00
Mike Spreitzer 30a8b4724f Clarified the apiGroup identified by empty string
Noted this where the relevance of api group is introduced, and
corrected the reference to what the empty string means ("core" api
group, which is the terminology used in the page that introduces api
group, rather than the old text "default").
2016-10-06 21:31:46 -07:00
Steve Perry adadd48fe2 Merge pull request #1404 from steveperry-53/redirect
Experiment with redirect_from.
2016-10-06 17:48:30 -07:00
steveperry-53 a58de7ff5f Experiment with redirect_from. 2016-10-06 17:42:07 -07:00
Devin Donnelly 482760d6d6 Replaces links to HelloNode with links to Kubernetes Basics. 2016-10-06 16:59:17 -07:00
Devin Donnelly 65b71767e1 Fixes broken links to each module. 2016-10-06 16:53:49 -07:00
Devin Donnelly 616f99b716 Modifies the overview for the Kubernetes Basics tutorial to make it more useful.
Adds a link to the Overview from the left-hand TOC.
Links to the Kubernetes Basics Tutorial from the Tutorials landing page.
2016-10-06 16:46:59 -07:00
devin-donnelly 776fca11b0 Merge pull request #1402 from devin-donnelly/master
Updated README.md with information on Netlify staging and removed out…
2016-10-06 15:39:35 -07:00
Devin Donnelly a0e672e50a Updated README.md with information on Netlify staging and removed outdated information on versioned doc branches. 2016-10-06 14:27:26 -07:00
Brian Grant fd53418e32 Merge pull request #1395 from lukaszo/kubectl
Update kubectl address
2016-10-06 08:52:30 -07:00
Łukasz Oleś 8d5a4c0838 Fix kubectl get documentation
- fix list of valid resource types
- fix showing template
  It was fainling with following error message:
  Liquid Warning: Liquid syntax error (line 68): [:dot, "."] is not a valid expression in "{{.status.phase}}" in docs/user-guide/kubectl/kubectl_get.md
2016-10-06 12:00:39 +02:00
Łukasz Oleś 1a17ab3772 Update kubectl address
It fixes kubernetes/kubernetes#33864
2016-10-06 11:40:40 +02:00
Maciej Szulik deae72a03e Add generators section in kubectl conventions 2016-10-06 11:09:17 +02:00
Anirudh Ramanathan e857d466cb Add example for pod using emptyDir 2016-10-05 18:44:15 -07:00
Janet Kuo 41655195e7 Merge pull request #1392 from janetkuo/fix-tools-404
Fix 404 in tools
2016-10-05 18:05:46 -07:00
Janet Kuo beebb7d429 Fix 404 in tools 2016-10-05 18:02:59 -07:00
devin-donnelly f382b06a16 Merge branch 'master' into eparis-networkpolicy 2016-10-05 15:56:59 -07:00
devin-donnelly 5fb05c5ab1 Merge pull request #1389 from steveperry-53/bcamp4
Change name to Kubernetes Basics. Compress introduction to each step.
2016-10-05 15:45:15 -07:00
devin-donnelly 35e25311b5 Merge pull request #1144 from adieu/format
Some small style tweaks to make pandoc working
2016-10-05 15:44:26 -07:00
steveperry-53 fb84c95af6 Change name to Kubernetes Basics. Compress introduction to each step. 2016-10-05 15:39:13 -07:00
devin-donnelly 49c83f4d12 Merge pull request #1251 from philips/add-details-from-dns-docs
admin: dns: merge from the build dir
2016-10-05 15:06:29 -07:00
devin-donnelly 637a1613cd Merge pull request #1325 from colemickens/pr-azure-docs
azure: update links, owners, metadata
2016-10-05 14:49:38 -07:00
devin-donnelly b0e5d64cf7 Merge pull request #1120 from janetkuo/3rd-party-doc
Add docs for 3rd-party tools
2016-10-05 14:43:55 -07:00
devin-donnelly 6d5580590a Merge pull request #1332 from InQuicker/client-cert-groups
Explain how to define group memberships with client cert authentication.
2016-10-05 14:24:53 -07:00
Janet Kuo e44f4a2d5c Remove third-party page and make one page for all tools 2016-10-05 14:24:33 -07:00
devin-donnelly 0ab9b7ce6d Merge pull request #1331 from rnaveiras/master
Used master branch to link files from the repo
2016-10-05 14:23:22 -07:00
devin-donnelly d5873135e4 Merge pull request #1338 from tivvit/patch-1
fixed path to worker startup script
2016-10-05 14:20:13 -07:00
devin-donnelly 15ada05bb7 Merge pull request #1333 from InQuicker/rbac-subresource
Document subresources in RBAC.
2016-10-05 14:19:58 -07:00
devin-donnelly 0bd775c2eb Merge pull request #1342 from liggitt/anonymous
Describe anonymous access, system:authenticated group
2016-10-05 14:16:04 -07:00
devin-donnelly bd0243c797 Merge pull request #1348 from IanLewis/thirdpartyresource-doc
Created new ThirdPartyResource Glossary page.
2016-10-05 14:15:31 -07:00