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

Provisioner Doesn't Create DO Firewall Rules #2

Open
eengelking opened this issue Oct 4, 2023 · 0 comments
Open

Provisioner Doesn't Create DO Firewall Rules #2

eengelking opened this issue Oct 4, 2023 · 0 comments

Comments

@eengelking
Copy link

What happened:
Using the DO provisioner, a virtual machine is created successfully, however the Gargantua-Shell cannot access the VM as a firewall rule for SSH ingress (port 22) has not been created and attached to the VM.

What you expected to happen:
When the VM is provisioned, the correct ingress is created and attached to the VM to allow Shell access via the UI.

How to reproduce it (as minimally and precisely as possible):

  1. Install the hf-provisioner-digitalocean provisioner via Helm.
  2. Set a secret with the key/value pair of token: <yourDigitalOceanToken>
  3. Update the environment to use the hobbyfarm.io/provisioner: digitalocean annotation.
  4. Update the environment to use spec.provider: digitalocean.
  5. Set the environmental_specifics to use the DO region and token-secret.
  6. Update the template_mapping to set the image, size, and ssh_username: root.

Anything else we need to know?:
The VM deploys as expected, just doesn't have ingress.

Environment:

  • hf-provisioner-digitalocean version: v0.0.1
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