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

Define floating ip's into k8s-config ssl context #361

Merged
merged 1 commit into from
Sep 28, 2018
Merged

Conversation

naumvd95
Copy link
Contributor

# Set all fips in this var to get rid of kubectl ssl-certs issue
ssl_fips = []
for master in metadata["resources"]["masters"]:
master_fip = master.get("fip", None)
Copy link
Contributor

@katyafervent katyafervent Sep 28, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we set 'fip' to master anyway, so it an be none) and this line is redundant
https://github.com/Mirantis/kqueen/blob/master/kqueen/engines/openstack_kubespray.py#L723

@naumvd95 naumvd95 force-pushed the fip-ssl branch 2 times, most recently from dde5d21 to da8c0f2 Compare September 28, 2018 07:23
@katyafervent katyafervent merged commit 572f502 into master Sep 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants