- 02 Oct, 2020 7 commits
-
-
Geoff Simmons authored
Service spec.ports maps to the public TLS port. First just for kubectl/yaml deployments. Addresses #38
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
Addresses #38
-
Geoff Simmons authored
-
Geoff Simmons authored
Addresses #38
-
Geoff Simmons authored
Initially for kubectl/yaml deployments. While here, ensure that /etc/varnish is world-readable, since it's been reported that it might not be. Evidently not always, but setting the permissions is never wrong. Addresses #38
-
- 04 Sep, 2020 4 commits
-
-
Nils Goroll authored
in vcl_backend_response {} and vcl_backend_error {} we test if `bereq.backend == vk8s_cluster.backend(resolve=LAZY)`. With the current code, this condition will never evaluate true, because `resolve=NOW` will make the shard director return the "real" (VBE) backend. With this patch, the net effect, the chosen cluster varnish backend, should still be the same, except for the rare race event that the backend becomes unhealthy between the time the vcl code executes and when the backend connection is made. We already account for this race by setting `req.hash_ignore_busy` in vcl_revc {}.
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
- 03 Sep, 2020 6 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
The test should run correctly without them, and leaving them deployed may conceal potential bugs.
-
Geoff Simmons authored
To avoiding hiding potential bugs.
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
- 02 Sep, 2020 1 commit
-
-
Geoff Simmons authored
-
- 01 Sep, 2020 8 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
- 31 Aug, 2020 3 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
That is, if they are neither viking services, nor an IngressBackend for any Ingress with the viking Ingress class. This reduces the Event noise for Services that have nothing to do with viking.
-
Lars Fenneberg authored
-
- 30 Aug, 2020 1 commit
-
-
Geoff Simmons authored
All of the tests that deploy the service generate secrets for the test.
-
- 29 Aug, 2020 3 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
- 28 Aug, 2020 7 commits
-
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
-
Geoff Simmons authored
Forgot it in the previous commit.
-
Geoff Simmons authored
-