kubernetes/vendor/github.com
Kubernetes Submit Queue 3d33b45e43 Merge pull request #30091 from rootfs/azure-storage
Automatic merge from submit-queue

support Azure disk dynamic provisioning

azure disk dynamic provisioning

A screen shot 

``` console
$ kubectl create -f examples/experimental/persistent-volume-provisioning/azure-dd.yaml
storageclass "slow" created
$ kubectl create -f examples/experimental/persistent-volume-provisioning/claim1.json
persistentvolumeclaim "claim1" created
$ kubectl describe pvc
Name:       claim1
Namespace:  default
Status:     Bound
Volume:     pvc-de7150d1-6a37-11e6-aec9-000d3a12e034
Labels:     <none>
Capacity:   3Gi
Access Modes:   RWO
$ kubectl create -f pod.yaml
replicationcontroller "nfs-server" created
$ kubectl describe pod
Name:       nfs-server-b9w6x
Namespace:  default
Node:       rootfs-dev/172.24.0.4
Start Time: Wed, 24 Aug 2016 19:46:21 +0000
Labels:     role=nfs-server
Status:     Running
IP:     172.17.0.2
Controllers:    ReplicationController/nfs-server
Containers:
  nfs-server:
    Container ID:   docker://be6f8c0e26dc896d4c53ef0d21c9414982f0b39a10facd6b93a255f9e1c3806c
    Image:      nginx
    Image ID:       docker://bfdd4ced794ed276a28cf56b233ea58dec544e9ca329d796cf30b8bcf6d39b3f
    Port:       
    State:      Running
      Started:      Wed, 24 Aug 2016 19:49:19 +0000
    Ready:      True
    Restart Count:  0
    Volume Mounts:
      /exports from mypvc (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from default-token-9o0fj (ro)
    Environment Variables:  <none>
Conditions:
  Type      Status
  Initialized   True 
  Ready     True 
  PodScheduled  True 
Volumes:
  mypvc:
    Type:   PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
    ClaimName:  claim1
    ReadOnly:   false
  default-token-9o0fj:
    Type:   Secret (a volume populated by a Secret)
    SecretName: default-token-9o0fj
QoS Class:  BestEffort
Tolerations:    <none>
Events:
  FirstSeen LastSeen    Count   From            SubobjectPath           Type        Reason      Message
  --------- --------    -----   ----            -------------           --------    ------      -------
  11m       11m     1   {default-scheduler }                    Normal      Scheduled   Successfully assigned nfs-server-b9w6x to rootfs-dev
  9m        9m      1   {kubelet rootfs-dev}                    Warning     FailedMount Unable to mount volumes for pod "nfs-server-b9w6x_default(6eb7fd98-6a33-11e6-aec9-000d3a12e034)": timeout expired waiting for volumes to attach/mount for pod "nfs-server-b9w6x"/"default". list of unattached/unmounted volumes=[mypvc]
  9m        9m      1   {kubelet rootfs-dev}                    Warning     FailedSync  Error syncing pod, skipping: timeout expired waiting for volumes to attach/mount for pod "nfs-server-b9w6x"/"default". list of unattached/unmounted volumes=[mypvc]
  8m        8m      1   {kubelet rootfs-dev}    spec.containers{nfs-server} Normal      Pulling     pulling image "nginx"
  8m        8m      1   {kubelet rootfs-dev}    spec.containers{nfs-server} Normal      Pulled      Successfully pulled image "nginx"
  8m        8m      1   {kubelet rootfs-dev}    spec.containers{nfs-server} Normal      Created     Created container with docker id be6f8c0e26dc
  8m        8m      1   {kubelet rootfs-dev}    spec.containers{nfs-server} Normal      Started     Started container with docker id be6f8c0e26dc

```

@colemickens @brendandburns
2016-11-01 17:27:14 -07:00
..
abbot/go-http-auth Update vendor dir and Godeps.json with new Godep 2016-05-11 17:02:50 -07:00
appc/spec update godep to pull from containernetworking/cni 2016-08-19 13:31:50 -07:00
asaskevich/govalidator Add go-openapi dependencies and update Godeps 2016-08-18 13:50:50 -07:00
aws/aws-sdk-go Added AWS Route53 libraries to godeps. 2016-06-03 15:55:30 -07:00
Azure update vendor pkg to support azure disk provisioning 2016-10-27 17:42:44 +00:00
beorn7/perks Update deps without licenses 2016-06-02 16:57:28 -07:00
blang/semver Update vendor dir and Godeps.json with new Godep 2016-05-11 17:02:50 -07:00
boltdb/bolt Update godeps for etcd 3.0.4 2016-08-09 08:51:15 -05:00
cloudflare/cfssl vendor: add cfssl dependency 2016-07-19 11:25:38 -07:00
clusterhq/flocker-go Updates godep for pkg/volume/flocker 2016-09-27 13:19:22 +00:00
codegangsta/negroni Update vendor dir and Godeps.json with new Godep 2016-05-11 17:02:50 -07:00
containernetworking/cni update godep to pull from containernetworking/cni 2016-08-19 13:31:50 -07:00
coreos Update etcd Godeps to 3.0.13 2016-10-27 13:40:05 +02:00
cpuguy83/go-md2man Move deps from _workspace/ to vendor/ 2016-05-08 20:30:21 -07:00
davecgh/go-spew Move deps from _workspace/ to vendor/ 2016-05-08 20:30:21 -07:00
daviddengcn/go-colortext Update deps without licenses 2016-06-02 16:57:28 -07:00
dgrijalva/jwt-go Revert "Revert "update jwt-go to v3.0.0-4-g01aeca5"" 2016-07-06 14:25:11 -04:00
docker Bump cadvisor dependencies to latest head. 2016-07-27 18:29:19 -07:00
elazarl Update Godeps for github.com/skynetservices/skydns and github.com/miekg/dns 2016-06-29 14:05:43 -07:00
emicklei/go-restful godeps: update go-restful 2016-08-18 14:14:52 -07:00
evanphx/json-patch godep bump: github.com/evanphx/json-patch 2016-06-09 08:15:25 +01:00
exponent-io/jsonpath Add a dependency on github.com/exponent-io/jsonpath 2016-10-13 21:44:22 -07:00
fsnotify/fsnotify Viper dependency + viper godeps 2016-09-15 18:37:57 -04:00
garyburd/redigo Update deps without licenses 2016-06-02 16:57:28 -07:00
ghodss/yaml Move deps from _workspace/ to vendor/ 2016-05-08 20:30:21 -07:00
go-ini/ini Move deps from _workspace/ to vendor/ 2016-05-08 20:30:21 -07:00
go-openapi Add go-openapi dependencies and update Godeps 2016-08-18 13:50:50 -07:00
godbus/dbus Update vendor dir and Godeps.json with new Godep 2016-05-11 17:02:50 -07:00
gogo/protobuf Update godeps for etcd 3.0.4 2016-08-09 08:51:15 -05:00
golang Update godeps for etcd 3.0.4 2016-08-09 08:51:15 -05:00
google Removing datagen.go as it has been removed from godeps 2016-10-27 09:17:30 -07:00
gorilla Move deps from _workspace/ to vendor/ 2016-05-08 20:30:21 -07:00
grpc-ecosystem/grpc-gateway Update godeps for etcd 3.0.4 2016-08-09 08:51:15 -05:00
hashicorp Viper dependency + viper godeps 2016-09-15 18:37:57 -04:00
hawkular/hawkular-client-go Move deps from _workspace/ to vendor/ 2016-05-08 20:30:21 -07:00
heketi/heketi Update heketi dependency to release3. 2016-10-24 22:36:28 +05:30
howeyc/gopass Add a dependency on github.com/howeycgopass 2016-08-27 21:29:12 -07:00
imdario/mergo Move deps from _workspace/ to vendor/ 2016-05-08 20:30:21 -07:00
inconshreveable/mousetrap Move deps from _workspace/ to vendor/ 2016-05-08 20:30:21 -07:00
influxdata/influxdb Bumped influxdb to 0.12.2 in Godeps 2016-08-30 12:23:40 +02:00
jmespath/go-jmespath Update vendor dir and Godeps.json with new Godep 2016-05-11 17:02:50 -07:00
jonboulle/clockwork Update godeps for etcd 3.0.4 2016-08-09 08:51:15 -05:00
jteeuwen/go-bindata godep: vendor go-bindata 2016-10-24 18:00:08 -07:00
juju/ratelimit Move deps from _workspace/ to vendor/ 2016-05-08 20:30:21 -07:00
kardianos/osext Move deps from _workspace/ to vendor/ 2016-05-08 20:30:21 -07:00
kr Viper dependency + viper godeps 2016-09-15 18:37:57 -04:00
lpabon/godbc GlusterFS dynamic provisioner and deleter interface based on StorageClass claims 2016-08-19 23:03:32 +05:30
magiconair/properties Viper dependency + viper godeps 2016-09-15 18:37:57 -04:00
mailru/easyjson Add go-openapi dependencies and update Godeps 2016-08-18 13:50:50 -07:00
MakeNowJust/heredoc Add heredoc and go-wordwrap dependencies 2016-10-17 11:17:04 -02:00
matttproud/golang_protobuf_extensions Move deps from _workspace/ to vendor/ 2016-05-08 20:30:21 -07:00
mesos/mesos-go fix godeps 2016-09-28 11:22:52 -07:00
Microsoft/go-winio Update vendor dir and Godeps.json with new Godep 2016-05-11 17:02:50 -07:00
miekg/dns Update Godeps for github.com/skynetservices/skydns and github.com/miekg/dns 2016-06-29 14:05:43 -07:00
mistifyio/go-zfs Move deps from _workspace/ to vendor/ 2016-05-08 20:30:21 -07:00
mitchellh Add heredoc and go-wordwrap dependencies 2016-10-17 11:17:04 -02:00
mreiferson/go-httpclient vendor: add cfssl dependency 2016-07-19 11:25:38 -07:00
mvdan/xurls Update vendor dir and Godeps.json with new Godep 2016-05-11 17:02:50 -07:00
mxk/go-flowrate Move deps from _workspace/ to vendor/ 2016-05-08 20:30:21 -07:00
onsi Update gomega godeps to include gstruct 2016-09-28 13:44:36 -07:00
opencontainers/runc update libcontainer,gocapability,cadvisor 2016-10-10 14:24:05 -04:00
pborman/uuid Update Godeps for github.com/skynetservices/skydns and github.com/miekg/dns 2016-06-29 14:05:43 -07:00
pelletier Viper dependency + viper godeps 2016-09-15 18:37:57 -04:00
pkg Update sftp package 2016-10-08 20:41:57 -04:00
pmezard/go-difflib Move deps from _workspace/ to vendor/ 2016-05-08 20:30:21 -07:00
prometheus Update godeps for etcd 3.0.4 2016-08-09 08:51:15 -05:00
PuerkitoBio Add go-openapi dependencies and update Godeps 2016-08-18 13:50:50 -07:00
quobyte/api add vendor code 2016-09-16 13:26:18 +02:00
rackspace/gophercloud bump(github.com/rackspace/gophercloud): e00690e87603abe613e9f02c816c7c4bef82e063 2016-10-14 14:54:26 +02:00
renstrom/dedent Add dedent pkg 2016-06-26 22:50:11 -07:00
robfig/cron bump(github.com/robfig/cron/):783cfcb01fb00c48f740c9de79122bd410294149 2016-09-14 20:30:17 +02:00
rubiojr/go-vhd update vendor pkg to support azure disk provisioning 2016-10-27 17:42:44 +00:00
russross/blackfriday Update godeps for etcd 3.0.4 2016-08-09 08:51:15 -05:00
samuel/go-zookeeper Move deps from _workspace/ to vendor/ 2016-05-08 20:30:21 -07:00
seccomp/libseccomp-golang Move deps from _workspace/ to vendor/ 2016-05-08 20:30:21 -07:00
shurcooL/sanitized_anchor_name Update deps without licenses 2016-06-02 16:57:28 -07:00
Sirupsen/logrus Update vendor dir and Godeps.json with new Godep 2016-05-11 17:02:50 -07:00
skynetservices/skydns Update Godeps for github.com/skynetservices/skydns and github.com/miekg/dns 2016-06-29 14:05:43 -07:00
spf13 bump(github.com/spf13/pflag): 5ccb023bc27df288a957c5e994cd44fd19619465 2016-10-27 16:25:28 +02:00
square/go-jose Vendor github.com/square/go-jose@789a4c4bd4c118f7564954f441b29c153ccd6a96 2016-09-14 15:28:22 +01:00
stretchr Update deps without licenses 2016-06-02 16:57:28 -07:00
syndtr/gocapability update libcontainer,gocapability,cadvisor 2016-10-10 14:24:05 -04:00
ugorji/go Update godeps for etcd 3.0.4 2016-08-09 08:51:15 -05:00
vishvananda/netlink Revert "Use netlink.SetPromiscOn instead of iproute2 command" 2016-08-22 10:28:11 +02:00
vmware/govmomi - Updated vmware/govmomi godep (Needs for vsan support) 2016-08-03 16:37:56 -07:00
xanzy/go-cloudstack godep: add go-cloudstack dependency 2016-08-13 09:40:23 +02:00
xiang90/probing godep: update etcd to 3.0.12 2016-10-10 09:46:40 -07:00
xyproto/simpleredis Update vendor dir and Godeps.json with new Godep 2016-05-11 17:02:50 -07:00