cluster
Here are 1,897 public repositories matching this topic...
-
Updated
Nov 24, 2021 - Go
-
Updated
Nov 23, 2021 - Go
-
Updated
Nov 23, 2021
-
Updated
Nov 24, 2021 - C#
-
Updated
Oct 15, 2021 - Python
Use case:
Adding an array element to an existing array inside the database without the need to select the array first and update the full array value afterwards.
CREATE TABLE t1 (id INTEGER, tags ARRAY(TEXT));
INSERT INTO t1 (id, tags) VALUES (1, ['database']);
UPDATE t1 SET
tags = array_append(excluded.tags, 'search engine');
WHERE id = 1;
**Feature descr
日常答疑问题记录
--api-port seems the only way to change the clusters.cluster.server: server name in the kubeconfig. However, the port is forced and server name is optional. I'd like the ability to set the hostname without having to also set the port. This would be to preserve the random port created.
-
Updated
Nov 23, 2021 - Go
-
Updated
Jul 5, 2021 - Python
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
Nov 22, 2018 - Go
Hello community,
Some context
- Which image of the operator are you using? registry.opensource.zalan.do/acid/postgres-operator:v1.6.3
- Where do you run it - cloud or metal? Kubernetes or OpenShift? OVH Managed Kubernetes
- Are you running Postgres Operator in production? no
- Type of issue? feature request
Issue
When retrieving the Custom Resource pg with the comman
-
Updated
Nov 24, 2021 - Go
-
Updated
Sep 29, 2021 - Java
-
Updated
Jul 12, 2021 - Go
Describe the bug
Creating a "dummy"-checked (or "passive"-checked) Service under a "dummy"-checked Host will result in the Service inheriting vars.dummy_text from the Host in preference to its CheckCommand. This is not (at all? loudly?) documented and there appears to be no way to direct multiple inheritance within the language (or, if there is, it, too, appears undocumented).
-
Updated
Nov 18, 2021 - Go
-
Updated
Nov 4, 2021 - Shell
-
Updated
Sep 26, 2021 - Java
-
Updated
Jan 7, 2016 - Go
-
Updated
Nov 5, 2021 - C
-
Updated
Oct 2, 2021 - Swift
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
Jun 14, 2021 - Shell
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."
on a Mac M1 laptop with Docker not running I get following message:
talking about drivers that are not available on this platoform (such as Virtualbox and hyperkit)
messsage should only show relevent drivers to platofrm