L'origine di rendering, archiviata al momento della creazione della release.
I nomi di tutti gli elementi di compilazione, ad esempio l'immagine del contenitore di cui รจ stato eseguito il deployment.
Elementi di rendering, inclusi manifest.yaml e skaffold.yaml di cui รจ stato eseguito il rendering e che sono stati utilizzati per questa release.
Puoi anche visualizzare una differenza tra le diverse versioni dei file manifest e skaffold.yaml visualizzati.
Visualizzare le implementazioni
Nella pagina Dettagli dell'uscita, seleziona la scheda Implementazioni.
Fai clic sul nome dell'implementazione che vuoi visualizzare.
I dettagli dell'implementazione vengono visualizzati nella pagina. Questi dettagli includono link ai log di rendering, ai log di deployment e agli elementi target (manifest.yaml e skaffold.yaml).
Viene visualizzata la pagina Implementazione. La sezione Riepilogo mostra lo stato e i metadati dell'implementazione.
La scheda Fasi mostra le fasi e i
job nell'implementazione. Da qui puoi
eseguire azioni sull'implementazione,
come avanzare nelle fasi, terminare le esecuzioni dei job e altro ancora.
Visualizza gli elementi della release
La pagina Dettagli della release include una scheda Artefatti che elenca gli artefatti della build, gli artefatti di destinazione (manifest e configurazioni Skaffold) e l'origine di rendering per questi artefatti di destinazione.
Da questa pagina puoi:
Scarica il file dell'archivio dell'origine del rendering.
Fai clic per visualizzare i log di rendering per gli elementi di destinazione.
Visualizza gli elementi target visualizzati.
Visualizza manifest e differenze visualizzati con lo strumento di controllo delle release
In Google Cloud console, puoi confrontare versioni diverse di alcuni degli elementi di release. Puoi visualizzare una differenza tra i seguenti tipi di elementi:
Manifest sottoposti a rendering
File di configurazione skaffold.yaml visualizzati
Per visualizzare una differenza:
Nella Google Cloud console, vai alla pagina Pipeline di distribuzione di Cloud Deploy per visualizzare le pipeline di distribuzione.
Fai clic sulla pipeline di importazione che gestisce la release da esaminare.
Nella pagina Dettagli della pipeline di importazione, assicurati che la scheda Uscite sia selezionata e fai clic sul nome dell'uscita da ispezionare.
Nella pagina Dettagli uscita, fai clic sulla scheda Artefatti.
Nell'elenco Elementi target, fai clic sul link Visualizza elementi relativo all'elemento che vuoi ispezionare.
Seleziona la scheda Manifest o Configurazione Skaffold.
Fai clic su Mostra il confronto.
L'ispettore della release mostra la stessa versione dell'elemento su entrambi i lati.
Per ogni elemento mostrato, scegli il nome della release, il nome della destinazione, il nome della fase o tutti, se necessario.
In questo modo puoi scegliere la versione dell'elemento da confrontare su ciascun lato,
in base alla release e al target. Ad esempio, puoi scegliere la stessa release per ciascuno e confrontare il manifest della release, ma per target diversi.
Le differenze tra gli elementi selezionati vengono evidenziate.
Visualizzare gli elementi visualizzati nel bucket Cloud Storage
Il bucket Cloud Storage in cui sono archiviati gli elementi della release visualizzati viene visualizzato e collegato dalla scheda Elementi nella pagina dei dettagli della release:
Nella pagina dei dettagli della release, seleziona la scheda Artefatti.
Nella tabella Elementi target, trova il target di cui vuoi visualizzare gli elementi e fai clic sul link corrispondente nella colonna Posizione archiviazione.
Vengono visualizzati i dettagli del bucket Cloud Storage per la destinazione specifica.
Il bucket contiene gli elementi visualizzati per ogni fase dell'implementazione:
Fai clic sulla fase di cui vuoi visualizzare gli elementi visualizzati.
Vengono elencati gli elementi disponibili per la fase:
Fai clic sull'elemento che vuoi visualizzare per vederne i contenuti.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema รจ stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-09-03 UTC."],[[["\u003cp\u003eThe Cloud Deploy Release details page provides a comprehensive overview of a release, including metadata, rollout information, and release artifacts.\u003c/p\u003e\n"],["\u003cp\u003eYou can view a list of rollouts associated with a release and access detailed information for each rollout, such as render logs, deployment logs, and target artifacts.\u003c/p\u003e\n"],["\u003cp\u003eThe Artifacts tab allows users to access the rendering source, build artifacts, and rendered artifacts, such as manifest.yaml and skaffold.yaml files.\u003c/p\u003e\n"],["\u003cp\u003eUsers can compare different versions of rendered manifests and skaffold.yaml files through the Release Inspector by navigating to the Artifacts tab and selecting the View artifacts link.\u003c/p\u003e\n"],["\u003cp\u003eThe storage location link on the Artifacts tab directs users to a Cloud Storage bucket that stores the rendered artifacts for each phase of a rollout.\u003c/p\u003e\n"]]],[],null,["# Viewing release details\n\nThis document describes the information that you can find on the Cloud Deploy\n**Release details** page in Google Cloud console, including the following:\n\n- Metadata and other information about the release:\n\n- [Rollouts](#viewing_rollouts)\n\n You can view a list of rollouts for this release, and click a rollout to\n [view rollout details](#viewing_rollouts).\n- [Release artifacts](#viewing_release_artifacts)\n\n - The rendering source, which was archived when the release was first created.\n - The names of all build artifacts, such as the container image that was deployed.\n - Rendered artifacts, including the rendered `manifest.yaml` and the rendered `skaffold.yaml` that was used for this release.\n\nYou can also [view a diff](#viewing_diffs) of different versions of the rendered\nmanifests and `skaffold.yaml` files.\n\nView rollouts\n-------------\n\n1. From the **Release details** page, select the **Rollouts** tab.\n\n2. Click the name of the rollout that you want to view.\n\n The rollout details are displayed over the page. These details include links\n to render logs, deployment logs, and target artifacts (`manifest.yaml` and\n `skaffold.yaml`).\n\n The Rollout page is displayed. The **Summary** shows rollout metadata and status.\n\n The **Phases** tab shows the [phases](/deploy/docs/terminology#phase) and\n [jobs](/deploy/docs/terminology#job) in the rollout. From here you can\n [perform actions on the rollout](/deploy/docs/deployment-strategies/manage-rollout),\n such as advance phases, terminate job runs, and more.\n\n| **Note:** you can also view rollouts by selecting the **Rollouts** tab on the **Delivery pipeline details** page and clicking on a rollout listed in the table.\n\nView release artifacts\n----------------------\n\nThe **Release details** page includes an **Artifacts** tab, listing build\nartifacts, target artifacts (manifests and Skaffold configs), and the rendering\nsource for those target artifacts.\n\nFrom this page, you can do the following:\n\n- Download the rendering source archive file.\n\n- Click through to see the render logs for the target artifacts.\n\n- View the rendered target artifacts themselves.\n\n### View rendered manifests and diffs, with release inspector\n\nIn Google Cloud console, you can compare different versions of some of your\nrelease artifacts. You can view a diff of the following types of artifacts:\n\n- Rendered manifests\n- Rendered `skaffold.yaml` configuration files\n\nTo view a diff:\n\n1. In the Google Cloud console, navigate to the Cloud Deploy\n **Delivery pipelines** page to view your delivery pipelines.\n\n \u003cbr /\u003e\n\n [Open the Delivery pipelines page](https://console.cloud.google.com/deploy/delivery-pipelines)\n\n \u003cbr /\u003e\n\n2. Click the delivery pipeline that's managing the release you want to\n inspect.\n\n3. On the **Delivery pipeline details** page, make sure the **Releases** tab is\n selected, and click the name of the release you want to inspect.\n\n4. On the **Release details** page, click the **Artifacts** tab.\n\n5. In the **Target artifacts** list, click the **View artifacts** link for the\n artifact that you want to inspect.\n\n6. Select the **Manifest** tab or the **Skaffold config** tab.\n\n7. Click **Show diff**.\n\n The release inspector shows the same version of the artifact on both sides.\n8. For each artifact shown, choose the release name, target name, phase name, or\n all, if necessary.\n\n This way you can choose which version of the artifact to compare on each side,\n by release and by target. For example, you can choose the same release for\n each, and compare the manifest for that release but for different targets.\n\nThe differences between the selected artifacts are highlighted.\n\n### View rendered artifacts in the Cloud Storage bucket\n\nThe Cloud Storage bucket that stores your rendered release artifacts is\nshown on, and linked from, the **Artifacts** tab on the release details page:\n\n1. On the release details page, select the **Artifacts** tab.\n\n2. In the **Target artifacts** table, find the target whose artifacts you want\n to view, and click the corresponding link in the **Storage location** column.\n\n The Cloud Storage bucket details are shown, for the specific target.\n The bucket contains rendered artifacts for each phase of the rollout:\n\n3. Click on the phase whose rendered artifacts you want to view,\n\n The available artifacts for that phase are listed:\n\n4. Click on the artifact you want to view to see its contents."]]