Eric Paris
0753acf2f8
Allow make-ca-cert.sh to run on OS X
...
Currently make-ca-cert.sh uses (equiv of)
mktemp -d --tmpdir kube.XXXXX
but --tmpdir is not a valid option on OS X. Switch to
mktemp -d -t kube.XXXXX
Which is valid, but subtly different between OS X and Linux. The
directory you get back will be different on each.
Linux: ${tmpdir}/kube.y5Bsu/
OS X: ${tmpdir}/kube.XXXXX.VQ81oOui/
2015-08-04 19:03:01 -04:00
Eric Paris
c69b6f5ba7
Respect KUBECTL_BIN in kube-addon-update.sh not just kube-addons.sh
2015-08-04 19:02:31 -04:00
Eric Paris
6b9ef5b2d8
generate-cert: allow for alternative paths
...
Instead of hard coding kube-cert and /srv/kubernetes allow these to be
overwritten by environment variables. / is immutable on some systems
and so /srv is not a possible location to store data.
2015-08-04 19:01:16 -04:00
Alex Mohr
3342b781b4
Merge pull request #12158 from eparis/godeps
...
Auto commit by PR queue bot
2015-08-04 15:57:42 -07:00
Alex Mohr
e17aafa7dd
Merge pull request #11679 from bprashanth/haproxy
...
Auto commit by PR queue bot
2015-08-04 15:35:44 -07:00
Zach Loafman
6ffb0e8e5f
Clarify that contributions need to be from CLA-signers.
2015-08-04 15:11:16 -07:00
Alex Mohr
2d81775a2d
Merge pull request #11151 from gmarek/max_pods_e2e
...
Auto commit by PR queue bot
2015-08-04 15:11:13 -07:00
Alex Mohr
b90663924b
Merge pull request #12146 from deads2k/tweak-testclient
...
make testclient more precise
2015-08-04 14:49:11 -07:00
Manan Saraf
b2ebfeef25
Fixed empty name error and also changed tests
2015-08-04 14:09:42 -07:00
Alex Mohr
366b382901
Merge pull request #10200 from caesarxuchao/resthandler-validate-version
...
verify and default APIVersion in createHandler, verify APIVersion in UpdateResource
2015-08-04 13:09:31 -07:00
Dr. Stefan Schimanski
191f2def5f
Add test to check that NewSchedulerServer sets resource defaults
2015-08-04 22:01:23 +02:00
Alex Mohr
ad4086eab1
Merge pull request #11308 from gmarek/pillar
...
Auto commit by PR queue bot
2015-08-04 12:42:57 -07:00
Alex Mohr
3ed0e077ac
Merge pull request #12049 from brendandburns/docs
...
Auto commit by PR queue bot
2015-08-04 11:58:23 -07:00
Alex Mohr
1311b9dce1
Merge pull request #11886 from gmarek/ratelimit
...
Auto commit by PR queue bot
2015-08-04 11:39:53 -07:00
Jonathan Wills
2fe560ac07
Fix typos in a runtime-generated yaml file
2015-08-04 14:34:21 -04:00
Alex Mohr
7eade1c2ce
Merge pull request #11184 from caesarxuchao/patch-replace-doc
...
Auto commit by PR queue bot
2015-08-04 11:18:39 -07:00
Alex Mohr
5068c9ff32
Merge pull request #8905 from justinsb/e2e_log_events_on_service_mutation
...
Auto commit by PR queue bot
2015-08-04 10:58:25 -07:00
Casey D
7e1e9fed29
CoreOS + Calico bare-metal guide
2015-08-04 10:47:14 -07:00
deads2k
182885e897
make testclient more precise
2015-08-04 13:35:59 -04:00
Jordan Liggitt
709c2c8885
Add groups to service account JWT
2015-08-04 13:03:31 -04:00
Alex Mohr
4271f28548
Merge pull request #12185 from brendandburns/queue
...
Fix a mis-undersanding about the github API, add more tests
2015-08-04 09:54:51 -07:00
Dr. Stefan Schimanski
8a48a74103
Factor out validate-cluster.sh call from kube-up.sh
...
Not every cluster can be validated the same way. Factoring out the
validate-cluster call into a kube-util.sh function allows customization.
This allows to proceed with GoogleCloudPlatform/kubernetes#10049 before
the mid/long-term unified cluster validation in GoogleCloudPlatform/kubernetes#11908
is implemented. Otherwise, the later blocks the former.
2015-08-04 16:05:18 +02:00
Filip Grzadkowski
784cef5ff5
Merge pull request #12200 from gmarek/nodecontroller
...
NodeController small cleanup
2015-08-04 15:11:56 +02:00
gmarek
2201e75666
NodeController small cleanup
2015-08-04 14:44:14 +02:00
Dr. Stefan Schimanski
3fced6f07b
Set the cpu+mem default limit in the SchedulerServer
2015-08-04 12:15:17 +02:00
Ewa Socala
01798bae0c
Added http API skeleton server.
...
Part of #11570
2015-08-04 11:51:28 +02:00
Jacob Tomlinson
541e6d5538
Fixed command
2015-08-04 09:40:32 +01:00
Piotr Szczesniak
7fef2a9daf
Bumped Heapster version
2015-08-04 09:19:30 +02:00
Ananya Kumar
15884e14d2
Update admission_control.md
2015-08-03 23:00:48 -07:00
Prashanth Balasubramanian
81d91b1f05
Bare metal loadblancers
2015-08-03 21:35:24 -07:00
Alex Mohr
908b1e08f1
Merge pull request #12145 from mwielgus/deepcopy_fix
...
Fix split issues in overwrites in cmd/gendeepcopy
2015-08-03 21:27:36 -07:00
Alex Mohr
8d11137ed6
Merge pull request #12177 from ixdy/retry-gsutil-upload
...
Retry uploading/publishing CI builds to work around gsutil bug
2015-08-03 21:26:53 -07:00
Alex Mohr
9df26f27dd
Merge pull request #12169 from mikedanese/patch-1
...
Auto commit by PR queue bot
2015-08-03 21:08:05 -07:00
Brendan Burns
f50f0b26f1
Fix a mis-undersanding about the github API, add more tests
2015-08-03 20:52:06 -07:00
Alex Mohr
867f9b22c5
Merge pull request #12119 from brendandburns/fix
...
Auto commit by PR queue bot
2015-08-03 20:47:42 -07:00
Alex Mohr
edfcbe7feb
Merge pull request #12067 from moander/patch-2
...
Auto commit by PR queue bot
2015-08-03 20:25:50 -07:00
Alex Mohr
a0daf32a56
Merge pull request #12115 from eddiesimeon/patch-1
...
Auto commit by PR queue bot
2015-08-03 20:06:44 -07:00
Alex Mohr
3d2d99c6fd
Merge pull request #12007 from brendandburns/stdin
...
Auto commit by PR queue bot
2015-08-03 19:28:16 -07:00
Alex Mohr
d072cf804c
Merge pull request #12176 from KyleAMathews/patch-2
...
Auto commit by PR queue bot
2015-08-03 19:06:04 -07:00
David Walter
f8667f73e3
change underscores to dashes to match the command line argument
2015-08-03 21:05:48 -05:00
Alex Mohr
2e72cdb722
Merge pull request #12173 from ArtfulCoder/udp_timeout
...
Auto commit by PR queue bot
2015-08-03 18:48:39 -07:00
Chao Xu
17cd3cf392
direct people to api-reference/definitions.html to find out if a field is mutable through kubectl replace/patch
2015-08-03 18:18:00 -07:00
Alex Mohr
b280549930
Merge pull request #12180 from brendandburns/queue
...
Fix a small bug in contrib/submit-queue, add a unit test.
2015-08-03 18:00:26 -07:00
Alex Mohr
0f17038f0a
Merge pull request #12103 from piosz/heapster-for-autoscaling
...
Added exporting autoscaling metrics in Heapster config
2015-08-03 17:53:02 -07:00
Alex Mohr
7ac6c50b9d
Merge pull request #12094 from brendandburns/kubectl
...
Auto commit by PR queue bot
2015-08-03 17:09:06 -07:00
Jeff Grafton
1289165aeb
Add environment variable to delete existing release on GCS
2015-08-03 17:01:50 -07:00
Brendan Burns
0287d6eb32
Fix a small bug, add a unit test.
2015-08-03 17:01:43 -07:00
Alex Mohr
6d16c18d6f
Merge pull request #12078 from gmarek/move_nodecontroller
...
Auto commit by PR queue bot
2015-08-03 16:49:57 -07:00
Jeff Grafton
c37c4ed73d
Retry uploading/publishing CI builds to work around gsutil bug
2015-08-03 16:22:40 -07:00
Kyle Mathews
eb271e0c39
Copy and typo fixes
2015-08-03 16:14:09 -07:00