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
- Install s3-ack operator version 1.1.3 on OpenShift 4.18.20.
- Install operator: AWS Controllers for Kubernetes - Amazon S3
- 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: ''
- Restart operator deployment rollout
Expected outcome
Operator pod should work normally without any errors.
Environment
- OpenShift 4.18.20
- AWS service targeted: S3