-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CHANGELOG: Document changes since v0.4.0 #772
Conversation
b4589db
to
b35908c
Compare
Mirrored 4.0.0-0.alpha-2018-12-02-020136 to
quay.io/openshift-release-dev/ocp-release:4.0.0-3
…On Sun, Dec 2, 2018 at 1:15 AM W. Trevor King ***@***.***> wrote:
Also CC @flaper87 <https://github.com/flaper87>. I think I've summarized
#722 <#722> and #726
<#726> appropriately, but let
me know if you want changes there or want to add any other OpenStack
discussion to these notes.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#772 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABG_p9hrGCA08ldMK5se-ErjTYkJgkTfks5u03AUgaJpZM4Y9QkT>
.
|
- On AWS, master volume size has been bumped from 30 GiB to 120 GiB to | ||
increase our baseline performance from on [gp2's sliding IOPS | ||
scale][aws-ebs-gp2-iops] from the 100 IOPS floor up to 360 IOPS. | ||
Volume information is not currently supported by [the cluster-API |
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.
Not sure why this belongs in Changelog
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.
Not sure why this belongs in Changelog
The whole entry? Just the cluster-API caveat?
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.
@abhinavdahiya bump
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.
AWS provider's
AWSMachineProviderConfig
][cluster-api-provider-aws-012575c1-AWSMachineProviderConfig],
so this change is currently limited to masters created by the
installer.
this part
EDIT: the entire part regarding cluster-api.
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.
I guess we could leave that off. We don't support scaling masters anyway. @wking what do you think? I could go either way.
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.
We don't support scaling masters anyway.
Doesn't the cluster API bring a master back up if it dies (because someone accidentally deletes it in the AWS console, I dunno)? That would hit this limitation.
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.
Probably, but etcd wouldn't come up. Let's go ahead and leave that note since I think it may prove helpful to our future selves.
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.
Probably, but etcd wouldn't come up.
Ah. I was hoping coming up with the same hostname would be enough to get back into the cluster ;). But maybe it needs a secret that would have been lost with the old volume.
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.
The etcd client has an internal ID that will be different when the replacement comes up. The cluster will not let that client participate until it has been joined.
/retest |
Through 6585f5d (Merge pull request openshift#775 from wking/pull-secret-for-bootkube.sh, 2018-12-03).
…e:4.0.0-3 That's the latest RHCOS release: $ curl -s https://releases-rhcos.svc.ci.openshift.org/storage/releases/maipo/builds.json | jq '{latest: .builds[0], timestamp}' { "latest": "47.165", "timestamp": "2018-12-02T06:41:22Z" } And Clayton just pushed 4.0.0-0.alpha-2018-12-02-020136 to quay.io/openshift-release-dev/ocp-release:4.0.0-3 [1]. Renaming OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE gets us CI testing of the pinned release despite openshift/release@60007df2 (Use RELEASE_IMAGE_LATEST for CVO payload, 2018-10-03, openshift/release#1793). [1]: openshift#772 (comment)
Pipeline broken? I'm seeing errors like:
/retest |
/retest @stevekuznetsov fixed something ;). |
/retest |
@wking: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
/test images |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: crawford, wking The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
Fixing a typo from c2263f6 (CHANGELOG: Document changes since v0.4.0, 2018-12-01, openshift#772).
Through 12ef0cb (#748).
I'd like to pin the OpenShift release payload and OS image, we're blocked by not having those images pushed to quay.io (where they'll have a longer expiration time). CC @smarterclayton
Also, #757 is still in flight, but I'd be fine pinning this installer release with cherry-picks from there or any other hack if we had an OpenShift image we could pin to that would survive the week.
CC @abhinavdahiya, @crawford