-
Notifications
You must be signed in to change notification settings - Fork 107
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
[BUG] Error upgrading AWS/RHEL/calico cluster from 0.6 to 0.7 #1461
Comments
I performed additional tests. Not every build in such a configuration fails.
It is possible that adding a retry to this task will solve the problem. |
Hmm what I see there is return code 141 which means it is a pipeerror. |
Or we can use the no
|
We don't need to check if NM service is loaded to reload, we have to check the service state and if is running, reload the configuration. If it's not running, skip reloading. |
The cluster has been upgraded several times in the specified configuration and the reported problem was not noticed after the fix. |
Describe the bug
The cluster cannot be upgraded from version 0.6 to version 0.7 in the following configuration:
AWS/RHEL/calico
.Ansible fails on task
[kubernetes_master : Check if NetworkManager service is loaded]
.To Reproduce
Steps to reproduce the behavior:
epicli apply -f test.yml
usingepiphanyplatform/epicli:0.6.0
docker image (configuration given below)epicli upgrade -b /path/to/build/directory/
(from develop branch)Expected behavior
The cluster has been upgraded without errors.
Config files
Configuration that should be included in the yaml file:
OS (please complete the following information):
Cloud Environment (please complete the following information):
Additional context
Log:
The
set -o pipefail && systemctl list-units --type=service --state=loaded | grep -q NetworkManager.service
command returns an error code.The text was updated successfully, but these errors were encountered: