You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 9, 2020. It is now read-only.
it doesn't actually 'get all' resources, the name is a lie. We know this from our styx and valhalla makefiles 'status-cluster' tasks, although I forget which resources it wasn't pulling. This might be fixed in kubectl 1.6 though. It appears that it still doesn't get TPRs though.
get all means we would lose the ability to split up individually by object. We know from our only recovery event that being able to individually recover objects was critical. If they're all lumped into a giant file then you need to split them up. We can do that at backup time perhaps by adding additional code. I don't want to have to do that at recovery time though when time is a critical, scarce resource.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
kubectl get now has an 'all' flag.
The text was updated successfully, but these errors were encountered: