This message was deleted.
# harvester
a
This message was deleted.
a
You have to give it some time so that all components are started and ready. This may take a little longer at the beginning, even if the CLI says otherwise.
g
I left it overnight to run like that, still the same. I SSHed into the server, then ran the command
kubectl get secret --namespace cattle-system bootstrap-secret -o go-template='{{.data.bootstrapPassword|base64decode}}{{"\n"}}' go
and got the output as
admin
After entering it on Login screen
dashboard/auth/login
, it redirected to
dashboard/auth/setup
. Now the Continue button started working,
a
BTW, which version are we talking about? Harvester 1.4-dev, 1.3.1, ...?
g
so I built a the ISO locally, from master branch. For this I forked the harvester repo on 9 July 2024. But I just noticed that master branch is actively worked upon, so some breaking change might be there. Will rebuilt the ISO from 1.3 for now.
a
Is there a special reason not to use the official ISO images? You can find them for every type of release (RC, DEV, stable): https://github.com/harvester/harvester/releases
g
I made some changes in UI, hence was trying to figure out the build process.
a
Do you see the same behaviour when using the official ISOs? Maybe your UI changes or custom build breaks something which does not happen with the official ones.