Skip to content
  1. Oct 24, 2017
  2. Oct 23, 2017
  3. Oct 20, 2017
  4. Oct 19, 2017
  5. Oct 18, 2017
  6. Oct 17, 2017
  7. Oct 16, 2017
  8. Oct 15, 2017
  9. Oct 14, 2017
    • Matthew Mosesohn's avatar
      Fix node authorization for cloudprovider installs (#1794) · 92d03806
      Matthew Mosesohn authored
      In 1.8, the Node authorization mode should be listed first to
      allow kubelet to access secrets. This seems to only impact
      environments with cloudprovider enabled.
      92d03806
    • abelgana's avatar
      Changre raw execution to use yum module (#1785) · 2972bceb
      abelgana authored
      * Changre raw execution to use yum module
      
      Changed raw exection to use yum module provided by Ansible.
      
      * Replace ansible_ssh_* by ansible_*
      
      Ansible 2.0 has deprecated the “ssh” from ansible_ssh_user, ansible_ssh_host, and ansible_ssh_port to become ansible_user, ansible_host, and ansible_port. If you are using a version of Ansible prior to 2.0, you should continue using the older style variables (ansible_ssh_*). These shorter variables are ignored, without warning, in older versions of Ansible.
      
      I am not sure about the broader impact of this change. But I have seen on the requirements the version required is ansible>=2.4.0.
      
      http://docs.ansible.com/ansible/latest/intro_inventory.html
      2972bceb
Loading