Commit Graph

133 Commits

Author SHA1 Message Date
Eric Tune
2ce16acd67 Move developer documentation to docs/devel/
Fix links.
2014-10-15 08:30:02 -07:00
Jay Pipes
d05463348d Fixes a bad link in pods.md document
The pods.md document was referring to the networking.md document, and
was including the docs/ prefix, which led to a 404 due to the link being
https://$host/docs/docs/networking.md. Removing the docs/ prefix gets
the link working again.
2014-10-14 15:45:10 -04:00
Sebastien Goasguen
649d688dbd Adding a CloudStack deployment page with initial documentation and place holders 2014-10-14 08:50:47 -04:00
Daniel Smith
f8071a6e25 Merge pull request #1764 from scollier/readme-fix
cleaning up README to reflect current file list
2014-10-13 17:08:46 -07:00
scollier
2e3766b67b fixing tabs 2014-10-13 18:21:24 -05:00
Daniel Smith
8007614085 Remove untested and unused code 2014-10-13 16:06:44 -07:00
scollier
e6246fc708 cleaning up README to reflect current file list 2014-10-13 18:02:17 -05:00
scollier
8eefd707ba Man pages - initial release 2014-10-13 15:57:26 -05:00
Joe Beda
5c84cd21a4 Tweak vagrant README a little for new binary deploy world. 2014-10-11 15:37:06 -07:00
Joe Beda
38d5906044 Clean up READMEs and broken stuff.
Move all support for clouds that are broken with this change into an `icebox` directory.  We'll move that stuff back out as we fix it up.
2014-10-10 12:33:36 -07:00
Joe Beda
69a14a032c Tweak salt docs a little 2014-10-10 12:30:12 -07:00
Dawn Chen
f5dffe3bfe Merge pull request #1725 from erictune/readme
Move development guide out of README.md
2014-10-10 11:37:33 -07:00
Eric Tune
24ee4c8fec Move development guide out of README.md 2014-10-10 08:39:23 -07:00
Eric Tune
3a0ec97c05 Document media, resource limits for volumes. 2014-10-10 08:12:56 -07:00
Dawn Chen
d9426f8848 Merge pull request #1690 from erictune/image_docs
Document images.
2014-10-09 14:40:39 -07:00
Brendan Burns
996c0e44d6 Merge pull request #1677 from erictune/volume_docs
Document GCEPersistentDisk.
2014-10-09 14:08:12 -07:00
Eric Tune
6e7c327da0 Document GCEPersistentDisk. 2014-10-09 14:00:15 -07:00
Eric Tune
2aa9dae5d1 Document images. 2014-10-09 13:40:56 -07:00
Scott Collier
5908beb2cf adding option for updated package 2014-10-08 17:39:26 -05:00
Matt T. Proud
8a911b39af Swap internal doc. refs to relative links.
This commit addresses issue #1571, which requests that all internal
Kubernetes links are swapped to relative ones to better facilitate
browsing of documentation on local forks, not to mention make the
documentation have less needless boilerplate.
2014-10-08 21:09:18 +02:00
erictune
0d2ce69574 Merge pull request #1445 from brendandburns/docs
Add some documentation for the container environment.
2014-10-07 15:44:35 -07:00
Brendan Burns
4fe958f6cd Add some documentation for the container environment. 2014-10-07 15:00:17 -07:00
Brendan Burns
9286e331c1 Update the UX, add documentation. 2014-10-07 12:33:33 -07:00
Daniel Smith
0212c9b29a Merge pull request #1623 from smarterclayton/rename_jsonbase
Rename JSONBase -> TypeMeta in preparation for v1beta3
2014-10-07 10:50:28 -07:00
Clayton Coleman
c629e33430 Update non .go references 2014-10-07 13:11:25 -04:00
Sam Ghods
868c6fe4b8 Increase logging levels in hack/local-up-cluster.sh 2014-10-07 00:07:05 -07:00
Kelsey Hightower
bbcce51327 add coreos setup guides 2014-10-03 15:25:59 -07:00
Richard Gooch
e7e7b1cc39 Add text about example cluster and clarify pre-requisites. 2014-10-03 14:29:14 -07:00
Richard Gooch
543647c885 Split GCE prerequisites for minions and master 2014-10-02 18:30:36 -07:00
Brendan Burns
06827fb5db Merge pull request #1527 from bgrant0607/controller
Add documentation of replication controller.
2014-10-02 11:33:26 -07:00
Tim Hockin
1dda3072a4 Merge pull request #1525 from erictune/rename_dir
Directory renamed to Dir to match json property
2014-10-02 11:28:27 -07:00
Brian Grant
15706c72c4 Add documentation of replication controller. 2014-10-01 23:22:10 +00:00
Tim Hockin
2c9edb747e Minor point about assigned reviews 2014-10-01 13:58:58 -07:00
Eric Tune
9c0769422d Directory renamed to Dir to match json property 2014-10-01 13:35:21 -07:00
erictune
1b2c62a8ca Merge pull request #1509 from roberthbailey/auth
Proofreading pass: Fix typos, add links.
2014-10-01 07:54:27 -07:00
Tim Hockin
88bf01b008 Merge pull request #1225 from smarterclayton/v1beta3_proposals
Proposal: v1beta3 API overhaul
2014-09-30 16:12:13 -07:00
Robert Bailey
0820555d22 Proofreading pass: Fix typos, add links. 2014-09-30 10:04:11 -07:00
Chmouel Boudjnah
79d1d33756 Fix typo, contianer => container
Fix trivial typo
2014-09-30 12:25:07 +02:00
Joe Beda
648d91b55f Merge pull request #1378 from andrewmichaelsmith/patch-1
The DO page now redirects you to the kelseyhightower page
2014-09-29 11:04:27 -07:00
Clayton Coleman
c0247d92ce Proposal for v1beta3 API
* Separate metadata from objects
* Treat lists differently from resources
* Add UID and Annotations on Metadata
* Introduce BoundPod(s) as distinct from Pod to represent pods
  scheduled onto a host
* Use "spec" instead of "state" and "status" instead of "currentState"
  * Identify current status of objects consistently
  * Use "condition" as the string label for substatus
* All string constants should be PublicGoCapitalized
* Rename Minion -> Node
* Rename ServerOp -> Operation
* Remove ContainerManifest
* Add api-conventions.md document
* Replace PodTemplateSpec in ReplCtrl with ObjectReference
2014-09-29 12:10:36 -04:00
KORNISTE
6462030a32 fix spelling : docs/getting-started-guides/vagrant.md 2014-09-28 00:54:35 +09:00
Brendan Burns
e8f3c3cb19 Fix a typo, add instructions for running make. 2014-09-26 14:52:03 -07:00
Tim Hockin
0e7728f38b Merge pull request #1114 from derekwaynecarr/namespace_proposal
Proposal: Initial namespaces proposal
2014-09-25 21:02:51 -07:00
Clayton Coleman
4e56dafecc Introduce some default log verbosity control
Move a lot of common error logging into better buckets:

glog.Errorf() - Always an error
glog.Warningf() - Something unexpected, but probably not an error
glog.V(0) - Generally useful for this to ALWAYS be visible
            to an operator
            * Programmer errors
            * Logging extra info about a panic
            * CLI argument handling
glog.V(1) - A reasonable default log level if you don't want
            verbosity
            * Information about config (listening on X, watching Y)
            * Errors that repeat frequently that relate to conditions
              that can be corrected (pod detected as unhealthy)
glog.V(2) - Useful steady state information about the service
            * Logging HTTP requests and their exit code
            * System state changing (killing pod)
            * Controller state change events (starting pods)
            * Scheduler log messages
glog.V(3) - Extended information about changes
            * More info about system state changes
glog.V(4) - Debug level verbosity (for now)
            * Logging in particularly thorny parts of code where
              you may want to come back later and check it
2014-09-25 16:30:14 -04:00
derekwaynecarr
91c99e0a48 Initial namespaces proposal 2014-09-24 14:50:40 -05:00
Joe Beda
7743f33359 Merge pull request #1379 from runseb/vagrant
Modifications and improvements to the vagrant cluster README
2014-09-23 09:21:04 -07:00
Tim Hockin
70b74483c0 Add a doc on pod states 2014-09-23 08:40:17 -07:00
Sebastien Goasguen
826680353d Modifications and improvements to the vagrant cluster README 2014-09-23 15:39:16 +02:00
Brendan Burns
0c2ea0bcf2 rev versions to 0.3 2014-09-22 14:54:33 -07:00
Brendan Burns
b569003738 rev. versions to 0.3 2014-09-22 14:53:47 -07:00