Skip to content

Tag Set#

Routing Policies → TSTag Sets

The TagSet resource is a list of internal tags that can be assigned to a route by a routing policy. These tags are locally significant to the network device and are not communicated to peers.

Tags may be useful for classifying routes. This classification can then determine which routes are sent to which peers. For example, an operator may isolate part of the network from the internet without breaking internal connectivity by assigning a tag to all routes received from a particular BGP peer and preventing these routes from being readvertised to the internet gateway.

Note

Currently, the number of tags per TagSet is limited to one.

Dependencies#

This resource does not have any dependencies.

Referenced resources#

This resource does not reference any other resource.

Examples#

apiVersion: routingpolicies.eda.nokia.com/v1
kind: TagSet
metadata:
  name: no-export
  namespace: routingpolicies
spec:
  tags:
    - tag: 20
cat << 'EOF' | kubectl apply -f -
apiVersion: routingpolicies.eda.nokia.com/v1
kind: TagSet
metadata:
  name: no-export
  namespace: routingpolicies
spec:
  tags:
    - tag: 20
EOF

Custom Resource Definition#

To browse the Custom Resource Definition go to crd.eda.dev.

TagSet

routingpolicies.eda.nokia.com / v1

SPEC

TagSetSpec defines a set of Internal Route Tags that can be applied to routes for policy decisions.

  • #

STATUS

TagSetStatus defines the observed state of TagSet