Commit graph

187 commits

Author SHA1 Message Date
mcorbin
7b5a492a09
Add Exoscale in the documentation 2021-04-23 16:28:45 +02:00
Ricardo Katz
ed5aee7659
Prepare for v0.45.0 release (#7026)
* Prepare for v0.45.0 release

* Apply suggestions from code review

Co-authored-by: Elvin Efendi <elvin.efendiyev@gmail.com>

* Prepare for v0.45.0 release

Co-authored-by: Elvin Efendi <elvin.efendiyev@gmail.com>
2021-04-06 12:10:21 -07:00
Manuel Alejandro de Brito Fontes
d2f139b01f Release helm chart v3.23.0 2021-02-04 11:16:24 -03:00
Jaeyoung Lee
fdd3f9c5aa Change break link for documentation 2021-01-29 15:34:48 +09:00
Kubernetes Prow Robot
032fccb292
Merge pull request #6756 from shubhambhattar/patch-1
Dashboard Panel supposed to show average is showing sum.
2021-01-24 09:14:53 -08:00
Manuel Alejandro de Brito Fontes
9985d72f79 Update static manifests 2021-01-20 14:42:12 -03:00
Shubham Bhattar
117cb3b6d8
Dashboard supposed to show average is showing sum. 2021-01-14 17:21:02 +05:30
Manuel Alejandro de Brito Fontes
37140a3863 Release ingress-nginx 0.43.0 2020-12-30 14:56:29 -03:00
Manuel Alejandro de Brito Fontes
0abfad70ce Release v0.42.0 2020-12-24 16:13:13 -03:00
Slobodan Mišković
c4d5f4d1e6
Fix link to kustomize docs 2020-12-16 10:27:32 -08:00
ml-
29a170617f Fix sum of nginx process connections
nginx_ingress_controller_nginx_process_connections returns four elements
for each pod, one for each "state" (active, reading, waiting, writing).

The value of the element with state "active" is the sum of the other
three elements of other states:

active = reading + waiting + writing

So sum() returns a value that is 2x of the actual amount of connections.
To fix this we simply select elements with state "active".
2020-11-16 18:43:09 +01:00
Manuel Alejandro de Brito Fontes
8b99f49d2d Release 0.41.2 2020-11-12 17:39:07 -03:00
Manuel Alejandro de Brito Fontes
52dd877841 Release v0.41.1 2020-11-12 12:43:19 -03:00
Manuel Alejandro de Brito Fontes
8aefb97fea Release 0.41.0 chart 2020-11-03 14:58:10 -03:00
Manuel Alejandro de Brito Fontes
a4afffc73d Update static manifests 2020-10-11 16:45:37 -03:00
Manuel Alejandro de Brito Fontes
528d214f20 Release 0.40.2 2020-10-06 16:42:33 -03:00
Manuel Alejandro de Brito Fontes
f7f3815bc7 Release v0.40.1 2020-10-02 15:15:09 -03:00
Manuel Alejandro de Brito Fontes
680378b334 Release v0.40.0 2020-10-01 16:56:44 -03:00
Manuel Alejandro de Brito Fontes
d0b37d18df Update static manifest yaml files 2020-09-16 11:24:14 -03:00
Manuel Alejandro de Brito Fontes
27598b5f90 Update chart requirements 2020-09-15 14:50:32 -03:00
Patrik Cyvoct
6318d40339
Add install command for Scaleway
Signed-off-by: Patrik Cyvoct <patrik@ptrk.io>
2020-09-10 13:47:52 +02:00
Manuel Alejandro de Brito Fontes
12150e318b Release v0.35.0 2020-08-28 10:24:34 -04:00
Manuel Alejandro de Brito Fontes
8102fff242 Switch images to k8s.gcr.io after Vanity Domain Flip 2020-08-26 22:07:22 -04:00
Manuel Alejandro de Brito Fontes
8a80bcfcc3 Update NLB idle timeout information 2020-08-26 13:33:37 -04:00
haslersn
7ddb7343fa feat(baremetal): Add kustomization.yaml 2020-08-06 00:43:42 +02:00
Philipp Strube
beae32b6fe Update deploy scripts using hack/generate-deploy-scripts.sh 2020-07-29 12:02:09 +02:00
David Dooling
f4585f99a6
Do not add namespace to cluster-scoped resources
When adding namespace to the helm-generated YAML files, do not add it
to cluster-scoped resources like ClusterRole, ClusterRoleBinding, and
ValidatingWebhookConfiguration.  Regenerate static YAML resource
specs.
2020-07-28 14:14:05 -05:00
Manuel Alejandro de Brito Fontes
1d250bcbd9 Release helm chart for v0.34.1 2020-07-15 16:33:06 -04:00
Manuel Alejandro de Brito Fontes
6c73d66ae6 Update helm chart for v0.34.0 2020-07-10 08:57:40 -04:00
Manuel Alejandro de Brito Fontes
9aa1a59e1d Update deploy manifests 2020-07-03 17:28:22 -04:00
Manuel Alejandro de Brito Fontes
bdbf11f6b4
Use fully qualified images to avoid cri-o issues 2020-06-25 18:14:46 -04:00
Manuel Alejandro de Brito Fontes
df8ceea8a9 Release 0.33.0 2020-06-11 10:24:08 -04:00
Manuel Alejandro de Brito Fontes
a9add96fc2 Release chart 2.1.0 2020-05-04 16:39:30 -04:00
Manuel Alejandro de Brito Fontes
446845114c Release 0.32.0 2020-05-01 11:16:10 -04:00
Manuel Alejandro de Brito Fontes
768a91f58d Fix chart missing default backend name 2020-04-29 22:44:04 -04:00
Manuel Alejandro de Brito Fontes
e1e8621ffb Add install command for Digial Ocean 2020-04-29 18:59:06 -04:00
Cédric Laubacher
da12e01544
Update job image 2020-04-29 22:35:30 +02:00
Manuel Alejandro de Brito Fontes
b68839118f Release 0.31.1 2020-04-27 10:43:23 -04:00
Manuel Alejandro de Brito Fontes
c7c06e0e6f Release 0.31.0 2020-04-26 16:45:37 -04:00
Manuel Alejandro de Brito Fontes
efbb3f9fc8 Add support for IngressClass and ingress.class annotation 2020-04-22 09:15:32 -04:00
Manuel Alejandro de Brito Fontes
5c5e2328ba Add manifest for kind documentation 2020-04-20 11:22:24 -04:00
Manuel Alejandro de Brito Fontes
fd23ebc6d1 Cleanup deploy docs and remove old yaml manifests 2020-04-18 18:16:44 -04:00
Manuel Alejandro de Brito Fontes
7da08be741 Add port for plain HTTP to HTTPS redirection 2020-04-18 17:50:49 -04:00
Manuel Alejandro de Brito Fontes
f266854ad3 Update deployment manifests 2020-04-06 13:16:46 -04:00
Manuel Alejandro de Brito Fontes
42fcc076b9 Add script to generate yaml files from helm 2020-04-05 22:27:05 -04:00
Neel Mehta
d59018cf56
Add DS_PROMETHEUS datasource for templating
When running this dashboard on Grafana, I received the error `Datasource named ${DS_PROMETHEUS} was not found`, this change fixes that issue.
2020-03-24 16:49:03 -04:00
Manuel Alejandro de Brito Fontes
f1f90ef495
Release 0.30.0 (#5155) 2020-02-24 09:34:19 -03:00
Naseem
11e6d4d856
Add request handling performance dashboard
This second dashboard helps end users drill down on a particular service and get more golden signals type metrics such as error rate by path and median upstream response time by path.

Signed-off-by: Naseem <naseem@transit.app>
2020-02-19 16:56:25 -05:00
Manuel Alejandro de Brito Fontes
37c24b0df5
Migration e2e installation to helm (#5086) 2020-02-16 11:58:37 -03:00
Manuel Alejandro de Brito Fontes
eedcdcdbf6
Release 0.29.0 (#5075) 2020-02-15 08:28:22 -03:00