We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
The issue appeared on AWS after upgrading Docker and is non-deterministic.
Error message:
INFO cli.engine.ansible.AnsibleCommand - TASK [kubernetes_master : Patch deployment: coredns] ERROR cli.engine.ansible.AnsibleCommand - fatal: [ec2-34-244-180-113.eu-west-1.compute.amazonaws.com]: FAILED! => {"changed": true, "cmd": ["kubectl", "patch", "deployment", "coredns", "--namespace", "kube-system", "--type", "strategic", "--patch", "{\"spec\": {\"template\": {\"spec\": {\"containers\": [{\"name\": \"coredns\", \"resources\": {\"requests\": {\"ephemeral-storage\": \"2Mi\"}}, \"volumeMounts\": [{\"name\": \"hosts-volume\", \"mountPath\": \"/etc/hosts\", \"readOnly\": true}]}], \"volumes\": [{\"name\": \"hosts-volume\", \"hostPath\": {\"path\": \"/etc/hosts\", \"type\": \"File\"}}]}}}}"], "delta": "0:00:00.091792", "end": "2020-12-03 09:50:52.285496", "msg": "non-zero return code", "rc": 1, "start": "2020-12-03 09:50:52.193704", "stderr": "Error from server (NotFound): the server could not find the requested resource", "stderr_lines": ["Error from server (NotFound): the server could not find the requested resource"], "stdout": "", "stdout_lines": []}
How to reproduce Steps to reproduce the behavior:
epicli upgrade
Expected behavior Upgrade should succeed.
Environment
Additional context Issue not seen when using Calico.
The text was updated successfully, but these errors were encountered:
Upgrade to develop tested automatically in the pipeline. ✔️ AWS/Azure x RHEL/Ubuntu x flannel/calico/canal
AWS
Azure
RHEL
Ubuntu
flannel
calico
canal
Sorry, something went wrong.
Backported hitachienergy#1888 fix
82c17c0
[Backport] Upgrade Docker to v19.03.14 (#2018)
89bfa61
* Backported upgrade to Docker v19.03.14 * Backported #1888 fix * Update changelog * Changed rabbitmq component version * Changed filebeat component version * licenses.py from v0.8 * Updated only docker version in components * Renamed modules document Co-authored-by: to-bar <[email protected]> Co-authored-by: atsikham <[email protected]>
przemyslavic
to-bar
No branches or pull requests
Describe the bug
The issue appeared on AWS after upgrading Docker and is non-deterministic.
Error message:
How to reproduce
Steps to reproduce the behavior:
epicli upgrade
using code from a branch with upgraded Docker to v19.03.14.Expected behavior
Upgrade should succeed.
Environment
Additional context
Issue not seen when using Calico.
The text was updated successfully, but these errors were encountered: