- Jul 03, 2018
-
-
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
-
- Jul 02, 2018
-
-
Rong Zhang authored
Fix `coreos_dual` -> `coredns_dual` typo
-
Nicolas Trangez authored
See: e40368ae
-
Rong Zhang authored
fix the time of ca files are changed in make-ssl-etcd
-
Matthew Mosesohn authored
* Fixup vault etcd * Update main.yml
-
Matthew Mosesohn authored
-
- Jun 30, 2018
-
-
Rong Zhang authored
fix add etcd_events_access_address
-
elementyang authored
-
- Jun 29, 2018
-
-
Rong Zhang authored
fix template index out of range for pull images
-
Matthew Mosesohn authored
-
Rong Zhang authored
Fix default value for dns_mode on the document
-
- Jun 28, 2018
-
-
amaya authored
-
- Jun 27, 2018
-
-
Andreas Krüger authored
Adding uuidfile for rkt based vault to properly cleanup after itself
-
- Jun 26, 2018
-
-
Andreas Krüger authored
No need to install rkt on CoreOS
-
- Jun 25, 2018
-
-
neith00 authored
-
Aivars Sterns authored
Make Calico nodename overridable on bare metal
-
- Jun 24, 2018
-
-
Rong Zhang authored
Update efk stack
-
Rong Zhang authored
allow for configurable openstack storage class
-
elementyang authored
-
- Jun 23, 2018
-
-
Brad Beam authored
-
Rong Zhang authored
Add run_once to remove-node
-
rongzhang authored
-
elementyang authored
-
- Jun 22, 2018
-
-
elementyang authored
-
Yumo Yang authored
-
Rong Zhang authored
Fix the Python and pip version flag in the README
-
- Jun 21, 2018
-
-
Rong Zhang authored
Add manage swap on the worker node
-
rongzhang authored
-
- Jun 19, 2018
-
-
Andreas Krüger authored
Update kube-scheduler policy
-
Andreas Krüger authored
Fixed "network_plugin" variable
-
Andreas Krüger authored
Enable by default the kubelet token auth
-
Andreas Krüger authored
Improve variable handling for disabling etcd events cluster
-
- Jun 18, 2018
-
-
Matthew Mosesohn authored
-
Antoine Legrand authored
-
- 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 ```
-
Julien Mailleret authored
* Limit the maximum number of revisions saved per helm release
-
Andreas Krüger authored
Fix inconsistent variables in task name and task message
-
Andreas Krüger authored
CoreDNS uses cluster_name instead of dns_domain
-
- Jun 14, 2018
-
-
Andreas Krüger authored
parametrized iptables options for docker daemon
-
Andreas Krüger authored
Add vm_name option to vsphere cloud provider config
-