Skip to content

Releases: odraghi/setup-debian-for-kubernetes

v2.3.0

29 Oct 00:31
7efddaa
Compare
Choose a tag to compare

Add Ubuntu22 support

v2.2.0

28 Oct 14:29
Compare
Choose a tag to compare

You can now initialize a cluster with a CNI (Container Network Interface).
You can do that with the option '--init' or '--prod'.

Supported CNI:

calico (default)
antrea
In progess of supporting CNI:

cilium (Soon...) I've issue with pod newtorking but you can try yourself with '--force'

v1.0.0

22 Oct 19:46
Compare
Choose a tag to compare

Add arguments.

 --latest        Install the latest version of Kubernetes.

 --older         Allow older version of available Kubernetes version.
                 By default you can only install one of the 5 latest versions.

 --skip-heml     Skip HELM install. You should use that for Production node.

 -s, --slow      That let time for humans reading what's happened (INFO/WARNING messages)

 -h, --help      Show this help.

-v, --version       Show this program version.
-c, --copyright     Show this program copyright.