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

``` % kubectl logs deployment/nats-operator time="2022-05-20T00:37:20Z" level=info msg="nats-operator Version: 0.8.2" time="2022-05-20T00:37:20Z" level=info msg="Git SHA: 4f36153" time="2022-05-20T00:37:20Z" level=info msg="Go Version: go1.15.6" time="2022-05-20T00:37:20Z" level=info msg="Go OS/Arch: linux/amd64" time="2022-05-20T00:37:20Z" level=info msg="nats-operator is operating...

Changes: - Changed KubernetesNamespaceNatsIO to a var. - This will allow a compile time override of nats namespace for advanced k8s admins to configure a non nats-io namespace for cluster...

Users have reported that some of the features from the operator like service roles have stopped working on K8S 1.20 ``` E0527 15:18:55.677376 1 generic.go:108] error syncing "nats-io/nats-cluster": failed to...

bug

[`10-deployment.yaml`](https://github.com/nats-io/nats-operator/releases/download/v0.8.3/10-deployment.yaml) (L:21) file in [v0.8.3 release](https://github.com/nats-io/nats-operator/releases/tag/v0.8.3) contains reference to `natsio/nats-operator:0.8.2` image. In my opinion it should be `natsio/nats-operator:0.8.3`. Is that correct or needs to be changed?

if your cluster has only InternalIP defined(as in rancher rke cluster) nats-boot-config will fallback to it. Another approach is to check for labels first and then falling back to the...

Hello! I am using the following setup on Kubernetes v1.18.9 (EKS): **nats-operator** - image: `natsio/nats-operator:0.8.2` - we are using `clusterScoped: true` option **nats-cluster** - image: `nats:2.1.9` - we are creating...

It seems that in the PR #137 the writeDeadline option was not converted to camel case. Maybe intentional? https://github.com/nats-io/nats-operator/blob/a2c3c7104f12160bb5ca1032057b1efdc283337b/pkg/apis/nats/v1alpha2/cluster.go#L165 it should be ``` WriteDeadline` string `json:"writeDeadline,omitempty"` ``` The nats-operator crds...

I don't understand why we force the use of the `nats-io` namespace here. It's a huge limitation only to foolproof people trying to deploy many nats-operators in different namespaces !...

feature
improvement

When I follow the instructions in the project readme to create a nats cluster with 3 members on a gke cluster using istio, all three members immediately show unhealthy and...

question

NATS provides NSC and JWT authentication [1]. I tried to setup `nats-account-server` [2] and unable to load its configuration regardless how I configure it, e.g. I tried URL and MEM...