Hello Team, I am deploying airbyte on EKS for the ...
# replication-ask-ai
s
Hello Team, I am deploying airbyte on EKS for the first time..The helm installation got passed suceffully.. but i am seeing that the server and worker pods are in CrashLoopBackOff :
Copy code
airbyte-airbyte-bootloader                          0/1     Completed          0                5m33s
airbyte-connector-builder-server-58b4d88c59-fj758   1/1     Running            0                61m
airbyte-cron-686c7c8b7-bbmhd                        1/1     Running            0                61m
airbyte-db-0                                        1/1     Running            0                150m
airbyte-pod-sweeper-pod-sweeper-75d4cc5d75-snggp    1/1     Running            0                61m
airbyte-server-7f7f97f569-f766x                     0/1     CrashLoopBackOff   15 (4m18s ago)   61m
airbyte-temporal-6dfc6f69cb-m9x6p                   1/1     Running            0                61m
airbyte-webapp-bc78bcc77-q9ms5                      0/1     Running            0                61m
airbyte-worker-7c8bd697d8-n7ltg                     0/1     CrashLoopBackOff   15 (3m57s ago)   61m
airbyte-worker-7c8bd697d8-pdn9q                     0/1     CrashLoopBackOff   15 (4m16s ago)   61m
On checking the logs i am seeing the following:
Copy code
2023-06-27 09:08:28 INFO i.a.c.EnvConfigs(getEnvOrDefault):1228 - Using default value for environment variable METRIC_CLIENT: ''
2023-06-27 09:08:28 INFO i.a.c.EnvConfigs(getEnvOrDefault):1228 - Using default value for environment variable METRIC_CLIENT: ''
2023-06-27 09:08:28 WARN i.a.m.l.MetricClientFactory(initialize):74 - MetricClient was not recognized or not provided. Accepted values are `datadog` or `otel`. 
2023-06-27 09:08:28 INFO i.a.c.t.TemporalUtils(getTemporalClientWhenConnected):248 - Waiting for temporal server...
2023-06-27 09:08:28 WARN i.a.c.t.TemporalUtils(getTemporalClientWhenConnected):259 - Waiting for namespace default to be initialized in temporal...
2023-06-27 09:08:31 INFO i.t.s.WorkflowServiceStubsImpl(<init>):86 - Created WorkflowServiceStubs for channel: ManagedChannelOrphanWrapper{delegate=ManagedChannelImpl{logId=1, target=airbyte-temporal:7233}}
2023-06-27 09:08:36 INFO i.a.c.t.TemporalUtils(getTemporalClientWhenConnected):276 - Temporal namespace default initialized!
2023-06-27 09:08:36 INFO i.a.w.ApplicationInitializer(initializeCommonDependencies):191 - Initializing common worker dependencies.
2023-06-27 09:08:36 ERROR i.m.r.Micronaut(handleStartupException):338 - Error starting Micronaut server: null
java.lang.IllegalArgumentException: null
	at com.google.common.base.Preconditions.checkArgument(Preconditions.java:131) ~[guava-31.1-jre.jar:?]
	at io.airbyte.config.storage.DefaultS3ClientFactory.validateBase(DefaultS3ClientFactory.java:36) ~[io.airbyte.airbyte-config-config-models-0.50.1.jar:?]
	at io.airbyte.config.storage.DefaultS3ClientFactory.validate(DefaultS3ClientFactory.java:31) ~[io.airbyte.airbyte-config-config-models-0.50.1.jar:?]
	at io.airbyte.config.storage.DefaultS3ClientFactory.<init>(DefaultS3ClientFactory.java:24) ~[io.airbyte.airbyte-config-config-models-0.50.1.jar:?]
	at io.airbyte.config.helpers.CloudLogs.createCloudLogClient(CloudLogs.java:51) ~[io.airbyte.airbyte-config-config-models-0.50.1.jar:?]
	at io.airbyte.config.helpers.LogClientSingleton.createCloudClientIfNull(LogClientSingleton.java:226) ~[io.airbyte.airbyte-config-config-models-0.50.1.jar:?]
	at io.airbyte.config.helpers.LogClientSingleton.setWorkspaceMdc(LogClientSingleton.java:213) ~[io.airbyte.airbyte-config-config-models-0.50.1.jar:?]
	at io.airbyte.workers.ApplicationInitializer.initializeCommonDependencies(ApplicationInitializer.java:194) ~[io.airbyte-airbyte-workers-0.50.1.jar:?]
	at io.airbyte.workers.ApplicationInitializer.onApplicationEvent(ApplicationInitializer.java:161) ~[io.airbyte-airbyte-workers-0.50.1.jar:?]
	at io.airbyte.workers.ApplicationInitializer.onApplicationEvent(ApplicationInitializer.java:63) ~[io.airbyte-airbyte-workers-0.50.1.jar:?]
	at io.micronaut.context.event.ApplicationEventPublisherFactory.notifyEventListeners(ApplicationEventPublisherFactory.java:262) ~[micronaut-inject-
Can someone let me know what can be causing this please.?
k
A message from kapa.ai
New message text here
s
@kapa.ai I am using S3 can you let me know what should be the value of METRIC_CLIENT environment variable.?
k
A message from kapa.ai
New message text here