Marcus
Marcus
* Added airgap possiblities. ## Describe the behavior changes introduced in this PR ## Linked Issues? None ## Testing Instructions Override values in values.yaml.
### Is your feature request related to a problem? Please describe. When trying to upgrade the operator it currently fails since updated and new crd's and roles does not get...
## Feature Request ### Description Any chance of implementing snapshot support?
This pr is the first of in a series of prs to get the operator up to date with upstream Antrea. * A devcontainer has been added to aid in...
Consider the following entity: ```c# public class User { [Key] public Guid Id { get; set; } [Column(TypeName = "jsonb")] public Dictionary Properties { get; set; } } ``` And...
### Description To enable SNAT with OVN-EIPs and provide custom VPCs with external access to the underlay, a dedicated EIP is currently required for each VPC. In ip constrained environments,...
**Describe the problem/challenge you have** Currently, there is no way to write a network policy without enforcing it or simulate policy matches for auditing or statistical purposes. The ability to...