Wong Hoi Sing Edison
62b1166911
cert-manager: Upgrade to 0.3.2
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
6 years ago
Alexandru Bogdan Pica
e63bc65a9d
Fix 2976
Fix failure when the container attribute is not set for a download
6 years ago
Dao Hoang Son
d306c9708c
Remove step that force disable `kube_basic_auth`.
The referenced issue (https://github.com/kubernetes/kubeadm/issues/441 ) has already been fixed.
6 years ago
Wong Hoi Sing Edison
6a65345ef3
cephfs-provisioner: Upgrade to 1.1.0-k8s1.10
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 )
6 years ago
Matthew Mosesohn
1a3b9dd864
Force copy cni files
6 years ago
elementyang
8fee1ab102
change create to apply
6 years ago
Matthew Mosesohn
5c617c5a8b
Add tags to deploy components by --tags option ( #2960 )
* Add tags for cert serial tasks
This will help facilitate tag-based deployment of specific components.
* fixup kubernetes node
6 years ago
Matthew Mosesohn
0b939a495b
Improve vault etcd initialization check ( #2959 )
6 years ago
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
6 years ago
Mark Eisenblaetter
b548f6f320
move node selection from --limit to --extra-vars=node<nodename>"
6 years ago
Nicolas Trangez
8bcad4f5ef
Fix `coreos_dual` -> `coredns_dual` typo
See: e40368ae2b
6 years ago
Matthew Mosesohn
77c910c1c3
Fixup vault etcd check ( #2938 )
* Fixup vault etcd
* Update main.yml
6 years ago
Matthew Mosesohn
c20196f9a0
Remove modprobe binary from kubelet rkt deployment ( #2917 )
6 years ago
elementyang
7c22def422
add etcd_events_access_address
6 years ago
Matthew Mosesohn
a36e3fbec3
Add rkt gc task ( #2945 )
6 years ago
Miouge1
2a279e30b0
CheckNodePIDPressure is not supported in v1.10
6 years ago
neith00
a643f72d93
No need to install rkt on CoreOS
6 years ago
elementyang
d6f2dbc723
fix the time of ca files are changed in make-ssl-etcd
6 years ago
Brad Beam
20dba8b388
Adding uuidfile for rkt based vault to properly cleanup after itself
6 years ago
rongzhang
94aa062d51
Add run_once to remove-node
6 years ago
elementyang
c0935e161b
fix template index out of range for pull images
6 years ago
elementyang
70fbc01cc1
fix etcd_events_access_addresses
6 years ago
Yumo Yang
6c2f169ea2
update test-pr2 ( #2911 )
6 years ago
rongzhang
3232e2743e
Add manage swap on the worker node
6 years ago
Matthew Mosesohn
61e97251a5
Improve variable handling for disabling etcd events cluster
6 years ago
Antoine Legrand
c192a01b20
Enable by default the kubelet token auth
6 years ago
Julien Mailleret
6aaaf4a272
Limit the maximum number of revisions saved per helm release ( #2894 )
* Limit the maximum number of revisions saved per helm release
6 years ago
neith00
f2f1e7f9d1
parametrized iptables options for docker daemon
6 years ago
Derek Lemon
1e98e8444e
Using dns domain instead of cluster name for coredns, incase they differ
6 years ago
Wong Hoi Sing Edison
291dd1aca8
Fixup #2545 , cephfs-provisioner: Individual Namespace for Add-on
6 years ago
Wong Hoi Sing Edison
38da0adead
cert-manager: Upgrade to v0.3.0
6 years ago
rongzhang
20bd656975
Reconfigure kube-proxy to access kube-apiserver via the LB(kubeadm)
6 years ago
Wong Hoi Sing Edison
9f245dd9b2
ingress-nginx: Upgrade to 0.15.0
6 years ago
rongzhang
f9ccb93825
Fix nginx-proxy HA when kubeadm enable
6 years ago
Wong Hoi Sing Edison
0ad0202e8f
Upgrade Kubernetes to 10.0.4 and etcd to 3.2.18
6 years ago
Brad Beam
63a458063b
Adding missing rkt template for etcd-events
6 years ago
Brad Beam
a8715f9f0f
Adding wait for vault up handler in service restart
6 years ago
Matthew Mosesohn
59be578842
Revert "wip pr for improved cert sync" ( #2849 )
6 years ago
David Chang
e1cfe83825
Fix inconsistent variables in task name and task message
6 years ago
Ben Meier
2f5a9e180c
kubernetes/client: kubeconfig template should use the access_ip for the chosen master node
6 years ago
Dmitry
f912a4ece5
Fix compare AnsibleUnsafeText with int ( #2828 )
6 years ago
Rong Zhang
d1e66f9cc8
Add label to kubelet env for kubeadm deploy cluster ( #2841 )
6 years ago
Erwan Miran
11d87ecc37
removed surnumerary definition of contiv_etcd_init_image_* (already in download role)
6 years ago
Matthew Mosesohn
7433348aae
wip pr for improved cert sync
6 years ago
Erwan Miran
3673ed6262
include contiv_etcd_init_image to downloads role
6 years ago
Dmitrii Shuvar
16f860bbc2
Update docker-options.conf.j2
Changed /etc/systemd/system/docker.service.d/docker-options.conf file for successful parsing mount aguments
try fix ci error previous commit
6 years ago
dshuvar
d973ecf5cc
fix error message: '[/etc/systemd/system/docker.service.d/docker-options.conf:3] Failed to parse mount flag , ignoring.'
6 years ago
Julien Girardin
f88cd27686
Add dashboard url as part of `kubectl cluster-info` output
6 years ago
Erwan Miran
2a4fc70e1c
contiv-etcd-init image as default instead hardcoded
6 years ago
Oleg Ozimok
38f7ba2584
Fix enough network address space assert
6 years ago