Skip to content

Etcd cluster upgrade not working? #10

@ryanj

Description

@ryanj

In the "Scale the Etcd Cluster" section, there is a step that instructs the user to update the spec.version setting to upgrade the datastore from release v3.1.10 to v3.2.13:

oc patch etcdcluster example-etcd-cluster --type='json' -p '[{"op": "replace", "path": "/spec/version", "value":3.2.13}]'

Expected: The following text is provided for the user: "This will take a while, but we will see pods being stopped and created as the version of the cluster is being upgraded."

Observed: The cluster kept running version v3.1.10. I didn't see any of the pods being stopped or restarted by the operator in order to perform the upgrade to v3.2.13

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions