Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 973 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 973 Bytes

QJOLY LOGO

Talos Omni template

This is a template for Omni (software that manages multiples Talos clusters) that can be used to create a cluster with predefined configurations.

Features

  • Enable Kube-Span.
  • Disable CNI (flannel).
  • Disable Kube-proxy.
  • Apply manifests :
    • Install Cilium CNI.
    • Add an IP Pool for Cilium L2 Annoucements.
    • Active Cilium L2 Annoucements.

Usage

To use this template, you need to have the Omni CLI installed. You can find the installation instructions here.

To check differences between the template and the current cluster configuration, run:

omnictl cluster template diff --file template.yaml

To apply the template to the cluster, run:

omnictl cluster template sync --file template.yaml