D10S0VSkY-OSS / Stack-Lifecycle-Deployment

OpenSource self-service infrastructure solution that defines and manages the complete lifecycle of resources used and provisioned into a cloud! It is a terraform UI with rest api for terraform and OpenTofu automation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please wait for API deploy

Recovzz opened this issue · comments

Hello i have an issue when i download SLD :

image

MY PODS are in PENDING :

image

MY NODES ARE IN NOT READY :

image

@Recovzz
I can't reproduce the problem

kind version: kind v0.10.0 go1.15.7 linux/amd64
image

SLD latest version
image
./kplay.sh init
image

image

Please could you check your connectivity between kubernetes and dockerhub, a simple test can be by deploying a simple pod

Start a single instance of nginx.

kubectl run nginx --image=nginx

Check that your pod is running

image

I tried to start a single instance of nginx but it's still in pending don't know why.

image

The issue is closed after more than 30 days without updates