kubernetes-sigs / network-policy-api

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

[BUG] Generating the CRDs locally is broken #147

Closed tssurya closed 9 months ago

tssurya commented 9 months ago

What happened: Running make generate as supported according to the Makefile generates:

Generating CRDs
2023/10/05 21:36:00 no objects in the roots
exit status 1

https://github.com/kubernetes-sigs/network-policy-api/blob/main/CONTRIBUTING.md#installing-the-admin-network-policy-crd no longer works after we merged https://github.com/kubernetes-sigs/network-policy-api/pull/131

What you expected to happen:

How to reproduce it (as minimally and precisely as possible):

Anything else we need to know?:

tssurya commented 9 months ago

@astoycos : its possible I am doing something wrong, but we need to see if this is a real issue or some env glitch

tssurya commented 9 months ago

not true! it works fine, I was doing something silly with my setup, false alarm