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
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
Zach Loafman
0563832ab3
Merge pull request #4627 from satnam6502/delete-logging-services
...
Delete cluster level logging services during kube down
2015-02-20 12:12:27 -08:00
Eric Tune
38a85ef81e
Service account proposal.
...
COMMIT_BLOCKED_ON_GENDOCS
2015-02-20 12:04:39 -08:00
Daniel Smith
1e679f0069
Add GOMAXPROCS in a few more places
2015-02-20 11:22:46 -08:00
Daniel Smith
17feadf977
Merge pull request #4240 from thockin/hyperkube
...
Hyperkube cleanup
2015-02-20 11:12:32 -08:00
Victor Marmol
ff7726d1ef
Merge pull request #4655 from saad-ali/fix2884quick
...
Add monit process monitoring for kubelet and docker
2015-02-20 11:07:06 -08:00
Daniel Smith
a5fdac2f3f
Merge pull request #4649 from sdminonne/bug_fix
...
Adding resize command to hack/test.cmd.sh
2015-02-20 10:47:32 -08:00
Victor Marmol
affe11246e
Merge pull request #4643 from timothysc/apiserver-ENV
...
Fix for failed ENV injection (missing startup parameter)
2015-02-20 10:25:14 -08:00
Yu-Ju Hong
03288c3621
Merge pull request #4590 from gmarek/client3
...
Add info about contention profiling to profiling.md
2015-02-20 10:21:20 -08:00
Victor Marmol
eb343d2768
Merge pull request #4659 from deads2k/deads-tolerate-empty-file
...
tolerate empty .kubeconfig files
2015-02-20 10:19:14 -08:00
Victor Marmol
17b60e1d75
Merge pull request #4663 from eparis/gofmt
...
check gofmt with golang 1.4
2015-02-20 10:16:44 -08:00
Victor Marmol
36cd155819
Merge pull request #4670 from derekwaynecarr/kube_up_gives_error
...
Do not pass --kubeconfig during kube-up of vagrant
2015-02-20 10:07:14 -08:00
Victor Marmol
51941b0974
Merge pull request #4668 from markturansky/no_list_get
...
Remove unused helper method from ResourceList
2015-02-20 09:54:05 -08:00
Satnam Singh
1704319edb
Merge pull request #4662 from deads2k/deads-global-local-override-merge
...
prevent default merging when specifying a specific kubeconfig for config view
2015-02-20 09:51:44 -08:00
Victor Marmol
49e7900e1a
Merge pull request #4665 from ddysher/admission-doc
...
Admission doc cleanup
2015-02-20 09:35:38 -08:00
Eric Paris
e8acfe5f81
change proxy to satisfy both gofmt 1.3 and 1.4 gofmt
...
gofmt -s from 1.4 does not like
for _ = range BLAH
it wants
for range BLAH
But gofmt from 1.3 dies:
./pkg/proxy/config/config.go:265:6: expected operand, found 'range'
./pkg/proxy/config/config.go:268:3: expected '{', found 'EOF'
So instead, rewrite the code to make them both happy
2015-02-20 12:30:33 -05:00
Victor Marmol
54ef88bbf8
Merge pull request #4664 from eparis/kubectl-man
...
kubectl autogen docs update
2015-02-20 09:24:21 -08:00
derekwaynecarr
be0e327088
Do not pass --kubeconfig during kube-up since shell script picks it up already
2015-02-20 12:11:05 -05:00
Timothy St. Clair
b37587c17c
revert change in kubelet
2015-02-20 11:11:02 -06:00
Clayton Coleman
a17517ff6e
Merge pull request #4641 from smarterclayton/make_loading_config_data_easier
...
Split TLS loading to allow 3rd parties to load keys easily
2015-02-20 12:04:08 -05:00
Tim Hockin
f2894576c1
get rid of pkg/hyperkube
2015-02-20 08:49:12 -08:00
Tim Hockin
5f021cfc3e
move pkg/scheduler/server to cmd/kube-scheduler/app
2015-02-20 08:49:12 -08:00
Tim Hockin
0b17c0f225
move pkg/controllermanager to cmd/kube-controller-manager/app
2015-02-20 08:49:12 -08:00
Tim Hockin
cb09571768
keep hyperkube noise in one place
2015-02-20 08:49:12 -08:00
Tim Hockin
899d30f16a
move pkg/master/server to cmd/kube-apiserver/app
2015-02-20 08:49:12 -08:00
Tim Hockin
0a7b89cc00
keep hyperkube noise in one place
2015-02-20 08:49:12 -08:00
Tim Hockin
8c2ff81ae0
move pkg/proxy/server to cmd/kube-proxy/app
2015-02-20 08:49:12 -08:00
Tim Hockin
9f1451121d
keep hyperkube noise in one place
2015-02-20 08:49:12 -08:00
Tim Hockin
7fe7f8a542
move pkg/kubelet/server to cmd/kubelet/app
2015-02-20 08:49:12 -08:00
Tim Hockin
710157ac9e
simplify hyperkube prints
2015-02-20 08:49:12 -08:00
Tim Hockin
0810e1fa99
build hyperkube
2015-02-20 08:49:11 -08:00
Tim Hockin
646621e0e8
Merge pull request #3763 from ncdc/remote-exec-port-forward
...
Add streaming remote command execution and port forwarding
2015-02-20 08:40:33 -08:00
Victor Marmol
d22fefd72d
Merge pull request #4650 from xiang90/cadvisor
...
pkg/kubelet: minor fixes for cadvisor.go
2015-02-20 08:35:27 -08:00
markturansky
1faa2fcea7
removed unused helper method from ResourceList
2015-02-20 11:29:30 -05:00
Victor Marmol
3fd254b19d
Merge pull request #4645 from ixdy/update-coverage-instructions
...
Update development doc on how to generate code coverage reports
2015-02-20 08:08:39 -08:00
Victor Marmol
450aeb7bfc
Merge pull request #4654 from davidopp/somebranch
...
Have etcd listen on all interfaces so that monit probes succeed. Closes ...
2015-02-20 08:07:52 -08:00
Deyuan Deng
a43a039e5f
Admission doc cleanup
2015-02-20 10:46:09 -05:00
Victor Marmol
22cbfc4d76
Merge pull request #4652 from xiang90/admission
...
admission: cleanup admission
2015-02-20 07:42:12 -08:00
Eric Paris
9965604d4b
check gofmt with golang 1.4
2015-02-20 10:31:06 -05:00
Victor Marmol
713501b99f
Merge pull request #4648 from vishh/monitoring_rc
...
Update to heapster version v0.7.
2015-02-20 07:26:01 -08:00
Eric Paris
4806160c51
use the cobra inherrited flags instead of implementing it
2015-02-20 10:20:11 -05:00
Rafał Sokołowski
920785850a
Merge pull request #4469 from jayunit100/hacking
...
Updated Guestbook:: generic, compartmentalize GCE and local parts.
2015-02-20 16:05:21 +01:00
Andy Goldstein
5bd0e9ab05
Add streaming command execution & port forwarding
...
Add streaming command execution & port forwarding via HTTP connection
upgrades (currently using SPDY).
2015-02-20 09:57:02 -05:00
Andy Goldstein
25d38c175b
Add command execution/port forwarding dependencies
...
code.google.com/p/go.net/spdy
github.com/docker/docker/pkg/term
github.com/docker/spdystream
github.com/kr/pty
2015-02-20 09:57:02 -05:00