kubernetes-sigs / network-policy-api

This repo addresses further work involving Kubernetes network security beyond the initial NetworkPolicy resource
Apache License 2.0
54 stars 29 forks source link

Fix clean vendoring of repo for enabling plugin implementations #76

Closed tssurya closed 1 year ago

tssurya commented 1 year ago

These are some issues that we ran into when doing OVNK implementation for making the controller install CRD, so we should certainly clarify these.

I am waiting for the clientget changes to land first to try the vendoring again since there is some reordering of repos as a result of that.

tssurya commented 1 year ago

/assign @tssurya

tssurya commented 1 year ago

Spoke about this with @astoycos ; we agreed to do an approach similar to what gateway-api does: https://gateway-api.sigs.k8s.io/guides/#installing-gateway-api

When we cut a release, folks can then just point to our released version and do an apply of the crd in their cluster.

tssurya commented 1 year ago

/unassign @tssurya /assign @Dyanngg