Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@gifflet
Created August 29, 2022 17:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gifflet/3d09262f6e35adf9d2af82dc2e21899e to your computer and use it in GitHub Desktop.
Save gifflet/3d09262f6e35adf9d2af82dc2e21899e to your computer and use it in GitHub Desktop.
INFO[0000] Using config file cluster.yaml (k3d.io/v1alpha4#simple)
INFO[0000] Prep: Network
INFO[0000] Created network 'k3d-k3s-default'
INFO[0000] Created image volume k3d-k3s-default-images
INFO[0000] Starting new tools node...
INFO[0000] Starting Node 'k3d-k3s-default-tools'
INFO[0001] Creating node 'k3d-k3s-default-server-0'
INFO[0001] Creating LoadBalancer 'k3d-k3s-default-serverlb'
INFO[0001] Using the k3d-tools node to gather environment information
INFO[0001] HostIP: using network gateway 192.168.0.1 address
INFO[0001] Starting cluster 'k3s-default'
INFO[0001] Starting servers...
INFO[0001] Starting Node 'k3d-k3s-default-server-0'
INFO[0005] All agents already running.
INFO[0005] Starting helpers...
INFO[0005] Starting Node 'k3d-k3s-default-serverlb'
ERRO[0006] Failed Cluster Start: Failed to add one or more helper nodes: runtime failed to start node 'k3d-k3s-default-serverlb': docker failed to start container for node 'k3d-k3s-default-serverlb': Error response from daemon: driver failed programming external connectivity on endpoint k3d-k3s-default-serverlb (fb73726917fdf5b1791ee911f22d25c71437e253d2604a3eaeafab0fe9427bed): Error starting userland proxy: listen tcp4 <MY_PUBLIC_IP>:6445: bind: cannot assign requested address
ERRO[0006] Failed to create cluster >>> Rolling Back
INFO[0006] Deleting cluster 'k3s-default'
INFO[0006] Deleting cluster network 'k3d-k3s-default'
INFO[0006] Deleting 2 attached volumes...
WARN[0006] Failed to delete volume 'k3d-k3s-default-images' of cluster 'k3s-default': failed to find volume 'k3d-k3s-default-images': Error: No such volume: k3d-k3s-default-images -> Try to delete it manually
FATA[0006] Cluster creation FAILED, all changes have been rolled back!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment