-
Notifications
You must be signed in to change notification settings - Fork 218
bump to 1.10.0 #954
bump to 1.10.0 #954
Conversation
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
testing on AWS |
/hold blocked on #957 |
7fa0c24
to
804f682
Compare
@rphillips there were a few apiserver flags you might consider tweaking. Not technically required, but they're mentioned in 1.10 deprecation notes. poseidon/terraform-render-bootstrap@5f3546b |
Btw, admission control order doesn't matter now. I tried various orders and the apiserver logs mention the order its actually going to use. I chose to pass them in that same order so nobody gets worried. |
@dghubble thanks, I'll get those in. Currently having an issue with 1.10 on AWS. The KubernetesCluster tag in this PR is required currently. I didn't notice a breaking change in the changelog. |
804f682
to
18eef94
Compare
18eef94
to
ddb64f6
Compare
this PR is ready for another review... tags have been created correctly... I still have a pending question with sig-aws if there is an upgrade path for old clusters. |
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.
ref kubernetes/kubernetes#60125 (comment) for tag changes
lgtm
c00de9e
to
079fdbe
Compare
using /proc/sys/kernel/random/uuid for the UUID, since uuidgen does not exist. |
e7efe54
to
4636dd9
Compare
coreosbot run e2e |
4636dd9
to
474e77c
Compare
hack/jenkins/scripts/tqs-up.sh
Outdated
@@ -27,12 +28,17 @@ set +x | |||
export TF_VAR_access_key_id="${ACCESS_KEY_ID}" | |||
export TF_VAR_access_key="${ACCESS_KEY_SECRET}" | |||
set -x | |||
export TF_VAR_kubernetes_id="$(cat /proc/sys/kernel/random/uuid)" |
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.
Please add a comment here.
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.
Also why can't this be done in terraform https://www.terraform.io/docs/providers/random/r/id.html ?
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.
commented
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.
thanks! lgtm
f0020ae
to
27a6b97
Compare
No description provided.