You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: adding end to end tests
start adding end to end tests to be run as part of gh actions.
* bug: run post apply directly on localhost
we don't need to use the remote connection when running the post apply
in the current node.
* feat: create no-prompt on token action
two things were implemented here:
- if --no-prompt then dump the installation failure log.
- added --no-prompt on the `token` command.
* bug: setting hostname overwrite on local install
* bug: bring back the ssh implementation
localhost option of k0sctl seems to be buggy, judging by the types of
errors we are seeing in our end to end tests. this commit brings back
the old ssh based implementation, if you are reading this then it means
that it solved the instabilities.
* tests: added token based installation test
added and end to end test to validate the token based cluster creation.
* chore: fixed e2e documentation
* chore: remove dangling sleep call
* chore: using github matrix
* chore: removing unused scripts
* chore: using pipefail
0 commit comments