We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since the update strategy for the cluster STS is set to Ondelete, we cannot trigger a rolling restart by running k rollout restart sts rp-mycluster.
Ondelete
k rollout restart sts rp-mycluster
Can we introduce a way to let the operator know we want to perform a rolling restart of a cluster?
The alternative here is to do it manually by deleting one pod at a time, while waiting for the cluster to become healthy between pod deletions.
JIRA Link: K8S-216
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Since the update strategy for the cluster STS is set to
Ondelete
, we cannot trigger a rolling restart by runningk rollout restart sts rp-mycluster
.Can we introduce a way to let the operator know we want to perform a rolling restart of a cluster?
The alternative here is to do it manually by deleting one pod at a time, while waiting for the cluster to become healthy between pod deletions.
JIRA Link: K8S-216
The text was updated successfully, but these errors were encountered: