k8s-merge-robot
01cd7f326e
Merge pull request #29621 from resouer/uuid
...
Automatic merge from submit-queue
Refactor uuid into its own pkg util/uuid
Continuing my work ref #15634
Anyone can review this if he/she wants.
2016-08-01 22:21:30 -07:00
Daniel Smith
8913c375b8
Merge pull request #29893 from kubernetes/revert-28955-roadmap-extend-all
...
Revert "Extend all to more resources"
2016-08-01 21:52:27 -07:00
Daniel Smith
b712bfd7ac
Revert "Extend all to more resources"
2016-08-01 21:51:57 -07:00
k8s-merge-robot
1ec1051170
Merge pull request #29591 from pbx0/symlinks
...
Automatic merge from submit-queue
cluster/images/hyperkube: re-add hyperkube busybox style symlinks
Originally symlinks were added with a `--make-symlinks` command discussed in https://github.com/kubernetes/kubernetes/issues/24510 and implemented in https://github.com/kubernetes/kubernetes/pull/24511 .
It was backed out in https://github.com/kubernetes/kubernetes/pull/25693 because go binaries don't run in qemu and this breaks cross-building the Dockerfile for arm. In this case, due to running `hyperkube --make-symlinks`.
Lets just add the symlinks manually until the upstream bug is fixed (qemu).
fixes #28702
@mikedanese @thockin @yifan-gu @euank
2016-08-01 21:46:16 -07:00
Pengfei Ni
bf7a941b92
Kubelet: implement fake runtime/image service
2016-08-02 12:17:20 +08:00
Random Liu
654d3a07cb
Skip Flaky, Slow and Serial test in proper jenkins job.
2016-08-02 02:13:50 +00:00
k8s-merge-robot
d9ca9e8cbf
Merge pull request #29884 from yujuhong/mv_services
...
Automatic merge from submit-queue
kubelet: move kuberuntime.go to api/services.go
2016-08-01 18:41:27 -07:00
k8s-merge-robot
ca6137d46f
Merge pull request #29859 from jingxu97/testdoc-7-28-1
...
Automatic merge from submit-queue
Add instructions for running version-skewed tests
Add instructions for running version-skewed tests
2016-08-01 18:41:22 -07:00
k8s-merge-robot
35fb50ba4c
Merge pull request #29801 from rbuskens/multi-thread-config
...
Automatic merge from submit-queue
Updated fluentd configuration to spawn multiple threads for processing
(by default, fluentd uses a single thread).
@a-robinson @igorpeshansky
2016-08-01 18:41:17 -07:00
k8s-merge-robot
a4442250f3
Merge pull request #29550 from caesarxuchao/fix-28713
...
Automatic merge from submit-queue
[Garbage Collector] GC waits for all reflectors to be synced before starting workers
Fix 28713. See https://github.com/kubernetes/kubernetes/issues/28713#issuecomment-234826276 for details on the cause of the flake. The test has passed 100 times locally.
2016-08-01 18:41:12 -07:00
k8s-merge-robot
1691924148
Merge pull request #27356 from nhlfr/log-pointers-formatting
...
Automatic merge from submit-queue
Print/log pointers of structs with %#v instead of %+v
There are many places in k8s where %+v is used to format a pointer to struct, which isn't working as expected.
Fixes #26591
2016-08-01 18:41:07 -07:00
Janet Kuo
808041cbd4
Update deployment e2e test to check violated rollingupdate strategy
2016-08-01 17:05:22 -07:00
Janet Kuo
a82c55213b
Fix incorrect reference to deployment in test
2016-08-01 17:05:22 -07:00
Ryan Hitchman
5d53b3a686
Update test-owners with new tests, add catch-all assignment to
...
test-infra team.
A future update to the munger will use this to assign any flake without
an explicit owner to a member of the test-infra team.
2016-08-01 16:02:39 -07:00
Yu-Ju Hong
97e30e134e
kubelet: move kuberuntime.go to api/services.go
...
Also add a testing package and add placeholders for fake services.
2016-08-01 15:31:55 -07:00
Tim St. Clair
c3cba4932c
Update deploying-profiles section: watch for changes
2016-08-01 14:31:07 -07:00
Daniel Wang
dee12cfb60
e2e-runner: Fix the logic of pulling GCI builtin version of k8s
...
Apparently setting JENKINS_PUBLISHED_VERSION didn't work because it only worked
with `ci/latest`, `release/latest-1.3` or the like, whereas we wanted to pull
specific versions like `release/v1.3.3`. Added a function
`fetch_gci_version_tars` instead.
2016-08-01 14:31:04 -07:00
abrand
20ae1b87cc
Fix error msg in kubectl config get-contexts
2016-08-01 17:27:15 -04:00
abrand
82c700c896
Add get/delete cluster, delete context to kubectl
2016-08-01 17:04:13 -04:00
Tim St. Clair
99d05d1a3b
Add AppArmor Beta API proposal
2016-08-01 13:54:34 -07:00
Tim St. Clair
b6bdce155f
Remove pod-level profile specification
2016-08-01 13:54:33 -07:00
Joe Finney
95ea9586da
GKE test-build-release: Actually do the build.
2016-08-01 13:31:01 -07:00
Michal Rostecki
59ca5986dd
Print/log pointers of structs with %#v instead of %+v
...
There are many places in k8s where %+v is used to format a pointer
to struct, which isn't working as expected.
Fixes #26591
2016-08-01 22:27:56 +02:00
Ed Robinson
d4969ff032
Allows Secret & ConfigMap Keys to look like Environment Variables
...
This makes environment variable style keys (uppercase with underscores) valid
in Secrets and ConfigMap.
2016-08-01 20:56:40 +01:00
Rick Buskens
77bda6fd16
Updated configuration to spawn multiple threads for processing
2016-08-01 15:08:11 -04:00
Madhusudan.C.S
b5bea93954
Build the hyperkube docker image on-the-fly.
...
This is only a temporary fix until the proposal in issue
https://github.com/kubernetes/kubernetes/issues/28630 is implemented.
Also, the new build/deployment method completely obviates this step.
2016-08-01 11:45:21 -07:00
Madhusudan.C.S
5a3a84968b
[Federation] Do not build separate binaries for federation control plane components, hyperkube should be sufficient.
2016-08-01 11:45:21 -07:00
Eric Chiang
bc3dc12203
oidc authentication plugin: don't trim issuer URLs with trailing slashes
...
The issuer URL passed to the plugin must identically match the issuer
URL returned by OpenID Connect discovery. However, the plugin currently
trims all trailing slashes from issuer URLs, causing a mismatch. Since
the go-oidc client already handles this case correctly, don't trim the
path.
2016-08-01 11:23:05 -07:00
k8s-merge-robot
ed763b8034
Merge pull request #29419 from wangxing1517/remove_redundant_ToJSON
...
Automatic merge from submit-queue
Remove redundant ToJSON
<!--
Checklist for submitting a Pull Request
Please remove this comment block before submitting.
1. Please read our [contributor guidelines](https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md ).
2. See our [developer guide](https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md ).
3. If you want this PR to automatically close an issue when it is merged,
add `fixes #<issue number>` or `fixes #<issue number>, fixes #<issue number>`
to close multiple issues (see: https://github.com/blog/1506-closing-issues-via-pull-requests ).
4. Follow the instructions for [labeling and writing a release note for this PR](https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes ) in the block below.
-->
ToJSON in pkg/kubectl/resource/visitor.go#ValidateSchema is unnecessary, because "data" will be checked in schema.ValidateBytes [pkg/api/validation/schema.go] shortly.
2016-08-01 10:50:50 -07:00
derekwaynecarr
0339ef7961
Fix usage of shared informer in namespace admission controllers
2016-08-01 13:40:34 -04:00
David McMahon
2af3f03f92
Update CHANGELOG.md for v1.3.4.
2016-08-01 10:14:58 -07:00
k8s-merge-robot
95b4572e7c
Merge pull request #28955 from dims/roadmap-extend-all
...
Automatic merge from submit-queue
Extend all to more resources
Added more things from the list here:
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/cmd.go#L159
Note, did not add events as it did not seem useful to me. Since
this is just a list of messages generated by the system.
Related to a suggestion in issue #22337
2016-08-01 10:07:01 -07:00
Jing Xu
9fb159166d
Add instructions for running version-skewed tests
...
Add instructions for running version-skewed tests
2016-08-01 10:04:48 -07:00
xiangpengzhao
14adb38018
Delete useless code
2016-08-01 13:00:46 -04:00
k8s-merge-robot
06c9ad2c83
Merge pull request #28611 from deads2k/union-quota-regsitry
...
Automatic merge from submit-queue
add union registry for quota
Adds the ability to combine multiple quota registries together. Kube needs this for other types.
@derekwaynecarr
2016-08-01 09:32:44 -07:00
Phillip Wittrock
439aab7d7b
Merge pull request #23818 from errordeveloper/master
...
coreos/azure: Move into a separate repo
2016-08-01 09:02:31 -07:00
k8s-merge-robot
4b4779dedd
Merge pull request #29808 from janetkuo/deployment-available-rs-spec
...
Automatic merge from submit-queue
Error out when any RS has more available pods then its spec replicas
Fixes #29559 (hopefully, if not the bot will open new issues for us)
@kubernetes/deployment
2016-08-01 08:58:53 -07:00
Bryan Boreham
f5159b49c2
Correct gcloud list arg from '--zone' to '--zones'
...
`--zone` was accepted as an abbreviation but is now deprecated
and will be disabled entirely in gcloud 132.0.0.
2016-08-01 14:49:38 +01:00
Salvatore Dario Minonne
a1c323fa75
libvirt_coreos: to remove old skydns fork fetching from addons
2016-08-01 14:41:10 +02:00
deads2k
c30690a3bb
separate out api group storage registration
2016-08-01 08:26:19 -04:00
xiangpengzhao
606feff2cb
Verify if Secure and InsecurePort are equal for apiserver
2016-08-01 08:12:42 -04:00
Ke Zhang
e143c38310
make the removing pods log standardized
2016-08-01 18:41:40 +08:00
xiangpengzhao
4ccd90d741
Log error in each loop it appears and fix wrong count of missed cluster.
2016-08-01 06:39:12 -04:00
xiangpengzhao
dfd12276df
Keep track of missed and unensured counts
2016-08-01 05:21:40 -04:00
xiangpengzhao
d4fa23feb8
Check return value when calling ensureDnsRecords
2016-08-01 05:21:40 -04:00
k8s-merge-robot
31da82df52
Merge pull request #29826 from pmorie/desimplify-volume-controller
...
Automatic merge from submit-queue
Document space shuttle style in controller/volume
Reverts #28813 and #28111 .
@xiang90, I really appreciate the effort that went into your PRs (and think, in general, code simplification is a worthwhile effort), but the style in this controller was intentional to ensure that every branch is covered. The verbosity and branchyness of this controller stores a lot of context and knowledge about how this subsystem is meant to function, so we need to put them back in.
@kubernetes/sig-storage
cc @jsafrane @saad-ali @matchstick @thockin @childsb @rootfs
2016-08-01 00:07:54 -07:00
Tim Hockin
ef4bccf63e
Clean up the ugliest unit test ever
...
This volume-validation test was a disaster. Better now, if longer to
scroll-through.
2016-07-31 22:37:11 -07:00
Tim Hockin
54e92bbc49
minor rename for readability
2016-07-31 22:37:11 -07:00
Tim Hockin
9f2e13acca
Validate that projected files do not contain ..
...
This was checked in the kubelet, but not at the API.
2016-07-31 22:37:11 -07:00
Angus Lees
045663d43d
Add gophercloud openstack/networking/v2/extensions
...
Aka github.com/rackspace/gophercloud/openstack/networking/v2/extensions
2016-08-01 11:35:25 +10:00