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

Add more information to kubectl get spinapps -o wide #168

Open
radu-matei opened this issue Mar 12, 2024 · 0 comments
Open

Add more information to kubectl get spinapps -o wide #168

radu-matei opened this issue Mar 12, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@radu-matei
Copy link
Member

I'd like to see more information about the application (such as surfacing deployment information, and potentially service information, when applicable):

❯ kubectl get deployments -o wide
NAME                  READY   UP-TO-DATE   AVAILABLE   AGE    CONTAINERS            IMAGES                           SELECTOR
spinkube-typescript   1/1     1            1           112s   spinkube-typescript   ttl.sh/spinkube-typescript:24h   core.spinoperator.dev/app-name=spinkube-typescript,core.spinoperator.dev/app.spinkube-typescript.status=ready

❯ kubectl get deployments
NAME                  READY   UP-TO-DATE   AVAILABLE   AGE
spinkube-typescript   1/1     1            1           118s

❯ kubectl get spinapps -o wide
NAME                  READY   DESIRED   EXECUTOR
spinkube-typescript   1       1         containerd-shim-spin
@radu-matei radu-matei added the enhancement New feature or request label Mar 12, 2024
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

1 participant