8000 GitHub - TOSIT-IO/incus-cluster: incus implementation for VM environment
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

TOSIT-IO/incus-cluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Incus cluster

Manage a cluster with Incus.

Requirements

  • incus
  • openssh

Install

Symlink incus-cluster into .local/bin

ln -s /path/to/here/incus-cluster ${HOME}/.local/bin

Alternatively, add incus-cluster dir into your path In .bashrc/.zshrc:

export PATH="$PATH:/path/to/here/"

Config 73B2 file

In your project dir, create incus.yml file Example in the project

Start Environment

export TDP_HOME=<Path>
./incus-cluster up

Stop Environment

./incus-cluster stop

Delete Environment

./incus-cluster delete

Enter in VM

incus shell <vm>

Enter using SSH

ssh -i data/incus_key <admin_user>@<vm>

About

incus implementation for VM environment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0