Azure vmss - kubelet: failed to get instance ID from cloud provider: instance not found #5824 (#5855)

* kubernetes-sigs-kubespray #5824

Added support nodes which are part of Virtual Machine Scale Sets(VMSS)

* kubernetes-sigs-kubespray #5824

* kubernetes-sigs-kubespray #5824

Added comments and updatetd azure docs.

* kubernetes-sigs-kubespray #5824

Added supported values comments for "azure_vmtype" in azure.yml
This commit is contained in:
Vinayaka V Ladwa
2020-03-31 22:42:40 +05:30
committed by GitHub
parent 7ee2f0d918
commit f8ad44a99f
5 changed files with 14 additions and 0 deletions

View File

@@ -70,3 +70,8 @@
- name: "check azure_use_instance_metadata is a bool"
assert:
that: azure_use_instance_metadata |type_debug == 'bool'
- name: check azure_vmtype value
fail:
msg: "azure_vmtype is missing. Supported values are 'standard' or 'vmss'"
when: azure_vmtype is not defined or not azure_vmtype