influxdata / influxdata-operator

A k8s operator for InfluxDB
MIT License
76 stars 32 forks source link

This is dead, right? #18

Open FaKod opened 3 years ago

russorat commented 3 years ago

@FaKod looks like this hasn't been updated in about a year, and i'd imagine k8s has progressed and made this pretty incompatible.

bullshit commented 3 years ago

Is there an active fork?

denzuko commented 3 years ago

Doubt its dead, but since one does need to update the bundle.yml (use 1.6 docker image) to use the alpine tag. I'll be submitting a PR shortly. Diff below:

diff --git a/bundle.yaml b/bundle.yaml
index 64b8ae6..33bc681 100644
--- a/bundle.yaml
+++ b/bundle.yaml
@@ -261,7 +261,7 @@ metadata:
 spec:
   # Add fields here
   size: 1
-  baseImage: influxdb:1.6.3-alpine
+  baseImage: influxdb:alpine
   imagePullPolicy: Always
   pod:
     resources:
@@ -279,4 +279,4 @@ spec:
         storageClassName: standard-resize
         resources:
           requests:
-            storage: 8Gi
\ No newline at end of file
+            storage: 8Gi
denzuko commented 3 years ago

Also seems this issue is related: https://github.com/operator-framework/operator-sdk/issues/2579

denzuko commented 3 years ago

digging further into this @Daplanet may have to maintain a pipeline to build a secured docker image for the operator. Anyone on the influxdata team cool with that?