-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
kubernetespriority/highHigh priorityHigh prioritytype/enhancementNew feature or requestNew feature or request
Description
- set
AIRBYTE_ENTRYPOINT
in base image - set
AIRBYTE_ENTRYPOINT
for connectors with custom entrypoints - set
AIRBYTE_ENTRYPOINT
for normalization (happening as part of enable kube e2e tests #3866 potentially) - set
AIRBYTE_ENTRYPOINT
for transform images (need to check if any aren't set programatically) - bump/publish all image versions
- re-add error for
KubePodProcess
if anAIRBYTE_ENTRYPOINT
isn't detected - java standard test should check for this ENV variable
- python standard test should check for this ENV variable SAT: assert
AIRBYTE_ENTRYPOINT
is set in a connector's Docker image #4262
The reason I'm creating this is because it's easy to get confused when debugging when this isn't working properly. It's better for it to be fully specified.
Metadata
Metadata
Labels
kubernetespriority/highHigh priorityHigh prioritytype/enhancementNew feature or requestNew feature or request