capactio / capact

Simple way to manage applications and infrastructure.
https://capact.io
Apache License 2.0
80 stars 19 forks source link

Cannot create k3d cluster via `capact env create k3d` #567

Closed mszostok closed 2 years ago

mszostok commented 2 years ago

Description

We are not able to create k3d cluster via Capact CLI

Expected behavior

Executing capact env create k3d results in up and running k3d cluster adjusted for Capact installation.

Actual behavior

capact env create k3d
Creating cluster dev-capact...
 ✓ Using config file /home/ubuntu/.config/capact/k3d-config.yaml
 ✓ Prep: Network
 ✓ Created network 'capact' (cf932d1c7bc12079af656396a652503f0eb9485acd2b7f4deebd71cffb5a9d4b)
 ✓ Created volume 'k3d-dev-capact-images'
 ✓ Creating node 'k3d-dev-capact-server-0'
 ✓ Creating LoadBalancer 'k3d-dev-capact-serverlb'
 ✓ Starting cluster 'dev-capact'
 ✓ Starting servers...
 ✓ Starting Node 'k3d-dev-capact-server-0'
 ✓ Starting agents...
 ✓ Starting helpers...
 ✓ Starting Node 'k3d-dev-capact-serverlb'
 ✗ Node 'k3d-dev-capact-serverlb' is restarting for more than a minute now. Possibly it will recover soon (e.g. when it's waiting to join). Consider using a creation timeout to avoid waiting forever in a Restart Loop.
 ✗ Node 'k3d-dev-capact-serverlb' is restarting for more than a minute now. Possibly it will recover soon (e.g. when it's waiting to join). Consider using a creation timeout to avoid waiting forever in a Restart Loop.
 ✗ Node 'k3d-dev-capact-serverlb' is restarting for more than a minute now. Possibly it will recover soon (e.g. when it's waiting to join). Consider using a creation timeout to avoid waiting forever in a Restart Loop.
 ✗ Node 'k3d-dev-capact-serverlb' is restarting for more than a minute now. Possibly it will recover soon (e.g. when it's waiting to join). Consider using a creation timeout to avoid waiting forever in a Restart Loop.
 ✗ Node 'k3d-dev-capact-serverlb' is restarting for more than a minute now. Possibly it will recover soon (e.g. when it's waiting to join). Consider using a creation timeout to avoid waiting forever in a Restart Loop.
 ✗ Node 'k3d-dev-capact-serverlb' is restarting for more than a minute now. Possibly it will recover soon (e.g. when it's waiting to join). Consider using a creation timeout to avoid waiting forever in a Restart Loop.
 ✗ Node 'k3d-dev-capact-serverlb' is restarting for more than a minute now. Possibly it will recover soon (e.g. when it's waiting to join). Consider using a creation timeout to avoid waiting forever in a Restart Loop.
 ✗ Node 'k3d-dev-capact-serverlb' is restarting for more than a minute now. Possibly it will recover soon (e.g. when it's waiting to join). Consider using a creation timeout to avoid waiting forever in a Restart Loop.

Steps to reproduce

Run capact env create k3d