Skip to content
Snippets Groups Projects
  • Miao Zhou's avatar
    885c6cff
    Fix AWS Node Labels Error · 885c6cff
    Miao Zhou authored
    Now the `kubespray-aws-inventory.py` script always set a node_labels key
    to ansible_host.
    
    When AWS instance did not set property labels, it would be an empty
    string.
    
    The TASK `Write kubelet config file (kubeadm or non-kubeadm)` will
    failed with a msg:
    
    `AnsibleUndefinedVariable: 'unicode object' has no attribute 'items'`.
    885c6cff
    History
    Fix AWS Node Labels Error
    Miao Zhou authored
    Now the `kubespray-aws-inventory.py` script always set a node_labels key
    to ansible_host.
    
    When AWS instance did not set property labels, it would be an empty
    string.
    
    The TASK `Write kubelet config file (kubeadm or non-kubeadm)` will
    failed with a msg:
    
    `AnsibleUndefinedVariable: 'unicode object' has no attribute 'items'`.