c12s-kubespray/roles/kubernetes-apps
Wong Hoi Sing Edison 728024e8ff cephfs-provisioner: Upgrade to 06fddbe2
-   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
2018-07-03 10:15:24 +08:00
..
ansible Using dns domain instead of cluster name for coredns, incase they differ 2018-06-13 18:52:35 +00:00
cluster_roles Properly check vsphere_cloud_provider.rc 2018-04-02 18:45:42 +03:00
efk correct some indentation issues in the fluentd daemonset. 2018-05-14 19:56:18 +02:00
external_provisioner cephfs-provisioner: Upgrade to 06fddbe2 2018-07-03 10:15:24 +08:00
helm Limit the maximum number of revisions saved per helm release (#2894) 2018-06-15 12:50:18 +02:00
ingress_controller cert-manager: Upgrade to v0.3.0 2018-06-13 21:47:44 +08:00
istio istio: container download related things should defined in the download role 2018-04-03 14:29:50 +08:00
meta Remove KPM support 2018-05-21 22:28:08 +02:00
network_plugin Stop templating kube-system namespace and creating it (#2545) 2018-03-30 14:29:13 +03:00
persistent_volumes is-default-class is case sensative so we must return a lowercase string 2018-02-15 10:51:42 +01:00
policy_controller Stop templating kube-system namespace and creating it (#2545) 2018-03-30 14:29:13 +03:00
registry registry: container download related things should defined in the download role 2018-04-01 06:51:57 +08:00
rotate_tokens/tasks Merge pull request #2495 from holmsten/rotate-provisioner-token 2018-04-04 10:21:12 +02:00