David Ashpole
b8fc546d60
eviction manager ecivts pod using the most inodes.
2016-10-31 11:32:49 -07:00
Alexander Brand
9ef35289e4
Restore check when getting container IP
2016-10-31 14:20:50 -04:00
Alexander Brand
244152544c
Changes to kubelet to support win containers
2016-10-31 14:20:49 -04:00
Cesar Wong
09285864db
Initial windows container runtime
2016-10-31 14:20:49 -04:00
Jacob Beacham
cf6b6778dc
Adding CLI tests for kubeadm.
2016-10-31 11:12:51 -07:00
Jacob Beacham
5e66509a24
Cloning kubectl.sh logic into new kubeadm.sh.
2016-10-31 11:12:51 -07:00
Jacob Beacham
f65c58124d
New command: "kubeadm token generate"
...
This surfaces the token generation logic so that users can first
generate and store a token, then pass it to kubeadm init/join.
Otherwise, users have to capture and parse the output of "kubeadm init"
to feed the token to "kubeadm join."
2016-10-31 11:12:51 -07:00
Chao Xu
04f291e5b4
disable update-staging-client-go until code freeze
2016-10-31 10:57:14 -07:00
Christian Koep
cc1d8951a9
Fix typos and linted_packages sorting
2016-10-31 18:31:08 +01:00
Tim Hockin
e6b2517feb
Merge pull request #32931 from philips/delete-kube-dns-docs-in-build
...
build: kube-dns: remove out of date docs
2016-10-31 18:10:35 +01:00
Kubernetes Submit Queue
dad0445bcb
Merge pull request #35894 from gmarek/race
...
Automatic merge from submit-queue
Initialize CIDR allocator before registering handle functions
Currently we start shared informers after everything is already created, but this change make it future-proof.
cc @davidopp @kevin-wangzefeng @foxish
2016-10-31 09:28:38 -07:00
Kubernetes Submit Queue
24899597b9
Merge pull request #32687 from jouve/resource_type
...
Automatic merge from submit-queue
update list of vailable resources
Hi,
kubectl get --help produce a list of resource types and aliases :
```
Valid resource types include:
* clusters (valid only for federation apiservers)
* componentstatuses (aka 'cs')
...
```
``` release-note
Update the list of resources in kubectl get --help
```
The list is currently outdated (for exemple missing networkpolicy).
http://kubernetes.io/docs/user-guide/kubectl-overview/#resource-types has the same data and is also outdated.
The patch updates these 2 lists.
2016-10-31 09:28:29 -07:00
Justin Santa Barbara
2c7771e90c
AWS: Support default for ExternalHost on AWS
...
Fix #33563
2016-10-31 12:01:12 -04:00
Sergey Maslyakov
61554f08bd
Editorial: An orphaned "which" deleted.
2016-10-31 10:59:36 -05:00
Kubernetes Submit Queue
3e3ff447d2
Merge pull request #30285 from jsafrane/external-provisioner-proposal
...
Automatic merge from submit-queue
Proposal for external dynamic provisioners
@kubernetes/sig-storage
2016-10-31 08:45:08 -07:00
Kubernetes Submit Queue
9ecc131c05
Merge pull request #31220 from mfojtik/pause-patch
...
Automatic merge from submit-queue
Use PATCH to resume/pause deployment
Alternative version of: https://github.com/kubernetes/kubernetes/pull/30919
Fixes: https://github.com/kubernetes/kubernetes/issues/20437
2016-10-31 08:44:58 -07:00
derekwaynecarr
1bcb057636
quota controller uses informers if available for pod calculation
2016-10-31 11:38:22 -04:00
gmarek
8d766462e7
Initialize CIDR allocator before registering handle functions
2016-10-31 16:21:37 +01:00
Andy Goldstein
13abf36c60
Update bazel build files
2016-10-31 11:13:44 -04:00
Andy Goldstein
5ab385480b
Convert StoreToLimitRangeLister to LimitRangeLister
2016-10-31 11:13:44 -04:00
Andy Goldstein
7b85985a72
Add generated listers
2016-10-31 11:13:43 -04:00
Andy Goldstein
f85ac9023a
Add lister-gen
2016-10-31 11:13:43 -04:00
Jan Safranek
7f5b6afbc0
Update Secret.type examples used for provisioning.
...
Kubernetes now checks that secrets used for provisioning of volumes
have correct type (PR #35675 ), all examples should reflect it.
2016-10-31 16:11:46 +01:00
Kubernetes Submit Queue
35bdb1ee46
Merge pull request #35892 from kargakis/fix-test-panic
...
Automatic merge from submit-queue
test: check for desired Deployment status prior to listing RSs
Fixes the panic in https://github.com/kubernetes/kubernetes/issues/35337
@mfojtik
2016-10-31 08:08:03 -07:00
Clayton Coleman
ab673bbc9a
generated: alternative unsafe conversions
2016-10-31 11:00:29 -04:00
Clayton Coleman
96f8a14e35
Explore alternative unsafe copy
2016-10-31 10:59:01 -04:00
Kubernetes Submit Queue
a52ad987d2
Merge pull request #35520 from humblec/gluster-gid-prov-3
...
Automatic merge from submit-queue
Update heketi dependency to release3.
commit hash#28b5cc4cc6d2b9bdfa91ed1b93efaab4931aa697
Signed-off-by: Humble Chirammal hchiramm@redhat.com
2016-10-31 07:33:36 -07:00
juanvallejo
988e747649
update default run function for sub-commands
...
This patch updates parent commands of sub-commands to exit with a usage
error and exit code 1 on an invalid (non-sub-command) argument.
2016-10-31 10:08:12 -04:00
Klaus Ma
0e6dbaad67
Fixed failed build on Mac.
2016-10-31 21:14:21 +08:00
deads2k
7e65d5693b
remove non-reuseable bits of MasterServer
2016-10-31 08:50:05 -04:00
Kubernetes Submit Queue
f67ecd73f7
Merge pull request #35800 from deads2k/rbac-18-fix-local-up
...
Automatic merge from submit-queue
make localupcluster work with RBAC enabled
When `ENABLE_RBAC=true` is set to true, `local-up-cluster` fails because it can't reach the endpoint (get a 403). This changes to an endpoint that the default policy allows anyone to see.
2016-10-31 05:28:54 -07:00
Kubernetes Submit Queue
09664dd26f
Merge pull request #35501 from sttts/sttts-misc-master-cleanups
...
Automatic merge from submit-queue
Misc master and federation cleanups
- misc small cleanups
- make ServerRunOption embeddings explicit in order to make the technical debt in our plumbing code visible.
2016-10-31 05:28:46 -07:00
Michal Fojtik
0faa27e62d
Use PATCH when pausing/resuming objects and CalculatePatches to get the patch
2016-10-31 13:13:59 +01:00
Kubernetes Submit Queue
cda55a7847
Merge pull request #35783 from wojtek-t/support_rollback
...
Automatic merge from submit-queue
Better logging and support for running non-default version from etcd image
Ref #20504
2016-10-31 04:06:52 -07:00
Kubernetes Submit Queue
106492708a
Merge pull request #35285 from humblec/glusterfs-stale-volumes
...
Automatic merge from submit-queue
Remove stale volumes if endpoint/svc creation fails.
Remove stale volumes if endpoint/svc creation fails.
Signed-off-by: Humble Chirammal hchiramm@redhat.com
2016-10-31 04:06:43 -07:00
Kubernetes Submit Queue
ddce7c305a
Merge pull request #35889 from wojtek-t/increase_etcd3_compation_frequency
...
Automatic merge from submit-queue
Increase etcd3 compaction frequency
@xiang90 @hongchaodeng - we already talked about it
2016-10-31 03:31:43 -07:00
Kubernetes Submit Queue
b7fef610cd
Merge pull request #35888 from wojtek-t/fix_kubemark_quota_bytes
...
Automatic merge from submit-queue
Fix conflict in kubemark
2016-10-31 03:31:35 -07:00
Dr. Stefan Schimanski
ab3ce27f01
Make master+federation ServerRunOptions embeddings explicit
2016-10-31 11:04:58 +01:00
Dr. Stefan Schimanski
b798527793
Rename master/options/{APIServer -> ServerRunOptions}
2016-10-31 10:55:19 +01:00
Dr. Stefan Schimanski
d6dc0e561f
Apiserver cleanups
...
- remove unused genericapiserver Config.MasterServiceNamespace
- move init code into ApplyOptions
- initialize genericapiserver Config.MaxRequestsInFlight
- move ServiceReadWritePort to master
2016-10-31 10:55:19 +01:00
Wojciech Tyczynski
62299921b5
Correctly support custom etcd migration
2016-10-31 09:03:39 +01:00
Wojciech Tyczynski
1f09d79584
Increase etcd3 compaction frequency
2016-10-31 08:40:13 +01:00
Wojciech Tyczynski
42d8a13229
Fix conflict in kubemark
2016-10-31 08:34:33 +01:00
Wojciech Tyczynski
7fe1e06f07
Support events in restore script
2016-10-31 08:17:50 +01:00
Zihong Zheng
4088e00132
Fixes token_found bug in addon manager
2016-10-30 21:08:11 -07:00
Kubernetes Submit Queue
e4b41dd292
Merge pull request #35777 from redhatlinux10/fix-inconsistent-util-package-import
...
Automatic merge from submit-queue
make kubeadm version use kubeadmutil
What this PR does / why we need it:
this PR makes sure `kubeadmutil.CheckErr()` other than `cmdutil.CheckErr()` is called in `kubeadm version` subcommand.
in `version.go`, `RunVersion()` function only returns `nil`, `kubeadmutil.CheckErr()` is enough for this
Signed-off-by: redhatlinux10 <ouyang.qinhua@zte.com.cn>
2016-10-30 18:08:27 -07:00
Justin Santa Barbara
cebfc821a4
Create simple version of ratelimit package
...
Allows for more testing.
2016-10-30 20:55:03 -04:00
Justin Santa Barbara
a3ba760a27
Federation: separate notion of zone-name & dns-suffix
...
We can put subdomains into hosted zones (for example,
foo.federation.example.com can be hosted in example.com)
By allowing sharing a common hosted zone, this means the user doesn't
have to do as much setup.
2016-10-30 20:50:09 -04:00
Angus Salkeld
3a08cf0619
Correct the article in generated documents
...
For example:
"a Ingress" > "an Ingress"
2016-10-31 09:46:29 +10:00
Kubernetes Submit Queue
8ca348a7a0
Merge pull request #35673 from caesarxuchao/move-ListWatchUntil
...
Automatic merge from submit-queue
Minor change: move watch.ListWatchUntil to its own package
[ListWatcher](https://github.com/kubernetes/kubernetes/blob/master/pkg/watch/until.go#L89 ) will be changed from using api.ListOptions to v1.ListOptions, to be compatible with versioned clientset. This *will* cause import cycle, v1 [imports](https://github.com/kubernetes/kubernetes/blob/master/pkg/api/v1/register.go#L91 ) watch/version, which imports watch, which imports v1. This PR breaks the potential cycle.
This is going to make the migration to using client-go a little bit easier.
2016-10-30 16:40:02 -07:00