Skip to content
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

pv k8s sequence #1758

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

raghavendra-talur
Copy link
Member

No description provided.

Signed-off-by: Raghavendra Talur <[email protected]>
@@ -30,6 +30,10 @@ const (
// after this condition is true.
VRGConditionTypeClusterDataReady = "ClusterDataReady"

// K8s objects are ready. This condition is used to indicate that all the
// K8s objects required for the app to be active in the cluster are ready.
VRGConditionTypeK8sObjectsReady = "K8sObjectsReady"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So you want to add a new condition to show the status of the kube objects in addition of the pvcs/pvs restored by ramen?

It makes sense for #1729 but K8sObjectsReady does not match the terms we use. How about "KubeObjectsReady" matching "KubeObjectsSelector"?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants