-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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] Unending "DEBUG helm: Deployment is not ready: airbyte-abctl/airbyte-abctl-server. 0 out of 1 expected pods are ready" #52031
Labels
area/abctl
Issues with the abctl quickstart cli
community
team/deployments
type/bug
Something isn't working
Comments
jeremy-ingenuity
added
area/abctl
Issues with the abctl quickstart cli
needs-triage
type/bug
Something isn't working
labels
Jan 20, 2025
octavia-squidington-iii
added
team/triage
autoteam
community
team/use
and removed
team/triage
labels
Jan 20, 2025
Can you share the memory and CPU specifications of the server? |
marcosmarxm
changed the title
Unending "DEBUG helm: Deployment is not ready: airbyte-abctl/airbyte-abctl-server. 0 out of 1 expected pods are ready"
[abctl] Unending "DEBUG helm: Deployment is not ready: airbyte-abctl/airbyte-abctl-server. 0 out of 1 expected pods are ready"
Jan 21, 2025
CPU$ lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Address sizes: 48 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 6
On-line CPU(s) list: 0-5
Vendor ID: AuthenticAMD
Model name: AMD EPYC 7282 16-Core Processor
CPU family: 23
Model: 49
Thread(s) per core: 1
Core(s) per socket: 6
Socket(s): 1
Stepping: 0
BogoMIPS: 5589.49
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtsc
p lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsa
ve avx f16c rdrand hypervisor lahf_lm cmp_legacy cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw perfctr_core ssbd ibrs ibpb stibp vmmcal
l fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd ar
at umip rdpid arch_capabilities
Virtualization features:
Hypervisor vendor: KVM
Virtualization type: full
Caches (sum of all):
L1d: 384 KiB (6 instances)
L1i: 384 KiB (6 instances)
L2: 3 MiB (6 instances)
L3: 96 MiB (6 instances)
NUMA:
NUMA node(s): 1
NUMA node0 CPU(s): 0-5
Vulnerabilities:
Itlb multihit: Not affected
L1tf: Not affected
Mds: Not affected
Meltdown: Not affected
Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp
Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling
Srbds: Not affected
Tsx async abort: Not affected RAM$ free -h
total used free shared buff/cache available
Mem: 15Gi 11Gi 3.5Gi 152Mi 962Mi 4.0Gi
Swap: 15Gi 7.0Gi 9.0Gi Shared test server with other deployed applications using Docker:$ docker stats
CPU % MEM USAGE / LIMIT MEM % NET I/O BLOCK I/O PIDS
0.80% 743MiB / 1GiB 72.56% 33.5MB / 33.1MB 380MB / 659MB 17
0.29% 2.077GiB / 4GiB 51.92% 4.25MB / 5.34MB 817MB / 762kB 24
2.52% 5.753GiB / 6GiB 95.88% 3.49GB / 363MB 506GB / 45.9GB 1571
0.57% 2.232GiB / 4GiB 55.79% 142MB / 63.8MB 448MB / 1.38GB 107
1.43% 173.8MiB / 1GiB 16.98% 41.6MB / 319MB 963MB / 225MB 10
1.10% 60.57MiB / 1GiB 5.92% 66.5MB / 54.2MB 21.4MB / 30.9MB 7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/abctl
Issues with the abctl quickstart cli
community
team/deployments
type/bug
Something isn't working
What happened?
My self-managed Airbyte OSS deployment suddenly stopped working and I tried reinstalling Airbyte.
I even upgraded the
abctl
binary to the latest version (version: v0.24.0
)I tried uninstalling airbyte by invoking
abctl local uninstall
and then installing it by:abctl local install --port 5001 --low-resource-mode --insecure-cookies --verbose
Even with just the simple
abctl local install --verbose
command, I still wasn't able to complete the Airbyte installation successfully.I got the following while terminating the command execution (
Ctrl + C
):What did you expect to happen?
Successfully deploy and run Airbyte, and access the interface via web browser.
Abctl Version
Docker Version
OS Version
The text was updated successfully, but these errors were encountered: