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

[BUG] [v0.6] epicli upgrade from Epiphany v0.5 fails on K8s part #1751

Closed
to-bar opened this issue Oct 7, 2020 · 1 comment
Closed

[BUG] [v0.6] epicli upgrade from Epiphany v0.5 fails on K8s part #1751

to-bar opened this issue Oct 7, 2020 · 1 comment

Comments

@to-bar
Copy link
Contributor

to-bar commented Oct 7, 2020

Describe the bug
It seems there are two issues:

  1. Task [upgrade : upgrade-master | Upgrade K8s cluster to v1.16.7 (using kubeadm-config.yml file)] fails with error: [ERROR CoreDNSMigration]
kubeadm upgrade apply -y v1.16.7 --config /etc/kubeadm/kubeadm-config.yml --ignore-preflight-errors=CoreDNSUnsupportedPlugins", "delta": "0:00:00.055682", "end": "2020-10-07 13:04:12.416784", "msg": "non-zero return code", "rc": 2, "start": "2020-10-07 13:04:12.361102", "stderr": "\t[WARNING CoreDNSUnsupportedPlugins]: Get https://10.1.2.243:6443/api/v1/namespaces/kube-system/configmaps/coredns: dial tcp 10.1.2.243:6443: connect: connection refused\n[preflight] Some fatal errors occurred:\n\t[ERROR CoreDNSMigration]: Get https://10.1.2.243:6443/api/v1/namespaces/kube-system/configmaps/coredns: dial tcp 10.1.2.243:6443: connect: connection refused\n[preflight] If you know what you are doing, you can make a check non-fatal with `--ignore-preflight-errors=...`\nTo see the stack trace of this error execute with --v=5 or higher", "stderr_lines": ["\t[WARNING CoreDNSUnsupportedPlugins]: Get https://10.1.2.243:6443/api/v1/namespaces/kube-system/configmaps/coredns: dial tcp 10.1.2.243:6443: connect: connection refused", "[preflight] Some fatal errors occurred:", "\t[ERROR CoreDNSMigration]: Get https://10.1.2.243:6443/api/v1/namespaces/kube-system/configmaps/coredns: dial tcp 10.1.2.243:6443: connect: connection refused", "[preflight] If you know what you are doing, you can make a check non-fatal with `--ignore-preflight-errors=...`", "To see the stack trace of this error execute with --v=5 or higher"], "stdout": "[upgrade/config] Making sure the configuration is correct:\n[preflight] Running pre-flight checks.", "stdout_lines": ["[upgrade/config] Making sure the configuration is correct:", "[preflight] Running pre-flight checks."

This issue was fixed in version 0.7.1, see related PR #1431

  1. TASK [kubernetes_master : Run secrets encryption] fails with error "The connection to the server 10.1.1.7:6443 was refused", after upgrading K8s cluster to v1.15.10.

This issue was fixed in version 0.7.1, see related PR #1427

OS (please complete the following information):

  • RHEL7 and Ubuntu

Cloud Environment (please complete the following information):

  • Azure and AWS

Additional context
Related issue: #1399 (resolved in 0.7.1).

@mkyc
Copy link
Contributor

mkyc commented Apr 8, 2021

Closing without resolution as we no longer support 0.5 versions.

@mkyc mkyc closed this as completed Apr 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants