Explicitly list ServiceExports and ServiceImports, to make sure that all named contexts are reachable and have the necessary CRDs.
Accumulate all errors in setupClients() so that the user knows about errors in all named contexts inste...
This avoids relying on a manually-maintained version.
Depends on https://github.com/submariner-io/shipyard/pull/1764
<!-- Thanks for sending a pull request! Here are some tips for you:
This avoids relying on a manually-maintained version in Submariner.
For best results, Make should be told about all the files a given target depends on. For Go programs, this is the program's main Go file, and all non-test Go files in directories corresponding to packages the main Go file depends upon (i...
This adds the minimum subset of packages required for Fedora, allowing scanners to understand the image and process it correctly (in exchange for a small size increase).
<!-- Thanks for sending a pull request! Here are some tips for...