Mike Danese
f061875840
updating all references in .sh scripts
2015-08-12 14:41:59 -07:00
CJ Cullen
59da05efdf
Merge pull request #12405 from uluyol/kubectlexp
...
Add experimental api support to kubectl
2015-08-12 14:24:56 -07:00
CJ Cullen
ead7b37616
Merge pull request #12593 from apeeyush/docs-bash-comments
...
Use bash comments in kubectl examples
2015-08-12 14:24:31 -07:00
CJ Cullen
8767d04639
Merge pull request #11127 from nak3/mesos-readme2
...
Add --secure-port=0 to run `km apiserver` in Kubernetes on Mesos getting started guide
2015-08-12 13:40:24 -07:00
Timothy St. Clair
bc7ca3bf32
Modified version of etcd installation from openshift-ansible with fixes and
...
cleanup.
2015-08-12 15:40:23 -05:00
Eric Paris
f54098fe00
Verify all flag usage does not use _
...
This works by defining two 'static' lists in hack. The first is the list
of all flags in the project which use a `-` or an `_` in their name. All
files being processed by verify-flags-underscore.py (or all files in the
repo if no filename arguments are given) will be searched for flag
declaration using a simple regex. Its not super smart. If a flag is
found which is not in the static list it will complain/reject the commit
until a human adds it to the list. If we do not keep a static list of
flags it takes >.2 seconds to find them 'all' at runtime. Since this is
run in pre-commit saving every part of a second helps.
After it finds all of the flags it runs all of the arguments (or all
files in repo if no arguments) looking for usage of those flags which
includes an `_`. There are lots of places where these are false
positives. For example we have a flag named oom-adj-score but the kernel
calls it oom_adj_score. To handle this we keep a second 'whitelist' of
lines which are allowed to use these flag names with an `_`.
Running the entire git repo looking for flags in every golang file and
looking in every single file for bad usage takes about 8.75 seconds.
Running it in the precommit hook where we only check things that changed
takes about .06 seconds.
2015-08-12 16:17:02 -04:00
Robert Bailey
3962848a24
Update repository links in development.md.
2015-08-12 13:12:32 -07:00
CJ Cullen
098dc407d6
Merge pull request #12550 from eparis/update-BindKubeletClientConfigFlags
...
Change BindKubeletClientConfigFlags to use - in flag names instead of _
2015-08-12 13:05:37 -07:00
Peeyush Agarwal
05e069d038
Use bash comments in kubectl examples
...
Comments in kubectl examples should use bash comments, not Go comments.
So, replaces // by # for example strings.
2015-08-12 19:56:23 +00:00
deads2k
2952af0d59
expose e2e methods for downstream use
2015-08-12 15:38:51 -04:00
Muhammed Uluyol
93b14c9a5d
Document the relationship between groups, versions, kinds, and resources. Link
...
to appropriate issues for multiple api group support.
2015-08-12 11:29:05 -07:00
Jordan Liggitt
d7a50c4778
Limit field errors to a single field name
2015-08-12 14:10:26 -04:00
Mike Danese
5c08d276a0
Merge pull request #12592 from mikedanese/fix-shippable
...
point shippable to new repository
2015-08-12 10:34:52 -07:00
CJ Cullen
4163d1a5d2
Merge pull request #12535 from mesosphere/persist-assigned-slave
...
Make slave assignment before binding persistent
2015-08-12 10:14:38 -07:00
Mike Danese
da0d8102fc
point shippable to new repository
2015-08-12 09:52:21 -07:00
RichieEscarez
e72c0428bd
Fixed broken link (was pointing to a file that has since been moved).
...
Fixes #12357
2015-08-12 09:47:25 -07:00
CJ Cullen
6cff082918
Merge pull request #12564 from eparis/only-build-once
...
Do not build genconversion and gendeepcopy twice
2015-08-12 09:34:47 -07:00
CJ Cullen
c76a671e06
Merge pull request #12512 from markturansky/pvc_label_fix
...
Improved CLI for PVClaims
2015-08-12 09:30:18 -07:00
CJ Cullen
b8dc963512
Merge pull request #9210 from BenTheElder/iptables_proxy
...
Implement Iptables based Proxy
2015-08-12 09:26:39 -07:00
markturansky
f37113aa25
Improved CLI for PVClaims
2015-08-12 11:31:54 -04:00
Eric Paris
ce6f2c8e4b
Do not build genconversion and gendeepcopy twice
...
The hack/after-build/verify-* functions were using the hack/update-*
functions. Which means that if you call hack/verify-* you will do the
build twice. Stop it.
2015-08-12 10:05:48 -04:00
Piotr Szczesniak
f620b0d53d
Merge pull request #12584 from wojtek-t/remove_unsed_code
...
Remove dead code
2015-08-12 15:36:33 +02:00
Wojciech Tyczynski
1426418af2
Remove dead code
2015-08-12 14:57:44 +02:00
Jordan Liggitt
cf7a2cdfff
Re-add ServiceSpreadingPriority priority algorithm
2015-08-12 08:39:04 -04:00
Piotr Szczesniak
5a2d85f929
Merge pull request #12516 from jiangyaoguo/change-event-reason-start-with-capital-letter
...
Keep event reason in kubelet consistent with others
2015-08-12 13:23:02 +02:00
jiangyaoguo
9ab4a46b9d
Keep event reason in kubelet consistent with others
2015-08-12 19:00:09 +08:00
Piotr Szczesniak
7837cf1ae3
Merge pull request #12578 from socaa/post-request
...
Handling http POST requests added to Resource Consumer
2015-08-12 12:06:56 +02:00
Piotr Szczesniak
7186b48d48
Merge pull request #12528 from wojtek-t/rewrite_events
...
Rewrite events registry to be generic
2015-08-12 12:02:13 +02:00
Piotr Szczesniak
50a5c5761b
Merge pull request #12517 from socaa/consume-cpu
...
Added consume cpu function to Resource Consumer
2015-08-12 12:01:16 +02:00
Piotr Szczesniak
8eaac8655d
Merge pull request #12576 from HaiyangDING/patch-1
...
Update comments.
2015-08-12 12:00:19 +02:00
dingh
472a66aee1
Update comments.
...
Change limit to request in the comments for CheckPodsExceedingFreeResources()
2015-08-12 17:30:09 +08:00
Piotr Szczesniak
81fb0f9582
Merge pull request #12527 from piosz/jenkins-autoscaling
...
Actually changed monitoring level on Jenkins
2015-08-12 11:23:12 +02:00
Wojciech Tyczynski
2ced08358f
Remove unused registry infrastructure
2015-08-12 11:23:10 +02:00
Wojciech Tyczynski
5de0f11b1d
Unify events registry to be generic.
2015-08-12 11:23:07 +02:00
Piotr Szczesniak
c00c5b680f
Merge pull request #12577 from sdminonne/bug_fix2
...
to fix go vet: composite literal uses unkeyed fields
2015-08-12 11:21:59 +02:00
Ewa Socala
b629dffb0f
Handling http POST requests added to Resource Consumer
2015-08-12 11:19:51 +02:00
Piotr Szczesniak
1bb39e2b84
Merge pull request #12519 from feihujiang/kubectlExposeAcceptFileNameParam
...
Kubectl expose command accepts a filename param
2015-08-12 11:12:41 +02:00
Ewa Socala
e48d4d71ac
Added bitbucket.org/bertimus9/systemstat to godeps
2015-08-12 11:04:06 +02:00
Jerzy Szczepkowski
baa1612241
Added HorizontalPodAutoscaler object to experimental API.
...
Added HorizontalPodAutoscaler object to experimental API. Related to #12087 .
2015-08-12 11:03:21 +02:00
Ewa Socala
e9b6b00ade
Added consume cpu function to Resource Consumer
2015-08-12 11:01:54 +02:00
Salvatore Dario Minonne
6915e2de36
to fix go vet: composite literal uses unkeyed fields
2015-08-12 10:54:58 +02:00
feihujiang
c0b2098844
Kubectl expose command accepts a filename param
2015-08-12 16:16:37 +08:00
Piotr Szczesniak
0ded91c521
Merge pull request #12403 from stensonb/consolidate-cloudprovider-imports
...
consolidate cloudproviders into a single import
2015-08-12 09:56:09 +02:00
Piotr Szczesniak
eb01d49783
Merge pull request #12556 from uluyol/copynilinterface
...
Properly handle nil interfaces in DeepCopy.
2015-08-12 09:54:02 +02:00
Piotr Szczesniak
b2c0a55679
Merge pull request #12332 from hurf/nits
...
Synchronize help message between describe and get
2015-08-12 09:51:31 +02:00
Piotr Szczesniak
7795a3a288
Merge pull request #12525 from jszczepkowski/scaler-cleanup
...
Cleanup: "scaler" -> "scale".
2015-08-12 09:39:22 +02:00
Piotr Szczesniak
c91950f01c
Merge pull request #12566 from uluyol/cleanup-convcopy
...
Add missing argument to function call and don't set GOPATH directly
2015-08-12 09:36:10 +02:00
hurf
1d1f1fd97c
Synchronize help message between describe and get
...
small nits, change 'resources' to 'resource types'
2015-08-12 15:27:11 +08:00
Piotr Szczesniak
fe5bebba29
Merge pull request #12570 from a-robinson/update-demo
...
Fix the paths given in the update-demo, which was moved out of examples
2015-08-12 09:26:58 +02:00
Piotr Szczesniak
22b8197a4a
Merge pull request #12456 from bjlee72/ubuntu-ui-patch
...
Fix the problem of the deployAddons.sh
2015-08-12 09:15:23 +02:00