RedLine89
RedLine89
Vendor implementations of routing policies typically have a way to match on destination protocol. Nokia: ``` /configure router policy-options policy-statement "NEW_POLICY" entry 10 from protocol bgp-vpn /configure router policy-options policy-statement...
#### Summary Cloudnative-PG installation fails when `microk8s enable cloudnative-pg` is executed. Error in CLI: `The CustomResourceDefinition "poolers.postgresql.cnpg.io" is invalid: metadata.annotations: Too long: must have at most 262144 bytes` #### What...
#### Summary Cloudnative-PG installation fails when `microk8s enable cloudnative-pg` is executed. #### What Should Happen Instead? Cloudnative-PG plugin should get installed. #### Reproduction Steps ``` ubuntu@microk8s-vm:~$ microk8s enable cloudnative-pg Infer...
**Problem** When creating `routing-policy-rule`s via an API the only way to refer to `match_community` or `match_community_list` is via it's ID. This is inconsistent with other POST APIs in BGP plugin...
When importing routing policy rules for a given routing policy as per current import schema we need to specify the `id` of the policy. While this can work but it...