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
In some commands like the restart command missing Pods are currently ignored. We should log a warning if a Pod for a process group is missing. The code that has to be adjusted is: https://github.com/FoundationDB/fdb-kubernetes-operator/blob/main/kubectl-fdb/cmd/k8s_client.go#L163.
restart
The text was updated successfully, but these errors were encountered:
Fixes issue FoundationDB#1640
d50a7d8
Signed-off-by: Manuel Fontan <[email protected]>
Fixes issue #1640 (#1669)
41bfc01
* Fixes issue #1640 Signed-off-by: Manuel Fontan <[email protected]> Co-authored-by: Johannes Scheuermann <[email protected]>
ccadbb0
Successfully merging a pull request may close this issue.
What would you like to be added/changed?
In some commands like the
restart
command missing Pods are currently ignored. We should log a warning if a Pod for a process group is missing. The code that has to be adjusted is: https://github.com/FoundationDB/fdb-kubernetes-operator/blob/main/kubectl-fdb/cmd/k8s_client.go#L163.The text was updated successfully, but these errors were encountered: