You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app-dev/devops/azure-devops-oke/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ To make this build and deploy to OKE to work is not a big task. First copy the f
57
57
Before building the Docker image repo needs to be created under the desired <code>compartment</code>. This can be easily done using OCI Cloud UI. Name the repository as <b><i>Azure-test</i></b>, for example.
58
58
59
59
<p>
60
-
Then modify the <code>deployment.yaml</code> <ahref="https://github.com/oracle-devrel/technology-engineering/blob/main/app-dev/devops/azure-devops-oke/deployment.yaml#L19">line 19</a> by replacing the <TENANCY_NAMESPACE> with yours and if you gave another name for the OCIR repo then modify also that here, too. Modify also the <code>region</code> if using some other OCI region than <b><i>fra.ocir.io</i></b>.
60
+
Then modify the <code>deployment.yaml</code> <ahref="https://github.com/oracle-devrel/technology-engineering/blob/azure-devops-oke/app-dev/devops/azure-devops-oke/deployment.yaml#L19">line 19</a> by replacing the <TENANCY_NAMESPACE> with yours and if you gave another name for the OCIR repo then modify also that here, too. Modify also the <code>region</code> if using some other OCI region than <b><i>fra.ocir.io</i></b>.
61
61
62
62
<p>
63
63
To be able to do <code>Docker login</code> to the repo create <code>auth token</code> for your OCI user unless you already have one.
@@ -71,7 +71,7 @@ Once the OKE cluster is up and running with <code>kubectl</code> access setup th
Name the secret <b><i>oke-kubeconfig-azure-token</i></b> as in <code>azure-token.yaml</code> <ahref="https://github.com/oracle-devrel/technology-engineering/blob/main/app-dev/devops/azure-devops-oke/azure-token.yaml#L4"target="_NEW">line 14</a>.
74
+
Name the secret <b><i>oke-kubeconfig-azure-token</i></b> as in <code>azure-token.yaml</code> <ahref="https://github.com/oracle-devrel/technology-engineering/blob/azure-devops-oke/app-dev/devops/azure-devops-oke/azure-token.yaml#L4"target="_NEW">line 14</a>.
75
75
76
76
## Setup Azure DevOps OCI connections for OKE and OCIR
77
77
@@ -106,7 +106,7 @@ Edit the created pipeline and select <code>Variables</code> to create them as fo
106
106
107
107
<ul>
108
108
<li>CONTAINER_REGISTRY: OCIR</li>
109
-
<li>CONTAINER_REPOSITORY: Use the same name as in the <code>deployment.yaml</code> <a href="https://github.com/oracle-devrel/technology-engineering/blob/main/app-dev/devops/azure-devops-oke/deployment.yaml#L19">line 19</a> but <b><i>without</i></b> the <code>region</code> and the <code>tag</code> ("1" in the example YAML file) e.g. <b><i><TENANCY_NAMESPACE>/azure-test</i></b></li>
109
+
<li>CONTAINER_REPOSITORY: Use the same name as in the <code>deployment.yaml</code> <a href="https://github.com/oracle-devrel/technology-engineering/blob/azure-devops-oke/app-dev/devops/azure-devops-oke/deployment.yaml#L19">line 19</a> but <b><i>without</i></b> the <code>region</code> and the <code>tag</code> ("1" in the example YAML file) e.g. <b><i><TENANCY_NAMESPACE>/azure-test</i></b></li>
110
110
<li>containerImageFullNameForK8sDeploy: The same as above but with the OCI region e.g. <b><i>fra.ocir.io/<TENANCY_NAMESPACE>/azure-test</i></b></li>
0 commit comments