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] Epiphany does not support upgrades for Kubernetes in HA mode #1408

Closed
sk4zuzu opened this issue Jul 1, 2020 · 3 comments · Fixed by #1456
Closed

[BUG] Epiphany does not support upgrades for Kubernetes in HA mode #1408

sk4zuzu opened this issue Jul 1, 2020 · 3 comments · Fixed by #1456
Assignees
Labels
Milestone

Comments

@sk4zuzu
Copy link
Contributor

sk4zuzu commented Jul 1, 2020

Describe the bug
Epiphany does not support upgrades for Kubernetes in HA mode (which was introduced in 0.6.0).

To Reproduce
Create a multi-master cluster from the v0.6 branch (it will install Kubernetes 1.17.4), then try upgrading it.

Expected behavior
Multi-master Kubernetes cluster is upgraded to 1.17.7 (our current latest) without any issues on each and every node.

Config files
N/A

OS (please complete the following information):
All OS distributions Epiphany supports.

Cloud Environment (please complete the following information):
All cloud environments Epiphany supports.

Additional context
N/A

@mkyc
Copy link
Contributor

mkyc commented Jul 2, 2020

@sk4zuzu can you please explain solution for that issue you plan to use?

@rafzei
Copy link
Contributor

rafzei commented Jul 2, 2020

This should also refactor a part of code added to fix issue #1401. Currently, we are providing kubeconfig on nodes to go through upgrade procedure. It's required by a couple of tasks that shouldn't be run on nodes.

@sk4zuzu sk4zuzu linked a pull request Jul 13, 2020 that will close this issue
@przemyslavic przemyslavic self-assigned this Jul 15, 2020
@mkyc mkyc modified the milestones: 0.7.1, S20200729 Jul 17, 2020
@sk4zuzu sk4zuzu reopened this Jul 23, 2020
@przemyslavic
Copy link
Collaborator

The upgrade from version 0.6 to develop for K8s HA configuration (3 masters, 3 nodes) has been tested and it works fine.
There is a random issue with deploying HA clusters on Azure environments that was reported in #1075

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants