Hi, I am trying to setup netmaker on Kubernetes us...
# install
b
Hi, I am trying to setup netmaker on Kubernetes using following instructions: https://github.com/gravitl/netmaker/tree/master/k8s/server but the netmaker container crashes with following message:
Copy code
$ kubectl logs pod/netmaker-1 -n netmaker
              
 __   __     ______     ______   __    __     ______     __  __     ______     ______    
/\ "-.\ \   /\  ___\   /\__  _\ /\ "-./  \   /\  __ \   /\ \/ /    /\  ___\   /\  == \   
\ \ \-.  \  \ \  __\   \/_/\ \/ \ \ \-./\ \  \ \  __ \  \ \  _"-.  \ \  __\   \ \  __<   
 \ \_\\"\_\  \ \_____\    \ \_\  \ \_\ \ \_\  \ \_\ \_\  \ \_\ \_\  \ \_____\  \ \_\ \_\ 
  \/_/ \/_/   \/_____/     \/_/   \/_/  \/_/   \/_/\/_/   \/_/\/_/   \/_____/   \/_/ /_/ 
                                                                                                                                                                                                                                                                                 

[netmaker] 2022-12-01 14:33:10 connecting to postgres 
[netmaker] 2022-12-01 14:33:11 database successfully connected 
[netmaker] 2022-12-01 14:33:11 no OAuth provider found or not configured, continuing without OAuth 
[netmaker] 2022-12-01 14:33:11 Configuring MQ... 
[netmaker] Fatal: failed to configure MQ:  MQ admin password not provided
Looking into code it seems the it expects evironment variable
MQ_ADMIN_PASSWORD
to be defined but the manifests or the instructions do not mention this setting. Am I missing something?
5 Views