sethsaperstein / flink-control

0 stars 0 forks source link

SQL Gateway Pod Test #1

Open sethsaperstein opened 1 year ago

sethsaperstein commented 1 year ago

overview

Can successfully create a FlinkDeployment CRD and separately create a service for the sql gateway which can access the JM service of the FlinkDeployment

sethsaperstein commented 1 year ago

Had to set up a service account, set jobmanager.rpc.address (so it doesn't default to localhost) and run the sql-gateway in the foreground: CMD ["/opt/flink/bin/sql-gateway.sh", "start-foreground", "-Dsql-gateway.endpoint.rest.address=localhost"]

success