Commit Graph

6481 Commits (8bdfc352ce91a903352cb14950a954634cf3a529)

Author SHA1 Message Date
Tim Hockin 8bdfc352ce minor fixups as I review secrets 2015-02-23 12:39:47 -08:00
Zach Loafman ea5d2f99ae Merge pull request #4622 from satnam6502/cluster-logging
Update cluster logging documentation to use kubectl for public IPs
2015-02-23 09:57:46 -08:00
Zach Loafman 490624cfb7 Merge pull request #4631 from fabioy/fix-pods.go
Move the various "defer" calls before the creation in pods.go e2e test.
2015-02-23 09:55:14 -08:00
Victor Marmol 6bd8bbb951 Merge pull request #4709 from sdminonne/bug_fix2
adding minimal test for label command to hack/test-cmd.sh
2015-02-23 09:53:42 -08:00
Rohit Jnagal 8c2e81efe6 Merge pull request #4719 from browning/logging-documentation-version-clarification
Clarify version the logging documentation applies to
2015-02-23 09:46:12 -08:00
Rohit Jnagal b3ee50d28b Merge pull request #4716 from browning/getting-started-guides-broken-ansible-link
Fixed a broken link in the getting started docs
2015-02-23 09:21:40 -08:00
Rohit Jnagal 5722ca986a Merge pull request #4722 from coolsvap/coolsvap-virt7-update
Update centos_manual_config.md
2015-02-23 09:20:29 -08:00
Victor Marmol 92cea8b28c Merge pull request #4684 from sidharta-s/master
setting boot2docker env variables for release and clean targets when boot2docker is running
2015-02-23 09:12:14 -08:00
Eric Tune c70c410f25 Merge pull request #4687 from ncdc/master
Move golang code to third_party
2015-02-23 08:25:23 -08:00
Victor Marmol 3bfc07fcd3 Merge pull request #4697 from ddysher/node-describe-pod
Add pod name to node describe
2015-02-23 08:21:56 -08:00
Victor Marmol bc564576cf Merge pull request #4704 from smarterclayton/add_svc_shorthand
'svc' is a much clearer shorthand for "Service" than "se"
2015-02-23 08:21:40 -08:00
Victor Marmol ab98cd30c6 Merge pull request #4705 from smarterclayton/mark_deprecated
Mark old kubectl/resource.go methods as deprecated
2015-02-23 08:21:30 -08:00
Swapnil Kulkarni bcb12ca6bd Update centos_manual_config.md
Added temporary update to documentation for etcd version not working with CentOS virt7-update repo.
2015-02-23 20:33:53 +05:30
Brian Browning 3831aa7042 Add a clarification that the console output showing the kibana url is not present in versions below 0.11 2015-02-22 22:32:42 -08:00
Clayton Coleman b6a0f6670d Merge pull request #4699 from derekwaynecarr/improve_salt_stability_vagrant
Improve vagrant reliability
2015-02-22 22:22:59 -05:00
Brian Browning fb60a17206 Fixed a broken link to the fedora ansible guide in the getting started guides menu 2015-02-22 14:02:57 -08:00
Salvatore Dario Minonne 163ae10d78 adding minimal test for label command to hack/test-cmd.sh 2015-02-22 17:44:39 +01:00
Clayton Coleman a8ba77f23b Remove unused flag helpers 2015-02-21 18:25:55 -05:00
Clayton Coleman 35cc1b0c15 Mark old kubectl/resource.go methods as deprecated
Every command should use resource.Builder instead to have consistent
behavior.
2015-02-21 18:22:07 -05:00
Clayton Coleman 09dcec57fb 'svc' is a much clearer shorthand for "Service" than "se" 2015-02-21 18:17:52 -05:00
derekwaynecarr 87a41b0934 Improve vagrant reliablility, fix race condition with openvswitch and docker 2015-02-21 13:31:50 -05:00
Deyuan Deng aec068f7ef Add pod name to node describe 2015-02-21 12:07:09 -05:00
Andy Goldstein 44d41a0f1b Move golang code to third_party 2015-02-20 20:00:31 -05:00
Sidharta Seethana aea11720fd setting boot2docker env variables for release and clean targets when boot2docker is running 2015-02-20 15:55:39 -08:00
Brendan Burns 86a0193f51 Merge pull request #4311 from kazegusuri/update_nil_label
kubectl label command crashes when a resource has no labels
2015-02-20 15:52:05 -08:00
Zach Loafman 93d77ab67c Merge pull request #4681 from jlowdermilk/cadvisor-e2e
Deflake cadvisor e2e by adding retry loop
2015-02-20 15:51:56 -08:00
Alex Robinson 5ea0895987 Merge pull request #4682 from a-robinson/e2e
Un-revert #4551 which moved the certs.sh e2e test to ginkgo and fix the e2e auth breakage it caused
2015-02-20 15:50:00 -08:00
Brendan Burns daeadc15a9 Merge pull request #4524 from pires/coreos_etcd_waiter_requirements
Removed rule that defined etcd waiter to happen before setup-network-environment
2015-02-20 15:42:58 -08:00
Brendan Burns 9829128a75 Merge pull request #4580 from thockin/plural_20_endpoints
Part 2 of plural ports: make endpoints a struct
2015-02-20 15:42:19 -08:00
Alex Robinson fe42cd1235 Un-revert #4551 which moved the certs.sh e2e test to ginkgo and fix the
e2e auth breakage it caused. The fix is to not set project/zone/kube_master
to the empty string partway through the script, which I should have
realized was a bad idea in the first place.
2015-02-20 15:31:59 -08:00
Brian Grant 194f6571b8 Merge pull request #4545 from yujuhong/fixdochook
Fix hack/verify-description.sh to actually surface the error
2015-02-20 15:07:19 -08:00
Satnam Singh 8c7806dc4a Merge pull request #4637 from jlowdermilk/examples-e2e
Port update.sh to ginkgo test
2015-02-20 14:58:50 -08:00
Brian Grant 0dbaf205ab Merge pull request #4680 from derekwaynecarr/doc_types
Add doc in types.go for hooks/description.sh
2015-02-20 14:47:14 -08:00
Jeff Lowdermilk 881ff89d92 Deflake cadvisor e2e by adding retry loop
Wait up to 5 minutes for cadvisor to start on nodes to reduce
test failures from running immediately after cluster turnup.
2015-02-20 14:09:11 -08:00
Victor Marmol 31556fc565 Merge pull request #4679 from eparis/kubectl-man
more kubectl doc update
2015-02-20 14:02:35 -08:00
Victor Marmol ccdbad89ce Merge pull request #4677 from vmarmol/ooms
Check Docker init PID is valid before we use it.
2015-02-20 13:53:01 -08:00
derekwaynecarr 3d6085e692 Add doc in types 2015-02-20 16:48:28 -05:00
Victor Marmol 2575c45a85 Merge pull request #4636 from jameskyle/feature/vagrant-up-fix-4633
Resolves #4633.
2015-02-20 13:46:34 -08:00
Clayton Coleman 410ddf74a1 Merge pull request #4678 from ncdc/master
Fix flaky exec/portforward tests
2015-02-20 16:45:50 -05:00
Eric Paris 421da2043a Generate new docs with the new changes 2015-02-20 16:41:31 -05:00
Eric Paris aab9cc3219 Output the inherited and non-inherited flags in the man page 2015-02-20 16:41:31 -05:00
Eric Paris d508395828 Change all cobra commands to use the example section
This will output the examples in their own section, rather than as part
of the 'long' synposis.
2015-02-20 16:41:31 -05:00
Eric Paris 781ca91a59 Use the 'example' section of cobra commands
This makes examples their own section in the docs, if they are defined.
2015-02-20 16:41:31 -05:00
Andy Goldstein bd2eb2fa8f Fix flaky exec/portforward tests
Fixes #4676
2015-02-20 16:29:57 -05:00
Jeff Lowdermilk b389b360f8 Port update.sh to ginkgo test 2015-02-20 13:17:15 -08:00
Victor Marmol da2f4b6d61 Check Docker init PID is valid before we use it.
This gives us an error if the PID is not returned as we expect.
2015-02-20 13:10:40 -08:00
Victor Marmol c2c86b0a6d Merge pull request #4675 from lavalamp/fix7
Add GOMAXPROCS in a few more places
2015-02-20 12:54:52 -08:00
Clayton Coleman 93e1b77f34 Merge pull request #4375 from smarterclayton/clarify_resources_and_kinds
Clarify the difference between kinds and resources in the API
2015-02-20 15:47:03 -05:00
Clayton Coleman 8c7a8b4347 Clarify the difference between kinds and resources in the API
As we prepare to expose additional endpoints for pod status, cloning,
binding, and templating, we should clarify the terminology and
distinctions. Use pod status as an example of an alternative "resource"
that shares the same "kind" (schema) as pods.
2015-02-20 15:46:27 -05:00
Clayton Coleman 1d82c1f07a Merge pull request #2297 from erictune/robot_design
Service account proposal.
2015-02-20 15:29:27 -05:00