cluster
Here are 1,870 public repositories matching this topic...
-
Updated
Oct 3, 2021 - C++
-
Updated
Oct 3, 2021 - Go
-
Updated
Oct 1, 2021 - Go
-
Updated
May 25, 2021
-
Updated
Oct 1, 2021 - C#
-
Updated
Jul 14, 2021 - Python
Required by DataGrip. See crate/crate#11726
The full query is
select L.transactionid::varchar::bigint as transaction_id
from pg_catalog.pg_locks L
where L.transactionid is not null
order by pg_catalog.age(L日常答疑问题记录
--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
Sep 28, 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
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
Oct 1, 2021 - Go
-
Updated
Sep 29, 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
Sep 26, 2021 - Java
-
Updated
Jan 7, 2016 - Go
-
Updated
Sep 30, 2021 - Go
-
Updated
Sep 28, 2021 - C
-
Updated
Oct 2, 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."
Steps to reproduce the issue:
minikube -p p1 startand wait for cluster p1 to be ready => minikube created network6775a57b0a2c p1 bridge localminikube -p p1 stop=> cluster stop, network p1 still exists (as expected)minikube -p p2 startand wait for cluster p2 to be