Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 809 Bytes

chiaintroducer.md

File metadata and controls

24 lines (17 loc) · 809 Bytes

ChiaIntroducer

Specifying a ChiaIntroducer will create a kubernetes Deployment and some Services for a Chia introducer.

The majority of people do not need to run an introducer. Introducers in Chia serve the purpose of introducing full_nodes in a network to other full_node peers on that network.

Here's a ChiaIntroducer example custom resource (CR):

apiVersion: k8s.chia.net/v1
kind: ChiaIntroducer
metadata:
  name: my-introducer
spec:

More Info

This page contains documentation specific to this resource. Please see the rest of the documentation for information on more available configurations.