Commit Graph

1715 Commits

Author SHA1 Message Date
Chakravarthy Nelluri b10be92ddc Add support for attacher/detacher interface in Flex volume 2017-02-24 20:18:06 -05:00
timchenxiaoyu c96252a984 daemon not deamon 2017-02-24 17:15:51 +08:00
timchenxiaoyu e3394ef582 enable error 2017-02-24 14:09:27 +08:00
Sarat Kamisetty 32dfa63d4e - scheduler extenders that are capable of maintaining their own
node cache don't need to get all the information about every
  candidate node. For huge clusters, sending full node information
  of all nodes in the cluster on the wire every time a pod is scheduled
  is expensive. If the scheduler is capable of caching node information
  along with its capabilities, sending node name alone is sufficient.
  These changes provide that optimization in a backward compatible way

- removed the inadvertent signature change of Prioritize() function
- added defensive checks as suggested
-  added annotation specific test case
- updated the comments in the scheduler types
- got rid of apiVersion thats unused
- using *v1.NodeList as suggested
- backing out pod annotation update related changes made in the
  1st commit
- Adjusted the comments in types.go and v1/types.go as suggested
  in the code review
2017-02-23 10:25:42 -08:00
Balu Dontu b9b22705b0 Fix for Support selection of datastore for dynamic provisioning in vSphere 2017-02-21 19:04:45 +00:00
Johannes Scheuermann 1f910ffae9 Remove unnecessary constants and add type to secret 2017-02-21 14:02:46 +01:00
Kubernetes Submit Queue 6b345fdd41 Merge pull request #41515 from a-robinson/owners
Automatic merge from submit-queue

Add OWNERS file for CockroachDB example

As suggested in https://github.com/kubernetes/kubernetes/pull/41412#issuecomment-279803983

Two quick questions:

1. I assume that the OWNERS files inherit all owners from higher-level directories, right? https://github.com/kubernetes/community/blob/master/contributors/devel/owners.md#adding-owners-files isn't 100% clear

1. Should I also make an OWNERS file for https://github.com/kubernetes/kubernetes/tree/master/test/e2e/testing-manifests/statefulset/cockroachdb?
2017-02-20 11:22:46 -08:00
Kubernetes Submit Queue 57eec50803 Merge pull request #41036 from jorahn/patch-1
Automatic merge from submit-queue

Docs updated for CLI deprecations

**What this PR does / why we need it**: Fixed docs

**Release note**: NONE

```release-note
```
2017-02-20 11:22:32 -08:00
Nitish Tiwari 40a47e759e Updated the service type 2017-02-20 20:12:51 +05:30
Shyam JVS 14dce641fa Revert "Remove alpha provisioning" 2017-02-16 13:53:55 +01:00
Kubernetes Submit Queue 149a5f4d5f Merge pull request #40000 from jsafrane/storage-ga-remove-alpha
Automatic merge from submit-queue

Remove alpha provisioning

This is the first part of https://github.com/kubernetes/features/issues/36

@kubernetes/sig-storage-misc 

**Release note**:
```release-note
Alpha version of dynamic volume provisioning is removed in this release. Annotation
"volume.alpha.kubernetes.io/storage-class" does not have any special meaning. A default storage class
and  DefaultStorageClass admission plugin can be used to preserve similar behavior of Kubernetes cluster,
see https://kubernetes.io/docs/user-guide/persistent-volumes/#class-1 for details.
```
2017-02-16 01:02:06 -08:00
Alex Robinson b7b9dd3639 Add OWNERS file for CockroachDB example 2017-02-15 16:17:17 -05:00
Dr. Stefan Schimanski bf9053b856 Update bazel 2017-02-15 10:25:15 +01:00
Dr. Stefan Schimanski 4cc22eae4a k8s.io/apiserver: straighten EtcdOptions, backend Config and kube RESTOptionsFactory 2017-02-15 10:24:59 +01:00
Dr. Stefan Schimanski c8c32005d8 k8s.io/apiserver: fixup imports and renamed packages 2017-02-15 10:24:58 +01:00
Kubernetes Submit Queue 1f7092a023 Merge pull request #41383 from liggitt/v1beta1-cleanup
Automatic merge from submit-queue

Update rbac data to v1beta1

Update RBAC fixtures to v1beta1
2017-02-14 22:35:05 -08:00
Nitish 20241c699b Added absolute URLs for config yaml files 2017-02-15 11:59:40 +05:30
Kubernetes Submit Queue 6047468c6d Merge pull request #41412 from a-robinson/test
Automatic merge from submit-queue (batch tested with PRs 41216, 41362, 41275, 41277, 41412)

Fix statefulset e2e test

...by removing the liveness/readiness probes from the cockroachdb
manifests, as explained in
https://github.com/kubernetes/test-infra/issues/1740#issuecomment-279555187

@kow3ns @spxtr
2017-02-14 15:30:20 -08:00
Alex Robinson 24e2a948ff Fix statefulset e2e test
...by removing the liveness/readiness probes from the cockroachdb
manifests, as explained in
github.com/kubernetes/test-infra/issues/1740#issuecomment-279555187
2017-02-14 10:16:32 -05:00
Nitish e30e9aa540 Add distributed Minio example 2017-02-14 15:11:42 +05:30
Nitish f7fadf6ef1 Fix links 2017-02-14 14:24:36 +05:30
Nitish ee198d0424 Fix links 2017-02-14 14:22:11 +05:30
Nitish 4f947bfb29 Added detailed steps 2017-02-14 14:19:21 +05:30
Jordan Liggitt 2fed4c6f24 Update rbac data to v1beta1 2017-02-14 00:50:31 -05:00
Kubernetes Submit Queue 06fb43cbf8 Merge pull request #39928 from humblec/iscsi-multipath-backuptp
Automatic merge from submit-queue

Add mulitpath support to iscsi plugin

#issue https://github.com/kubernetes/kubernetes/issues/39345
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2017-02-13 12:18:55 -08:00
Nitish a84c8dfbc5 Updated Readme 2017-02-13 23:20:43 +05:30
Nitish d595cb99eb Updated read 2017-02-13 23:19:29 +05:30
Nitish 521de49113 Add Minio example 2017-02-13 23:11:21 +05:30
Kubernetes Submit Queue 5a6b54ac7a Merge pull request #41136 from deads2k/apiserver-10-example
Automatic merge from submit-queue (batch tested with PRs 41121, 40048, 40502, 41136, 40759)

add k8s.io/sample-apiserver to demonstrate how to build an aggregated API server

builds on https://github.com/kubernetes/kubernetes/pull/41093

This creates a sample API server is a separate staging repo to guarantee no cheating with `k8s.io/kubernetes` dependencies.  The sample is run during integration tests (simple tests on it so far) to ensure that it continues to run.

@sttts @kubernetes/sig-api-machinery-misc ptal
@pwittrock @pmorie @kris-nova an aggregated API server example that will stay up to date.
2017-02-09 14:27:48 -08:00
Kubernetes Submit Queue fe8daf1236 Merge pull request #40048 from mtaufen/remove-deprecated-flags
Automatic merge from submit-queue (batch tested with PRs 41121, 40048, 40502, 41136, 40759)

Remove deprecated kubelet flags that look safe to remove

Removes:
```
--config
--auth-path
--resource-container
--system-container
```
which have all been marked deprecated since at least 1.4 and look safe to remove.

```release-note
The deprecated flags --config, --auth-path, --resource-container, and --system-container were removed.
```
2017-02-09 14:27:45 -08:00
Kubernetes Submit Queue e2166bd38b Merge pull request #39580 from oscerd/hazelcast-example-upgrade
Automatic merge from submit-queue (batch tested with PRs 40873, 40948, 39580, 41065, 40815)

Upgrade Hazelcast example with the latest hazelcast-kubernetes-bootst…

…rapper 0.8.0, using Deployments instead of Replication Controller.

**What this PR does / why we need it**:
This PR upgrade the Hazelcast example in storage folder. It would be great to be aligned with the latest version of hazelcast-kubernetes-bootstrapper
2017-02-08 14:14:45 -08:00
deads2k 5c9304e9c4 remove duplication of RESTOptionsGetter for kube 2017-02-08 09:08:58 -05:00
deads2k 9c3834e9c2 streamline etcd options for aggregated api server 2017-02-08 09:07:47 -05:00
Michael Taufen 5be33aae4c Replace uses of --config with --pod-manifest-path 2017-02-07 14:32:37 -08:00
Kubernetes Submit Queue 5f3434ac64 Merge pull request #38183 from tianshapjq/remove-create-external-load-balancer
Automatic merge from submit-queue (batch tested with PRs 40345, 38183, 40236, 40861, 40900)

remove the create-external-load-balancer flag in cmd/expose.go

**What this PR does / why we need it**:
In cmd/expose.go there is a todo "remove create-external-load-balancer in code on or after Aug 25, 2016.", and now it's been a long time past. So I remove this flag and modify the test cases. 
Please check for this, thanks!

**Release note**:

```
remove the deprecated flag "create-external-load-balancer" and use --type="LoadBalancer" instead.
```
2017-02-07 11:33:41 -08:00
deads2k 409dcf10b4 apiserver command line options lead to config 2017-02-07 07:57:11 -05:00
Jonathan Rahn 853eb22fbb Docs updated for CLI deprecations 2017-02-06 20:50:41 +01:00
Humble Chirammal 11da768959 Add portals field to iscsi volume source to achieve multipathing.
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2017-02-06 17:06:33 +05:30
Cole Mickens 8b7b2e3701 examples: PV docs clarify Azure storage account restriction 2017-02-03 13:04:59 -08:00
Dr. Stefan Schimanski 27181310f9 Update generated files 2017-02-03 08:15:46 +01:00
Dr. Stefan Schimanski 823995762f Mechanical fixup imports: pkg/genericapiserver 2017-02-03 08:15:45 +01:00
Dr. Stefan Schimanski 9fcfd12724 pkg/genericapiserver/server: cut off from pkg/api 2017-02-02 15:19:01 +01:00
Dr. Stefan Schimanski 2442e4115c pkg/storage/etcd: cut off pkg/api scheme 2017-02-02 11:16:28 +01:00
deads2k d8c30eccad move apiserver options 2017-02-01 15:18:33 -05:00
Jan Safranek 36a35d9b5c Remove alpha provisioning 2017-02-01 14:51:54 +01:00
Andrea Cosentino 8a38818ec9 Upgrade Hazelcast example with the latest hazelcast-kubernetes-bootstrapper 0.7.0, using Deployments instead of Replication Controller. 2017-02-01 10:04:51 +01:00
deads2k 34b257dc76 move pkg/storage to apiserver 2017-01-31 19:07:33 -05:00
deads2k a097416da8 remove storage dependency on api 2017-01-27 14:02:28 -05:00
deads2k 1b90b57809 move storage/storagebackend to apiserver 2017-01-27 08:49:55 -05:00
deads2k 24108793fc move genericapiserver authenticator and authorizer factories 2017-01-26 08:50:47 -05:00