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
Copy file with retries (useful for very large files)
If you are copying a large file and see this (incomplete download):
Dropping out copy after 0 retries
error: unexpected EOFDropping out copy after 0 retries
error: unexpected EOF
Add --retries 10 to circumvent
kubectl cp pod_name:/path/filename /path/filename --retries 10
View all events in order
kubectl -n <namespace> get events --sort-by=.metadata.creationTimestamp
View configmap
kubectl -n <namespace> describe cm <configmap-name> -o yaml