Salvatore Orlando
Salvatore Orlando
This is apparently very similar to issue #167 The close operation for Queues invoked on release() seem to close only the reader socket. The writer socket is instead not closed....
The [Error](https://github.com/containernetworking/cni/blob/master/pkg/types/types.go#L113) type provides a good deal of information to consumers. However, it is left to the caller to understand whether the error is recoverable or not. As this could...
The NSX API returns the metadata secret and therefore it should be parsed by the read function. This change also amends the import test to remove the ignore statement for...
This change remove some extra brackets in the "Importing" section
the NCP operator currently leverages the [package manifest format](https://docs.openshift.com/container-platform/4.5/operators/understanding/olm-packaging-format.html#olm-package-manifest-format_olm-packaging-format). We should move to the[ bundle format ](https://docs.openshift.com/container-platform/4.5/operators/understanding/olm-packaging-format.html#olm-bundle-format_olm-packaging-format) the main difference is that while in package manifest format all the data...
We should ensure the nsx container plugin operator will enable the LB CRD, as it will be supported in Openshift as well. This includes: - enabling it in the configuration...
We should support the ability of merging back NCP/nsx-node-agent configmap changes into the operator configmap
Currently the operator simply uses CIDRs in the network CRD to update the network CRD status. However, more CIDRs can be specified in NCP configuration. These should be reported as...