Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need option to ignore OS version check #106

Open
proivk opened this issue Feb 3, 2022 · 0 comments
Open

Need option to ignore OS version check #106

proivk opened this issue Feb 3, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@proivk
Copy link
Contributor

proivk commented Feb 3, 2022

I want to have option to ignore OS version validation and continue installation. Something like
./kubemarine install --ignoreosversion

However notice message should clearly state that we do not recommend to use OS version other than recommended by us and this gonna be unsupported configuration.

2022-02-03 15:12:06,313 k8s.example.com DEBUG
2022-02-03 15:12:06,314 k8s.example.com CRITICAL FAILURE!
2022-02-03 15:12:06,314 k8s.example.com CRITICAL TASK FAILED prepare.check.system
2022-02-03 15:12:06,314 k8s.example.com CRITICAL KME0001: Unexpected exception
Traceback (most recent call last):
  File "/home/igko0913/git/kubemarine/kubemarine/core/flow.py", line 206, in run_flow
    task(cluster)
  File "/home/igko0913/git/kubemarine/kubemarine/procedures/install.py", line 49, in system_prepare_check_system
    raise Exception("%s running on unknown %s version. "
Exception: 10.0.2.15 running on unknown ubuntu version. Expected ['20.04'], got '21.10'
@dmyar21 dmyar21 self-assigned this Feb 7, 2022
@koryaga koryaga added the bug Something isn't working label Feb 8, 2022
@dmyar21 dmyar21 self-assigned this Feb 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants