Abin Antony
06/22/2022, 10:09 PMKevin Kho
06/22/2022, 10:10 PMjawnsy
06/22/2022, 10:13 PMKevin Kho
06/22/2022, 10:14 PMAbin Antony
06/22/2022, 10:15 PMdavzucky
06/23/2022, 3:49 AMAbin Antony
06/23/2022, 9:44 PMjawnsy
06/23/2022, 9:45 PMAbin Antony
06/23/2022, 9:47 PMjawnsy
06/23/2022, 9:48 PMtype: ClusterIP
and then enable the ingress (or manually create an ingress). Recent versions of OpenShift 4 should understand Ingress and translate it into a Route, but you might need some annotations to control the behavior
annotations in the OpenShift doc - https://docs.openshift.com/container-platform/4.9/networking/routes/route-configuration.html#nw-ingress-creating-a-rout[…]ngress_route-configuration
https://github.com/PrefectHQ/server/blob/0b64bfd8e6dfc53cddc057575322b3520f1884ea/helm/prefect-server/values.yaml#L219-L223Abin Antony
06/23/2022, 10:12 PMjawnsy
06/27/2022, 10:32 PMAbin Antony
06/27/2022, 11:10 PMjawnsy
06/27/2022, 11:15 PMoc get sa
in your project/namespace and see what comes up. The docs about SCCs are here: https://docs.openshift.com/container-platform/4.10/authentication/managing-security-context-constraints.html
There’s a command you have to run to add the nonroot scc to the service accountAbin Antony
06/28/2022, 7:59 PMjawnsy
06/28/2022, 8:01 PMAbin Antony
06/30/2022, 12:16 AMjawnsy
06/30/2022, 1:42 AMdocker run --rm -it -u 123456789:0
(OpenShift runs using the root group and a randomized per-namespace UID)Abin Antony
06/30/2022, 10:36 PMjawnsy
07/20/2022, 3:55 AMAbin Antony
07/20/2022, 4:27 AMjawnsy
07/20/2022, 4:30 AMAbin Antony
07/20/2022, 4:31 AMAnna Geller
07/20/2022, 4:33 PM