Skip to content

s3-ack operator giving error /github.com/aws-controllers-k8s/s3-controller/cmd/controller/main.go:75 #2698

@jstrahle

Description

@jstrahle

Describe the bug
Getting the following error with OpenShift and S3-ack operator and the operator pod is in Error state:

main.main
/github.com/aws-controllers-k8s/s3-controller/cmd/controller/main.go:75
runtime.main
/usr/local/go/src/runtime/proc.go:285

Steps to reproduce

  1. Install s3-ack operator version 1.1.3 on OpenShift 4.18.20.
  2. Install operator: AWS Controllers for Kubernetes - Amazon S3
  3. Create configmap:
kind: ConfigMap
apiVersion: v1
metadata:
  name: ack-s3-user-config
  namespace: ack-system
data:
  AWS_ENDPOINT_URL: ''
  LEADER_ELECTION_NAMESPACE: ''
  ACK_LOG_LEVEL: debug
  ENABLE_LEADER_ELECTION: 'true'
  ACK_RESOURCE_TAGS: environment=dev
  ENABLE_CARM: 'false'
  ACK_ENABLE_DEVELOPMENT_LOGGING: 'true'
  ACK_WATCH_NAMESPACE: ''
  AWS_REGION: eu-central-1
  RECONCILE_DEFAULT_MAX_CONCURRENT_SYNCS: '1'
  FEATURE_FLAGS: ''
  FEATURE_GATES: ''
  1. Restart operator deployment rollout

Expected outcome
Operator pod should work normally without any errors.

Environment

  • OpenShift 4.18.20
  • AWS service targeted: S3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions