cluster
Here are 1,783 public repositories matching this topic...
-
Updated
Apr 22, 2021 - C++
-
Updated
Apr 22, 2021 - Go
-
Updated
Feb 24, 2021
-
Updated
Apr 21, 2021 - Go
-
Updated
Apr 21, 2021 - C#
-
Updated
Mar 29, 2021 - Python
Support for PG array_to_string() - concat elements of an array to string / text with a delimiter
Use case:
Support for PG array_to_string() function in CrateDB.
This now can be done as workaround with an UDF for TEXT:
CREATE OR REPLACE function array_to_string(array(TEXT),TEXT)
RETURNS TEXT
LANGUAGE JAVASCRIPT
AS 'function array_to_string(arr, delimiter) { return Array.prototype.join.call(arr, delimiter);}';SELECT array_to_string(['a','b','c'],',');Scope of your request
Use only mirrored container-images for k3d.
Describe the solution you'd like
K3d already provides --image for nodes image. It would be nice to be able to do the same for "the rest" like
- rancher/k3d-proxy:v3.0.2
- traefik
- other images used "by default" or configurable by options.
This way we would be more self-sustaining and ease the pull from docke
-
Updated
Apr 20, 2021 - Python
-
Updated
Nov 22, 2018 - Go
We had an issue where an api user was using the incorrect parameters on an API call. Having this feature would have made the API fail instead of proceeding. The bug would been found earlier.
I can see where this would be a hassle on many cases, But it would be nice for new projects.
I suppose it could be a global config item that could be overridden at the individual action level:
For
-
Updated
Apr 21, 2021 - Go
-
Updated
Apr 21, 2021 - Go
-
Updated
Apr 19, 2021 - Java
- Which image of the operator are you using? e.g. registry.opensource.zalan.do/acid/postgres-operator:v1.6.1
- Where do you run it - cloud or metal? Kubernetes or OpenShift? AWS K8s
- Are you running Postgres Operator in production? yes
- Type of issue? question
Hi! I have set up cluster with nodeAffinity so that it runs on separate nodes. StatefulSet for postgres pods contai
-
Updated
Nov 14, 2019 - Go
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 18, 2021 - Java
-
Updated
Jan 7, 2016 - Go
-
Updated
Mar 8, 2021 - Shell
-
Updated
Apr 15, 2021 - C
-
Updated
Jan 1, 2021 - Swift
-
Updated
Apr 13, 2021 - Shell
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
Nov 2, 2020 - Dockerfile
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."
Hi, I am using minikube v1.18.1 on Hyper-V (Microsoft Windows 10 Enterprise)
I recently tried to uninstall minikube and reinstall it.
Steps to reproduce the issue: