- Oct 17, 2018
-
-
Erwan Miran authored
* failed * version_compare * succeeded * skipped * success * version_compare becomes version since ansible 2.5 * ansible minimal version updated in doc and spec * last version_compare
-
- Oct 16, 2018
-
-
JuanJo Ciarlante authored
* [jjo] add kube-router support Fixes cloudnativelabs/kube-router#147. * add kube-router as another network_plugin choice * support most used kube-router flags via `kube_router_foo` vars as other plugins * implement replacing kube-proxy (--run-service-proxy=true) via `kube_proxy_mode: none`, verified in a _non kubeadm_enabled_ install, should also work for recent kubeadm releases via `skipKubeProxyInstall: true` config * [jjo] address PR#3339 review from @woopstar * add busybox image used by kube-router to downloads * fix busybox download groups key * rework kubeadm_enabled + kube_router_run_service_proxy - verify it working ok w/the kubeadm_enabled and kube_router_run_service_proxy true or false - introduce `kube_proxy_remove` fact, to decouple logic from kube_proxy_mode (which affects kubeadm configmap settings, thus no-good to ab-use it to 'none') * improve kube-router.md re: kubeadm_enabled and kube_router_run_service_proxy * address @woopstar latest review * add inventory/sample/group_vars/k8s-cluster/k8s-net-kube-router.yml * fix kube_router_run_service_proxy conditional for kube-proxy removal * fix kube_proxy_remove fact (w/ |bool), add some needed kube-proxy tags on my and existing changes * update kube-router tolerations for 1.12 compatibility * add PriorityClass to kube-router DaemonSet
-
- Oct 12, 2018
-
-
Oz N Tiram authored
* Specify that the cluster.yml playbook should run as root This is a possible fix for #3388. The following examples show the option `-b` too: https://kubernetes.io/docs/setup/custom-cloud/kubespray/ https://github.com/kubernetes-incubator/kubespray/blob/master/docs/getting-started.md#starting-custom-deployment * Update invocation to include specific root user * Update comment text according to suggestions
-
- Oct 07, 2018
-
-
- Oct 04, 2018
-
-
Rong Zhang authored
* Upgrade kubernetes to v1.12.0 Use kubeadm v1alpha3 config * Upgrade coredns and etcd * Upgrage docker to 18.06
-
- Oct 01, 2018
-
-
Florent Monbillard authored
Internet access is not mandatory as long as the user configures all container image repositories to point to internal container registries, in case of on-premises installation with firewall rules preventing direct Internet access.
-
- Sep 27, 2018
-
-
Antoine Legrand authored
-
Ryan McGuire authored
-
- Sep 23, 2018
-
-
Arnaud M authored
-
- Sep 19, 2018
-
-
Giacomo Longo authored
-
- Sep 17, 2018
-
-
Wong Hoi Sing Edison authored
Upstream Changes: - weave 2.4.1 (https://github.com/weaveworks/weave/releases/tag/v2.4.1) Our Changes: - Templates sync with upstream manifests
-
Wong Hoi Sing Edison authored
Upstream Changes: - cert-manager 0.5.0 (https://github.com/jetstack/cert-manager/releases/tag/v0.5.0) Our Changes: - Templates sync with upstream manifests
-
- Sep 10, 2018
-
-
rongzhang authored
-
- Sep 07, 2018
-
-
Erwan Miran authored
-
- Sep 04, 2018
-
-
Erwan Miran authored
-
mgsergio authored
It wan't obvious for me how to join this channel.
-
- Sep 03, 2018
-
-
Wong Hoi Sing Edison authored
Upstream Changes: - ingress-nginx 0.19.0 (https://github.com/kubernetes/ingress-nginx/releases/tag/nginx-0.19.0) Our Changes: - Sync templates with upstream changes
-
- Sep 02, 2018
-
-
Wong Hoi Sing Edison authored
Upstream Changes: - cephfs-provisioner v2.1.0-k8s1.11 (https://github.com/kubernetes-incubator/external-storage/releases/tag/cephfs-provisioner-v2.1.0-k8s1.11) Our Changes: - Sync clusterrole and role with upstream changes
-
Wong Hoi Sing Edison authored
Upstream Changes: - coredns v1.2.2 (https://github.com/coredns/coredns/releases/tag/v1.2.2) NOTE: - coredns image for 1.2.0 and 1.2.1 had been removed from https://console.cloud.google.com/gcr/images/google-containers/GLOBAL/coredns
-
- Aug 31, 2018
-
-
rongzhang authored
-
- Aug 23, 2018
-
-
Aivars Sterns authored
* calico upgrade to v3 * update calico_rr version * add missing file * change contents of main.yml as it was left old version * enable network policy by default * remove unneeded task * Fix kubelet calico settings * fix when statement * switch back to node-kubeconfig.yaml
-
- Aug 22, 2018
-
-
john authored
-
Jeff Bornemann authored
Signed-off-by: Jeff Bornemann <jeff.bornemann@oracle.com>
-
- Aug 20, 2018
-
-
Wong Hoi Sing Edison authored
-
- Aug 17, 2018
-
-
Wong Hoi Sing Edison authored
Upstream Changes: - cephfs-provisioner v2.0.0-k8s1.11 (https://github.com/kubernetes-incubator/external-storage/releases/tag/cephfs-provisioner-v2.0.0-k8s1.11) - Update ClusterRole Our Changes: - Fix typo in defaults/main.yml (rs -> deploy) - Manifests cleanup
-
- Aug 16, 2018
-
-
Wong Hoi Sing Edison authored
Upstream Changes: - cert-manager 0.4.1 (https://github.com/jetstack/cert-manager/releases/tag/v0.4.1) Our Changes: - Better templates sync with upstream manifests - Remove fancy resources requests/limits customization
-
- Aug 15, 2018
-
-
Wong Hoi Sing Edison authored
Upstream Changes: - ingress-nginx 0.18.0 (https://github.com/kubernetes/ingress-nginx/releases/tag/nginx-0.18.0)
-
- Aug 14, 2018
-
-
Rong Zhang authored
Upgrade Kubernetes to V1.11.2 The kubeadm configuration file version has been upgraded from v1alpha1 to v1alpha2 Add bootstrap kubeadm-config.yaml with external etcd
-
- Aug 08, 2018
-
-
Zinin D.A authored
Update all configs to current upstream state. Add more resources (unable to pass tests now)...
-
- Aug 07, 2018
-
-
Wong Hoi Sing Edison authored
Upstream Changes: - weave 2.4.0 (https://github.com/weaveworks/weave/releases/tag/v2.4.0) - Support `externalTrafficPolicy: Local` (https://github.com/weaveworks/weave/issues/2924) - Make the ipset list size bigger (https://github.com/weaveworks/weave/pull/3305) - Break out of kube rm-peers loop if nothing changes (https://github.com/weaveworks/weave/pull/3317) Our Changes: - Revamp weave-net.yml.j2 with upstream changes - Add more variables for customization - Replace WEAVE_PASSWORD with k8s secret - Remove hard-corded seed mode support, in favor of variables customization
-
Wong Hoi Sing Edison authored
Upstream Changes: - ingress-nginx 0.17.1 (https://github.com/kubernetes/ingress-nginx/releases/tag/nginx-0.17.1) - Remove duplicated `securityContext` (https://github.com/kubernetes/ingress-nginx/pull/2705) - Remove --publish-service flag, in favor of DaemonSet + hostPort Close #2998 Close #2999
-
Wong Hoi Sing Edison authored
Upstream Changes: - cert-manager 0.4.0 (https://github.com/jetstack/cert-manager/releases/tag/v0.4.0)
-
- Jul 10, 2018
-
-
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.
-
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 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)
-
- 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
-