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

kubectl get vaultdynamicsecret should show some status #682

Open
TJM opened this issue Apr 10, 2024 · 1 comment
Open

kubectl get vaultdynamicsecret should show some status #682

TJM opened this issue Apr 10, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@TJM
Copy link

TJM commented Apr 10, 2024

Is your feature request related to a problem? Please describe.

When I am looking to see if a secret is properly populating I have to list, then describe the resource.

[tmcneely@local ~]$ k get vaultdynamicsecret -o wide
NAME                AGE
image-pull-secret   7m37s

Did it work? I can't tell from that.

Describe the solution you'd like

I would like to see a status column added, maybe a "last updated" ?

Describe alternatives you've considered

  • Looking at the events? (kubectl describe vaultDynamicSecret image-pull-secret) -- note these seem to be truncated log entries
  • Look at logs of VSO (this requires someone with access to that namespace)

Additional context

I am thinking maybe something somewhat similar to k get ingress or k get pvc... obviously, this would require there to be a status field added to the type?

@TJM TJM added the enhancement New feature or request label Apr 10, 2024
@ChristianCiach
Copy link

This is a duplicate of #538

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

No branches or pull requests

2 participants