<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Cloud Providers Overview on Spinnaker</title>
		<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/</link>
		<description>Recent content in Cloud Providers Overview on Spinnaker</description>
		<generator>Hugo</generator>
		<language>en</language>
		
		
		
		
			<atom:link href="https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Azure</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/azure/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/azure/</guid>
				<description>&lt;p&gt;In &#xA;&lt;a href=&#34;https://azure.microsoft.com/&#34; target=&#34;_blank&#34;&gt;Azure&lt;/a&gt;&#xA;, an&#xA;&#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/concepts/providers/#accounts&#34;&gt;Account&lt;/a&gt;&#xA; maps to a credential able to&#xA;authenticate against a given &#xA;&lt;a href=&#34;https://azure.microsoft.com/free/&#34; target=&#34;_blank&#34;&gt;Azure subscription&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h2&gt;&#xA;&lt;p&gt;You need a &#xA;&lt;a href=&#34;https://docs.microsoft.com/cli/azure/create-an-azure-service-principal-azure-cli&#34; target=&#34;_blank&#34;&gt;Service Principal&lt;/a&gt;&#xA;&#xA;to authenticate with Azure and a &#xA;&lt;a href=&#34;https://azure.microsoft.com/services/key-vault/&#34; target=&#34;_blank&#34;&gt;Key Vault&lt;/a&gt;&#xA;&#xA;to store a default username/ssh public key for deployed &#xA;&lt;a href=&#34;https://docs.microsoft.com/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-overview&#34; target=&#34;_blank&#34;&gt;VM Scale Sets&lt;/a&gt;&#xA;.&#xA;The next steps assume the use of the &#xA;&lt;a href=&#34;https://docs.microsoft.com/cli/azure/install-azure-cli&#34; target=&#34;_blank&#34;&gt;Azure CLI 2.0&lt;/a&gt;&#xA;.&#xA;The example commands will set environment variables along the way for use when&#xA;creating an account in the final stage. You can check that you have &lt;code&gt;az&lt;/code&gt; installed by running:&lt;/p&gt;</description>
			</item>
			<item>
				<title>Cloud Foundry</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/cf/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/cf/</guid>
				<description>&lt;p&gt;In &#xA;&lt;a href=&#34;https://www.cloudfoundry.org&#34; target=&#34;_blank&#34;&gt;Cloud Foundry&lt;/a&gt;&#xA; (CF), an Account maps to a user account on a CF foundation (a BOSH Director and all the VMs it deploys). You can add multiple accounts for one or more CF foundations.&lt;/p&gt;&#xA;&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h2&gt;&#xA;&lt;p&gt;Your CF foundations&amp;rsquo; &#xA;&lt;a href=&#34;https://docs.cloudfoundry.org/running/cf-api-endpoint.html&#34; target=&#34;_blank&#34;&gt;API endpoints&lt;/a&gt;&#xA; must be reachable from your installation of Spinnaker.&lt;/p&gt;&#xA;&lt;h2 id=&#34;add-an-account&#34;&gt;Add an account&lt;/h2&gt;&#xA;&lt;p&gt;First, make sure that the provider is enabled and add an account named &lt;code&gt;my-cf-account&lt;/code&gt; to the clouddriver list of Cloud Foundry accounts:&#xA;in &lt;code&gt;~/spinnaker-kustomize/overlays/config/files/clouddriver-local.yml&lt;/code&gt;&lt;/p&gt;</description>
			</item>
			<item>
				<title>Docker Registry</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/docker-registry/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/docker-registry/</guid>
				<description>&lt;blockquote&gt;&#xA;&lt;p&gt;:warning: This only acts as a source of images, and does not include support&#xA;for deploying Docker images.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;When configuring Docker Registries, an&#xA;&#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/concepts/providers/#accounts&#34;&gt;Account&lt;/a&gt;&#xA; maps to a credential able to&#xA;authenticate against a certain set of &#xA;&lt;a href=&#34;https://docs.docker.com/glossary/?term=repository&#34; target=&#34;_blank&#34;&gt;Docker&#xA;repositories&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The Docker Registry you are configuring must already exist.&lt;/li&gt;&#xA;&lt;li&gt;That Registry must support the&#xA;&#xA;&lt;a href=&#34;https://docs.docker.com/registry/spec/api/&#34; target=&#34;_blank&#34;&gt;v2 registry API&lt;/a&gt;&#xA;. OCI registries are ALSO supported at this time.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;registry-providers&#34;&gt;Registry providers&lt;/h2&gt;&#xA;&lt;p&gt;You can set up a Docker Registry provider for Spinnaker using any of the&#xA;repositories listed here. Each one supports the same API, but there&#xA;are subtle differences in how to get them to work with Spinnaker.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Google App Engine</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/appengine/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/appengine/</guid>
				<description>&lt;p&gt;In &#xA;&lt;a href=&#34;https://cloud.google.com/appengine&#34; target=&#34;_blank&#34;&gt;Google App Engine&lt;/a&gt;&#xA;, an&#xA;&#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/concepts/providers/#accounts&#34;&gt;Account&lt;/a&gt;&#xA; maps to a credential able to&#xA;authenticate against a given &#xA;&lt;a href=&#34;https://cloud.google.com&#34; target=&#34;_blank&#34;&gt;Google Cloud&#xA;Platform&lt;/a&gt;&#xA; project.&lt;/p&gt;&#xA;&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h2&gt;&#xA;&lt;p&gt;You need a &#xA;&lt;a href=&#34;https://cloud.google.com/&#34; target=&#34;_blank&#34;&gt;Google Cloud Platform&lt;/a&gt;&#xA;&#xA;project to run Spinnaker against. The next steps assume you&amp;rsquo;ve already &#xA;&lt;a href=&#34;https://cloud.google.com/resource-manager/docs/creating-managing-projects&#34; target=&#34;_blank&#34;&gt;created&#xA;a project&lt;/a&gt;&#xA;,&#xA;and installed &#xA;&lt;a href=&#34;https://cloud.google.com/sdk/downloads&#34; target=&#34;_blank&#34;&gt;gcloud&lt;/a&gt;&#xA;.&#xA;You can check that &lt;code&gt;gcloud&lt;/code&gt; is installed and authenticated by running:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;gcloud info&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;If this is your first time deploying to App Engine in your project, create an App Engine application.&#xA;You cannot change your application&amp;rsquo;s region, so pick wisely:&lt;/p&gt;</description>
			</item>
			<item>
				<title>Google Cloud Run</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/cloudrun/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/cloudrun/</guid>
				<description>&lt;p&gt;In &#xA;&lt;a href=&#34;https://cloud.google.com/run&#34; target=&#34;_blank&#34;&gt;Google Cloud Run&lt;/a&gt;&#xA;, an&#xA;&#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/concepts/providers/#accounts&#34;&gt;Account&lt;/a&gt;&#xA; maps to a credential able to&#xA;authenticate against a given &#xA;&lt;a href=&#34;https://cloud.google.com&#34; target=&#34;_blank&#34;&gt;Google Cloud&#xA;Platform&lt;/a&gt;&#xA; project.&lt;/p&gt;&#xA;&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h2&gt;&#xA;&lt;p&gt;You need a &#xA;&lt;a href=&#34;https://cloud.google.com/&#34; target=&#34;_blank&#34;&gt;Google Cloud Platform&lt;/a&gt;&#xA;&#xA;project to run Spinnaker against. The next steps assume you&amp;rsquo;ve already &#xA;&lt;a href=&#34;https://cloud.google.com/resource-manager/docs/creating-managing-projects&#34; target=&#34;_blank&#34;&gt;created&#xA;a project&lt;/a&gt;&#xA;,&#xA;and installed &#xA;&lt;a href=&#34;https://cloud.google.com/sdk/downloads&#34; target=&#34;_blank&#34;&gt;gcloud&lt;/a&gt;&#xA;.&#xA;You can check that &lt;code&gt;gcloud&lt;/code&gt; is installed and authenticated by running:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;gcloud info&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;To initialize the gcloud CLI, run the following command:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;gcloud init&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;If this is your first time deploying to Cloud Run in your project, create a Cloud Run application.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Google Compute Engine</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/gce/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/gce/</guid>
				<description>&lt;p&gt;In &#xA;&lt;a href=&#34;https://cloud.google.com/compute&#34; target=&#34;_blank&#34;&gt;Google Compute Engine&lt;/a&gt;&#xA;&#xA;(GCE), an &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/concepts/providers/#accounts&#34;&gt;Account&lt;/a&gt;&#xA; maps to a credential able&#xA;to authenticate against a given &#xA;&lt;a href=&#34;https://cloud.google.com/&#34; target=&#34;_blank&#34;&gt;Google Cloud&#xA;Platform&lt;/a&gt;&#xA; (GCP) project.&lt;/p&gt;&#xA;&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h2&gt;&#xA;&lt;p&gt;You need a &#xA;&lt;a href=&#34;https://cloud.google.com/&#34; target=&#34;_blank&#34;&gt;Google Cloud Platform&lt;/a&gt;&#xA;&#xA;(GCP) project to run Spinnaker against. The next steps assume you&amp;rsquo;ve already&#xA;&#xA;&lt;a href=&#34;https://cloud.google.com/resource-manager/docs/creating-managing-projects&#34; target=&#34;_blank&#34;&gt;created a&#xA;project&lt;/a&gt;&#xA;,&#xA;and installed &#xA;&lt;a href=&#34;https://cloud.google.com/sdk/downloads&#34; target=&#34;_blank&#34;&gt;gcloud&lt;/a&gt;&#xA;.&#xA;You can check that &lt;code&gt;gcloud&lt;/code&gt; is installed and authenticated by running:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;gcloud info&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&#34;downloading-credentials&#34;&gt;Downloading credentials&lt;/h3&gt;&#xA;&lt;p&gt;Spinnaker needs a &#xA;&lt;a href=&#34;https://cloud.google.com/compute/docs/access/service-accounts&#34; target=&#34;_blank&#34;&gt;service&#xA;account&lt;/a&gt;&#xA;&#xA;to authenticate as against GCE, with the role enumerated below enabled. If&#xA;you don&amp;rsquo;t already have such a service account with the corresponding JSON key&#xA;downloaded, you can run the following commands to do so:&lt;/p&gt;</description>
			</item>
			<item>
				<title>Oracle</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/oracle/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/oracle/</guid>
				<description>&lt;p&gt;In &#xA;&lt;a href=&#34;https://cloud.oracle.com/&#34; target=&#34;_blank&#34;&gt;Oracle Cloud&lt;/a&gt;&#xA;, a Spinnaker&#xA;&#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/concepts/providers/#accounts&#34;&gt;Account&lt;/a&gt;&#xA; maps to an &#xA;&lt;a href=&#34;https://cloud.oracle.com/en_US/tryit&#34; target=&#34;_blank&#34;&gt;Oracle Cloud Infrastructure user&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h2&gt;&#xA;&lt;p&gt;You will need the following to enable Oracle Cloud provider in Spinnaker:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;A user in IAM for the person or system who will be using Spinnaker, and put that user in at&#xA;least one IAM group with any desired permissions.&#xA;See &#xA;&lt;a href=&#34;https://docs.cloud.oracle.com/iaas/Content/GSG/Tasks/addingusers.htm#one&#34; target=&#34;_blank&#34;&gt;Adding Users&lt;/a&gt;&#xA;.&lt;/li&gt;&#xA;&lt;li&gt;The user&amp;rsquo;s home region.&#xA;See &#xA;&lt;a href=&#34;https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingregions.htm&#34; target=&#34;_blank&#34;&gt;Managing Regions&lt;/a&gt;&#xA;.&#xA;(e.g. &lt;code&gt;--region us-ashburn-1&lt;/code&gt;)&lt;/li&gt;&#xA;&lt;li&gt;RSA key pair in PEM format (minimum 2048 bits).&#xA;See &#xA;&lt;a href=&#34;https://docs.cloud.oracle.com/iaas/Content/API/Concepts/apisigningkey.htm#How&#34; target=&#34;_blank&#34;&gt;How to Generate an API Signing Key&lt;/a&gt;&#xA;.&#xA;(e.g. &lt;code&gt;--ssh-private-key-file-path /home/ubuntu/.oci/myPrivateKey.pem&lt;/code&gt;)&lt;/li&gt;&#xA;&lt;li&gt;Fingerprint of the public key.&#xA;See &#xA;&lt;a href=&#34;https://docs.cloud.oracle.com/iaas/Content/API/Concepts/apisigningkey.htm#How3&#34; target=&#34;_blank&#34;&gt;How to Get the Fingerprint of the Key&lt;/a&gt;&#xA;.&#xA;(e.g. &lt;code&gt;--fingerprint 11:22:33:..:aa&lt;/code&gt;)&lt;/li&gt;&#xA;&lt;li&gt;Tenancy&amp;rsquo;s OCID and user&amp;rsquo;s OCID.&#xA;See &#xA;&lt;a href=&#34;https://docs.cloud.oracle.com/iaas/Content/API/Concepts/apisigningkey.htm#Other&#34; target=&#34;_blank&#34;&gt;Where to Get the Tenancy and User OCIDs&lt;/a&gt;&#xA;.&#xA;(e.g. &lt;code&gt;--tenancyId ocid1.tenancy.oc1..aa... --user-id ocid1.user.oc1..aa...&lt;/code&gt;)&lt;/li&gt;&#xA;&lt;li&gt;Compartment OCID: On Oracle Cloud Console, open the navigation menu. Under Governance and Administration, go to Identity and click Compartments.&#xA;See &#xA;&lt;a href=&#34;https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm&#34; target=&#34;_blank&#34;&gt;Managing Compartments&lt;/a&gt;&#xA;.&#xA;(e.g. &lt;code&gt;--compartment-id ocid1.compartment.oc1..aa...&lt;/code&gt;)&lt;/li&gt;&#xA;&lt;li&gt;Upload the public key from the key pair in the Console.&#xA;See &#xA;&lt;a href=&#34;https://docs.cloud.oracle.com/iaas/Content/API/Concepts/apisigningkey.htm#How2&#34; target=&#34;_blank&#34;&gt;How to Upload the Public Key&lt;/a&gt;&#xA;.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;add-an-oracle-cloud-account&#34;&gt;Add an Oracle Cloud account&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Enable the Oracle Cloud provider and add the account&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-yaml&#34; data-lang=&#34;yaml&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;oracle&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;  &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;enabled&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;true&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;  &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;accounts&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;  &lt;/span&gt;- &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;name&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;my-oci-acct&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;compartment-id&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;ocid1.compartment.oc1..aaaaaaaatjuwhxwkspkxhumqke4o73b2b&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;fingerprint&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;8f:05:f4:94:f3:5f:e3:30:ec:35 &lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;region&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;us-phoenix-1&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;ssh-private-key-file-path&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;/mnt/secrets/oci_api_key.pem&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;tenancyId&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;ocid1.tenancy.oc1..aaaaaaaa225wmphohi3iiyxxxjruo&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;userId&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;ocid1.user.oc1..aaaaaaaagosdr3zsh67tvgpnmw42ywqc &lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id=&#34;next-steps&#34;&gt;Next steps&lt;/h2&gt;&#xA;&lt;p&gt;Optionally, you can &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/&#34;&gt;set up another cloud provider&lt;/a&gt;&#xA; or&#xA;continue the &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/&#34;&gt;installation instructions&lt;/a&gt;&#xA;&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
