Skip to content

Commit

Permalink
No longer set up DNS bootstrip in 'spire seq cluster'
Browse files Browse the repository at this point in the history
  • Loading branch information
minced committed Mar 12, 2018
1 parent cbf0f9f commit f3e2f6f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions building/build-debs/homeworld-admin-tools/src/seq.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ def sequence_cluster(ops: setup.Operations) -> None:
ops.add_operation("verify that the fundamental cluster infrastructure is online",
iterative_verifier(verify.check_online, 120.0))

ops.add_subcommand(setup.setup_dns_bootstrap)

ops.add_operation("verify that etcd has launched successfully",
iterative_verifier(verify.check_etcd_health, 120.0))
ops.add_operation("verify that kubernetes has launched successfully",
Expand Down

0 comments on commit f3e2f6f

Please sign in to comment.