Core features
Optional (if app is activated)
Integrated technologies
Click this button to install a Kubernetes 1-Click Application. If you aren’t logged in, this link will prompt you to log in with your DigitalOcean account.
In addition to creating Otomi using the control panel, you can also use the DigitalOcean API. As an example, to create a 3 node DigitalOcean Kubernetes cluster made up of Basic Droplets in the SFO2 region, you can use the following doctl
command. You need to authenticate with doctl
with your API access token) and replace the $CLUSTER_NAME
variable with the chosen name for your cluster in the command below.
doctl kubernetes clusters create --size s-4vcpu-8gb $CLUSTER_NAME --1-clicks otomi
Follow these instructions to connect to your cluster with kubectl
and doctl
.
First, check if the Otomi installation was successful by running the command below:
kubectl get job otomi -w
The output looks similar to the following:
NAME COMPLETIONS DURATION AGE
otomi 1/1 14m 14m
Next, check the installer job logs to get the otomi console url
and credentials
by running the following command:
kubectl logs jobs/otomi -n default --tail=7
The output looks similar to the following:
########################################################################################################################################
#
# To start using Otomi, go to https://otomi.134.209.133.239.nip.io and sign in to the web console
# with username "otomi-admin" and password "OTzVCbJbvIN1T0LIij4U".
# Then activate Drone. For more information see: https://otomi.io/docs/installation/activation/
#
########################################################################################################################################
url
using the credentials
found in the installer job logs.NOTE:
# To prevent you from clicking away lots of security warnings in your browser, you can add the generated CA to your keychain/credential manager:
# Since we install Otomi without proving a custom CA or using LetsEncrypt, the installer generated a CA which is not trusted on your local machine.
ca.crt
or add the CA to your keychain on your mac using the following command:# On Mac
sudo security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain ~/Downloads/ca.crt
# Restart the browser or open it in private mode
# On Windows(PowerShell - Run as Administrator)
# Use certutil:
certutil.exe -addstore root <downloaded cert path>
# Or
Import-Certificate -FilePath "<downloaded cert path>" -CertStoreLocation Cert:\LocalMachine\Root
# Restart the browser or open it in private mode
Platform
, select Apps
and click on the Drone appplay
button in the top right. A new tab will open for Drone and click CONTINUE
otomi-admin
and the password
provided in the logs of the installer job.Authorize Application
SUBMIT
on the Complete your Drone Registration page. You don’t need to fill in your Email, Full Name or Company Name if you don’t want tootomi/values
repository+ ACTIVATE REPOSITORY