Adrián
Adrián
@talex5 > No two services have conflicting allocations, except for host/host collisions (which the allocator can't control, since it depends on the scheduler). I believe it is the Agent and...
> Perhaps there is an error in my tests then. Do you see a problem with this code: I am not familiar with `gimko` so will be of little help...
@dperny Could that situation happen in real life? I mean, can a spec have two identical ports including the TargetPort-Protocol pair? You are using always 80/TCP as the target because...
CircleCI is detecting a change in a proto file without a `make generate`. The change is in the comment, but the test is unable to know that. I'm not sure...
It's fine, I was just checking CircleCI output because I'm getting a fail in another PR (different error) and I figured I would just comment in case you did not...
@DirectXMan12 @droot @mengqiy @alexeldeib Did I miss any other point that needs to be tackled to achieve Windows compatibility?
@estroz Ideally we shouldn't need to introduce the CygWin development dependency just to port two Makefiles.
This umbrella issue tracks some issues that were detected some time ago about supporting Windows natively. Some of these may be outdated and others may have arisen that aren't detected....
/lifecycle frozen
These markers are used to insrt code with `kubebuilder` commands, for example when a controller is created, the main file has to include some code fragments to load it, and...