Skip to main content

Illumio Segmentation for Containers

What's New in 5.8.0

Here's a summary of the new and enhanced features in this release.

Tolerations to run Kubernetes on all nodes

This change allows the C-VEN to run on all nodes in the Kubernetes cluster.

The more general tolerations now take this form in the cven section of the values.yaml file:

cven:
  tolerations:
    - effect: NoSchedule
      operator: Exists