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

[Request] Add backup details to "kubectl get" for stash objects on K8s 1.11 #525

Closed
carlosedp opened this issue Jul 5, 2018 · 3 comments
Assignees
Milestone

Comments

@carlosedp
Copy link

Now on Kubernetes 1.11, it's possible to specify additional columns on kubectl get commands as stated here:

In addition, users can now create multiple versions of CustomResourceDefinitions, but without any kind of automatic conversion, and CustomResourceDefinitions now allow specification of additional columns for kubectl get output via the spec.additionalPrinterColumns field.

Would be great to have the details on last backup, etc on the "get" command.

More details on kubernetes/kubernetes#60991.

@tamalsaha
Copy link
Member

Yes. My plan is we are going to cut another release for Stash that will push the fixes for 1.11 (eg status endpoint). After that we upgrade to client-go 1.8, drop support for k 1.8, use these new features, support arm build officially and psp enabled cluster.

@tamalsaha tamalsaha self-assigned this Jul 6, 2018
@tamalsaha
Copy link
Member

Regarding the arm build topic, we have settled on using goreleaser to do the release process instead of our custom make.py files. We are tracking the issue here: https://github.com/appscode/discuss/issues/57

@hossainemruz
Copy link
Contributor

Additional column added. Available on master.

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

No branches or pull requests

3 participants