cluster
Here are 1,935 public repositories matching this topic...
-
Updated
Feb 8, 2022 - Go
-
Updated
Feb 7, 2022 - Go
-
Updated
Nov 23, 2021
-
Updated
Feb 8, 2022 - C#
-
Updated
Jan 20, 2022 - Python
-
Updated
Jan 26, 2022 - Java
Use case:
Add the ability to search for an element in an array and retrieve back the array index.
As per the PostgreSQL documentation:
array_position ( anycompatiblearray, anycompatible [, integer ] ) → integer
Returns the subscript of the first occurrence of the second argument in the array, or NULL if it's not present
Problem
I would like to be able to have different names for my node to help with discovery in tools like k9s.
If I (a) create the cluster and then (b) create the nodes I can achieve this.
But if I need to create the cluster and nodes at the same time i.e. via -agents flag then this is not possible.
And some use cases e.g. per-node volumes are only possible using this approach
-
Updated
Feb 6, 2022 - Go
-
Updated
Jan 21, 2022 - 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
Please, answer some short questions which should help us to understand your problem / question better?
- Which image of the operator are you using? registry.opensource.zalan.do/acid/postgres-operator:v1.7.1
- Where do you run it - cloud or metal? Kubernetes or OpenShift? Bare Metal K8s
- Are you running Postgres Operator in production? no
- Type of issue? Bug report
Hi
Th
-
Updated
Nov 22, 2018 - Go
-
Updated
Feb 8, 2022 - Go
-
Updated
Feb 4, 2022 - Java
During the review of #9000, I noticed that the ordering of severities/priorities is like this:
- Icinga 2: debug, notice, information, warning, critical
- [syslog](https://datatracker.ietf.org/doc/html/rfc5424#section-
-
Updated
Jul 12, 2021 - Go
-
Updated
Dec 28, 2021 - Go
-
Updated
Dec 16, 2021 - Shell
-
Updated
Sep 26, 2021 - Java
-
Updated
Feb 8, 2022 - TypeScript
-
Updated
Jan 7, 2016 - Go
-
Updated
Feb 4, 2022 - C
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
-
Updated
Oct 2, 2021 - Swift
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."
It's not possible to enable addons with
--no-kubernetespassed because the addons in their current state are deployed to Kubernetes. So if a user tries to enable an addon with--no-kubernetesoutput a message notifying them that it's not possible without Kubernetes and exit execution.Related kubernetes/minikube#13461