Skip to content

Latest commit

 

History

History
 
 

.github

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
nextCluster

Installation

Approved operating system: Debian 12/11/10 & Ubuntu 22.04

For approved operating system users, you can install the package from the repository by running the following command:

wget https://raw.githubusercontent.com/nextCluster/nextCluster/master/scripts/install-cluster.sh && chmod +x install-cluster.sh && ./install-cluster.sh && rm install-cluster.sh

Other

You have to install these dependencies on your os.
When you have installed the dependencies, you can install the package from the repository by running the following command:

kubectl apply -f https://raw.githubusercontent.com/nextCluster/nextCluster/master/scripts/init-cluster.yml

Planned in the future

  • (install-script) Add support for other operating systems
  • Dashboard
  • Proxy-Module

Contributing

You can contribute to the project by forking the repository and creating a pull request. You can also contribute by creating an issue. Pull Requests are welcome.
For major changes, please open an issue first to discuss what you would like to change.


Readme work in progress...