-
``` (sh)
var cluster = require('cluster');
class Test {
}
if (cluster.isMaster) {
console.log(process.getgid() + ': im master');
cluster.fork();
} else {
setInterval(function(){
…
-
motivation:
1. all commands are predefined so the compiler can create a more efficient hash table in compile time
2. commands are not equal. We can split all commands into 2 types performance-orien…
-
### Summary
I'm trying to implement data clean up for Redis Cluster. At the moment direct interaction /w each node required to clean up cluster fully. It requires hard coding cluster topology somewhe…
-
### What happened?
I am trying to construct a Kubernetes provider thats suitable for deploying Helm charts onto an EKS cluster. However, I am getting a `cluster not found` error because the kubeconfi…
-
/kind bug
**1. What `kops` version are you running? The command `kops version`, will display
this information.**
1.26.2
**2. What Kubernetes version are you running? `kubectl version` will pr…
-
### Problem description
Could you please add this model to the quirk available [here](https://github.com/home-assistant/core/issues/86347) that worked for me also ?
The acquired Thermostat is the fo…
-
### Motivation
The Cluster client should provide overrides for specific Redis Core and module commands to make them easy to use with OS Cluster API.
- [ ] Provide an abstraction that handles `FT…
-
There is currently no clear way to know which version of the `spin-kube` plugin is for which version of the Spin Operator. This is important to ensure they both are referencing the same version CRDs. …
-
**What would you like to be added**: On AL2 there was a script provided at /etc/eks/bootstrap.sh that could be called on node startup. Given the name of the cluster, it would fetch info about the …
-
We are running Redis in cluster mode with 6 pods and with persistence enabled. All the six pods are masters and there are no secondaries replicating the data.
On of the set-ups I run
`redis-c…