This message was deleted.
# atlantis-community
s
This message was deleted.
p
did you run
go install
from source or downloaded a build?
d
i tried to follow this video to install atlantis, but fails
Copy code
/atlantis bootstrap                                                                                   00:19:01 
Error: unknown command "bootstrap" for "atlantis"
Run 'atlantis --help' for usage.

https://www.youtube.com/watch?v=TmIPWda0IKg&t=15s

p
so did you solved the bad cpu error?
are you on an M1?
d
yes
i solved that
do we need to use ngrok?
p
if you want to use a webhook from github you need an https endpoint
or somehow have a dns pointing to your computer
ngrok solves that problem
d
how about incase of production?
p
ngrok is ONLY for testing
nothing else
in prod you will have a load balancer , the atlantis container running somewhere etc
d
you mean to say atlantis would be exposed as a service through a kubernetes LB or something?
p
well it depends
what VCS are you using?
d
github
p
then you can have a github runner within your VPC and connect to the atlantis instance internally
but usually you will need atlantis exposed to the internet so that the webhook can reach atlantis
and you can lock it down to the github webhook ip address range and such
d
do i need to create the webhook?
i tried to add the ngrokurl/events to the webhooks
p
yes you do
look at the doc on how to configure Atlantis
d
so when i do
atlantis apply -d .
, where does the apply happen?
p
if you are running atlantis in your mac
it will happen in your mac
so your mac will need credentials and all that to assume whatever role is needed and such
d
so we use gcp, aws and github actions for CI/CD. what would be the way to go for me?
p
d
what is this?
p
a TF module to setup Atlantis in gcp