cluster
Here are 1,863 public repositories matching this topic...
-
Updated
Sep 17, 2021 - C++
-
Updated
Sep 21, 2021 - Go
-
Updated
May 25, 2021
-
Updated
Sep 20, 2021 - Go
-
Updated
Sep 18, 2021 - C#
-
Updated
Jul 14, 2021 - Python
Add property name and trace to `information_schema.columns` to easily query for object properties
Use case:
As an application developer I want to easily query which object properties exist in a given table, to display those options to the user and generate a dynamic query. The information is available information_schema.columns, however getting to property names using regex can be cumbersome and error prone.
e.g.
SELECT DISTINCT
regexp_replace(column_name, '(\w+)\[''(\w日常答疑问题记录
--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
Jul 5, 2021 - Python
-
Updated
Sep 20, 2021 - 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
Nov 22, 2018 - Go
-
Updated
Sep 20, 2021 - Go
Please, answer some short questions which should help us to understand your problem / question better?
- Which image of the operator are you using? e.g. registry.opensource.zalan.do/acid/postgres-operator:v1.6.3
- Where do you run it - cloud or metal? Kubernetes or OpenShift? AWS K8s | Azure
- Are you running Postgres Operator in production? yes
- Type of issue? [Bug report,
-
Updated
Aug 19, 2021 - Java
-
Updated
Jul 12, 2021 - Go
This one...
... orders its items by priority (std::map<QueryPriority,) and then by insertion order (std::queue<WriteQueueItem>).
Replace it with a std::priority_queue<WriteQueueItem>. Adjust WriteQueueItem and the usages of Writes as needed.
-
Updated
Sep 2, 2021 - Shell
-
Updated
Aug 17, 2021 - Java
-
Updated
Jan 7, 2016 - Go
-
Updated
Sep 5, 2021 - Go
-
Updated
Sep 16, 2021 - C
-
Updated
Jan 1, 2021 - Swift
-
Updated
Jun 14, 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
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."
kubernetes/minikube#8719 (comment)