[clustertool] RC39 Bootstrap unsuccessful with default values
Closed this issue · 2 comments
Qwal-1 commented
Chart Name
N.A.
Operating System
other
Deployment Method
Helm
Chart Version
N.A.
Kubernetes Events
N.A.
Chart Logs
N.A.
Chart Configuration
N.A.
Describe the bug
Starting with an empty folder, creating all files with clustertool init and clustertool genconfig. Clustertool talos apply fails to boostrap the cluster.
No additional configuration done except filling out clusternenv.yaml
clusterenv.yaml
## The Following are required by ClusterTool and CANNOT be removed
# Ensure VIP is different from all master IPs
VIP: 192.168.0.250
## Defines the MasterNode IP
# Please be aware, we only support x86_64 for the first node, ARM will NOT work by default
MASTER1IP: 192.168.0.253
# Defines the gateway for all nodes
GATEWAY: 192.168.0.1
# Defines the ip range metallb is allowed to use
METALLB_RANGE: 192.168.0.240-192.168.0.249
# IP Traefik will use for externally exposing ingress-resources (NOT its dashboard)
TRAEFIK_IP: 192.168.0.242
# IP Blocky DNS will be exposed on
BLOCKY_IP: 192.168.0.243
# Sets the Kubernetes Dashboard IP. Has to be within METALLB_RANGE and not in use
DASHBOARD_IP: 192.168.0.241
## Configures Traefik, ClusterIssuer and Blocky for said domain, using these credentials
# domain is the base/highest level of your domain, so without subdomain, example: truecharts.org, not somesite.truecharts.org
# To disable, please see the comments in their respective helm-values.yaml files!
# When disabled, please use placeholder values instead.
DOMAIN_0: "example.com"
DOMAIN_0_EMAIL: "email@example.com"
DOMAIN_0_CLOUDFLARE_TOKEN: "3x4mpl3t0k3n"
# Used to automatically generate a sshkey-pair for FluxCD
# Has to start with ssh://
# Please make sure to NOT contain any special characters in the URL except "-"
GITHUB_REPOSITORY: "ssh://git@github.com/Qwal-1/talos-config2.git"
## Uncomment and adapt to automatically setup your dockerhub credentials
## This should prevent much of the potential ratelimits
# DOCKERHUB_USER: dockerhub-username
# DOCKERHUB_PASSWORD: dockerhub-password
## DO NOT ALTER
PODNET: 172.16.0.0/16
SVCNET: 172.17.0.0/16
Logs
clustertool init
$ clustertool init
_______ _____ _ _
|__ __| / ____| | | |
| |_ __ _ _ ___| | | |__ __ _ _ __| |_ ___
| | '__| | | |/ _ \ | | '_ \ / _` | '__| __/ __|
| | | | |_| | __/ |____| | | | (_| | | | |_\__ \
|_|_| \__,_|\___|\_____|_| |_|\__,_|_| \__|___/
_______ __ ______ __
/ ___/ /_ _____ / /____ ___/_ __/__ ___ / /
/ /__/ / // (_-</ __/ -_) __// / / _ \/ _ \/ /
\___/_/\_,_/___/\__/\__/_/ /_/ \___/\___/_/
---
Clustertool Version: 1.0.0-RC39
---
2024-11-10T14:05:37+01:00 INF Checking if System Time is correct...
2024-11-10T14:05:37+01:00 INF System Time is correct...
2024-11-10T14:05:37+01:00 INF Cluster name: main
2024-11-10T14:05:37+01:00 INF .sops.yaml file does not exist, skipping loading SOPS....
2024-11-10T14:05:37+01:00 ERR Failed to load SOPS config error="error reading file: CreateFile .sops.yaml: The system cannot find the file specified."
2024-11-10T14:05:37+01:00 ERR Failed to execute check for encrypted files error="error reading file: CreateFile .sops.yaml: The system cannot find the file specified."
2024-11-10T14:05:37+01:00 INF writing secret key to a world-readable file
2024-11-10T14:05:37+01:00 INF Root files copied successfully.
2024-11-10T14:05:37+01:00 INF Public Key: age1zf6d3qxtr22lw4fz463zldazhz389nye7mqr0g9htvaqr52053vs8pgxmt
2024-11-10T14:05:37+01:00 INF basefiles successfully altered.
2024-11-10T14:05:37+01:00 WRN New cluster detected, creating clusterenv.yaml
Please fill out ClusterEnv.yaml and run init again, after setting-up clusterenv.yaml!
2024-11-10T14:05:37+01:00 INF Base files copied successfully.
$ clustertool init
_______ _____ _ _
|__ __| / ____| | | |
| |_ __ _ _ ___| | | |__ __ _ _ __| |_ ___
| | '__| | | |/ _ \ | | '_ \ / _` | '__| __/ __|
| | | | |_| | __/ |____| | | | (_| | | | |_\__ \
|_|_| \__,_|\___|\_____|_| |_|\__,_|_| \__|___/
_______ __ ______ __
/ ___/ /_ _____ / /____ ___/_ __/__ ___ / /
/ /__/ / // (_-</ __/ -_) __// / / _ \/ _ \/ /
\___/_/\_,_/___/\__/\__/_/ /_/ \___/\___/_/
---
Clustertool Version: 1.0.0-RC39
---
2024-11-10T14:07:05+01:00 INF Checking if System Time is correct...
2024-11-10T14:07:05+01:00 INF System Time is correct...
2024-11-10T14:07:05+01:00 INF Cluster name: main
2024-11-10T14:07:05+01:00 INF Nothing to decrypt
2024-11-10T14:07:05+01:00 INF ClusterEnv loaded successfully
2024-11-10T14:07:05+01:00 INF All files decrypted successfully
2024-11-10T14:07:05+01:00 INF Root files copied successfully.
2024-11-10T14:07:05+01:00 INF Public Key: age1zf6d3qxtr22lw4fz463zldazhz389nye7mqr0g9htvaqr52053vs8pgxmt
2024-11-10T14:07:05+01:00 INF basefiles successfully altered.
2024-11-10T14:07:05+01:00 INF Base files copied successfully.
2024-11-10T14:07:05+01:00 INF basefiles successfully altered.
2024-11-10T14:07:05+01:00 INF rootfiles successfully updated.
2024-11-10T14:07:05+01:00 INF ClusterEnv loaded successfully
2024-11-10T14:07:05+01:00 INF Updating Base files for cluster: helper.ClusterPath
2024-11-10T14:07:05+01:00 INF basefiles successfully updated.
2024-11-10T14:07:05+01:00 INF ClusterEnv loaded successfully
2024-11-10T14:07:05+01:00 INF Patch files copied successfully.
2024-11-10T14:07:05+01:00 INF Kubernetes files copied successfully.
2024-11-10T14:07:05+01:00 INF Creating TalEnv configmap reference 'clustersettings'.
2024-11-10T14:07:05+01:00 INF Configmap reference Created.
2024-11-10T14:07:05+01:00 INF Public key saved to: ssh-public-key.txt
2024-11-10T14:07:05+01:00 INF Kubernetes secret YAML saved to: clusters\main\kubernetes\flux-system\flux\deploykey.secret.yaml
2024-11-10T14:07:05+01:00 INF SOPS secret YAML saved to: clusters\main\kubernetes\flux-system\flux\sopssecret.secret.yaml
2024-11-10T14:07:05+01:00 INF Kustomizations processed successfully.
2024-11-10T14:07:05+01:00 INF Bootstrap: The current directory is a valid GIT repository, creating precommit hook...
2024-11-10T14:07:05+01:00 INF Pre-commit hook created successfully.
2024-11-10T14:07:05+01:00 INF Init: Completed Successfully!
clustertool genconfig
$ clustertool genconfig
_______ _____ _ _
|__ __| / ____| | | |
| |_ __ _ _ ___| | | |__ __ _ _ __| |_ ___
| | '__| | | |/ _ \ | | '_ \ / _` | '__| __/ __|
| | | | |_| | __/ |____| | | | (_| | | | |_\__ \
|_|_| \__,_|\___|\_____|_| |_|\__,_|_| \__|___/
_______ __ ______ __
/ ___/ /_ _____ / /____ ___/_ __/__ ___ / /
/ /__/ / // (_-</ __/ -_) __// / / _ \/ _ \/ /
\___/_/\_,_/___/\__/\__/_/ /_/ \___/\___/_/
---
Clustertool Version: 1.0.0-RC39
---
2024-11-10T14:07:12+01:00 INF Checking if System Time is correct...
2024-11-10T14:07:12+01:00 INF System Time is correct...
2024-11-10T14:07:12+01:00 INF Cluster name: main
2024-11-10T14:07:12+01:00 INF Nothing to decrypt
2024-11-10T14:07:12+01:00 INF ClusterEnv loaded successfully
2024-11-10T14:07:12+01:00 INF All files decrypted successfully
2024-11-10T14:07:12+01:00 INF Creating TalEnv configmap reference 'clustersettings'.
2024-11-10T14:07:12+01:00 INF Configmap reference Created.
2024-11-10T14:07:12+01:00 INF ClusterEnv loaded successfully
2024-11-10T14:07:12+01:00 INF Running TalSecret check-and-create...
2024-11-10T14:07:12+01:00 INF Generating TalSecret...
generated config for k8s-control-1 in clusters\main\talos\generated/main-k8s-control-1.yaml
generated client config in clusters\main\talos\generated/talosconfig
generated .gitignore file in clusters\main\talos\generated/.gitignore
2024-11-10T14:07:14+01:00 INF Kustomizations processed successfully.
2024-11-10T14:07:14+01:00 INF Bootstrap: The current directory is a valid GIT repository, creating precommit hook...
2024-11-10T14:07:14+01:00 INF Pre-commit hook created successfully.
2024-11-10T14:07:14+01:00 INF GenConfig: Completed Successfully!
clustertool talos apply
$ clustertool talos apply
_______ _____ _ _
|__ __| / ____| | | |
| |_ __ _ _ ___| | | |__ __ _ _ __| |_ ___
| | '__| | | |/ _ \ | | '_ \ / _` | '__| __/ __|
| | | | |_| | __/ |____| | | | (_| | | | |_\__ \
|_|_| \__,_|\___|\_____|_| |_|\__,_|_| \__|___/
_______ __ ______ __
/ ___/ /_ _____ / /____ ___/_ __/__ ___ / /
/ /__/ / // (_-</ __/ -_) __// / / _ \/ _ \/ /
\___/_/\_,_/___/\__/\__/_/ /_/ \___/\___/_/
---
Clustertool Version: 1.0.0-RC39
---
2024-11-10T14:07:18+01:00 INF Checking if System Time is correct...
2024-11-10T14:07:18+01:00 INF System Time is correct...
2024-11-10T14:07:18+01:00 INF Cluster name: main
2024-11-10T14:07:18+01:00 INF Nothing to decrypt
2024-11-10T14:07:18+01:00 INF ClusterEnv loaded successfully
2024-11-10T14:07:18+01:00 INF All files decrypted successfully
2024-11-10T14:07:18+01:00 INF ClusterEnv loaded successfully
2024-11-10T14:07:18+01:00 INF Checking if first node is ready to recieve anything... 192.168.0.253
2024-11-10T14:07:18+01:00 INF Healthcheck: Waiting for Node 192.168.0.253 to reach status: , running, maintenance
2024-11-10T14:07:18+01:00 INF Checking node status node=192.168.0.253
2024-11-10T14:07:19+01:00 INF Successfully retrieved node status with insecure flag
2024-11-10T14:07:19+01:00 INF Checking node status node=192.168.0.253
2024-11-10T14:07:19+01:00 INF Successfully retrieved node status with insecure flag
2024-11-10T14:07:19+01:00 INF Checking if bootstrap is needed node=192.168.0.253
2024-11-10T14:07:19+01:00 WRN Error running command, checking for certificate issue error="exit status 1" output="rpc error: code = Unavailable desc = connection error: desc = \"transport: authentication handshake failed: tls: failed to verify certificate: x509: certificate signed by unknown authority\"\n"
2024-11-10T14:07:19+01:00 INF Node is in maintenance; bootstrap needed
2024-11-10T14:07:19+01:00 INF First Node requires to be bootstrapped before it can be used.
Do you want to bootstrap now? (yes/no) [y/n]: y
2024-11-10T14:07:20+01:00 INF Nothing to decrypt
2024-11-10T14:07:20+01:00 INF ClusterEnv loaded successfully
2024-11-10T14:07:20+01:00 INF All files decrypted successfully
2024-11-10T14:07:20+01:00 INF Healthcheck: Waiting for Node 192.168.0.253 to reach status: , maintenance
2024-11-10T14:07:20+01:00 INF Checking node status node=192.168.0.253
2024-11-10T14:07:21+01:00 INF Successfully retrieved node status with insecure flag
2024-11-10T14:07:21+01:00 INF Regenerating config prior to commands...
2024-11-10T14:07:21+01:00 INF Nothing to decrypt
2024-11-10T14:07:21+01:00 INF ClusterEnv loaded successfully
2024-11-10T14:07:21+01:00 INF All files decrypted successfully
2024-11-10T14:07:21+01:00 INF Creating TalEnv configmap reference 'clustersettings'.
2024-11-10T14:07:21+01:00 INF Configmap reference Created.
2024-11-10T14:07:21+01:00 INF ClusterEnv loaded successfully
2024-11-10T14:07:21+01:00 INF Running TalSecret check-and-create...
generated config for k8s-control-1 in clusters\main\talos\generated/main-k8s-control-1.yaml
generated client config in clusters\main\talos\generated/talosconfig
generated .gitignore file in clusters\main\talos\generated/.gitignore
2024-11-10T14:07:21+01:00 INF Kustomizations processed successfully.
2024-11-10T14:07:21+01:00 INF Bootstrap: The current directory is a valid GIT repository, creating precommit hook...
2024-11-10T14:07:21+01:00 INF Pre-commit hook created successfully.
2024-11-10T14:07:21+01:00 INF GenConfig: Completed Successfully!
2024-11-10T14:07:21+01:00 INF Executing Cmds...
2024-11-10T14:07:21+01:00 INF Executing commands on node: 192.168.0.253
2024-11-10T14:07:37+01:00 INF Healthcheck: Waiting for Node 192.168.0.253 to reach status: , booting
2024-11-10T14:07:37+01:00 INF Checking node status node=192.168.0.253
2024-11-10T14:07:37+01:00 INF Node status retrieved successfully status="booting\n"
2024-11-10T14:07:37+01:00 INF Bootstrap: At this point your system is installed to disk, please make sure not to reboot into the installer ISO/USB 192.168.0.253
2024-11-10T14:07:37+01:00 INF Bootstrap: running bootstrap on node: 192.168.0.253
unknown command "" for "talosctl bootstrap"
Usage:
talosctl bootstrap [flags]
Flags:
-h, --help help for bootstrap
--recover-from string recover etcd cluster from the snapshot
--recover-skip-hash-check skip integrity check when recovering etcd (use when recovering from data directory copy)
Global Flags:
--cluster string Cluster to connect to if a proxy endpoint is used.
--context string Context to be used in command
-e, --endpoints strings override default endpoints in Talos configuration
-n, --nodes strings target the specified nodes
--talosconfig string The path to the Talos configuration file. Defaults to 'TALOSCONFIG' env variable if set, otherwise '$HOME\.talos\config' and '\var\run\secrets\talos.dev\config' in order.
2024-11-10T14:07:37+01:00 INF err: exit status 1
2024-11-10T14:07:37+01:00 INF Bootstrap: Fail, retrying...
unknown command "" for "talosctl bootstrap"
Usage:
talosctl bootstrap [flags]
Flags:
-h, --help help for bootstrap
--recover-from string recover etcd cluster from the snapshot
--recover-skip-hash-check skip integrity check when recovering etcd (use when recovering from data directory copy)
Global Flags:
--cluster string Cluster to connect to if a proxy endpoint is used.
--context string Context to be used in command
-e, --endpoints strings override default endpoints in Talos configuration
-n, --nodes strings target the specified nodes
--talosconfig string The path to the Talos configuration file. Defaults to 'TALOSCONFIG' env variable if set, otherwise '$HOME\.talos\config' and '\var\run\secrets\talos.dev\config' in order.
2024-11-10T14:07:42+01:00 INF Bootstrap: waiting for VIP 192.168.0.250 to come online...
2024-11-10T14:07:42+01:00 INF Healthcheck: Waiting for Node 192.168.0.250 to reach status: , running
2024-11-10T14:07:42+01:00 INF Checking node status node=192.168.0.250
2024-11-10T14:08:02+01:00 ERR status: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout"
error: exit status 1
2024-11-10T14:08:02+01:00 ERR Healthcheck failed error="status: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout\"\n error: exit status 1" node=192.168.0.250
2024-11-10T14:08:02+01:00 INF Checking node status node=192.168.0.250
2024-11-10T14:08:22+01:00 ERR status: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout"
error: exit status 1
2024-11-10T14:08:22+01:00 ERR Healthcheck failed error="status: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout\"\n error: exit status 1" node=192.168.0.250
2024-11-10T14:08:22+01:00 INF Checking node status node=192.168.0.250
2024-11-10T14:08:42+01:00 ERR status: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout"
error: exit status 1
2024-11-10T14:08:42+01:00 ERR Healthcheck failed error="status: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout\"\n error: exit status 1" node=192.168.0.250
2024-11-10T14:08:42+01:00 INF Checking node status node=192.168.0.250
2024-11-10T14:09:02+01:00 ERR status: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout"
error: exit status 1
2024-11-10T14:09:02+01:00 ERR Healthcheck failed error="status: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout\"\n error: exit status 1" node=192.168.0.250
2024-11-10T14:09:02+01:00 INF Checking node status node=192.168.0.250
2024-11-10T14:09:22+01:00 ERR status: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout"
error: exit status 1
2024-11-10T14:09:22+01:00 ERR Healthcheck failed error="status: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout\"\n error: exit status 1" node=192.168.0.250
2024-11-10T14:09:22+01:00 INF Checking node status node=192.168.0.250
2024-11-10T14:09:42+01:00 ERR status: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout"
error: exit status 1
2024-11-10T14:09:42+01:00 ERR Healthcheck failed error="status: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout\"\n error: exit status 1" node=192.168.0.250
2024-11-10T14:09:42+01:00 INF Checking node status node=192.168.0.250
2024-11-10T14:10:03+01:00 ERR status: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout"
error: exit status 1
2024-11-10T14:10:03+01:00 ERR Healthcheck failed error="status: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout\"\n error: exit status 1" node=192.168.0.250
2024-11-10T14:10:03+01:00 INF Checking node status node=192.168.0.250
2024-11-10T14:10:23+01:00 ERR status: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout"
error: exit status 1
2024-11-10T14:10:23+01:00 ERR Healthcheck failed error="status: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout\"\n error: exit status 1" node=192.168.0.250
2024-11-10T14:10:23+01:00 INF Checking node status node=192.168.0.250
2024-11-10T14:10:43+01:00 ERR status: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout"
error: exit status 1
2024-11-10T14:10:43+01:00 ERR Healthcheck failed error="status: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout\"\n error: exit status 1" node=192.168.0.250
2024-11-10T14:10:43+01:00 INF Checking node status node=192.168.0.250
2024-11-10T14:11:03+01:00 ERR status: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout"
error: exit status 1
2024-11-10T14:11:03+01:00 ERR Healthcheck failed error="status: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout\"\n error: exit status 1" node=192.168.0.250
2024-11-10T14:11:03+01:00 INF Checking node status node=192.168.0.250
2024-11-10T14:11:23+01:00 ERR status: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout"
error: exit status 1
2024-11-10T14:11:23+01:00 ERR Healthcheck failed error="status: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout\"\n error: exit status 1" node=192.168.0.250
2024-11-10T14:11:23+01:00 INF Checking node status node=192.168.0.250
2024-11-10T14:11:43+01:00 ERR status: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout"
error: exit status 1
2024-11-10T14:11:43+01:00 ERR Healthcheck failed error="status: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout\"\n error: exit status 1" node=192.168.0.250
2024-11-10T14:11:43+01:00 INF Checking node status node=192.168.0.250
2024-11-10T14:12:03+01:00 ERR status: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout"
error: exit status 1
2024-11-10T14:12:03+01:00 ERR Healthcheck failed error="status: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout\"\n error: exit status 1" node=192.168.0.250
2024-11-10T14:12:03+01:00 INF Checking node status node=192.168.0.250
2024-11-10T14:12:23+01:00 ERR status: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout"
error: exit status 1
2024-11-10T14:12:23+01:00 ERR Healthcheck failed error="status: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout\"\n error: exit status 1" node=192.168.0.250
2024-11-10T14:12:23+01:00 INF Checking node status node=192.168.0.250
2024-11-10T14:12:43+01:00 ERR status: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout"
error: exit status 1
2024-11-10T14:12:43+01:00 ERR Healthcheck failed error="status: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout\"\n error: exit status 1" node=192.168.0.250
2024-11-10T14:12:43+01:00 INF Checking node status node=192.168.0.250
2024-11-10T14:13:04+01:00 ERR status: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout"
error: exit status 1
2024-11-10T14:13:04+01:00 ERR Healthcheck failed error="status: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout\"\n error: exit status 1" node=192.168.0.250
2024-11-10T14:13:04+01:00 INF Checking node status node=192.168.0.250
2024-11-10T14:13:24+01:00 ERR status: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout"
error: exit status 1
2024-11-10T14:13:24+01:00 ERR Healthcheck failed error="status: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout\"\n error: exit status 1" node=192.168.0.250
2024-11-10T14:13:24+01:00 INF Checking node status node=192.168.0.250
2024-11-10T14:13:44+01:00 ERR status: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout"
error: exit status 1
2024-11-10T14:13:44+01:00 ERR Healthcheck failed error="status: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout\"\n error: exit status 1" node=192.168.0.250
2024-11-10T14:13:44+01:00 INF Checking node status node=192.168.0.250
2024-11-10T14:14:04+01:00 ERR status: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout"
error: exit status 1
2024-11-10T14:14:04+01:00 ERR Healthcheck failed error="status: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout\"\n error: exit status 1" node=192.168.0.250
2024-11-10T14:14:04+01:00 INF Checking node status node=192.168.0.250
2024-11-10T14:14:24+01:00 ERR status: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout"
error: exit status 1
2024-11-10T14:14:24+01:00 ERR Healthcheck failed error="status: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout\"\n error: exit status 1" node=192.168.0.250
2024-11-10T14:14:24+01:00 INF Checking node status node=192.168.0.250
2024-11-10T14:14:44+01:00 ERR status: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout"
error: exit status 1
2024-11-10T14:14:44+01:00 ERR Healthcheck failed error="status: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout\"\n error: exit status 1" node=192.168.0.250
2024-11-10T14:14:44+01:00 INF Checking node status node=192.168.0.250
2024-11-10T14:15:04+01:00 ERR status: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout"
error: exit status 1
2024-11-10T14:15:04+01:00 ERR Healthcheck failed error="status: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout\"\n error: exit status 1" node=192.168.0.250
2024-11-10T14:15:04+01:00 INF Checking node status node=192.168.0.250
2024-11-10T14:15:24+01:00 ERR status: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout"
error: exit status 1
2024-11-10T14:15:24+01:00 ERR Healthcheck failed error="status: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout\"\n error: exit status 1" node=192.168.0.250
2024-11-10T14:15:24+01:00 INF Checking node status node=192.168.0.250
2024-11-10T14:15:44+01:00 ERR status: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout"
error: exit status 1
2024-11-10T14:15:44+01:00 ERR Healthcheck failed error="status: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout\"\n error: exit status 1" node=192.168.0.250
2024-11-10T14:15:44+01:00 INF Checking node status node=192.168.0.250
2024-11-10T14:16:04+01:00 ERR status: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout"
error: exit status 1
2024-11-10T14:16:04+01:00 ERR Healthcheck failed error="status: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout\"\n error: exit status 1" node=192.168.0.250
2024-11-10T14:16:04+01:00 INF Checking node status node=192.168.0.250
2024-11-10T14:16:25+01:00 ERR status: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout"
error: exit status 1
2024-11-10T14:16:25+01:00 ERR Healthcheck failed error="status: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout\"\n error: exit status 1" node=192.168.0.250
2024-11-10T14:16:25+01:00 INF Checking node status node=192.168.0.250
2024-11-10T14:16:45+01:00 ERR status: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout"
error: exit status 1
2024-11-10T14:16:45+01:00 ERR Healthcheck failed error="status: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout\"\n error: exit status 1" node=192.168.0.250
2024-11-10T14:16:45+01:00 INF Checking node status node=192.168.0.250
2024-11-10T14:17:05+01:00 ERR status: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout"
error: exit status 1
2024-11-10T14:17:05+01:00 ERR Healthcheck failed error="status: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout\"\n error: exit status 1" node=192.168.0.250
2024-11-10T14:17:05+01:00 INF Checking node status node=192.168.0.250
2024-11-10T14:17:25+01:00 ERR status: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout"
error: exit status 1
2024-11-10T14:17:25+01:00 ERR Healthcheck failed error="status: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout\"\n error: exit status 1" node=192.168.0.250
2024-11-10T14:17:25+01:00 INF Checking node status node=192.168.0.250
2024-11-10T14:17:45+01:00 ERR status: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout"
error: exit status 1
2024-11-10T14:17:45+01:00 ERR Healthcheck failed error="status: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout\"\n error: exit status 1" node=192.168.0.250
2024-11-10T14:17:45+01:00 INF Checking node status node=192.168.0.250
2024-11-10T14:18:05+01:00 ERR status: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout"
error: exit status 1
2024-11-10T14:18:05+01:00 ERR Healthcheck failed error="status: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout\"\n error: exit status 1" node=192.168.0.250
2024-11-10T14:18:05+01:00 INF Checking node status node=192.168.0.250
2024-11-10T14:18:25+01:00 ERR status: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout"
error: exit status 1
2024-11-10T14:18:25+01:00 ERR Healthcheck failed error="status: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout\"\n error: exit status 1" node=192.168.0.250
2024-11-10T14:18:25+01:00 INF Checking node status node=192.168.0.250
2024-11-10T14:18:45+01:00 ERR status: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout"
error: exit status 1
2024-11-10T14:18:45+01:00 ERR Healthcheck failed error="status: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout\"\n error: exit status 1" node=192.168.0.250
2024-11-10T14:18:45+01:00 INF Checking node status node=192.168.0.250
2024-11-10T14:19:06+01:00 ERR status: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout"
error: exit status 1
2024-11-10T14:19:06+01:00 ERR Healthcheck failed error="status: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout\"\n error: exit status 1" node=192.168.0.250
2024-11-10T14:19:06+01:00 INF Checking node status node=192.168.0.250
2024-11-10T14:19:26+01:00 ERR status: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout"
error: exit status 1
2024-11-10T14:19:26+01:00 ERR Healthcheck failed error="status: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout\"\n error: exit status 1" node=192.168.0.250
2024-11-10T14:19:26+01:00 INF Checking node status node=192.168.0.250
2024-11-10T14:19:46+01:00 ERR status: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout"
error: exit status 1
2024-11-10T14:19:46+01:00 ERR Healthcheck failed error="status: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout\"\n error: exit status 1" node=192.168.0.250
2024-11-10T14:19:46+01:00 INF Checking node status node=192.168.0.250
2024-11-10T14:20:06+01:00 ERR status: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout"
error: exit status 1
2024-11-10T14:20:06+01:00 ERR Healthcheck failed error="status: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout\"\n error: exit status 1" node=192.168.0.250
2024-11-10T14:20:06+01:00 INF Checking node status node=192.168.0.250
2024-11-10T14:20:26+01:00 ERR status: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout"
error: exit status 1
2024-11-10T14:20:26+01:00 ERR Healthcheck failed error="status: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout\"\n error: exit status 1" node=192.168.0.250
2024-11-10T14:20:26+01:00 INF Checking node status node=192.168.0.250
2024-11-10T14:20:46+01:00 ERR status: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout"
error: exit status 1
2024-11-10T14:20:46+01:00 ERR Healthcheck failed error="status: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout\"\n error: exit status 1" node=192.168.0.250
2024-11-10T14:20:46+01:00 INF Checking node status node=192.168.0.250
2024-11-10T14:21:06+01:00 ERR status: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout"
error: exit status 1
2024-11-10T14:21:06+01:00 ERR Healthcheck failed error="status: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout\"\n error: exit status 1" node=192.168.0.250
2024-11-10T14:21:06+01:00 INF Checking node status node=192.168.0.250
2024-11-10T14:21:26+01:00 ERR status: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout"
error: exit status 1
2024-11-10T14:21:26+01:00 ERR Healthcheck failed error="status: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout\"\n error: exit status 1" node=192.168.0.250
2024-11-10T14:21:26+01:00 INF Checking node status node=192.168.0.250
2024-11-10T14:21:46+01:00 ERR status: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout"
error: exit status 1
2024-11-10T14:21:46+01:00 ERR Healthcheck failed error="status: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout\"\n error: exit status 1" node=192.168.0.250
2024-11-10T14:21:46+01:00 INF Checking node status node=192.168.0.250
2024-11-10T14:22:07+01:00 ERR status: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout"
error: exit status 1
2024-11-10T14:22:07+01:00 ERR Healthcheck failed error="status: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout\"\n error: exit status 1" node=192.168.0.250
2024-11-10T14:22:07+01:00 INF Checking node status node=192.168.0.250
2024-11-10T14:22:27+01:00 ERR status: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout"
error: exit status 1
2024-11-10T14:22:27+01:00 ERR Healthcheck failed error="status: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout\"\n error: exit status 1" node=192.168.0.250
2024-11-10T14:22:27+01:00 INF Checking node status node=192.168.0.250
2024-11-10T14:22:47+01:00 ERR status: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout"
error: exit status 1
2024-11-10T14:22:47+01:00 ERR Healthcheck failed error="status: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout\"\n error: exit status 1" node=192.168.0.250
2024-11-10T14:22:47+01:00 INF Checking node status node=192.168.0.250
2024-11-10T14:23:07+01:00 ERR status: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout"
error: exit status 1
2024-11-10T14:23:07+01:00 ERR Healthcheck failed error="status: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 192.168.0.250:50000: i/o timeout\"\n error: exit status 1" node=192.168.0.250
2024-11-10T14:23:07+01:00 INF Max duration reached. Stopping health checks.
2024-11-10T14:23:07+01:00 INF Bootstrap: Configuring kubeconfig/kubectl for VIP: 192.168.0.250
error initializing gzip: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 192.168.0.250:50000: connect: no route to host"
2024-11-10T14:23:09+01:00 INF err: exit status 1
2024-11-10T14:23:09+01:00 INF Bootstrap: Waiting for system Pods to be running for: 192.168.0.250
2024-11-10T14:23:09+01:00 ERR Error loading kubeconfig error="CreateFile C:\\Users\\<name>\\.kube\\config: The system cannot find the file specified."
2024-11-10T14:23:09+01:00 ERR Error: error loading kubeconfig: CreateFile C:\Users\<name>\.kube\config: The system cannot find the file specified.
error="error loading kubeconfig: CreateFile C:\\Users\\<name>\\.kube\\config: The system cannot find the file specified."
To Reproduce
- start with empty folder
- clustertool init
- fill out clusterenv.yaml
- clustertool init
- clustertool genconfig
- clustertool talos apply
Expected Behavior
Cluster successfully bootstraps
Screenshots
Additional Context
N.A.
I've read and agree with the following
- I've checked all open and closed issues and my issue is not there.
- I've understand TrueNAS SCALE Apps are deprecated and TrueCharts does not accept TrueNAS SCALE related issues
- I've prefixed my issue title with
[Chart-Name]
PrivatePuffin commented
Should be fixed in RC40!
truecharts-admin commented
This issue is locked to prevent necro-posting on closed issues. Please create a new issue or contact staff on discord of the problem persists