Commit Graph

13 Commits

Author SHA1 Message Date
iwilltry42
af82c130c6
manifests: strip v prefix from semver 2021-08-18 19:31:57 +02:00
Thorsten Klein
aa6e902743
[Enhancement] Improved Pipeline for Multiarch Images and SemVer Tags (#712)
* ci/drone: multiarch images for everything + auto_tagged semver manifests/images
2021-08-18 17:58:11 +02:00
Thorsten Klein
0519c8fe30
[FIX] proxy: rename udp specific upstreams (#564)
Fixes #563
2021-04-15 18:30:59 +02:00
Dinar Valeev
78c22f7a0c
[FIX] Fix udp service access through k3d-proxy (fixes #489) (#488, @k0da) 2021-02-09 16:48:44 +01:00
Thorsten Klein
ecc025b35e
[Feature] Registry for v4 & Restructure Cluster Creation (#334) 2020-12-09 15:59:20 +01:00
iwilltry42
d3c5cfb766
fix: allow allow port-ranges on the loadbalancer 2020-08-12 15:58:00 +02:00
iwilltry42
ec3f10ec57
use server/agent instead of master/worker 2020-07-14 20:29:33 +02:00
iwilltry42
4ca19dbf9c
proxy: use confd fork to enable arm support 2020-06-18 15:51:26 +02:00
iwilltry42
920159aa11
proxy: enable ARCH switch in Dockerfile 2020-06-18 13:27:53 +02:00
iwilltry42
5643b4e60c
proxy: increase timeout to 10 minutes
- prevent stream from breaking during e.g. 'kubectl get logs -f POD'

Fixes #276
2020-06-12 12:47:32 +02:00
iwilltry42
9c9f49646e
MasterLoadBalancer: add nodefilter & extra treatment
- masterlb is now an extra part of the cluster spec
- ports can now be attached to masterlb by using the 'loadbalancer'
nodefilter
- all ports exposed on the masterlb will be proxied to all master nodes
(on the same port)
2020-05-11 10:57:54 +02:00
iwilltry42
82b2d0e241
proxy: add timeout and restart configuration 2020-05-09 12:47:07 +02:00
iwilltry42
a24d6f864e
Proxy: deploy a configurable nginx proxy in front of the cluster
Up to now, we exposed ports on single master nodes, which is quite
inconvenient on user side and troublesome on development side.
Now, we're creating a proxy container which exposes a single port
and proxies traffic to all master nodes.
Currently, this only works with 'k3d create cluster' and won't
update the proxy when using 'k3d create node --role master'.
2020-04-08 17:45:27 +02:00