Tasks ops setup

Manage installation

Synopsis

Usage:
  setup mini [<apihost>]
  setup devcluster [--uninstall|--status|[--skip-check-ports] [--skip-preload-images]]
  setup cluster [<context>] [--uninstall|--status]
  setup server <server> [<user>] [--uninstall|--status]
  setup status
  setup uninstall

Commands

  setup mini          deploy mini Apache OpenServerless, slim local installation available as http://devel.miniops.me (or your local domain)
  setup cluster       deploy Apache OpenServerless in the Kubernetes cluster using the <context>, default the current
  setup devcluster    deploy Apache OpenServerless in a devcluster created locally
                      you need Docker Desktop available with at least 6G of memory assigned
  setup server        create a Kubernetes in server <server> and deploy Apache OpenServerless
                      the server must be accessible with ssh using the <user> with sudo power, default root
  setup status        show the status of the last installation
  setup uninstall     uninstall the last installation

Options

  --uninstall           execute an uninstall instead of an installation 
  --status              show the status instead of an installation 
  --skip-check-ports    skip the check of already used ports
  --skip-preload-images skip the preload images step

Subtasks

  • kubernetes: prepare kubernetes
  • nuvolaris: install nuvolaris
  • docker: prepare docker