SegmentStore failed to start during Helm chart installation of Pravega with "externalAccess.enabled=true" #204
Labels
kind/bug
Something isn't working
priority/P1
Recoverable error, functionality/performance impaired but not lost, no permanent damage
version 0.4.0
Issue with Operator 0.4.0
Problem Description
SegmentStore failed to start with error
Unexpected service type . Exiting...
whenPravega external connectivity
deployed using helm method of installation$helm install charts/pravega --name bar --set zookeeperUri=pravega-zk-client:2181,externalAccess.enabled=true
This issue is same as pravega/pravega#3614, due to the
service account
that is configured in the SegmentStore pod doesn't have proper permissions when enabling external-connectivity.deploynment details
Segmentstore logs
Problem location
Helm Chart
withexternalAccess.enabled=true
doesn't create a new service account, role, and role binding, with minimum required permissions to obtain the external address, and configure and enable it on thePravegaCluster
manifest. RefThe text was updated successfully, but these errors were encountered: