Skip to content

saashqdev/kubeworkz-installer

Repository files navigation

Kubeworkz-Installer

Kubeworkz installer installs Kubeworkz by the "all-in-one" method. More details follow doc (coming soon).

Quick start

Grab a cloud box from your favorite hyperscaler - 4 cores / 8Gb RAM / 120Gb

Do everything as root

Set version

export KUBEWORKZ_VERSION=v1.8

Install required apps

apt install sshpass conntrack unzip socat

All in one install

curl -fsSL https://kubeworkz.s3.amazonaws.com/kubeworkz-installer/release/v1.3/entry.sh | bash

Custom install

export CUSTOMIZE="true";curl -fsSL https://kubeworkz.s3.amazonaws.com/kubeworkz-installer/release/v1.3/entry.sh | bash

Clean UP

curl -o cleanup.sh https://kubeworkz.s3.amazonaws.com/hack/cleanup.sh
# params can be: 'kubeworkz','k8s','docker','containerd','all'
/bin/bash cleanup.sh all

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages