lyft / flinkk8soperator

Kubernetes operator that provides control plane for managing Apache Flink applications
Apache License 2.0
569 stars 159 forks source link

Enabling PodSecurityContext to be configured for JM and TM pod templates #158

Closed kelly-sm closed 4 years ago

kelly-sm commented 4 years ago
anandswaminathan commented 4 years ago

+1 LGTM

kelly-sm commented 4 years ago

Is there a way to pull an image of this once it is merged in? Does each commit get built and pushed somewhere?

anandswaminathan commented 4 years ago

@kelly-sm Once you merge. We have Travis that will automatically build and push the image.

You can then pull the image from docker.io/lyft/flinkk8soperator:{sha}

kelly-sm commented 4 years ago

@anandswaminathan sounds good. Sounds like we just need another person to review/approve?

Thanks!