Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Azure offers Red Hat OpenShift, and clients can also deploy a self-managed cluster. The nodes of this cluster can handle the Azure Metadata Service in the same way as AKS managed nodes.
The difference is that AKS uses
virtualMachineScaleSets
, while OpenShift and self-managed cluster usesvirtualMachines
for their nodes.This change can help Azure customers that use OpenShift or self-managed kubernetes clusters for their infrastucture.
Closes: #75