- Jul 03, 2018
-
-
elementyang authored
-
Tom Paine authored
-
Wong Hoi Sing Edison authored
- cephfs-provisioner 06fddbe2 (https://github.com/kubernetes-incubator/external-storage/tree/06fddbe2/ceph/cephfs) Noteable changes from upstream: - Added storage class parameters to specify a root path within the backing cephfs and, optionally, use deterministic directory and user names (https://github.com/kubernetes-incubator/external-storage/pull/696) - Support capacity (https://github.com/kubernetes-incubator/external-storage/pull/770) - Enable metrics server (https://github.com/kubernetes-incubator/external-storage/pull/797) Other noteable changes: - Clean up legacy manifests file naming - Remove legacy manifests, namespace and storageclass before upgrade - `cephfs_provisioner_monitors` simplified as string - Default to new deterministic naming - Add `reclaimPolicy` support in StorageClass With legacy non-deterministic naming style (where $UUID are generated ramdonly): - cephfs_provisioner_claim_root: /volumes/kubernetes - cephfs_provisioner_deterministic_names: false - Generated CephFS volume: /volumes/kubernetes/kubernetes-dynamic-pvc-$UUID - Generated CephFS user: kubernetes-dynamic-user-$UUID With new default deterministic naming style (where $NAMESPACE and $PVC are predictable): - cephfs_provisioner_claim_root: /volumes - cephfs_provisioner_deterministic_names: true - Generated CephFS volume: /volumes/$NAMESPACE/$PVC - Generated CephFS user: k8s.$NAMESPACE.$PVC
-
- Jun 15, 2018
-
-
Earl C. Ruby III authored
The README says to check if Python and pip are installed type: ``` python -v && pip -v ``` Lowercase `-v` is `--verbose`, uppercase `-V` is `--version`. The command should be: ``` python -V && pip -V ```
-
- Jun 13, 2018
-
-
Wong Hoi Sing Edison authored
-
- Jun 08, 2018
-
-
Wong Hoi Sing Edison authored
-
- Jun 07, 2018
-
-
Wong Hoi Sing Edison authored
-
- Jun 01, 2018
-
-
Antoine Legrand authored
Remove the HUGE gitlab logo
-
- May 28, 2018
-
-
Mithun Arunan authored
fix gitlab logo
-
- May 19, 2018
- May 15, 2018
-
-
Matthew Mosesohn authored
* Upgrade k8s to 1.10.2 Bumped etcd version to 3.2.16 as recommended * Add ipvs fix for v1.10 * change flannel addons test to ha
-
spinside authored
-
spinside authored
-
- May 14, 2018
-
-
spinside authored
Added the requirement of pip for Vagrant users in readme. See issue #2766
- May 03, 2018
-
-
Krystan Honour authored
-
- Apr 26, 2018
-
-
Markos Chandras authored
This reverts commit 51f4e658.
-
- Apr 23, 2018
-
-
Matthew Mosesohn authored
-
- Apr 17, 2018
-
-
Wong Hoi Sing Edison authored
-
- Apr 16, 2018
-
-
Arslanbekov Denis authored
-
Arslanbekov Denis authored
-
Arslanbekov Denis authored
-
- Apr 11, 2018
-
-
Markos Chandras authored
-
- Apr 10, 2018
-
-
Karol Chrapek authored
-
- Apr 06, 2018
-
-
- Apr 05, 2018
-
-
RongZhang authored
-
- Mar 28, 2018
-
-
Wong Hoi Sing Edison authored
-
- Mar 24, 2018
-
-
Wong Hoi Sing Edison authored
- Fix #2414, so namespace isolation should now works - Update weave-net.yml.j2 as per latest https://cloud.weave.works/k8s/net - Other minor fixup
-
- Mar 22, 2018
-
-
Andreas Krüger authored
Some of the versions does not match. Fix this.
-
- Mar 21, 2018
-
-
Chad Swenson authored
-
- Mar 19, 2018
-
-
Zobair Shahadat authored
-
- Mar 07, 2018
-
-
Antoine Legrand authored
-
RongZhang authored
Support Centos/Fedora atomic host
-
- Mar 02, 2018
-
-
Qasim Sarfraz authored
-
- Feb 27, 2018
-
-
RongZhang authored
Upgrade to Kubernetes v1.9.3
-
- Feb 17, 2018
-
-
melkosoft authored
* Added cilium support * Fix typo in debian test config * Remove empty lines * Changed cilium version from <latest> to <v1.0.0-rc3> * Add missing changes for cilium * Add cilium to CI pipeline * Fix wrong file name * Check kernel version for cilium * fixed ci error * fixed cilium-ds.j2 template * added waiting for cilium pods to run * Fixed missing EOF * Fixed trailing spaces * Fixed trailing spaces * Fixed trailing spaces * Fixed too many blank lines * Updated tolerations,annotations in cilium DS template * Set cilium_version to iptables-1.9 to see if bug is fixed in CI * Update cilium image tag to v1.0.0-rc4 * Update Cilium test case CI vars filenames * Add optional prometheus flag, adjust initial readiness delay * Update README.md with cilium info
-
- Feb 08, 2018
-
-
Wong Hoi Sing Edison authored
-
- Feb 05, 2018
-
-
Spencer Smith authored
-