-
Notifications
You must be signed in to change notification settings - Fork 109
Open
Description
Reading through your code, i can see that you are using apply cmd from the https://pkg.go.dev/k8s.io/kubectl/pkg/cmd. May be there is a work around, however, in our case we cannot use kubectl apply on our yaml. We have a CRD, a customer resource definition, that fails due to overall size. Therefore, we have to use kubectl create and kubectl replace. Would it be possible to add an additional option(s) to allow for create and possibly replace rather than just apply?
Thanks,
torhovland
Metadata
Metadata
Assignees
Labels
No labels