Tomas Broka
05/19/2022, 5:19 PMnon-root.
Have made the necessary changes to fulfill our cluster policy and all airbyte services have been successfully deployed and running. But now we have another blocker due to run as non-root
policy. I'm adding a new connector from the UI (in order to point the image to our private registry) but the pod that gets deployed in order to add this new connector is failing to start due to non-root
policy
Error: container has runAsNonRoot and image will run as root (pod: "source-mssql-spec-1dfbbc78-d22d-4cc6)
The image is trying to run as root
The image is a copy of airbyte/source-mssql:0.3.22
public image. Anyone has encounter this issue before and was able to resolve?Marcos Marx (Airbyte)
05/19/2022, 5:23 PMTomas Broka
05/19/2022, 5:32 PM