cluster
Here are 1,589 public repositories matching this topic...
-
Updated
Sep 30, 2020 - C++
-
Updated
Sep 30, 2020 - Go
-
Updated
Sep 23, 2020
-
Updated
Sep 17, 2020 - C#
-
Updated
Jul 27, 2020 - Python
-
Updated
Sep 30, 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 tbl
There would be the [Kahan summation algorithm](https
-
Updated
Sep 30, 2020 - Python
-
Updated
Nov 22, 2018 - Go
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?
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
-
Updated
Sep 30, 2020 - Go
-
Updated
Nov 14, 2019 - Go
-
Updated
Sep 29, 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
- Which image of the operator are you using? registry.opensource.zalan.do/acid/postgres-operator:v1.5.0
- Where do you run it - cloud or metal? Kubernetes or OpenShift? Bare Metal K8s
- Are you running Postgres Operator in production? yes
- Type of issue? feature request
enable_pod_antiaffinity can only be enabled as a global parameter. which leads to a ma
-
Updated
Jun 15, 2020 - Java
-
Updated
Sep 30, 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