Open dshebib opened 8 months ago
This issue is currently awaiting triage.
SIG Docs takes a lead on issue triage for this website, but any Kubernetes member can accept issues by applying the triage/accepted
label.
The triage/accepted
label can be added by org members by writing /triage accepted
in a comment.
the Kubernetes statefulset works as intended and the cluster runs properly,
It sounds more like an improvment that would need to made for this.
/remove-kind bug /kind feature
/language en /sig docs
/retitle Stale container image in Example: Deploying Cassandra with a StatefulSet
/assign @Ayush9026
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
@Ayush9026 Are you still working on this issue?
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle rotten
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle rotten
/remove-lifecycle rotten
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle rotten
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle rotten
This is a Bug Report
Problem The image in https://kubernetes.io/docs/tutorials/stateful-application/cassandra/#using-a-statefulset-to-create-a-cassandra-ring is out-of-date, causing cqlsh (the core commandline tool for cassandra) to fail with an error about an invalid python interpreter. Though the Kubernetes statefulset works as intended and the cluster runs properly, this makes the example hard to explore for intedned functionality. It could be improved by having an up-to-date image so that basic commands can be run within the started pods.
Proposed solution Update the gcr.io/google-samples/cassandra:v13 image or use an up-to-date Dockerhub Cassandra image and update the readiness probe as needed.
Page to Update: https://kubernetes.io/docs/tutorials/stateful-application/cassandra
Additional Information