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] gk-deploy script with our pinned version fails on K8s 1.10 #215

Open
leifmadsen opened this issue Apr 4, 2018 · 0 comments
Open

Comments

@leifmadsen
Copy link
Contributor

With the version of Heketi we have pinned, deployment to master will fail unless you revert your K8s version back to 1.9.6 or earlier since the console output seems to have changed just enough on 1.10 that the check_pods() function is unable to determine that the glusterfs pods have spun up.

Current work around is to pass -e "kube_version=1.9.6-0" to your ansible-playbook run so that K8s 1.10 isn't installed.

Fix is probably to bump our Heketi deployment pin, which we've been meaning to do for a while per #165

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

1 participant