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

This is dead, right?

Open FaKod opened this issue 4 years ago • 5 comments

FaKod avatar Nov 26 '20 11:11 FaKod

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

russorat avatar Feb 02 '21 23:02 russorat

Is there an active fork?

bullshit avatar Feb 23 '21 23:02 bullshit

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 avatar May 08 '21 01:05 denzuko

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

denzuko avatar May 08 '21 01:05 denzuko

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?

denzuko avatar May 08 '21 03:05 denzuko