Skip to content

bug: kind setup never starts #289

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

Open
ernado opened this issue Jan 30, 2025 · 0 comments
Open

bug: kind setup never starts #289

ernado opened this issue Jan 30, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@ernado
Copy link

ernado commented Jan 30, 2025

Bug Report

YDB Kubernetes Operator version:

3ae10ef

Environment

Kind, Ubuntu 22.04

$ kubectl version
Client Version: v1.32.0
Kustomize Version: v5.5.0
Server Version: v1.32.0
$ kind version
kind v0.26.0 go1.23.4 linux/amd64

Current behavior:

kubectl get databases.ydb.tech never Ready

$ kubectl get databases.ydb.tech 
NAME                   STATUS         AGE
database-kind-sample   Initializing   10m
$ kubectl get pods
NAME                                         READY   STATUS             RESTARTS     AGE
database-kind-sample-0                       0/1     CrashLoopBackOff   5 (5s ago)   6m5s
storage-kind-sample-0                        1/1     Running            0            7m53s
storage-kind-sample-blobstorage-init-fblgv   0/1     Completed          0            7m51s
ydb-operator-5d7d986c88-wpzhj                1/1     Running            0            8m10s
$ kubectl logs database-kind-sample-0 
Registration error: Status: GENERIC_ERROR
Issues: 
<main>: Error: Cannot resolve scope id for path /Root/database-kind-sample

Registration error: Status: GENERIC_ERROR
Issues: 
<main>: Error: Cannot resolve scope id for path /Root/database-kind-sample

Expected behavior:

kubectl get databases.ydb.tech becomes Ready

Steps to reproduce:

https://ydb.tech/docs/en/quickstart, the "Kind" tab.

@ernado ernado added the bug Something isn't working label Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant