-
Couldn't load subscription status.
- Fork 580
rbd: do not start the healer for NBD on non-Kubernetes platforms #5247
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
Conversation
f8f1316 to
3402d2f
Compare
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.
Thanks
|
@Mergifyio rebase |
When running on Docker Swarm, the RBD-healer fails with an error like: > healer had failures, err failed to get cluster config: unable to load > in-cluster configuration, KUBERNETES_SERVICE_HOST and > KUBERNETES_SERVICE_PORT must be defined Before starting the healer, check if we're running on Kubernetes, so that non-Kubernetes platforms do not get confusing warnings. Updates: ceph#3769 Signed-off-by: Niels de Vos <[email protected]>
✅ Branch has been successfully rebased |
3402d2f to
f2792c7
Compare
|
/test ci/centos/mini-e2e-helm/k8s-1.32 |
|
/test ci/centos/mini-e2e-helm/k8s-1.31 |
|
/test ci/centos/mini-e2e-helm/k8s-1.30 |
|
/test ci/centos/mini-e2e/k8s-1.32 |
|
/test ci/centos/mini-e2e/k8s-1.31 |
|
/test ci/centos/mini-e2e/k8s-1.30 |
|
/test ci/centos/k8s-e2e-external-storage/1.32 |
|
/test ci/centos/k8s-e2e-external-storage/1.31 |
|
/test ci/centos/k8s-e2e-external-storage/1.30 |
|
/test ci/centos/upgrade-tests |
|
/retest ci/centos/mini-e2e/k8s-1.31 |
not sure why this failed, glancing shows something unexpected: |
When running on Docker Swarm, the RBD-healer fails with an error like:
Before starting the healer, check if KUBERNETES_SERVICE_HOST is set in
the environment variables so that non-Kubernetes platforms do not get
confusing warnings.
Updates: #3769