Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kubernetes dev overlay #12

Open
iperezx opened this issue Nov 5, 2022 · 0 comments
Open

Kubernetes dev overlay #12

iperezx opened this issue Nov 5, 2022 · 0 comments

Comments

@iperezx
Copy link

iperezx commented Nov 5, 2022

Following the instructions in https://github.com/waggle-sensor/waggle-beehive-v2/blob/main/docs/installing-beehive-in-a-kubernetes-cluster.md

After step 2:

./create-credentials-for-beehive.sh

It generates credentials/beehive.yaml, but it's missing the following secrets:

apiVersion: v1
kind: Secret
metadata:
  name: rabbitmq-tls-secret
type: Opaque
data:
  cert.pem: 
  key.pem: 
---
apiVersion: v1
kind: Secret
metadata:
  name: upload-server-ssh-host-key
type: Opaque
data:
  ssh-host-key: 
  ssh-host-key.pub: 
  ssh-host-key-cert.pub: 

So step 3 will only create the first configmap and error for the first secret.

Am I missing anything?

I think you guys just copy and paste the content that is needed in the secrets, but it's not explicit in the docs.

Are you guys interested in adding to Beehive a dev overlay like I added to BK?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant