You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For anyone who wishes to make contribution can fork the repository and raise pull request.
Kindly create following files as part of the pull requests.
..* changelog.md - describing the changes.
..* usage.md - update this file with corresponding usage.
Usage
Make sure you have installed the requirements.txt via pip or easy_install on your path with Python version 3.6+
Adhoc commands can be used like-
ansible -i k8s.py workers_all -m shell -a "sysctl -w net.core.somaxconn=1024"
Playbooks can be of following format:
- hosts: label_beta_kubernetes_io_instance-type_r5_4xlargebecome: yesserial: 1asks:
- name: Set soft ulimits for openfilespam_limits:
domain: rootlimit_type: softlimit_item: nofilevalue: unlimited
- name: Set hard ulimits for openfilespam_limits:
domain: rootlimit_type: hardlimit_item: nofilevalue: unlimited