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

NATS Streaming Operator

Results 34 nats-streaming-operator issues
Sort by recently updated
recently updated
newest added

I was successful connect it with `kubectl port-forward svc/example-nats 4222:4222`, but how to expose it with nginx-ingress? ``` apiVersion: networking.k8s.io/v1beta1 kind: Ingress metadata: name: kubernetes-ingress annotations: kubernetes.io/ingress.class: nginx spec: rules:...

kubectl cluster with a single node. Do a Power off for the node (not a shutdown). When the node is started, the nats-streaming-operator pod reaches a Ready state, but the...

I got error when I deploy `NatsStreamingCluster` ```[1] 2019/12/26 07:16:45.762521 [FTL] STREAM: Failed to start: discovered another streaming server with cluster ID "example-stan"``` I use GKE **full message** ```[1] 2019/12/26...

kubectl logs bmrg-dev-nats-streamer-2 [1] 2019/10/21 09:53:54.901940 [INF] STREAM: Starting nats-streaming-server[bmrg-dev-nats-streamer] version 0.16.2 [1] 2019/10/21 09:53:54.901996 [INF] STREAM: ServerID: h6KMqx3nUR7PZU62q3jKVZ [1] 2019/10/21 09:53:54.902000 [INF] STREAM: Go version: go1.11.13 [1] 2019/10/21 09:53:54.902005...

Hi, First of all thanks a lot for the great work you've been doing with NATS/NATS Streaming. I'm currently looking for a proper way to deploy NATS Streaming next to...

I'm trying settup a Nats Streaming cluster with three nodes on local kubernetes following the [operator docs](https://github.com/nats-io/nats-streaming-operator) and I'm getting continuos connection fail from same pods. As you can see,...

``` helm install --name nats-steaming --namespace nats-io -f values.yaml . ``` Error: ``` Error: release nats-steaming-operator failed: Deployment.apps "nats-steaming-operator-nats-streaming-operator" is invalid: spec.strategy: Unsupported value: apps.DeploymentStrategy{Type:"OnDelete", RollingUpdate:(*apps.RollingUpdateDeployment)(nil)}: supported values: "Recreate", "RollingUpdate"...

Originally I create STAN cluster of size 3 with STAN Operator successfully. However if i change the size to 0, CRD still keep one replica up and running. Is it...

It should be possible to configure the certs used for the client connection to the NATS cluster.

we're running nats streaming operator in gke, it was running fine. But after we updated kubernetes version. nats clients are not able to connect to nats server. ```yaml $ kubectl...