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

[#140] Removed deprecated variable openshift_node_kubelet_args #141

Merged
merged 4 commits into from
Jan 31, 2019

Conversation

DarkMukke
Copy link
Contributor

This is a fix as per work around #140 (comment)

openshift_node_kubelet_args inventory variable was deprecated in 3.10 and removed in 3.11.
This causes the ansible install to fail.
Also confirmed in Openshift-Ansible : openshift/openshift-ansible#11069 (comment)

This means the configuration this is no longer as intended, so this is not a real fix, HOWEVER, the default value for pods per core has been 10 since 3.3.
https://docs.openshift.com/container-platform/3.11/admin_guide/manage_nodes.html#admin-guide-max-pods-per-node
If needed the value can be adjusted in /etc/origin/node/node-config.yaml

last_checked_var: openshift_master_identity_providers;Found removed variables: openshift_node_kubelet_args is replaced by openshift_node_groups[<item>].edits;

Since the install fails ont he above and the inventory.ini file is downloaded every time fromt eh configured repo I had to fork and commit this.
without the node_groups, it will all back to the default.
@vrutkovs
Copy link

Looks good to me, just needs to be squashed in one commit

@DarkMukke
Copy link
Contributor Author

can I do that from the webinterface or do i need to pull and recommit with -ff ?

@marekjelen marekjelen merged commit aaaaef2 into gshipley:master Jan 31, 2019
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.

3 participants