You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 8, 2025. It is now read-only.
Describe the bug
When using digital ocean to deploy MARA, you need to first have installed and authorized the doctl program. If not, the
following errors will be encountered:
Error: Unable to initialize DigitalOcean API client: access token is required. (hint: run 'doctl auth init')
Error: Unable to initialize DigitalOcean API client: access token is required. (hint: run 'doctl auth init')
To Reproduce
Steps to reproduce the behavior:
Deploy MARA on DO w/o doing a doctl auth init.
As soon as you hit the helm sections.....
Boom....
Expected behavior
Should work; this is likely going to need to be resolved by just verifying that the doctl utility has been properly auth'd earlier in the process.
Describe the bug
When using digital ocean to deploy MARA, you need to first have installed and authorized the doctl program. If not, the
following errors will be encountered:
To Reproduce
Steps to reproduce the behavior:
doctl auth init.Expected behavior
Should work; this is likely going to need to be resolved by just verifying that the doctl utility has been properly auth'd earlier in the process.
Your environment
n/a
Additional context
None.