- 18 Jan, 2023 3 commits
-
-
Laurent Flori authored
Fix apt key warning for Helm repository See merge request !29
-
Laurent Flori authored
Resolve "Clean install code to minimal installation" Closes #24 See merge request !32
-
-
- 17 Jan, 2023 3 commits
-
-
Laurent Flori authored
Resolve "Default installation without ingress controller" Closes #22 See merge request !30
-
Laurent Flori authored
-
Laurent Flori authored
-
- 19 Nov, 2022 1 commit
-
-
Frédéric Lespez authored
-
- 03 Oct, 2022 2 commits
-
-
Barconnière Fabrice authored
Resolve "install-eolebase3.sh download k3d install.sh script in /tmp without overwriting existing one" Closes #19 See merge request !26
-
Barconnière Fabrice authored
Resolve "Set k3s release TAG in install-eolebase3.sh to v1.24.4+k3s1" Closes #20 See merge request !27
-
- 16 Sep, 2022 2 commits
-
-
Laurent Gourvénec authored
-
Laurent Gourvénec authored
Otherwise, if we call install-eolebase3.sh multiple times, the install.sh script used will always be the same.
-
- 15 Sep, 2022 1 commit
-
-
Laurent Flori authored
Resolve "Set k3d release TAG in install-eolebase3.sh to v5.4.3" Closes #18 See merge request !25
-
- 14 Sep, 2022 2 commits
-
-
Laurent Gourvénec authored
For now, v5.4.4 seems bugged on Ubuntu.
-
Laurent Gourvénec authored
-
- 27 Jun, 2022 1 commit
-
-
Laurent Flori authored
Resolve "Add the production mode." Closes #15 See merge request !24
-
- 07 Jun, 2022 1 commit
-
-
Philippe Caseiro authored
K3D is not clear for production, if we want to use this tool to provide an safe for production single node cluster, we need another tool. To to so, we install k3s in server mode (single node). Fixes #15
-
- 03 Jun, 2022 1 commit
-
-
Barconnière Fabrice authored
Resolve "Setup ingress nginx as the default controller" Closes #14 See merge request !22
-
- 31 May, 2022 1 commit
-
-
Philippe Caseiro authored
Now you can use the option "-i | --ingress [none,traefik,nginx]" to install (or not) the ingress controler. You also can provide a domain name with option "-d | --domain" for the "SSL certificate generation" (we need to support cert-manager later Fixes #14
-
- 14 Apr, 2022 1 commit
-
-
Barconnière Fabrice authored
Resolve "In install script, errMsg() is not always called with an error code" Closes #11 See merge request !21
-
- 12 Apr, 2022 2 commits
-
-
Laurent Gourvénec authored
-
Laurent Gourvénec authored
-
- 21 Mar, 2022 1 commit
-
-
Barconnière Fabrice authored
Resolve "Add an option to install loki-stack in the cluster" Closes #12 See merge request !20
-
- 17 Mar, 2022 1 commit
-
-
Laurent Gourvénec authored
Installed with helm in namespace loki-stack. Option -l or --loki-stack to install the loki stack. Option --loki-size to select the PVC's size. Option --volume-size to select the PV's size.
-
- 16 Mar, 2022 2 commits
-
-
Barconnière Fabrice authored
Resolve "Add some bash completions even in a "screen"" Closes #7 See merge request !15
-
Laurent Gourvénec authored
Also configure screen to use bash completions
-
- 15 Mar, 2022 2 commits
-
-
Barconnière Fabrice authored
Resolve "Check curl is installed before using it" Closes #9 See merge request !16
-
Barconnière Fabrice authored
Resolve "Cluster don't start at boot" Closes #8 See merge request !18
-
- 14 Mar, 2022 1 commit
-
-
Laurent Gourvénec authored
'k3d cluster create' creates a cluster but also starts it. It seems that starting a cluster already started creates a container k3d-eole3-tools which should be deleted at the end of the start but is not... It is this container which creates problems at reboot. -> stop cluster before starting the service systemd Also, on a server where eole3 is already installed, we must stop and disable the service if we want the cluster to be operational when the script end
-
- 10 Mar, 2022 3 commits
-
-
Laurent Gourvénec authored
-
Daniel Dehennin authored
Resolve "Fix second stage of CI (installation of k3d)" Closes #13 See merge request !19
-
Laurent Gourvénec authored
Use lsb_release command instead of /etc/lsb_release Run install script as superuser Give up tests with microk8s Delegate run of the script to the builder
-
- 08 Mar, 2022 1 commit
-
-
Barconnière Fabrice authored
Resolve "Fix coding style (shellcheck) on install-eolebase3.sh" Closes #10 See merge request !17
-
- 04 Mar, 2022 1 commit
-
-
Laurent Gourvénec authored
-
- 14 Feb, 2022 3 commits
-
-
Barconnière Fabrice authored
fix(doc): update readme See merge request !14
-
Barconnière Fabrice authored
fix(k3d): adding -t, --traefik option to provide custom traefik install Closes #6 See merge request !13
-
Philippe Caseiro authored
if -t or --traefik option is set, we disable the embeded traefik install and replace it with a custom one. the user needs to provide a values file. if the file name is empty (ex: -t "") we use a default one provided by the install function. Fixes #6
-
- 10 Feb, 2022 1 commit
-
-
Philippe Caseiro authored
The readme is now accurate
-
- 08 Feb, 2022 2 commits
-
-
Laurent Flori authored
fix(k3d): do not setup the eole proxyhub Closes #5 See merge request !12
-
Philippe Caseiro authored
This configuration make download from eole harbor impossible, removing it solves the issue. Fixes #5
-
- 04 Feb, 2022 1 commit
-
-
Philippe Caseiro authored
fix(k3d): better management of k3d cluster with single control plane and systemd service Closes #4 See merge request !11
-