Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnedo committed Jul 10, 2024
1 parent 766abd6 commit 4175654
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/create.rs
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,9 @@ async fn setup_networking(conn: &SshClient, cluster_conf: &Cluster, node: &Node,
conn.execute(cmd).await?;

/// COREDNS
/// coredns listens on port 53 and 5533
/// port 53 serves .cluster.skate by forwarding to all coredns instances on port 5553
/// uses fanout plugin
let coredns_yaml_path = "/tmp/skate-coredns.yaml";
let mut file = File::create(coredns_yaml_path)?;
// replace forward list in coredns config with that of other hosts
Expand Down

0 comments on commit 4175654

Please sign in to comment.