Marek Grabowski
765f7b9406
Revert "Enable containerized storage plugins mounter on GCI"
2016-10-28 08:41:43 +02:00
Mike Danese
799c099c65
don't import pkg/client/unversioned when generating clients
2016-10-27 23:39:27 -07:00
bprashanth
37bc34c567
periodically GC pod ips
2016-10-27 22:15:35 -07:00
Brandon Philips
ae3bd5db4e
docs: remove troubleshooting
...
Based on comment from @bgrant0607 https://github.com/kubernetes/kubernetes/pull/35544/files#r85368740
2016-10-27 21:42:28 -07:00
Kubernetes Submit Queue
e37b7cbde0
Merge pull request #35663 from janetkuo/statefulset
...
Automatic merge from submit-queue
Rename PetSet to StatefulSet
<!-- 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**: #35534
**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, #<issue_number>, ...)` format, will close that issue when PR gets merged)*:
**Special notes for your reviewer**: cc @erictune @foxish @kubernetes/sig-apps @ymqytw
**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
```
2016-10-27 20:16:50 -07:00
Kubernetes Submit Queue
37b3a8461c
Merge pull request #35743 from rmmh/owner-self
...
Automatic merge from submit-queue
Make update_owners.py assign new tests to self by default.
2016-10-27 19:33:21 -07:00
Kubernetes Submit Queue
52988de1ee
Merge pull request #35350 from vishh/enable-gci-cmount
...
Automatic merge from submit-queue
Enable containerized storage plugins mounter on GCI
```release-note
On GCI, kubelet uses an external mounter script (typically a special container running in a chroot) to perform mount operations
```
2016-10-27 19:33:13 -07:00
Kubernetes Submit Queue
b98a990a31
Merge pull request #19343 from kargakis/perma-failed-deployments
...
Automatic merge from submit-queue
Add perma-failed deployments API
@kubernetes/deployment @smarterclayton
API for https://github.com/kubernetes/kubernetes/issues/14519
Docs at https://github.com/kubernetes/kubernetes.github.io/pull/1337
2016-10-27 18:46:48 -07:00
Ryan Hitchman
df04f33aa9
Make update_owners.py assign new tests to self by default.
2016-10-27 17:39:30 -07:00
Janet Kuo
e0252f9be0
Update test owners
2016-10-27 17:25:46 -07:00
Janet Kuo
3febdb7f71
Remove petset from 1.4 generated client to pass import-boss verification
2016-10-27 17:25:10 -07:00
Janet Kuo
74dbfdca97
(Auto-gen) Run update-all.sh, codecgen, munge docs, and bazel
2016-10-27 17:25:10 -07:00
Janet Kuo
f35a095b50
Manually remove previously generated petset client
2016-10-27 17:25:10 -07:00
Janet Kuo
e9927664cf
Remove unnecessary dependency in client-gen
2016-10-27 17:25:10 -07:00
Janet Kuo
c2bf059bdc
Manually remove generated.go
2016-10-27 17:25:10 -07:00
Janet Kuo
10aee82ae3
Rename PetSet API to StatefulSet
2016-10-27 17:25:10 -07:00
Vishnu kannan
f6f4f91ae7
On GCI, remove kubelet cgroup overrides and override host kubectl with that of the release
...
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-10-27 17:20:11 -07:00
Kubernetes Submit Queue
a266f72b34
Merge pull request #35730 from yujuhong/expand_benchmarks
...
Automatic merge from submit-queue
Add coreos and gci images to the node benchmark job
2016-10-27 16:47:19 -07:00
Kubernetes Submit Queue
0b9547f6ad
Merge pull request #35668 from MrHohn/addon-manager-changelog
...
Automatic merge from submit-queue
Added Changelog to addon manager
From #35651 .
It would be good to have this changelog recording who and when pushed a new image to gcr.io. I retrieved the information from the [commit history](https://github.com/kubernetes/kubernetes/commits/master/cluster/addons/addon-manager ).
@mikedanese
2016-10-27 16:47:09 -07:00
Kubernetes Submit Queue
4773b71f38
Merge pull request #18016 from smarterclayton/petset
...
Automatic merge from submit-queue
Proposal for implementing nominal services AKA StatefulSets AKA The-Proposal-Formerly-Known-As-PetSets
This is the draft proposal for #260 .
2016-10-27 16:46:59 -07:00
Kubernetes Submit Queue
bbe5fe327f
Merge pull request #35650 from rmmh/verify-test-owners
...
Automatic merge from submit-queue
Add hack/verify-test-owners.sh to ensure tests always have owners.
This ensures that new tests or changed tests are assigned appropriate owners.
2016-10-27 16:46:50 -07:00
Jeff Grafton
8ab452c3ce
Stop including arch-specific binaries in kubernetes.tar.gz
2016-10-27 16:24:25 -07:00
saadali
dbcf413334
Update CHANGELOG.md for v1.5.0-alpha.2.
2016-10-27 16:12:42 -07:00
Kubernetes Submit Queue
9302dcb6fb
Merge pull request #35721 from apprenda/fix_mounter_struct
...
Automatic merge from submit-queue
Fixes PR #35652
This is breaking the build. Fixes #35564
/cc @vishh @sjenning
Fixes PR #35652
2016-10-27 15:20:48 -07:00
Mike Danese
5dc7554ab2
bazel: implement set-gen as a bazel genrule
2016-10-27 15:16:30 -07:00
Anirudh
8f2f4ddab4
Review comments.
2016-10-27 15:12:14 -07:00
Fabiano Franz
bc1a1d7b30
Better kubectl run validations
2016-10-27 20:05:26 -02:00
Yu-Ju Hong
bf2fd238cc
Add coreos and gci images to the node benchmark job
2016-10-27 14:52:58 -07:00
Anirudh
b751e0daa9
Fixing e2e tests which rely on network disruptions.
2016-10-27 14:31:09 -07:00
Kubernetes Submit Queue
da43c15edc
Merge pull request #35598 from piosz/test-ownership
...
Automatic merge from submit-queue
Swap in tests ownership
To make the test ownership more closer to actual area of expertise I made the following swap. I included @mtaufen to close the cycle. Please wait with applying lgtm label for the second reviewer.
2016-10-27 13:50:01 -07:00
Kubernetes Submit Queue
0563b45772
Merge pull request #35556 from apprenda/kubeadm-alphawarning-typo
...
Automatic merge from submit-queue
kubeadm: fixed small typo in alpha warning
Small typo in the alpha warning that I noticed and fixed.
2016-10-27 13:49:53 -07:00
Kubernetes Submit Queue
843dbcb564
Merge pull request #35147 from r2d4/addon-manager-dockerfile
...
Automatic merge from submit-queue
Remove reference from addon-manager dockerfile
<!-- 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**: Removes a reference to nonexisting file in the dockerfile for the addon-manager
This file was deleted with #34513
cc @mikedanese @MrHohn
2016-10-27 13:49:45 -07:00
Kubernetes Submit Queue
90f4ceefc4
Merge pull request #35349 from vishh/gci-cmount
...
Automatic merge from submit-queue
Update GCI mounter script to run in a rkt container
Depends on #35652
2016-10-27 13:49:37 -07:00
Anirudh
1ae1a19e7b
addressing comments.
2016-10-27 13:30:04 -07:00
Paulo Pires
01adb460de
Fixes PR #35652
2016-10-27 15:55:01 -04:00
deads2k
df4ed892c4
convert SA controller to shared informers
2016-10-27 15:44:46 -04:00
Ryan Hitchman
8e4e8944b6
Add hack/verify-test-owners.sh to ensure tests always have owners.
2016-10-27 12:35:43 -07:00
Zihong Zheng
c449ef8a25
Added CHANGELOG to addon manager
2016-10-27 12:31:19 -07:00
Vishnu kannan
c556b33bd6
update rkt to v1.18.0 which avoids outputting debug information by default
...
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-10-27 12:24:29 -07:00
Clayton Coleman
14258ce056
StatefulSet proposal
2016-10-27 15:08:23 -04:00
Vishnu kannan
aceddfa7fc
Enable containerized storage mounter on GCI
...
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-10-27 11:56:34 -07:00
Vishnu kannan
64c1fa3594
run the gci containerized mounter to cache mounter container image
...
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-10-27 11:56:34 -07:00
Anirudh
c0d116c419
Updated bazel
2016-10-27 11:56:15 -07:00
Anirudh
d57e8f11a3
Updated unit tests.
2016-10-27 11:56:15 -07:00
Anirudh
05365d7cb2
Moving deletion behavior from the NC into PodGC
...
This should be a NOP because we're just moving functionality
around and thanks to #35476 , the podGC controller should always
run anyway.
2016-10-27 11:56:15 -07:00
Kubernetes Submit Queue
b47d862aea
Merge pull request #34696 from wojtek-t/restore_etcd_from_backup
...
Automatic merge from submit-queue
Restore etcd from backup
The new script performs disaster recovery of etcd from backup.
https://github.com/kubernetes/kubernetes/issues/20504
@alex-mohr @lavalamp @kubernetes/goog-gke
2016-10-27 11:55:46 -07:00
Kubernetes Submit Queue
f80446d662
Merge pull request #35703 from ncdc/golint-context-arg
...
Automatic merge from submit-queue
Fixes for golint tip
golint as of
3390df4df2/lint.go (L1440-L1442)
requires that any function that has a context.Context argument have said
argument in the first position. This commit fixes the one function we had where
it wasn't.
cc @timothysc @wojtek-t @smarterclayton @jessfraz @kubernetes/rh-cluster-infra @liggitt @sttts @deads2k @eparis
2016-10-27 11:55:36 -07:00
Kubernetes Submit Queue
a8e9a1bce6
Merge pull request #35632 from dgoodwin/preflight-conf-fixes
...
Automatic merge from submit-queue
kubeadm: Stop assuming full ownership of /etc/kubernetes.
Packages may auto-create directories in /etc/kubernetes, and users also
need files such as cloud-config.json to be present and preserved at
their default locations in /etc/kubernetes. As such this modifies
pre-flight checks to only require the absence of the files and
directories we explicitly create in kubeadm.
Reset is similarly modified to not wipe out /etc/kubernetes entirely.
When resetting directories we also now preserve the directory itself,
but delete it's contents.
Also adds tests for reset command logic specifically for /etc/kubernetes
cleanup, to ensure user files are not inadvertently wiped out.
2016-10-27 11:55:27 -07:00
Anirudh Ramanathan
7870543471
Merge pull request #35702 from mikedanese/unrevert
...
unrevert genrule for bindata
2016-10-27 11:53:04 -07:00
Brandon Philips
85dcdccb2f
build: kube-dns: remove out of date docs
...
This is doc seems out of place. It is next to the build system for this
addon and is out of date, with del tags blocking out parts. Lets delete
it and I will merge the good parts over to the admin guide:
http://kubernetes.io/docs/admin/dns/
2016-10-27 11:42:46 -07:00