cluster
Here are 1,592 public repositories matching this topic...
-
Updated
Oct 6, 2020 - C++
-
Updated
Oct 6, 2020 - Go
-
Updated
Sep 23, 2020
-
Updated
Oct 6, 2020 - C#
-
Updated
Jul 27, 2020 - Python
-
Updated
Oct 5, 2020 - Go
Currently sum aggregations on numeric columns of type REAL or DOUBLE PRECISION uses a straight forward x + y operation (Double::sum).
SELECT sum(real_column) FROM tblThere would be the [Kahan summation algorithm](https
-
Updated
Oct 6, 2020 - Python
-
Updated
Nov 22, 2018 - Go
The example configs don't contain an example of setting the display name in yaml configs.
Also --display-name is missing from the README.md docs for flags
Given an existing cluster, is there any way to check
A) whether a local registry is enabled for that cluster, and
B) the value of registry-port/registry-name?
Relatedly: given a cluster that was started without the --enable-registry flag, is there any way to enable the registry post-facto?
-
Updated
Oct 5, 2020 - Go
-
Updated
Nov 14, 2019 - Go
-
Updated
Oct 2, 2020 - Java
Describe the bug
/usr/share/icinga2/include/command-plugins.conf provides the http CheckCommand. Since version 2.3.0 there is a new option in check_http which allows for checking the correctness of a certificate and hostname match: --verify-host. Please add this to the built in template library.
https://icinga.com/docs/icinga2/latest/doc/10-icinga-template-library/
$ /usr/
-
Updated
Jan 7, 2016 - Go
Hello
I would like to have pgbouncer-exporter as a sidecar for the connection pooler.
I don't think it's possible right now.
It would be great to have the same options for sidecars as in the cluster.
-
Updated
Jun 15, 2020 - Java
-
Updated
Oct 6, 2020 - C
-
Updated
Jul 11, 2020 - Python
-
Updated
Nov 19, 2019 - Swift
-
Updated
Jul 21, 2020 - Dockerfile
-
Updated
Sep 18, 2020 - Makefile
Sign the windows EXE
Users that download the windows EXE will be prompted (by browser and OS) that it is not safe because the EXE isn't signed.

There is a GitHub Action for signing: https://github.com/marketplace/actions/code-sign-a-file-with-pfx-certificate
This would provide additional confidence for
-
Updated
Aug 23, 2020 - TypeScript
Improve this page
Add a description, image, and links to the cluster topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cluster topic, visit your repo's landing page and select "manage topics."
Environment:
Minikube on Mac OS X
What happened:
I am trying to load NGINX-Ingress with a custom tls certificate, in this case a trusted TLS certificate I generated on my machine. I start minikube, then enable the ingress-nginx addon which deploys nginx to the kube-system namespace successfully. I create my certificate in the kube-system namespace with the title
mkcert.I then modified