-
Notifications
You must be signed in to change notification settings - Fork 107
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
How to "create" #101
Comments
I also need this ability, any way I can help to push it forward? |
@alon-dotan-starkware you can check my fork, does not work after the first apply if you modify something |
@vigohe |
@vigohe |
@vigohe @gavinbunney I managed to overcome this issue with the following PR #118 |
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 usekubectl apply
on our yaml. We have a CRD, a customer resource definition, that fails due to overall size. Therefore, we have to usekubectl create
andkubectl replace
. Would it be possible to add an additional option(s) to allow forcreate
and possiblyreplace
rather than justapply
?Thanks,
The text was updated successfully, but these errors were encountered: