From a28e02cf5bbdb5caa3d5e9bcd5bf9a195cee9c69 Mon Sep 17 00:00:00 2001 From: Jeremiah Stuever Date: Thu, 11 Jan 2024 11:49:24 -0800 Subject: [PATCH] azwi doc: apply webhook manifest to cluster --- docs/azure_workload_identity.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/azure_workload_identity.md b/docs/azure_workload_identity.md index 3eba993ef..fb417ee6e 100644 --- a/docs/azure_workload_identity.md +++ b/docs/azure_workload_identity.md @@ -262,10 +262,10 @@ NOTE This is just for developers interested in taking an existing cluster to Azu --installation-resource-group-name "${AZURE_INSTALL_RG}" ``` -10. Enable the TechPreviewNoUpgrade featureset to allow usage of the Azure AD Workload Identity feature. +10. Apply the azure pod identity webhook configuration. ```bash - oc patch featuregate cluster --patch '{"spec":{"featureSet":"TechPreviewNoUpgrade"}}' --type=merge + oc replace -f output_dir/manifests/azure-ad-pod-identity-webhook-config.yaml ``` 11. Apply Secrets generated by the creating managed identities.