Wojciech Tyczynski
ad7a234ea8
Cache fields for filtering in watchCache.
2016-11-29 09:48:09 +01:00
Kubernetes Submit Queue
be62cd2bf0
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
7da44afaa2
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
db6839e802
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
aa81e9b002
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
c932ca4d17
Move GroupVersion* to pkg/runtime/schema
2016-11-23 21:03:36 -06:00
Maciej Kwiek
4f250f53a8
Fix notice in redis-slave example
2016-11-23 10:16:16 +01:00
Tim Hockin
b32e463299
Remove a few versioned-warnings that snuck in, again
2016-11-18 13:28:46 -08:00
sebgoa
8f2457c10c
fix munge-docs build errors
2016-11-17 16:49:00 +01:00
Humble Chirammal
78463473eb
Update gluster setup readme.
...
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2016-11-13 12:17:55 +05:30
foxish
14ff380105
Remove namespaces from all examples.
2016-11-11 11:57:33 -08:00
Kubernetes Submit Queue
78db54224f
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
04228a19ee
Update https-nginx example README and inotifywait cmd
2016-11-10 09:14:02 -08:00
pweil-
917e65c612
add authz checks to allowed policies admission
2016-11-08 08:36:27 -05:00
Kubernetes Submit Queue
e404974931
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
5b4f613064
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
7c8101ab3d
Rename PetSet to StatefulSet in docs and examples.
2016-11-05 00:17:28 -07:00
Huamin Chen
a4f26500ee
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
4bbcd00b7e
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
29fd27abb2
(Auto-gen) Run hack/update-all & update-bazel & update linted packages
2016-11-02 15:16:41 -07:00
Janet Kuo
f48c788a68
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
42634e8205
Remove a few versioned-warnings that snuck in
2016-11-02 14:21:40 -07:00
Tim Hockin
6f92923128
Merge pull request #33656 from koep/typos
...
Fix typos
2016-11-02 07:25:16 +01:00
Kubernetes Submit Queue
283a10cf24
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
31058e0bc9
Make GenericApiServer.Run interruptable and fail on first listen
2016-11-01 09:50:56 +01:00
Alex Robinson
1e6f19829b
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
f8e0608e9e
Fix typos and linted_packages sorting
2016-10-31 18:31:08 +01:00
Jan Safranek
588fa6fba4
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
2fddf46ea4
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
b5a21d82ae
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
1825c650e6
(Auto-gen) Run update-all.sh, codecgen, munge docs, and bazel
2016-10-27 17:25:10 -07:00
Janet Kuo
01b41bc139
Rename PetSet API to StatefulSet
2016-10-27 17:25:10 -07:00
Brian Grant
465aa2fea8
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
c99b394283
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
2ec0f9577a
Add vSphere Volume Examples
2016-10-25 15:53:06 -07:00
Tim Hockin
bf35ee1b59
versionize-docs is dead
2016-10-26 00:06:59 +02:00
Tim Hockin
e87fd7b5f0
Remove 'this is HEAD' warning on docs
2016-10-26 00:06:59 +02:00
Mike Danese
bc96d811c8
add genrule for test bindata
2016-10-24 18:00:08 -07:00
Mike Danese
c4bdc646ac
rename build/ to build-tools/
2016-10-24 14:41:56 -07:00
Dr. Stefan Schimanski
a443d8d4e6
Move swagger+openapi setup to routes and decouple from run
2016-10-22 13:42:22 +02:00
Mike Danese
9210b3b6ca
fix tests by declaring testdata
2016-10-21 17:32:32 -07:00
Humble Chirammal
8fe35f502a
Use PVC namespace when provisioning GlusterFS volumes.
...
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2016-10-20 00:31:21 +05:30
Kubernetes Submit Queue
22310139e3
Merge pull request #34765 from ivan4th/fix-more-typos
...
Automatic merge from submit-queue
Fix typos
2016-10-19 00:21:11 -07:00
Kubernetes Submit Queue
e5127e5aa0
Merge pull request #34804 from YuPengZTE/devTypos
...
Automatic merge from submit-queue
Clean up typos in links in README
**What this PR does / why we need it**:
Clean up the link in README for mysql-wordpress-pd and nfs
Signed-off-by: YuPengZTE <yu.peng36@zte.com.cn>
2016-10-18 19:10:50 -07:00
Sean Lang
f365f18029
Change link to official Ceph Kubernetes docs
...
@elsonrodriguez, @hunter, and @leseb have gotten Ceph to run almost entirely within Kubernetes. Also, the official Ceph Docker image is more likely to be kept updated.
2016-10-18 17:37:45 -04:00
YuPengZTE
8c58337678
Clean up typos in links in README
...
Signed-off-by: YuPengZTE <yu.peng36@zte.com.cn>
2016-10-17 11:03:13 +08:00
Allan Caffee
eaceee0d44
Clean up some wording
2016-10-15 12:42:55 -07:00
Kubernetes Submit Queue
dcde2bd577
Merge pull request #32509 from derekmahar/master
...
Automatic merge from submit-queue
Corrected title of example "Java Web Application with Tomcat and Side…
**What this PR does / why we need it**: Corrects spelling error in title of example "Java Web Application with Tomcat and Sidercar Container".
**Which issue this PR fixes**: NONE
**Special notes for your reviewer**: NONE
**Release note**: NONE
2016-10-15 09:31:36 -07:00
deads2k
66fccf3f37
default serializer
2016-10-14 11:27:32 -04:00
Ivan Shvedunov
90968e634f
Fix typos
2016-10-14 00:29:50 +03:00