Skip to content

Support Single-Drone Scenario, with Wildcard Dns #284

Answered by paulgb
t-moe asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Timo,

Yes, your use case should work.

  • To disable the DNS server, remove the [dns] line from the toml file passed to the controller (e.g. this line).
  • Since the DNS server is required for Plane to obtain its own certificates, you'll need to get certificates some other way and pass them in instead. Once you do, you can pass them in to the drone process with drone.toml.

You'll still need three processes (nats server, controller, and drone), but they can all be run on the same machine (I recommend using Docker Compose for this).

Hope that helps, happy to elaborate more if that would be helpful.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by paulgb
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #279 on December 07, 2022 14:29.