Michael Adam
06ad835e48
glusterfs: implement GID security in the dynamic provisioner
...
Signed-off-by: Michael Adam <obnox@redhat.com >
2016-12-03 05:27:10 +01:00
Kubernetes Submit Queue
8f07fc3d41
Merge pull request #36437 from humblec/glusterfs-clusterid-prov
...
Automatic merge from submit-queue
Add `clusterid`, an optional parameter to storageclass.
At present, admin doesn't have the privilege to chose the
trusted storage pool from which persistent gluster volume
has to be provided.
This patch introduce a new storage class parameter which allows
the admin to specify storage pool/cluster if required.
Signed-off-by: Humble Chirammal <hchiramm@redhat.com >
2016-12-01 06:31:25 -08:00
Kubernetes Submit Queue
5bba858b33
Merge pull request #37231 from janetkuo/stateful-set-example-files
...
Automatic merge from submit-queue
Update Stateful Set example files for 1.5
1. Remove initialized annotation from statefulset examples
2. Update storage class annotation to beta in statefulset examples
3. Remove alpha limitation on PetSet in cassandra example
cc @erictune @foxish @kow3ns @enisoc @chrislovecnm @kubernetes/sig-apps
```release-note
NONE
```
2016-11-30 21:11:08 -08:00
deads2k
7c0e48f544
split out authentication options
2016-11-29 10:59:43 -05:00
deads2k
56b7a8b02b
remove some options from mega-struct
2016-11-29 10:59:43 -05:00
deads2k
18074d7606
split insecure serving options
2016-11-29 10:59:42 -05:00
deads2k
a08f3ba521
split secure serving options
2016-11-29 10:59:42 -05:00
deads2k
a9af8206cb
split generic etcdoption out of main struct
2016-11-29 10:59:42 -05:00
Kubernetes Submit Queue
9ac1bcaa03
Merge pull request #37363 from nebril/example-typo-fix
...
Automatic merge from submit-queue
Fix notice in redis-slave example
2016-11-28 11:44:56 -08:00
Kubernetes Submit Queue
b803a96ad1
Merge pull request #34894 from allancaffee/patch-1
...
Automatic merge from submit-queue
Clean up some wording
The wording felt a little clunky so I tried to smooth it out a little. Hopefully I maintained the author's intent.
2016-11-28 11:44:39 -08:00
Kubernetes Submit Queue
626918aa4f
Merge pull request #37120 from thockin/scary-warning-again
...
Automatic merge from submit-queue
Remove a few versioned-warnings that snuck in, again
2016-11-28 11:43:54 -08:00
Kubernetes Submit Queue
22fc6641ae
Merge pull request #36715 from humblec/glusterfs-doc-update
...
Automatic merge from submit-queue
Update gluster setup readme.
Referring gluster setup guide to official glusterfs documentation.
Signed-off-by: Humble Chirammal <hchiramm@redhat.com >
2016-11-28 11:43:07 -08:00
Clayton Coleman
a43960da3b
Move GroupVersion* to pkg/runtime/schema
2016-11-23 21:03:36 -06:00
Janet Kuo
90e5971a52
Remove alpha limitation on PetSet in cassandra example
2016-11-23 10:44:05 -08:00
Janet Kuo
b88bebded5
Remove initialized annotation from statefulset examples
2016-11-23 10:40:42 -08:00
Maciej Kwiek
a004bc20aa
Fix notice in redis-slave example
2016-11-23 10:16:16 +01:00
Humble Chirammal
4aeb2a5771
At present, admin doesn't have the privilege to choose the
...
trusted storage pool from which persistent gluster volume
has to be provided.
This patch introduce a new storage class parameter which allows
the admin to specify storage pool/cluster if required.
Signed-off-by: Humble Chirammal <hchiramm@redhat.com >
2016-11-23 12:57:35 +05:30
Tim Hockin
0772c9b6f9
Remove a few versioned-warnings that snuck in, again
2016-11-18 13:28:46 -08:00
sebgoa
e0855ea7bd
fix munge-docs build errors
2016-11-17 16:49:00 +01:00
Humble Chirammal
c38c26010b
Update gluster setup readme.
...
Signed-off-by: Humble Chirammal <hchiramm@redhat.com >
2016-11-13 12:17:55 +05:30
foxish
a5b7591646
Remove namespaces from all examples.
2016-11-11 11:57:33 -08:00
Kubernetes Submit Queue
c0b51921f0
Merge pull request #36385 from ymqytw/update-nginx-example
...
Automatic merge from submit-queue
Update https-nginx example
Update how to edit the configmap. Since we are not going to support `kubeectl replace configmap cmName --from-file=filename` in `v1.5`.
And update the `inotifywait` command.
Fixes : #36489
2016-11-10 11:58:53 -08:00
ymqytw
3bf4cdc710
Update https-nginx example README and inotifywait cmd
2016-11-10 09:14:02 -08:00
pweil-
bbe9c8f96d
add authz checks to allowed policies admission
2016-11-08 08:36:27 -05:00
Kubernetes Submit Queue
b75c3a45a1
Merge pull request #35776 from jimmycuadra/petset-rename-docs-examples
...
Automatic merge from submit-queue
Rename PetSet to StatefulSet in docs and examples.
**What this PR does / why we need it**: Addresses some of the pre-code-freeze changes for implementing the PetSet --> StatefulSet rename. (#35534 )
**Special notes for your reviewer**: This PR only changes docs and examples, as #35731 hasn't been merged yet and I don't want to create merge conflicts. I'll open another PR for any remaining code changes needed after that PR is merged. /cc @erictune @janetkuo @chrislovecnm
2016-11-06 13:30:21 -08:00
Kubernetes Submit Queue
1f0febc8c9
Merge pull request #35905 from jsafrane/secret-types
...
Automatic merge from submit-queue
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-11-06 11:00:17 -08:00
Jimmy Cuadra
d42eabd9d2
Rename PetSet to StatefulSet in docs and examples.
2016-11-05 00:17:28 -07:00
Huamin Chen
622b388452
add secret type to RBD secrets in examples and e2e test
...
Signed-off-by: Huamin Chen <hchen@redhat.com >
2016-11-03 13:50:38 -04:00
Kubernetes Submit Queue
e817594648
Merge pull request #35731 from janetkuo/statefulset-v1beta1
...
Automatic merge from submit-queue
Move Statefulset (previously PetSet) to v1beta1
**What this PR does / why we need it**: #28718
**Which issue this PR fixes** _(optional, in `fixes #<issue number>(, #<issue_number>, ...)` format, will close that issue when PR gets merged)_: fixes #
**Special notes for your reviewer**: depends on #35663 (PetSet rename)
cc @erictune @foxish @kubernetes/sig-apps
**Release note**:
``` release-note
v1beta1/StatefulSet replaces v1alpha1/PetSet.
```
2016-11-03 02:46:57 -07:00
Janet Kuo
c25455e8b3
(Auto-gen) Run hack/update-all & update-bazel & update linted packages
2016-11-02 15:16:41 -07:00
Janet Kuo
c15b9470f5
Replace apps/v1alpha1 with apps/v1beta1 and manually remove generated apps/v1alpha1 files
...
Manually remove generated apps/v1alpha1 types, protobuf, and api-reference doc files
Manually remove apps/v1alpha1 folder from 1.5 generated client
2016-11-02 15:16:23 -07:00
Tim Hockin
43d3824a9a
Remove a few versioned-warnings that snuck in
2016-11-02 14:21:40 -07:00
Tim Hockin
f4c2a05eea
Merge pull request #33656 from koep/typos
...
Fix typos
2016-11-02 07:25:16 +01:00
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
Dr. Stefan Schimanski
d0b3981f07
Make GenericApiServer.Run interruptable and fail on first listen
2016-11-01 09:50:56 +01:00
Alex Robinson
6b98de39a5
Improve CockroachDB example
...
* Use an init container to eliminate potential edge case where losing
the first pet's could cause it to start a second logical cluster
* Exec the cockroach binary so that it runs as PID 1 in the container
* Make some small improvements to the README
2016-10-31 15:48:41 -04:00
Christian Koep
cc1d8951a9
Fix typos and linted_packages sorting
2016-10-31 18:31:08 +01: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
Chao Xu
850729bfaf
include multiple versions in clientset
...
update client-gen to use the term "internalversion" rather than "unversioned";
leave internal one unqualified;
cleanup client-gen
2016-10-29 13:30:47 -07:00
Huamin Chen
1d52719465
azure disk volume: support storage class and dynamic provisioning
...
Signed-off-by: Huamin Chen <hchen@redhat.com >
2016-10-28 13:31:47 +00: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
10aee82ae3
Rename PetSet API to StatefulSet
2016-10-27 17:25:10 -07:00
Brian Grant
2ae2339d6a
Merge pull request #35546 from thockin/kill-head-scary-warning-on-master
...
Remove obsolete munger on docs
2016-10-26 16:44:53 -07:00
Kubernetes Submit Queue
497d22d459
Merge pull request #34996 from abrarshivani/vsphere_volumes_examples
...
Automatic merge from submit-queue
Add vSphere Volume Examples
This PR adds vSphere Volume Examples
2016-10-26 10:23:09 -07:00
Abrar Shivani
54cf6b0667
Add vSphere Volume Examples
2016-10-25 15:53:06 -07:00
Tim Hockin
9a1799fa09
versionize-docs is dead
2016-10-26 00:06:59 +02:00
Tim Hockin
b0fa2056a6
Remove 'this is HEAD' warning on docs
2016-10-26 00:06:59 +02:00
Mike Danese
56200d16a3
add genrule for test bindata
2016-10-24 18:00:08 -07:00
Mike Danese
27116c6818
rename build/ to build-tools/
2016-10-24 14:41:56 -07:00
Dr. Stefan Schimanski
cca05af615
Move swagger+openapi setup to routes and decouple from run
2016-10-22 13:42:22 +02:00