5. Start Feather Daemon
This daemon is a long running process that should never terminate. It listens for new chain launches, requests to join chains, and provisions resources to launch a validator in GKE accordingly. It is recommended to run this command using a terminal multiplexer like screen or tmux so it continues running even if your SSH connection drops.
To start the daemon:
feather validator daemon start \ --key <key> \ --docker-registry dockerhub \ --docker-username <docker_username> \ --docker-password <docker_password>