From 6413c3f1f7780aba2a99a4e18066df56c2573115 Mon Sep 17 00:00:00 2001 From: Brendan Bergen Date: Fri, 8 Sep 2023 14:04:21 -0600 Subject: [PATCH] Remove rhcos publishing doc, can be found in ARO-Installer (#3160) --- docs/publish-rhcos-image.md | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 docs/publish-rhcos-image.md diff --git a/docs/publish-rhcos-image.md b/docs/publish-rhcos-image.md deleted file mode 100644 index e7481fd329a..00000000000 --- a/docs/publish-rhcos-image.md +++ /dev/null @@ -1,12 +0,0 @@ -# Publish RHCOS image - -Each release we need to re-publish the RHCOS image into the Azure cloud partner portal. - -1. Once new installer is vendored run `make vendor` to update local vendor directory. - -1. Run `make generate` to update generated content - -1. Run `go run ./hack/rhcos-sas/rhcos-sas.go` to copy RHCOS image. This might take a while. - -1. Command above will output SAS URL. Publish it via [partner](https://partner.microsoft.com/) portal. -See the [ARO Wiki in Azure DevOps](https://msazure.visualstudio.com/AzureRedHatOpenShift/_wiki/wikis/ARO.wiki/186149/How-To-Publish-New-OCP-Image-for-ARO) for detailed steps.