Clayton Coleman
fdb110c859
Fix the rest of the code
2016-04-29 17:12:10 -04:00
Clayton Coleman
8d0187add2
Generation changes
2016-04-29 17:12:09 -04:00
Clayton Coleman
cf133ee03a
Convert remaining int types to fixed
...
Having internal and external integer types being different hides
potential conversion problems. Propagate that out further (which will
also allow us to better optimize conversion).
2016-04-29 17:12:04 -04:00
Random-Liu
7796b619fd
Cleanup the code with new engine-api
2016-04-29 13:34:38 -07:00
Random-Liu
52c3664eb7
Bump up engine-api version.
2016-04-29 13:32:19 -07:00
Random-Liu
3876972d3f
Clean up go-dockerclient reference.
2016-04-29 13:32:19 -07:00
Andy Goldstein
8858d20044
Fix kubectl create configmap
help
...
Remove "generic" from the help text, as that was an inadvertent carry-over from `kubectl create
secret generic`.
2016-04-29 16:31:24 -04:00
k8s-merge-robot
871487378b
Merge pull request #24990 from vishh/disable-coreos-node-e2e
...
Automatic merge from submit-queue
Disable coreos nodes from node e2e due to issues with ssh on coreos.
Fixes #24423
2016-04-29 13:18:08 -07:00
k8s-merge-robot
ad86986c87
Merge pull request #24958 from MHBauer/pre-commit-hook-reqs
...
Automatic merge from submit-queue
more explicit requirements for pre-commit hook
I don't know if using the pre-commit hook is still a best-practice, but godep and etcd are requirements for it to succeed.
2016-04-29 12:24:51 -07:00
k8s-merge-robot
bf661537d6
Merge pull request #24945 from chrislovecnm/cassandra-updates-docker-n-java
...
Automatic merge from submit-queue
Refactored SeedProvider and Updated Docker
This is a redo of the last PR that I munged 😄
- fixed maven build folder structure
- updated build to C* 3.4
- refactored Seed Provider - improved error handling, updated default SeedProvider code
- added start of unit tests. Not as comprehensive as I would like
- updated docker image to debian:jessie
- installed openjdk 8
- added some docker fu to make the image smaller
- updated docker to C* 3.4 and update yaml
- updated README content. Added a section about the docker, and the SeedProvider
Have not had a chance to test the docker on k8s, because I do not have a local docker repo.
NOTE: someone needs to push the docker image into the google repo. Not sure what the process is ... I will submit another PR request with changes to the yaml files.
2016-04-29 12:24:49 -07:00
Joe Finney
4c298678af
Remove metadata-cache.
2016-04-29 11:50:55 -07:00
Vishnu kannan
33a46e0ed6
Disable coreos nodes from node e2e due to issues with ssh on coreos.
...
Signed-off-by: Vishnu kannan <vishnuk@google.com >
2016-04-29 10:52:41 -07:00
k8s-merge-robot
e6295f165a
Merge pull request #22869 from jayunit100/iperf-e2e
...
Automatic merge from submit-queue
[Networking] [E2E] n-to-1 iperf client->server throughput benchmarking
2016-04-29 10:03:29 -07:00
k8s-merge-robot
2b7021add0
Merge pull request #17030 from csrwng/pf_cmd_streams
...
Automatic merge from submit-queue
Port-forward: use out and error streams instead of glog
Switches use of glog with command out and error streams
2016-04-29 09:27:47 -07:00
Andy Zheng
967fd495e0
GCI: Update the command to get the image
2016-04-29 09:15:27 -07:00
k8s-merge-robot
11298d02e0
Merge pull request #24455 from hongchaodeng/fl
...
Automatic merge from submit-queue
Provide flags to use etcd3 backed storage
ref: #24405
What's in this PR?
- Add a new flag "storage-backend" to choose "etcd2" or "etcd3". By default (i.e. empty), it's "etcd2".
- Take out etcd config code into a standalone package and let it create etcd2 or etcd3 storage backend given user input.
2016-04-29 08:49:04 -07:00
derekwaynecarr
542668cc79
Kubelet pod eviction proposal
2016-04-29 10:25:40 -04:00
k8s-merge-robot
c0fca43260
Merge pull request #24915 from wojtek-t/read_closer_in_streaming_decoder
...
Automatic merge from submit-queue
Support Close() in streaming decoder
[This would be useful for changes in clients to support protobufs.]
2016-04-29 07:21:23 -07:00
Humble Devassy Chirammal
fbc22b39b9
Update Dockerfile
...
Exposing 24008 is not required as glusterd listens on 24007 port.
2016-04-29 19:46:30 +05:30
derekwaynecarr
033ae3e37e
Define interfaces for kubelet observing admission, sync loop, sync pod
2016-04-29 10:16:03 -04:00
k8s-merge-robot
46a6cae14e
Merge pull request #24907 from smarterclayton/default_inliners
...
Automatic merge from submit-queue
Make all defaulters public
Will allow for generating direct accessors in conversion code instead of using reflection.
@wojtek-t
2016-04-29 06:36:09 -07:00
k8s-merge-robot
f1fca6fd9d
Merge pull request #24969 from gmarek/jenkins
...
Automatic merge from submit-queue
Fix zone in kubemark-100
2016-04-29 03:08:34 -07:00
gmarek
f53ba39a7a
Fix zone in kubemark-100
2016-04-29 10:43:11 +02:00
k8s-merge-robot
ad67363c12
Merge pull request #24362 from ArtfulCoder/hostname-field
...
Automatic merge from submit-queue
Promote Pod Hostname & Subdomain to fields (were annotations)
Deprecating the podHostName, subdomain and PodHostnames annotations and created corresponding new fields for them on PodSpec and Endpoints types.
Annotation doc: #22564
Annotation code: #20688
2016-04-29 01:06:45 -07:00
k8s-merge-robot
b16fb60c87
Merge pull request #24956 from fejta/own
...
Automatic merge from submit-queue
Create OWNERS for jenkins data
Assigne jenkins changes to more precise owners.
2016-04-28 23:17:59 -07:00
k8s-merge-robot
8f9bff5b25
Merge pull request #24906 from smarterclayton/better_benchmark
...
Automatic merge from submit-queue
Slightly more effective conversion test (better variety)
Exercises more code paths for debugging memory allocations.
2016-04-28 23:17:57 -07:00
Morgan Bauer
d2caed3ecc
more explicit requirements for pre-commit hook
2016-04-28 18:45:20 -07:00
Erick Fejta
d8456690c0
Create OWNERS for jenkins data
2016-04-28 18:03:11 -07:00
jianhuiz
09fcfed10a
add import_known_version.go for federation clientset
2016-04-28 16:29:04 -07:00
jianhuiz
d169fa6864
generate v1alpha and unversioned clientset for federation/clusters
2016-04-28 16:27:22 -07:00
Chao Xu
6ceebe72b9
move pods.go to pods_test.go
2016-04-28 15:39:28 -07:00
k8s-merge-robot
492762d394
Merge pull request #24911 from pmorie/kubelet-godoc
...
Automatic merge from submit-queue
Add godoc for some kubelet funcs
Chipping away at that old boulder
@kubernetes/sig-node
2016-04-28 14:52:45 -07:00
Andy Zheng
27c9ee3646
GCI/Trusty: Support ABAC authorization
2016-04-28 14:04:28 -07:00
Paul Morie
b9f0e8c610
Add godoc for some kubelet funcs
2016-04-28 17:03:37 -04:00
k8s-merge-robot
5fc5967059
Merge pull request #24941 from gmarek/jenkins
...
Automatic merge from submit-queue
Move kubemark-100 to us-central
2016-04-28 12:33:29 -07:00
k8s-merge-robot
767f436665
Merge pull request #24939 from rmmh/fix-gen-json
...
Automatic merge from submit-queue
Fix test-history. RE objects aren't callable.
2016-04-28 12:33:27 -07:00
k8s-merge-robot
f44bb0360f
Merge pull request #24839 from liggitt/immutable-deletion-timestamp
...
Automatic merge from submit-queue
Validate deletion timestamp doesn't change on update
Fixes https://github.com/kubernetes/kubernetes/issues/24828
2016-04-28 12:33:24 -07:00
chrislovecnm
e8ce426093
Refactored KubernetesSeedProvider and added unit tests. Updated Docker image and bumped Cassandra version
2016-04-28 13:26:45 -06:00
Jeff Grafton
03934a9081
Enable docker-in-docker and run Kubemark tests in dockerized-e2e.
2016-04-28 11:53:49 -07:00
Jeff Grafton
0db145c15d
Support docker-in-docker in containerized e2e when needed.
2016-04-28 11:52:47 -07:00
Isaac Hollander McCreery
b3725589ab
Update CHANGELOG.md for v1.3.0-alpha.3.
2016-04-28 11:24:51 -07:00
gmarek
89c39bc3eb
Move kubemark-100 to us-central
2016-04-28 20:11:28 +02:00
Ryan Hitchman
a563c0173c
Fix test-history. RE objects aren't callable.
2016-04-28 11:11:11 -07:00
Abhishek Shah
8a3ed48808
Added Hostname and Subdomain field to Pod.Spec
2016-04-28 10:56:56 -07:00
chengyli
1fb33aa2da
fix cinder volume dir umount issue #24717
...
fix https://github.com/kubernetes/kubernetes/issues/24717
If kubelet root-dir is a symlink, the pod's cinder volume dir can't be
umounted even after pod is deleted.
This patch reads target path of symlink before comparing with entries in
proc mounts.
2016-04-29 00:50:33 +08:00
Clayton Coleman
931f352fdf
Rename apps/v1alpha1/defaulting.go to be consistent
2016-04-28 12:20:17 -04:00
Clayton Coleman
3e36dd62c6
Move defaulter functions to public methods with a convention
...
Preparing to generate direct defaulter access.
2016-04-28 12:20:13 -04:00
Jordan Liggitt
1e5815872e
Validate deletion timestamp doesn't change on update
2016-04-28 11:50:48 -04:00
k8s-merge-robot
7a725418af
Merge pull request #24622 from derekwaynecarr/pod_qos_util
...
Automatic merge from submit-queue
Add utility for determining qos of a pod
@vishh - per slack chat.
2016-04-28 07:26:50 -07:00
k8s-merge-robot
8179a0d30e
Merge pull request #24616 from gmarek/jenkins
...
Automatic merge from submit-queue
Add kubemark-100 for testing out new performance measurements
cc @spxtr
2016-04-28 06:49:48 -07:00