bhargav joshi
bhargav joshi
## Bug Report **Describe the bug** medusa backup failed **To Reproduce** ``` kubectl -n cass-operator logs k8ssandra-medusa-operator-76f6b86959-g9bp9 | grep -i error | grep -v election 2022-06-15T14:48:41.541Z ERROR controllers.CassandraBackup backup failed...
**Environment**: - AWS Region: `us-east-1` - Instance Type(s): `m5.2xlarge` - EKS Platform version (use `aws eks describe-cluster --name --query cluster.platformVersion`): `eks.7` - Kubernetes version (use `aws eks describe-cluster --name --query...
https://github.com/datastax/management-api-for-apache-cassandra/issues/83
[Project board link](https://github.com/orgs/k8ssandra/projects/8/views/1?pane=issue&itemId=56214806) It would very useful to below or similar feature to track restore task medusa restore status - checks status of the current restore, provide estimate of time...
[Project board link](https://github.com/orgs/k8ssandra/projects/8/views/1?pane=issue&itemId=59224795) ``` kubectl -n k8ssandra-operator get medusabackups.medusa.k8ssandra.io | grep -e NAME -e IN_PROGRESS NAME STARTED FINISHED NODES COMPLETED STATUS cluster1-main-1712584800 31h 31h 6 6 IN_PROGRESS cluster1-main-1712588400 30h 30h...
Service monitor does work without adding target port
python2(python 2.7) is not included which break cqlsh image: docker.io/k8ssandra/cass-management-api:3.11.16-ubi8 See installed packages here https://github.com/k8ssandra/management-api-for-apache-cassandra/blob/master/Dockerfile-oss.ubi8#L130 ``` kubectl -n k8ssandra-operator exec -it cluster1-main-az-1a-sts-0 -c cassandra -- /bin/bash [cassandra@cluster1-main-az-1a-sts-0 /]$ cqlsh No...
This fix the error Failed to load class org.slf4j.impl.StaticLoggerBinder *Issue #, if available:* https://www.slf4j.org/codes.html#StaticLoggerBinder *Description of changes:* sbt run throws error due missing slf4j classes By submitting this pull request,...
Fixed error where snapshot fails with thee error : `Save snapshot failed, snapshot metadata com.datastax.oss.driver.api.core.servererrors.InvalidQueryException: Consistency level ONE is not supported for this operation. Supported consistency levels are: LOCAL_QUORUM` References...
Fix the permission version 3.10.0 ``E0430 18:21:29.962315 1 reflector.go:166] "Unhandled Error" err="pkg/kates/client.go:469: Failed to watch *unstructured.Unstructured: can't watch endpointslices.v1.discovery.k8s.io: forbidden" logger="UnhandledError"`` ## Description fix the permission of the role emissary-ingress...