- Jul 31, 2018
-
-
Jerry Elmore authored
Attempting to clarify the language surrounding the etcd node deployment script failure mechanism. I had this error when doing a new cluster deployment last night and, though it should have been, it wasn't immediately apparent to me what was causing the issue (since my default master node hostnames do not specify whether they are also acting as etcd replicas).
-
- Jul 27, 2018
-
-
Rong Zhang authored
Fix label of registry in README
-
Alexandre Ardhuin authored
-
- Jul 25, 2018
-
-
Chad Swenson authored
Remove double slash
-
- Jul 20, 2018
-
-
Seungkyu Ahn authored
Even without this PR, the operation works well. However, it is better to use a single slash rather than a double slash in the path.
-
- Jul 19, 2018
-
-
Andreas Krüger authored
Include etcd and masters in adding node doc
-
- Jul 18, 2018
-
-
Rong Zhang authored
Fixed kubectl path.
-
- Jul 13, 2018
-
-
Takashi Okamoto authored
-
- Jul 12, 2018
-
-
Miouge1 authored
-
- Jul 11, 2018
-
-
Matthew Mosesohn authored
apiserver cert should be created only once
-
- Jul 10, 2018
-
-
Rong Zhang authored
add docker upgrade tag doc
-
Matthew Mosesohn authored
-
Rong Zhang authored
ingress-nginx: Upgrade to 0.16.2
-
Aivars Sterns authored
Force copy cni files
-
Wong Hoi Sing Edison authored
ingress-nginx 0.16.2 (https://github.com/kubernetes/ingress-nginx/releases/tag/nginx-0.16.2) This patch simplify ingress-nginx deployment by default deploy on master, with customizable options; on the other hand, remove the additional Ansible group "kube-ingress" and its k8s node label injection. Reference to https://kubernetes.io/docs/concepts/services-networking/ingress/#prerequisites: GCE/Google Kubernetes Engine deploys an ingress controller on the master. By changing `ingress_nginx_nodeselector` plus custom k8s node label, user could customize the DaemonSet deployment target. If `ingress_nginx_nodeselector` is empty, will deploy DaemonSet on every k8s node.
-
Rong Zhang authored
cert-manager: Upgrade to 0.3.2
-
Wong Hoi Sing Edison authored
Upstream Changes: - cert-manager 0.3.2 (https://github.com/jetstack/cert-manager/releases/tag/v0.3.2) Our Changes: - Remove legacy addon dir, manifests and namespace before upgrade
-
- Jul 09, 2018
-
-
Rong Zhang authored
cephfs-provisioner: Upgrade to 1.1.0-k8s1.10
-
- Jul 08, 2018
-
-
Rong Zhang authored
Remove step that disables `kube_basic_auth`.
-
Rong Zhang authored
Fix 2976
-
Alexandru Bogdan Pica authored
Fix failure when the container attribute is not set for a download
-
Dao Hoang Son authored
The referenced issue (https://github.com/kubernetes/kubeadm/issues/441) has already been fixed.
-
- Jul 07, 2018
-
-
Wong Hoi Sing Edison authored
Upstream Changes: - Update CEPH_VERSION to mimic (https://github.com/kubernetes-incubator/external-storage/pull/841) Our Changes: - Using image from official repo which contain latest changes (https://quay.io/repository/external_storage/cephfs-provisioner)
-
Rong Zhang authored
change create to apply
-
- Jul 06, 2018
-
-
Matthew Mosesohn authored
-
elementyang authored
-
Matthew Mosesohn authored
* Add tags for cert serial tasks This will help facilitate tag-based deployment of specific components. * fixup kubernetes node
-
- Jul 05, 2018
-
-
Matthew Mosesohn authored
-
Rong Zhang authored
Add TF_VAR_ to terraform env
-
- Jul 04, 2018
-
-
Aivars Sterns authored
CheckNodePIDPressure is not supported in v1.10
-
- Jul 03, 2018
-
-
Rong Zhang authored
Update README.md
-
Rong Zhang authored
cephfs-provisioner: Upgrade to 06fddbe2
-
Rong Zhang authored
move node selection from --limit to --extra-vars=node<nodename>"
-
Tom Paine authored
-
Mark Eisenblaetter 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
-
- Jul 02, 2018
-
-
Mark Eisenblaetter authored
-
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
-