-
Notifications
You must be signed in to change notification settings - Fork 27
Conversation
e20619a to
943b61a
Compare
|
@wallrj PR needs rebase |
943b61a to
dacfc61
Compare
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Assign the PR to them by writing The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
* Add a NodePool.Status.Version attribute which has the lowest reported version from all the pilots in the pool. * Or nil, if the pilot failed to query its Cassandra database for its version. * Calculate an UpdateVersion action if the desired Cassandra version is higher than the version reported for a NodePool. * NodePools are upgraded one at a time. * Pods within a Nodepool are upgraded one at a time, using a rolling update strategy without any partitioning. * Upgrades are performed before any extra Nodepools are created and before nodepool scale out. Fixes: jetstack#257
* Only allow versions >= 3.0.0 && < 4.0.0 * Dissallow version changes in API updates (pending jetstack#277) * Document the supported versions. Fixes: jetstack#320
|
@wallrj: PR needs rebase. DetailsInstructions 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. |
723cb98 to
c4fd2e7
Compare
|
@wallrj: The following tests 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. DetailsInstructions 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. |
|
Supplanted by #352 |
Fixes: #257
Release note: