-
Notifications
You must be signed in to change notification settings - Fork 220
*: update etcd-operator and etcd version #461
Conversation
rktbot run tests |
rktbot run disabled tests |
2 similar comments
rktbot run disabled tests |
rktbot run disabled tests |
Looking good. Just need to wait until etcd-operator cuts a release we can use. |
rktbot run disabled tests |
rktbot run tests |
can you revert f942073 to see if taint works correctly on multi-node example? @pbx0 can you try to enable the taint flag on our testing infra to see if all tests can still pass? |
@xiang90 |
@hongchaodeng Thanks! |
rktbot run disabled tests |
Hey. How is this progressing? |
@Quentin-M |
rktbot run disabled tests |
Looking good so far. Both the disabled tests pass on this branch and fail on master. So this fixes the scale test and the reboot test for self-hosted etcd clusters. |
b5d8033
to
44b5278
Compare
etcd-operator v0.2.5 is cut. @xiang90 @pbx0 @aaronlevy @squat |
@hongchaodeng sorry -- didn't see this and just changed vendoring to glide -- can you update this PR with the etcd-operator pinned in the new |
hack/multi-node/user-data.sample
Outdated
@@ -32,6 +32,7 @@ coreos: | |||
--allow-privileged \ | |||
--hostname-override=${COREOS_PUBLIC_IPV4} \ | |||
--node-labels=node-role.kubernetes.io/master \ | |||
--register-with-taints=node-role.kubernetes.io/master=:NoSchedule \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
spacing
@@ -23,7 +23,7 @@ function configure_etcd() { | |||
mkdir -p /etc/systemd/system/etcd-member.service.d | |||
cat << EOF > /etc/systemd/system/etcd-member.service.d/10-etcd-member.conf | |||
[Service] | |||
Environment="ETCD_IMAGE_TAG=v3.1.0" | |||
Environment="ETCD_IMAGE_TAG=v3.1.6" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to pin this version in the vendored client code too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. We should pin this in glide.yaml
.
Bootkube seems to vendor latest etcd and etcd-operator version already. We don't need to update in this PR. I would like to pin in separate PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sgtm
7870a95
to
357e99e
Compare
rktbot run disabled tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Assuming tests pass, lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR is to update image versions of etcd-operator, etcd.
The latest etcd-operator release also fixes scale test, reboot test due to 1.6 upgrade.