Kubernetes Submit Queue
f00ec6271b
Merge pull request #33856 from derekwaynecarr/limit-range-informer
...
Automatic merge from submit-queue
Add LimitRange informer
This is part of the goal of reducing duplicate watches for resources in admission/controller code paths.
2016-10-17 16:31:10 -07:00
Jess Frazelle
954e67906e
hack/: update cherry-pick script to have settings to override remote names
...
Signed-off-by: Jess Frazelle <acidburn@google.com>
2016-10-17 16:10:49 -07:00
Ryan Hitchman
7a573d4d3c
Add test_list command, to enumerate unit and e2e tests.
...
This uses go/parser and go/ast to analyze all test files in ~1 second.
It only recognizes a few simple structures that the tests all have, and
modifies a few tests to fit expected structure better.
This is part of an effort to ensure all tests have owners, by having a
verify check to catch new tests being added without an owner.
2016-10-17 15:56:33 -07:00
Yu-Ju Hong
1c57df2dc2
e2e: stop tracking resource usage for the "misc" container
...
There is e2e test checking the resource usage of "misc", and it is not
supported on GCI.
2016-10-17 15:55:22 -07:00
Chao Xu
923757f3e0
rewrite client-go import path in the main repository
...
convert e2e tests of client-go to use version options
2016-10-17 15:35:19 -07:00
Chao Xu
fb9bb501fb
run copy.sh, remove 1.5 folder
2016-10-17 15:35:18 -07:00
Chao Xu
58c2881c88
copy.sh
2016-10-17 15:35:16 -07:00
Marcin
31df1cb113
Autogenerated code for config map federated client
2016-10-17 23:44:47 +02:00
Marcin
a333687889
Add config map to federated client
2016-10-17 23:44:16 +02:00
Kubernetes Submit Queue
cefd680d72
Merge pull request #33811 from pmorie/e2e-ns-cleanup
...
Automatic merge from submit-queue
Make E2E tests easier to debug
This PR removes deferred deletion calls in E2E tests in order to make test easier to debug. Some of these tests predate namespace finalization; we should just rely on that mechanism to ensure that framework test artifacts are deleted.
2016-10-17 13:29:41 -07:00
deads2k
1423654295
convert TPR controller to posthook instead of disable flag
2016-10-17 16:24:02 -04:00
deads2k
5a9b16d40a
make version an explicit choice so zero config and customized work
2016-10-17 16:10:07 -04:00
derekwaynecarr
3c0b35d6b1
Add LimitRange informer
2016-10-17 16:00:26 -04:00
Kubernetes Submit Queue
19e9f7e400
Merge pull request #34958 from euank/local-up-guess-path
...
Automatic merge from submit-queue
local-up: Add option to guess binary path
This adds a `-O` flag which guesses the right output directory.
The reason for having two flags, not one, is because bash's `getopt` doesn't let you do optional arguments easily, so having both makes the code simpler.
I also removed the redundant empty check; the bash argument check meant that was never hit.
cc @jayunit100 and @jbeda (arbitrary people from the git log)
2016-10-17 12:43:45 -07:00
deads2k
cd59d9b99f
remove write only field
2016-10-17 15:33:43 -04:00
Mik Vyatskov
9832ae1259
Update elasticsearch and kibana usage
2016-10-17 21:04:25 +02:00
Euan Kemp
973b417aa5
local-up: Add option to guess binary path
2016-10-17 11:55:29 -07:00
pweil-
49e14744db
support seccomp in psp
2016-10-17 14:49:02 -04:00
Kubernetes Submit Queue
c301ac9c7d
Merge pull request #34959 from jessfraz/fix-dup-changelog
...
Automatic merge from submit-queue
fix duplicated changelog from release script
Fixes the duplicated changelog details from the release script.
2016-10-17 10:45:15 -07:00
Zach Loafman
22352d2844
Revert "Add e2e tests for storageclass"
2016-10-17 10:32:27 -07:00
Kubernetes Submit Queue
1448b87d16
Merge pull request #34957 from Crassirostris/kibana-image-fix
...
Automatic merge from submit-queue
Fixed kibana image
@piosz
2016-10-17 10:29:38 -07:00
Kubernetes Submit Queue
772b27da01
Merge pull request #34942 from kargakis/e2e-fix
...
Automatic merge from submit-queue
test: wait for complete rollouts in WaitForDeploymentStatusValid
@kubernetes/deployment should fix https://github.com/kubernetes/kubernetes/issues/34816 once and forever
2016-10-17 10:21:00 -07:00
Jess Frazelle
df166171ea
fix duplicated changelog from release script
...
Signed-off-by: Jess Frazelle <acidburn@google.com>
2016-10-17 18:44:46 +02:00
Paul Morie
fd76e6a05e
Make Framework.MatchContainerOutput able to use GenerateName
2016-10-17 12:38:15 -04:00
Kubernetes Submit Queue
f90deb2bdd
Merge pull request #34829 from deads2k/api-25-gc-admission
...
Automatic merge from submit-queue
add ownerref permission checks
Adds an admission plugin that ensures that anyone adding an `ownerReference` to a resource has delete rights on the resource they're setting up a delete for.
@caesarxuchao example admission plugin that tests for ownerReference diffs and uses an authorizer to drive the decision.
@liggitt @ncdc we've talked about this before
2016-10-17 09:34:31 -07:00
mbohlool
0191433d58
Generated protobufs
2016-10-17 09:11:20 -07:00
mbohlool
c1096211d0
Support optional tag in OpenAPI generator
2016-10-17 08:52:13 -07:00
mbohlool
25afcc5522
Add +optional tag to all fields with omitempty json tag
2016-10-17 08:52:13 -07:00
Mik Vyatskov
7a582fcae5
Fixed kibana image
2016-10-17 17:45:59 +02:00
Kubernetes Submit Queue
f85d8f2e66
Merge pull request #34951 from wojtek-t/tune_cacher_logs
...
Automatic merge from submit-queue
Reduce amount of annoying logs in cacher
2016-10-17 08:45:00 -07:00
Kubernetes Submit Queue
b008c683ec
Merge pull request #34548 from kargakis/estimate-available-from-rs
...
Automatic merge from submit-queue
controller: set minReadySeconds in deployment's replica sets
* Estimate available pods for a deployment by using minReadySeconds on
the replica set.
* Stop requeueing deployments on pod events, superseded by following the
replica set status.
* Cleanup redundant deployment utilities
Fixes https://github.com/kubernetes/kubernetes/issues/26079
@kubernetes/deployment ptal
2016-10-17 08:44:51 -07:00
Harry Zhang
50eaeaa7bd
Update ecache and add scheduler method
2016-10-17 11:42:16 -04:00
Kubernetes Submit Queue
07b777fee1
Merge pull request #34758 from fgrzadkowski/monitoring_arch
...
Automatic merge from submit-queue
Add monitoring architecture
<!-- Thanks for sending a pull request! Here are some tips for you:
1. If this is your first time, read our contributor guidelines https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md and developer guide https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md
2. If you want *faster* PR reviews, read how: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/faster_reviews.md
3. Follow the instructions for writing a release note: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes
-->
**What this PR does / why we need it**: This adds a description of monitoring architecture.
**Special notes for your reviewer**: This proposal have been already extensively discussed in [this doc](https://docs.google.com/document/d/1z7R44MUz_5gRLwsVH0S9rOy8W5naM9XE5NrbeGIqO2k ); this is just a copy&paste so that it's in our repo.
@kubernetes/autoscaling @kubernetes/sig-instrumentation @DirectXMan12 @davidopp @piosz @derekwaynecarr @thockin
**Release note**:
<!-- Steps to write your release note:
1. Use the release-note-* labels to set the release note state (if you have access)
2. Enter your extended release note in the below block; leaving it blank means using the PR title as the release note. If no release note is required, just write `NONE`.
-->
```release-note
NONE
```
2016-10-17 07:43:23 -07:00
Kubernetes Submit Queue
65c98dafe0
Merge pull request #34729 from deads2k/rbac-14-admin-role
...
Automatic merge from submit-queue
add admin,edit,view roles
Adds some more basic roles to bootstrapping and associated tests.
2016-10-17 07:43:10 -07:00
Paul Morie
53ec6e60fe
Remove deferred deletion calls from E2E tests
2016-10-17 10:36:22 -04:00
Wojciech Tyczynski
0f2270698c
Reduce amount of annoying logs in cacher
2016-10-17 16:15:24 +02:00
Justin Santa Barbara
ad6d842a65
Create hostNetwork pods even if network plugin not ready
2016-10-17 10:12:14 -04:00
Fabiano Franz
0fd5c8d797
Use our own normalizers in the conventions doc
2016-10-17 11:50:02 -02:00
Fabiano Franz
3f7579cacb
Tools for checking CLI conventions
2016-10-17 11:50:02 -02:00
Fabiano Franz
4d641c4911
Use responsive writer in help
2016-10-17 11:50:02 -02:00
Fabiano Franz
f6d1ac72a0
Use our own normalizers for cmd examples and descriptions
2016-10-17 11:49:55 -02:00
Lucas Käldström
565c5e6268
Remove unused net
2016-10-17 16:47:35 +03:00
deads2k
14c164a328
add ownerref permission checks
2016-10-17 09:38:05 -04:00
Fabiano Franz
6f66c0eafa
Add normalizers for cmd examples and descriptions
2016-10-17 11:31:38 -02:00
Fabiano Franz
6d6aeb0027
Add responsive writers which adjust to terminal sizes
2016-10-17 11:31:34 -02:00
Lucas Käldström
72c36c8a1b
Run update-all
2016-10-17 16:25:25 +03:00
Filip Grzadkowski
d021c230fe
Add monitoring architecture.
2016-10-17 15:21:49 +02:00
Fabiano Franz
8438089e96
Add heredoc and go-wordwrap dependencies
2016-10-17 11:17:04 -02:00
Wojciech Tyczynski
c6b098068d
Allocate podFields map with a correct hint for size
2016-10-17 15:07:15 +02:00
deads2k
d56a27f130
add admin,edit,view roles
2016-10-17 09:04:16 -04:00