Robert Bailey
db189c0d4d
Merge pull request #6111 from mbessolov/master
...
Fixed a typo in networking.md
2015-03-27 15:56:09 -07:00
Eric Paris
2b941f4954
anchor version regex
...
Also create a GIT_MINOR variable for a touch of readability....
2015-03-27 18:54:36 -04:00
Eric Tune
8bf104503c
Fix nil pointer when validating in kubectl.
2015-03-27 15:49:51 -07:00
Daniel Smith
d137e7b62d
Merge pull request #6048 from nikhiljindal/proxy
...
Updating proxy to return 301 to add a "/" at the end for #4958
2015-03-27 15:49:10 -07:00
Michael Bessolov
db51edb767
Update networking.md
...
Fixed a typo.
2015-03-27 15:40:39 -07:00
Robert Bailey
7ee3268931
Merge pull request #6032 from jayunit100/e2e-utils-2
...
E2E utils (correcting test regression)
2015-03-27 15:40:34 -07:00
Eric Paris
3919a38ad6
make mark-new-release.sh do branching and tell you exactly what to do next
...
We keep getting tags and branches wonky. This will land
v0.14.0 as an ancestor of master
v0.14.1 will NOT be an ancestor of master
I can do the later, it only a touch of git gymnastics, not really hard, but
we only occasionably do that today. (0.13.1 is an ancestor of master,
but 0.13.2 is not)
2015-03-27 17:01:56 -05:00
Zach Loafman
68ccb97907
Remove the --machines SaltStack configuration on GCE
...
Per https://github.com/GoogleCloudPlatform/kubernetes/issues/6072#issuecomment-87074456 , this is no longer necessary.
We now no longer need a static node list. Woo!
2015-03-27 14:44:19 -07:00
Brian Grant
f0da47b2dd
Merge pull request #5763 from smarterclayton/get_input_parameters_versioned
...
Expose versioned query parameters and make watch an operation on List
2015-03-27 14:35:23 -07:00
devashish
95b528ffec
fixing url for admission_control docs
2015-03-27 14:31:27 -07:00
Brian Grant
6dd8f73266
Merge pull request #5919 from sdminonne/labels_req
...
Adding method to labels.Selector to add Requirement
2015-03-27 14:30:09 -07:00
nikhiljindal
2fff606a6f
Updating proxy to return 301 to add a / at the end
2015-03-27 14:29:18 -07:00
Brian Grant
c9ad322ba9
Merge pull request #5831 from smarterclayton/add_more_errors
...
Add more specific error handling and handle generic errors more effectively
2015-03-27 14:17:11 -07:00
Brian Grant
a765236653
Merge pull request #5939 from thockin/plural_endpoints_31_endpt_subsets
...
Implement multi-port endpoints
2015-03-27 14:15:15 -07:00
Clayton Coleman
aa44d29d10
Updated documentation and adjusted field names
2015-03-27 17:08:59 -04:00
Zach Loafman
1bf0cbeac6
Merge pull request #6093 from brendandburns/docs
...
Revert the revert of the update to docs and scripts for GCE.
2015-03-27 14:00:01 -07:00
Brendan Burns
6fd376a04f
Fix the scripts to optionally skip prompts and also return successfully no matter what.
2015-03-27 13:53:26 -07:00
Matthew Farrellee
31b923c987
add tl;dr version of Spark README.md
...
mention the spark cluster is standalone
add detailed master & worker instructions
add method to get master status
add links option for master status
add links option for worker status
add example use of cluster
add source location
2015-03-27 16:46:33 -04:00
Brendan Burns
1aa2b97792
Revert "Revert "Update gce starting guide to use get.k8s.io""
...
This reverts commit b369f2b48f
.
2015-03-27 13:46:28 -07:00
derekwaynecarr
84667ac0b5
Eliminate trailing commas
2015-03-27 16:30:12 -04:00
Justin Santa Barbara
194143e61b
Use the correct region for the S3 bucket
...
We may not have created the bucket!
2015-03-27 12:58:47 -07:00
Tim Hockin
8ae203825b
Implement multi-port endpoints
...
Instead of endpoints being a flat list, it is now a list of "subsets"
where each is a struct of {Addresses, Ports}. To generate the list of
endpoints you need to take union of the Cartesian products of the
subsets. This is compact in the vast majority of cases, yet still
represents named ports and corner cases (e.g. each pod has a different
port number).
This also stores subsets in a deterministic order (sorted by hash) to
avoid spurious updates and comparison problems.
This is a fully compatible change - old objects and clients will
keepworking as long as they don't need the new functionality.
This is the prep for multi-port Services, which will add API to produce
endpoints in this new structure.
2015-03-27 12:36:32 -07:00
Jeff Lowdermilk
243de3a472
Fix kubectl log for single-container pods
2015-03-27 12:26:00 -07:00
Satnam Singh
37689038d2
Merge pull request #6071 from lavalamp/fix2
...
Update network tester files to v1beta3
2015-03-27 12:22:49 -07:00
Clayton Coleman
870da687d0
Add more extensive tests to apiserver for variations in version
...
Formalize v1beta1 and v1beta3 style APIs in our test cases.
2015-03-27 15:03:58 -04:00
Clayton Coleman
eb0eff69fe
Move watch to being a resthandler resource and expose it on LIST
...
GET /pods?watch=true&resourceVersion=10
will now function equivalent to GET /watch/pods.
2015-03-27 15:03:58 -04:00
Clayton Coleman
1618c39a46
Convert List query parameters via object conversion
...
Convert url.Values -> an object, with appropriate versioning. ListOptions
should also expose parameter names to swagger.
2015-03-27 15:03:57 -04:00
Zach Loafman
a2801a5a18
Merge pull request #6066 from mattmoor/master
...
Move the 'private' (authenticated) image...
2015-03-27 11:54:23 -07:00
Brian Grant
70e0fad28c
Merge pull request #5951 from dchen1107/docker
...
Add node components version to API
2015-03-27 11:30:44 -07:00
Daniel Smith
a060c541e9
Update network tester files to v1beta3
2015-03-27 11:09:33 -07:00
Dawn Chen
87db1c9007
Rename DockerVerstion to ContainerRuntimeVersion for rocket support
2015-03-27 11:04:48 -07:00
Dawn Chen
086bb1ac09
Add node components version to API
2015-03-27 11:04:47 -07:00
Brendan Burns
3eda80b3c5
Merge pull request #5985 from lyda/aws-fixes
...
Template doesn't work with VPCs
2015-03-27 09:58:51 -07:00
Jeff Lowdermilk
803086c2c6
Merge pull request #6034 from thockin/target_port_flag
...
Alias --container-port to --target-port in kubectl
2015-03-27 09:56:33 -07:00
Matt Moore
9400b5b4f2
Move the 'private' (authenticated) image into a bucket owned by google-containers.
2015-03-27 09:54:37 -07:00
Brendan Burns
3e3a4f49f1
Merge pull request #6049 from AntonioMeireles/master
...
simplify and turn more idiomatic flanneld's setup in CoreOS' cloud-configs
2015-03-27 09:53:54 -07:00
Brendan Burns
308049e789
Merge pull request #6060 from ZJU-SEL/hotfix
...
[ubuntu-cluster] fix a serious bug when node both act as master and minion
2015-03-27 09:53:14 -07:00
Brendan Burns
41fbad219c
Merge pull request #6062 from superbrothers/update-go-restful
...
Update go-restful to include emicklei/go-restful#197
2015-03-27 09:38:38 -07:00
Victor Marmol
e4fc45c26f
Merge pull request #6054 from fgrzadkowski/fix_pod_status
...
Do not fail pod status update if failed to get host IP
2015-03-27 09:10:44 -07:00
Jeff Lowdermilk
bec982774b
Merge pull request #6038 from satnam6502/fluentd-es-image
...
Create a gcr.io image for Flunentd to Elasticsearch node level logging
2015-03-27 09:05:00 -07:00
Victor Marmol
4ed3346587
Merge pull request #6039 from yifan-gu/readiness
...
kubelet: Add container readiness manager.
2015-03-27 09:04:00 -07:00
Jeff Lowdermilk
33bf0aa419
Merge pull request #6033 from satnam6502/serve_hostname
...
Create image gcr.io/google-containers/serve_hostname:1.1
2015-03-27 09:01:19 -07:00
Zach Loafman
473b98a344
Merge pull request #6064 from ArtfulCoder/kubelet_salt
...
Added a catchall to set api server ip address in kubelet cmd params
2015-03-27 08:57:04 -07:00
Justin Santa Barbara
7179f5f004
Change AWS_ZONE to ZONE, for compatibility with e2e tests
2015-03-27 08:53:45 -07:00
Abhishek Shah
d84ff79cfd
Added a catchall to set api server ip address in kubelet cmd params
2015-03-27 08:44:52 -07:00
jayunit100
ef1508867d
Revert 'Merge pull request #6008 from GoogleCloudPlatform/revert-5773-e2e_kubectl_util' with additional clean up, disambiguate the container name from the json contents.
2015-03-27 11:26:58 -04:00
Kazuki Suda
81399dcd82
Update go-restful to include emicklei/go-restful#197
2015-03-28 00:22:10 +09:00
Justin Santa Barbara
c1337cbaeb
Make some of the more repetitive AWS tests table-driven
2015-03-27 07:31:16 -07:00
Brian Grant
a4bf91c8c0
Merge pull request #5690 from satnam6502/failputnover
...
Give better error message for PUTs with no resource version
2015-03-27 07:12:56 -07:00
Young
84bfda0587
remove cmd arg
...
related issue "Remove cmd from kubectl/cmd/factory arguments #4470 "
2015-03-27 21:46:17 +08:00