Rong Zhang
f1e348ab95
Merge pull request #2971 from elementyang/calico-pr
change create to apply
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
Sascha Marcel Schmidt
6d1804d8a4
also remove storage class
6 years ago
Sascha Marcel Schmidt
ee67ece641
suppress unnecessary change
6 years ago
Matthew Mosesohn
0b939a495b
Improve vault etcd initialization check ( #2959 )
6 years ago
Rong Zhang
4d7426ec95
Fix terraform env Not effective ( #2966 )
Add TF_VAR_ to terraform env
6 years ago
Sascha Marcel Schmidt
f703814561
add tear down playbook
6 years ago
Sascha Marcel Schmidt
c39835628d
prevent some race conditions, increase over all time limits
6 years ago
Sascha Marcel Schmidt
1253725975
add necessary chdir
6 years ago
Sascha Marcel Schmidt
f4c1d6a5d7
remove unnecessary check for existing artifact
6 years ago
Sascha Marcel Schmidt
d7abdced05
fix typo
6 years ago
Sascha Marcel Schmidt
78aeef074e
add hint on how to install heketi-cli
6 years ago
Sascha Marcel Schmidt
0b7aa33bc2
add jmespath as requirement
6 years ago
elementyang
5a4f07adca
change the way of getting etcd_member_name
6 years ago
Aivars Sterns
4092f96dd8
Merge pull request #2946 from Miouge1/remove-pid-predicate
CheckNodePIDPressure is not supported in v1.10
6 years ago
elementyang
effd27a5f6
change the way that getting etcd_member_name
6 years ago
Rong Zhang
fa003af8f0
Merge pull request #2954 from aioue/patch-1
Update README.md
6 years ago
Rong Zhang
77c870b7d0
Merge pull request #2951 from alvistack/cephfs-provisioner-06fddbe2
cephfs-provisioner: Upgrade to 06fddbe2
6 years ago
Rong Zhang
32a6ca4fd6
Merge pull request #2948 from qeqar/remove-node-limit
move node selection from --limit to --extra-vars=node<nodename>"
6 years ago
Tom Paine
958eca2863
Update README.md
6 years ago
Mark Eisenblaetter
af635ff3ff
[remove-node] add doku for nodeselector
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
Rong Zhang
62df6ac724
Merge pull request #2952 from scality/coredns-typo
Fix `coreos_dual` -> `coredns_dual` typo
6 years ago
Nicolas Trangez
8bcad4f5ef
Fix `coreos_dual` -> `coredns_dual` typo
See: e40368ae2b
6 years ago
Rong Zhang
31e6c44b07
Merge pull request #2924 from elementyang/make-ssl-etcd-pr
fix the time of ca files are changed in make-ssl-etcd
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
Rong Zhang
f6a15b1829
Merge pull request #2918 from elementyang/fix-pr
fix add etcd_events_access_address
6 years ago
elementyang
7c22def422
add etcd_events_access_address
6 years ago
Rong Zhang
87e49f0055
Merge pull request #2921 from elementyang/index-out-of-range-pr
fix template index out of range for pull images
6 years ago
Matthew Mosesohn
a36e3fbec3
Add rkt gc task ( #2945 )
6 years ago
Derek Lemon
4bceaf77ee
Merge branch 'master' of https://github.com/kubernetes-incubator/kubespray
6 years ago
Rong Zhang
35a3597416
Merge pull request #2941 from amaya382/fix-dns-doc
Fix default value for dns_mode on the document
6 years ago
Miouge1
2a279e30b0
CheckNodePIDPressure is not supported in v1.10
6 years ago
Andreas Holmsten
b900bd6e94
[contrib/terraform/openstack] Add supplementary node groups
* Add supplementary node groups
To add additional ansible groups to the k8s nodes, such as
`kube-ingress` for running ingress controller pods. Empty by default.
6 years ago
southquist
c685dc493f
allow for setting the cacert on openstack cloud provider
6 years ago
amaya
aacc89e4e6
Fix default value for dns_mode on the document
6 years ago
Sascha Marcel Schmidt
8e275ab2bd
change order and validation of bootstrap and rest tasks as well as
volumes
6 years ago
Andreas Krüger
e24f888bc4
Merge pull request #2923 from bradbeam/vaultrkt
Adding uuidfile for rkt based vault to properly cleanup after itself
6 years ago
Sascha Marcel Schmidt
b56f465145
fix creation of heketi volumes and storage provisioning validation
6 years ago
Sascha Marcel Schmidt
74cad6b811
pin versions of container images
6 years ago
Andreas Krüger
3d2ea28c96
Merge pull request #2926 from neith00/coreos_rkt
No need to install rkt on CoreOS
6 years ago
Cédric de Saint Martin
a260412c7e
fluentd daemonset: do not set arbitrary nodeSelector.
6 years ago
Sascha Marcel Schmidt
8ef0cf771f
update link
6 years ago
Sascha Marcel Schmidt
9516170ce5
remove unnecessary become flag
6 years ago
Sascha Marcel Schmidt
5aefa847df
add fences
6 years ago
Sascha Marcel Schmidt
831ef7ea2c
add readme
6 years ago