-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[abctl] Storage not getting created on windows #40641
Comments
I have exactly the same problem with Windows 10 Pro & Docker Desktop 4.31.1. I tested it with Powershell and cygwin. Both show the same errors. |
same here, same error in windows |
v0.5.0 of airbyte works (if you ignore the "Message: Readiness probe failed:" messages) |
Hello everyone, 👋 thank you for reporting the issue and providing more information. @bgroff can you check this? |
Just here to make a note, had the same error experience on Ubuntu linux. Same problem creating the pgdata directory (I had to make it manually and then chown it to my user), followed by the same error above:
|
Regarding The first post above I'm running Windows 10 Pro and I just tried to install abctl-v0.7.1-windows-amd64. The same error still persists, I've included the warning received prior to the error. WARNING Encountered an issue deploying Airbyte:
ERROR Failed to install airbyte/airbyte Helm Chart |
Airbyte has been unable to reproduce this error. Is this still happening for folks? Going to close this thread as it has been quite, but if you are still experiencing this with the latest version of abctl, please feel free to open this again. |
Migrating from 0.5.0 failed completely. But installing the new version 0.18.0 from scratch worked like a charm! |
same issue here |
What happened?
When Installing abctl on Windows (with WSL) the installer fails with the error:
ERROR Failed to install airbyte/airbyte Helm Chart ERROR Unable to install Airbyte locally ERROR could not install airbyte chart: could not install helm: failed pre-install: 1 error occurred: * pod airbyte-abctl-airbyte-bootloader failed
this is being run from in the linux subsystem (WSL2) with docker installed.
full Error output:
What did you expect to happen?
Expected airbyte to install and be accessable via localhost:8000
Abctl Version
Docker Version
OS Version
On Linux:
$ cat /etc/os-release
paste output here
$ cat /etc/os-release bash 79 09:26:12
PRETTY_NAME="Ubuntu 23.10"
NAME="Ubuntu"
VERSION_ID="23.10"
VERSION="23.10 (Mantic Minotaur)"
VERSION_CODENAME=mantic
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=mantic
LOGO=ubuntu-logo
The text was updated successfully, but these errors were encountered: