Skip to content
  1. Oct 07, 2018
  2. Oct 05, 2018
    • Chad Swenson's avatar
      Support multiple local volume provisioner StorageClasses (#3450) · 6602760a
      Chad Swenson authored
      - Local Volume StorageClass configuration is now manged by `local_volume_provisioner_storage_classes`, a list of maps that specifies local storage classes with `name` `host_dir` and `mount_dir` keys per entry
      - Tasks and templates updated to loop through local volume storage classes
      - Previous defaults for path/class names were not changed
      - Fixed an issue where a `kubernetes/preinstall` was creating directories inconsistently with the `kubernetes-apps/external_provisioner/local_volume_provisioner` task
      6602760a
  3. Oct 04, 2018
  4. Oct 02, 2018
  5. Oct 01, 2018
  6. Sep 30, 2018
  7. Sep 28, 2018
  8. Sep 27, 2018
  9. Sep 26, 2018
    • Tupin Laurent's avatar
      Pip is required for vault #3376 (#3378) · 408faac3
      Tupin Laurent authored
      * Change execution order for pip
      
      * Remove spaces
      408faac3
    • Tupin Laurent's avatar
      UI is required for vault #3376 (#3377) · cd4a606c
      Tupin Laurent authored
      cd4a606c
    • Hoat Le's avatar
      Ansible var should be quoted (#3393) · c7c3effd
      Hoat Le authored
      to fix the follow problem in case quote is not used:
      
      PLAY [k8s-cluster:etcd:calico-rr] **********************************************
      ERROR! Syntax Error while loading YAML.
        expected <block end>, but found '<scalar>'
      
      The error appears to have been in '/tmp/vagrant-ansible/inventory/group_vars/k8s-cluster.yml': line 59, column 39, but may
      be elsewhere in the file depending on the exact syntax problem.
      
      The offending line appears to be:
      
      kube_oidc_ca_file: {{ kube_cert_dir }}/openid-ca.pem
                                            ^ here
      We could be wrong, but this one looks like it might be an issue with
      missing quotes.  Always quote template expression brackets when they
      start a value. For instance:
      
          with_items:
            - {{ foo }}
      
      Should be written as:
      
          with_items:
            - "{{ foo }}"
      
      Ansible failed to complete successfully. Any error output should be
      visible above. Please fix these errors and try again.
      c7c3effd
  10. Sep 25, 2018
  11. Sep 24, 2018
  12. Sep 23, 2018
  13. Sep 21, 2018
Loading