Skip to content

Conversation

pjuarezd
Copy link
Member

  • Add column Health to Tenant
❯ kubectl get tenant -n tenant-1
NAME      STATE         HEALTH   AGE
myminio   Initialized   green    3d11h
  • Also regenerate code and CRD's, Tenant was missing the Lifecycle field

Regenerate CRD, it was missing the `Lifecycle` field

Signed-off-by: pjuarezd <[email protected]>
@shtripat
Copy link
Contributor

I tried testing this, but healthStatus I can see in yaml output of tenant only

$ kubectl get tenants.minio.min.io -n tenant-lite 
NAME      STATE         AGE
myminio   Initialized   2m59s


$ kubectl get tenants.minio.min.io -n tenant-lite -oyaml | grep health 
    healthStatus: green

something missing?

@pjuarezd
Copy link
Member Author

I tried testing this, but healthStatus I can see in yaml output of tenant only

$ kubectl get tenants.minio.min.io -n tenant-lite 
NAME      STATE         AGE
myminio   Initialized   2m59s


$ kubectl get tenants.minio.min.io -n tenant-lite -oyaml | grep health 
    healthStatus: green

something missing?

yeah, install the updated CRD’s.

kubectl apply -k resources/base/

Copy link
Contributor

@shtripat shtripat left a comment

Choose a reason for hiding this comment

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

LGTM. Verified

@pjuarezd pjuarezd merged commit 5aebf8f into minio:master May 12, 2024
@pjuarezd pjuarezd deleted the health-column branch May 12, 2024 16:44
@djwfyi djwfyi mentioned this pull request Jul 18, 2024
13 tasks
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.

4 participants