Amal Thundiyil
Amal Thundiyil
Hello @judafe! I am not sure if your problem is solved by using `make`. Nevertheless, it sounds like your `sqlite` was built without extension loading support (see [docs](https://www.sqlite.org/c3ref/enable_load_extension.html)). What I...
@AnuragThePathak For `make generate`: https://github.com/openelb/openelb/blob/582fa3d950d023d56b7afb266bb75e98852822a3/api/v1alpha2/eip_types.go#L108 Changing it to this worked for me: ```diff - // +kubebuilder:webhook:path=/validate-network-kubesphere-io-v1alpha2-eip,mutating=false,failurePolicy=fail,groups=network.kubesphere.io,resources=eips,verbs=create;update;delete,versions=v1alpha2,name=validate.eip.network.kubesphere.io + // +kubebuilder:webhook:path=/validate-network-kubesphere-io-v1alpha2-eip,mutating=false,sideEffects=NoneOnDryRun,failurePolicy=fail,groups=network.kubesphere.io,resources=eips,verbs=create;update;delete,versions=v1alpha2,name=validate.eip.network.kubesphere.io ``` For `make release`: You don't seem to have authorization to...
To my fellow explorers, I have documented my LFX journey [here](https://amalthundiyil.hashnode.dev/linux-foundation-mentorship22-with-openelb) :shipit:.
LGTM! Thanks 👍
If this issue has been resolved, I think we might want to close it.
> Hi, are you ready for review? Sure, @chaunceyjiang. I have added a test to demonstrate the current use case. Will add other child policy elements subsequently in other PRs,...
> Can you paste some pictures of your manual test? I am assuming this is what you're looking for. Let me know if otherwise. Also, it's the `policy.openelb.kubesphere.io/v1alpha2` annotation which...
@renyunkang, AFAICS, the addition of the annotation was only to demonstrate the `Watch` logic which will be built on later.
/assign @chaunceyjiang
Has this issue been resolved ?