From 29cfc61b9fb6e95e358ee8e06d8d3913f3b38db4 Mon Sep 17 00:00:00 2001 From: Ross Bryan Date: Wed, 29 Sep 2021 21:28:31 -0400 Subject: [PATCH] rename azurensg -> subnets --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index abc4b601ca4..444df21812c 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,6 @@ questions or comments. aro-operator-master.openshift-azure-operator:8080, to avoid the `AlertmanagerReceiversNotConfigured` warning. - * azurensg: Ensures that the Network Security Groups (NSGs) are correct, and updates the Azure Machine Provider spec with subnet, vnet, and Network Resource Group. * checker: Watches the `Cluster` resource for changes and updates conditions of the resource based on checks mentioned below @@ -128,6 +127,8 @@ questions or comments. * routefix: Ensures all the routefix resources in the namespace `openshift-azure-routefix` remain on the cluster. + * subnets: Ensures that the Network Security Groups (NSGs) are correct, and updates the Azure Machine Provider spec with subnet, vnet, and Network Resource Group. + * workaround: Applies a set of temporay workarounds to the ARO cluster. * pkg/portal: Portal for running promql queries against a cluster or requesting a kubeconfig for a cluster.