-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
Add ContainersReady status for Pods #9197
Add ContainersReady status for Pods #9197
Conversation
Deploy preview for kubernetes-io-master-staging ready! Built with commit 4d34ca3 |
Deploy preview for kubernetes-io-master-staging ready! Built with commit 1338ecb |
due to an error in communicating with the host of the Pod. | ||
Value | Description | ||
:-----|:----------- | ||
`ContainersReady` | All Containers in the Pod are currently ready |
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.
No. This is not a Phase, it is a Condition.
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.
Yep, you're right. I've fixed this and expanded the section on Pod conditions.
|
||
{{< code file="cassandra/cassandra-statefulset.yaml" >}} | ||
|
||
## Validating The Cassandra StatefulSet | ||
|
||
1. Get the Cassandra StatefulSet: | ||
|
||
kubectl get statefulset cassandra | ||
```bash |
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.
This and the following indentations are breaking the numbered list. Please see preview result.
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.
The changes to this doc were included by accident. I've removed these changes from this PR.
/lgtm |
@lucperkins Thanks for taking a crack at this. Ultimately I'd like to see a more thorough pass for style guide consistency (for example, de-bullet and reorganize the Pod conditions and Example states sections), but this PR represents an iterative first step with formatting updates. 👍 /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: zacharysarah The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This PR addresses issue #9099. This PR is currently a WIP while I wait on information regarding appropriate usage.