Skip to content
#

cluster

Here are 1,971 public repositories matching this topic...

spowelljr
spowelljr commented Jan 25, 2022

It's not possible to enable addons with --no-kubernetes passed because the addons in their current state are deployed to Kubernetes. So if a user tries to enable an addon with --no-kubernetes output a message notifying them that it's not possible without Kubernetes and exit execution.

Related kubernetes/minikube#13461

help wanted priority/important-longterm good first issue needs-solution-message
Aries-Lee1991
Aries-Lee1991 commented Dec 16, 2021

In https://github.com/taosdata/TDengine/blob/develop/src/client/src/tscPrepare.c, Local variable loopCont is assigned only once, to a constant value, making it effectively constant throughout its scope. If this is not the intent, examine the logic to see if there is a missing assignment that would make loopCont not remain constant.

So the 1567th line should be removed.
![image](https://user-im

good first issue
nadenf
nadenf commented Nov 11, 2021

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

enhancement good first issue priority/low
rocket357
rocket357 commented Apr 6, 2022
  • 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? GCP
  • Are you running Postgres Operator in production? not yet (for GCP)
  • Type of issue? Documentation (variable name confusion)

https://github.com/zalando/postgres-operator/blob/master/pkg/cluster/k8sres.go#

actionhero
mfvargo
mfvargo commented Jan 22, 2021

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

good first issue enhancement help wanted
kafka-monitor

Xinfra Monitor monitors the availability of Kafka clusters by producing synthetic workloads using end-to-end pipelines to obtain derived vital statistics - E2E latency, service produce/consume availability, offsets commit availability & latency, message loss rate and more.

  • Updated Mar 29, 2022
  • Java
julianbrost
julianbrost commented Feb 24, 2022

The API happily accepts attribute updates for host_name and service_name of Downtime objects. That doesn't sound like a good idea to me, just look at the inconsistency between the object name and its attributes in the console transcript below.

I haven't checked any other object types for similar issues, so there might be more as well.

$ downtime=$(curl -skSu root:icinga -H 
bug area/api good first issue
ksync

Improve this page

Add a description, image, and links to the cluster topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cluster topic, visit your repo's landing page and select "manage topics."

Learn more