cluster
Here are 1,877 public repositories matching this topic...
-
Updated
Oct 19, 2021 - C++
-
Updated
Oct 19, 2021 - Go
-
Updated
Oct 19, 2021 - Go
-
Updated
May 25, 2021
-
Updated
Oct 18, 2021 - C#
-
Updated
Oct 15, 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
Oct 15, 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
Initial questions
- Which image of the operator are you using? registry.opensource.zalan.do/acid/postgres-operator:v1.7.0
- Where do you run it - cloud or metal? Kubernetes or OpenShift? Kubernetes on GKE
- Are you running Postgres Operator in production? no - not yet
- Type of issue? feature request
Background
In #1638 I described in detail the process I went thro
-
Updated
Oct 18, 2021 - Go
-
Updated
Sep 29, 2021 - Java
-
Updated
Jul 12, 2021 - Go
We had issues with state file corruption before, however we often have a hard time debugging this because often the corrupt file was deleted to get Icinga running again. Therefore the following proposal: When Icinga fails due to a corrupt state file, it could write a crash report including a copy of the state file in question.
Given that state files can grow quite large in size, we should avoid
-
Updated
Sep 2, 2021 - Shell
-
Updated
Sep 26, 2021 - Java
-
Updated
Sep 30, 2021 - Go
-
Updated
Jan 7, 2016 - Go
-
Updated
Oct 14, 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