Overlapping Network Issues
Kraken uses the K3s kubernetes distribution, which contains its own network configuration, with two pre-defined internal subnets:
- 10.42.0.0/16 (
cluster-cidr
) - 10.43.0.0/16 (
service-cidr
)
These subnets will work in most environments, however, problems can occur if your local network happens to be using either of these same subnets. To avoid overlap with you internal network, the internal K3s server subnets can be changed on your Kraken environment by altering the cluster-cidr
and/or service-cidr
blocks.
For further details on configuring alternate subnets, please contact Haivision support.