Hello guys ! Yesterday I was working with the 0.45...
# kubernetes
l
Hello guys ! Yesterday I was working with the 0.45.1 chart version, but today we have an upgrade of the charts and now the latest release is 0.42.0, but my server and webapp pods dont deploy, could anyone help me with this ? Im using the most default command and even with this Im not able to deploy PS: helm install --debug airbyte airbyte-oss/airbyte -n airbyte-helm Ps2: This is my unique log at server pod:
INTERNAL_API_HOST environment cannot be null
Copy code
helm install --debug airbyte airbyte-oss/airbyte -n airbyte-helm
install.go:178: [debug] Original chart version: ""
install.go:195: [debug] CHART PATH: /Users/luancarvalho/Library/Caches/helm/repository/airbyte-0.42.0.tgz

client.go:310: [debug] Starting delete for "airbyte-admin" ServiceAccount
client.go:339: [debug] serviceaccounts "airbyte-admin" not found
client.go:128: [debug] creating 1 resource(s)
client.go:310: [debug] Starting delete for "airbyte-airbyte-env" ConfigMap
client.go:339: [debug] configmaps "airbyte-airbyte-env" not found
client.go:128: [debug] creating 1 resource(s)
client.go:310: [debug] Starting delete for "airbyte-airbyte-secrets" Secret
client.go:339: [debug] secrets "airbyte-airbyte-secrets" not found
client.go:128: [debug] creating 1 resource(s)
client.go:310: [debug] Starting delete for "airbyte-db" Deployment
client.go:339: [debug] deployments.apps "airbyte-db" not found
client.go:128: [debug] creating 1 resource(s)
client.go:310: [debug] Starting delete for "airbyte-db-svc" Service
client.go:339: [debug] services "airbyte-db-svc" not found
client.go:128: [debug] creating 1 resource(s)
client.go:310: [debug] Starting delete for "airbyte-minio" Deployment
client.go:339: [debug] deployments.apps "airbyte-minio" not found
client.go:128: [debug] creating 1 resource(s)
client.go:310: [debug] Starting delete for "airbyte-minio-pv-claim" PersistentVolumeClaim
client.go:339: [debug] persistentvolumeclaims "airbyte-minio-pv-claim" not found
client.go:128: [debug] creating 1 resource(s)
client.go:310: [debug] Starting delete for "airbyte-minio-svc" Service
client.go:339: [debug] services "airbyte-minio-svc" not found
client.go:128: [debug] creating 1 resource(s)
client.go:310: [debug] Starting delete for "airbyte-postgresql" Secret
client.go:339: [debug] secrets "airbyte-postgresql" not found
client.go:128: [debug] creating 1 resource(s)
client.go:310: [debug] Starting delete for "airbyte-postgresql" Service
client.go:339: [debug] services "airbyte-postgresql" not found
client.go:128: [debug] creating 1 resource(s)
client.go:310: [debug] Starting delete for "airbyte-postgresql" StatefulSet
client.go:339: [debug] statefulsets.apps "airbyte-postgresql" not found
client.go:128: [debug] creating 1 resource(s)
client.go:310: [debug] Starting delete for "airbyte-postgresql-headless" Service
client.go:339: [debug] services "airbyte-postgresql-headless" not found
client.go:128: [debug] creating 1 resource(s)
client.go:310: [debug] Starting delete for "airbyte-volume-db" PersistentVolumeClaim
client.go:339: [debug] persistentvolumeclaims "airbyte-volume-db" not found
client.go:128: [debug] creating 1 resource(s)
client.go:310: [debug] Starting delete for "airbyte-airbyte-bootloader" Pod
client.go:339: [debug] pods "airbyte-airbyte-bootloader" not found
client.go:128: [debug] creating 1 resource(s)
client.go:540: [debug] Watching for changes to Pod airbyte-airbyte-bootloader with timeout of 5m0s
client.go:568: [debug] Add/Modify event for airbyte-airbyte-bootloader: ADDED
client.go:627: [debug] Pod airbyte-airbyte-bootloader pending
client.go:568: [debug] Add/Modify event for airbyte-airbyte-bootloader: MODIFIED
client.go:627: [debug] Pod airbyte-airbyte-bootloader pending
client.go:568: [debug] Add/Modify event for airbyte-airbyte-bootloader: MODIFIED
client.go:629: [debug] Pod airbyte-airbyte-bootloader running
client.go:568: [debug] Add/Modify event for airbyte-airbyte-bootloader: MODIFIED
client.go:629: [debug] Pod airbyte-airbyte-bootloader running
client.go:568: [debug] Add/Modify event for airbyte-airbyte-bootloader: MODIFIED
client.go:622: [debug] Pod airbyte-airbyte-bootloader succeeded
client.go:128: [debug] creating 18 resource(s)
Error: INSTALLATION FAILED: deployments.apps "airbyte-minio" already exists
helm.go:84: [debug] deployments.apps "airbyte-minio" already exists
INSTALLATION FAILED
main.newInstallCmd.func2
	<http://helm.sh/helm/v3/cmd/helm/install.go:127|helm.sh/helm/v3/cmd/helm/install.go:127>
<http://github.com/spf13/cobra.(*Command).execute|github.com/spf13/cobra.(*Command).execute>
	<http://github.com/spf13/cobra@v1.4.0/command.go:856|github.com/spf13/cobra@v1.4.0/command.go:856>
<http://github.com/spf13/cobra.(*Command).ExecuteC|github.com/spf13/cobra.(*Command).ExecuteC>
	<http://github.com/spf13/cobra@v1.4.0/command.go:974|github.com/spf13/cobra@v1.4.0/command.go:974>
<http://github.com/spf13/cobra.(*Command).Execute|github.com/spf13/cobra.(*Command).Execute>
	<http://github.com/spf13/cobra@v1.4.0/command.go:902|github.com/spf13/cobra@v1.4.0/command.go:902>
main.main
	<http://helm.sh/helm/v3/cmd/helm/helm.go:83|helm.sh/helm/v3/cmd/helm/helm.go:83>
runtime.main
	runtime/proc.go:250
runtime.goexit
	runtime/asm_arm64.s:1263
The logs of my execution
At the server log I also received that:
INTERNAL_API_HOST environment cannot be null
m
I've opened some issues about these Helm chart changes • https://github.com/airbytehq/airbyte/issues/16586 (minio) • https://github.com/airbytehq/airbyte/issues/16587
l
oh god, I'm glad these mistakes don't just happen to me! I was starting to think I was making a mistake because no one commented on anything about it
A new versions was released,let's test it !
c
Today I was trying to deploy airbyte with helm for the first time and got the same error. “Error: INSTALLATION FAILED: deployments.apps “airbyte-minio” already exists”. =/
l
Which version @Cirdes Henrique ?
c
chart: airbyte-0.40.8 airbyte: 0.40.7
@Luan Carvalho, I’m learning Kubernetes and Helm but I was following https://docs.airbyte.com/deploying-airbyte/on-kubernetes-via-helm/
j
I also had the same issue
helm.go:84: [debug] deployments.apps "airbyte-minio" already exists
when deploying Airbyte (on Azure). @Luan Carvalho @Miles Armstrong which chart version have you currently deployed (without errors) as we are waiting for a fix to this error ? I'm new to Airbyte.
l
@Jean-Pierre Poutcheu I’m using the latest version and I don’t know a version without any erros
Maybe 0.40.6 if you change the image of server for the right image you will not have the minIO duplicated error, but I don’t know if it is 100% correct, you can test it