Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add OpenShift support #76

Merged
merged 1 commit into from
Mar 14, 2024
Merged

add OpenShift support #76

merged 1 commit into from
Mar 14, 2024

Conversation

maksim-paskal
Copy link
Owner

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 uses virtualMachines for their nodes.

This change can help Azure customers that use OpenShift or self-managed kubernetes clusters for their infrastucture.

Closes: #75

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.71%. Comparing base (d8d5a71) to head (f0da894).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #76      +/-   ##
==========================================
+ Coverage   98.59%   98.71%   +0.12%     
==========================================
  Files           6        7       +1     
  Lines         213      234      +21     
==========================================
+ Hits          210      231      +21     
  Misses          2        2              
  Partials        1        1              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Azure offers [Red Hat OpenShift](https://azure.microsoft.com/en-us/products/openshift/), and clients can also deploy a self-managed cluster. The nodes of this cluster can handle the [Azure Metadata Service](https://learn.microsoft.com/en-us/azure/virtual-machines/linux/scheduled-events) in the same way as [AKS](https://azure.microsoft.com/en-us/products/kubernetes-service) managed nodes.

The difference is that AKS uses `virtualMachineScaleSets`, while OpenShift and self-managed cluster uses `virtualMachines` for their nodes.

This change can help Azure customers that use OpenShift or self-managed kubernetes clusters for their infrastucture.

Closes: #75

Signed-off-by: Maksim Paskal <[email protected]>
@maksim-paskal maksim-paskal force-pushed the add-openshift-providerID branch from f0da894 to ac0b332 Compare March 8, 2024 12:45
@maksim-paskal maksim-paskal merged commit 4622137 into main Mar 14, 2024
7 checks passed
@maksim-paskal maksim-paskal deleted the add-openshift-providerID branch March 14, 2024 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OpenShift Support
2 participants