nats-operator icon indicating copy to clipboard operation
nats-operator copied to clipboard

NATS Operator

Results 60 nats-operator issues
Sort by recently updated
recently updated
newest added

Hey As a happy beginner with nats it would be nice to get some decent default resources request/limits with the operator. I know that I can put them down myself...

Look into a way to be able to detect for wrong configuration fields that may be part of the NatsCluster manifest.

Need a similar configuration block like the helm charts ```yaml leafnodes: enabled: true remotes: - url: tls://connect.ngs.global:7422 credentials: secret: name: ngs-creds key: NGS.creds ```

Is it possible to set the image on a NATS cluster to accommodate locations that may not have direct docker.io access. Not being able to is preventing me from using...

Any plans to create an official operator for NATS on the newly minted www.operatorhub.io?

Hi there, Are there any plans on moving the helm chart over to the stable/incubator repos?

Hello everyone, I have correctly set up the Cluster-scoped installation on my k8s cluster, and I can see the `nats-operator` in the `nats-io` namespace. I have also created two NATS...

The operator should deploy a replica set instead of single pods as it's a bad practice to run individual pods in Kubernetes, even singleton pods. Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-overview/#working-with-pods

We are trying to access the pod name in the annotations by using the downward API in the environment variables section. Given the current state of the CRD, we are...