kapp icon indicating copy to clipboard operation
kapp copied to clipboard

figure out better error/path-forward when user provides resource with uid/creationTimestamp filled in

Open cppforlife opened this issue 5 years ago • 1 comments

currently kapp will panic due to use of ExistingResource() returning nil: https://github.com/k14s/kapp/blob/develop/pkg/kapp/clusterapply/changes_view.go#L115-L116

cppforlife avatar Jul 15 '20 22:07 cppforlife

@cppforlife Could you share how to reproduce this? In the code snippet you provided, don't see where it would panic.

iamhsk avatar May 07 '21 15:05 iamhsk