-
-
Notifications
You must be signed in to change notification settings - Fork 268
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
Typo in documentation #49
Comments
notsag
added a commit
to notsag/ansible-role-kubernetes
that referenced
this issue
Aug 9, 2019
Oops, sorry about that! @notsag fixed it in his PR. New release will come soon. |
vulturm
pushed a commit
to vulturm/ansible-role-kubernetes
that referenced
this issue
Mar 23, 2020
============================================= This represents the squashed history as it is not too relevant for us.. Below are all the commit messages: ============================================= Change a line to trigger a Travis CI build. A few small fixes for automated test builds. More updates to make things work better in various situations. Fix idempotence for web ui enablement. Fix dashboard UI service. Fix kube utils installation not working on Debian. Fix install on CentOS 7. Fix idempotence for Flannel networking task. Really fix idempotence for Flannel tasks, and get CentOS mostly working. Add more variables and docs. Space in the defaults file. [ci skip] Issue geerlingguy#3: Allow failures on CentOS 7 Travis CI build for now. Fixes geerlingguy#2: Make role work with nodes joining master. Spellcheck. Reload kubelet unit file if config is changed. Fixes geerlingguy#3: CentOS builds now passing. Change order when applying flannel templates. Issue geerlingguy#5: Add more configuration ability to default Flannel network manifests. Tick kubernetes stable version up from 1.10 to 1.11 Fixes geerlingguy#10: Set kubernetes_join_command more reliably. Fixes geerlingguy#15: Add kubelet extra args to the correct file for 1.11 and beyond. Fixes geerlingguy#16: CentOS 7 configuration of KUBELET_EXTRA_ARGS was broken. Update master-setup.yml Add option for additional kubeadm init options Update main.yml kubeadm_init_opts default value Changes for the comments under PR geerlingguy#19 Switch tests to use Molecule. Issue geerlingguy#17: Attempt to fix installation on CentOS. Issue geerlingguy#18: Attempt to fix version pinning issues on RedHat and Debian. Fix boolean on Debian setup, add more tests. Fixing lint issues incredibly sloppy day. fix typo kuberenetes PR geerlingguy#24 follow-up: Use verbosity instead of debug variable for debug info. Update tests for optimum efficiency. Fix YAML error in molecule config. Fixes failing Ubuntu 18.04 test. Fix some new ansible-lint issues. Issue geerlingguy#33: Set default Kubernetes version to 1.13.1. Bump Kubernetes RHEL package to 1.13.3. Fix ansible-lint issue - ignore rule 306. Update kubelet-setup.yml geerlingguy#42 Use same options for all tests and default to Ansible IP correctly. Remove unused tests. Fixes geerlingguy#54: Update to Kubernetes 1.15. Fixes geerlingguy#55: Support and test Debian 10 Buster. Fix typo referenced in geerlingguy#49 Update main.yml Create FUNDING.yml YAML syntax fix. Add kubernetes_join_command_extra_opts variable. calico cni choice PR geerlingguy#53 follow-up: Requested changes for simplicity. PR geerlingguy#53 follow-up: Add test for calico networking. PR geerlingguy#53 follow-up: Remove extra conditional. Bump to Kubernetes 1.16. Default to calico 3.10 manifest. PR geerlingguy#53 follow-up: Remove extra unneccessary loop. Fix README formatting. Add a test for CentOS 8. Update molecule configuration to work with 3.0. Update molecule configuration to work with 3.0. Update molecule configuration to work with 3.0. Make sure molecule lint script has set -e option. Add probot/stale configuration to repository for stale issues.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
apiserver_advertise_address
defaults toansible_default_ipv4.address
if it's left empty.should be :
The
kubernetes_apiserver_advertise_address
defaults toansible_default_ipv4.address
if it's left empty.The text was updated successfully, but these errors were encountered: