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

A k8s operator for InfluxDB

Results 11 influxdata-operator issues
Sort by recently updated
recently updated
newest added

Create PV failed ```bash kubectl create -f local_storage.yaml storageclass.storage.k8s.io/standard-resize created The PersistentVolume "influxdb-data-pv" is invalid: spec.nodeAffinity: Required value: Local volume requires node affinity ``` I found a sample,It can create...

Trying to backup influxdb using the following yaml file: https://github.com/influxdata/influxdata-operator/blob/master/deploy/crds/influxdata_v1alpha1_backup_cr.yaml When I run kubectl apply -f influxdb-backup.yaml I got the error message as follows: error: unable to recognize "influxdb-backup.yaml": no...

Hi I recently used the operator to deploy the v2 beta and noticed that the ports are statically assigned to the v1 ports. I overcame this issue by adding the...

Once i update resources spec in the CR, they should be update the core resources file in deployment, the operator needs to have informers + event handlers handling the particular...

where do we specify NodeSelectors and taints and tolerations in infuxdb kind object? I tried few combination of specifying node selector and PodAffinity for influxdb kind object, but none of...

There are parts of the `ConfigMap` that should be `Secret`s, such as the: - `INFLUXDB_HTTP_SHARED_SECRET`; - `INFLUXDB_HTTPS_PRIVATE_KEY`; - `INFLUXDB_HTTPS_CERTIFICATE`. See also: https://github.com/influxdata/influxdata-operator/issues/10#issuecomment-515653867

We have influx docker in GKE and also infludata-operator. We save backup data of influx to Google storage by influx operator, but data also stay in persistant volume storage in...

I would like to reclaim space on PV after backing up to GCS bucket. Tried code below, but ended up with error 126 when issuing rm command. Is there a...

It would be good for the operator to go into it's own namespace. I can do this by modifying the specs, sure, but it'd be nice to have that out...