Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: oracle/cluster-api-provider-oci
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 73bcbb1c400c7ce651b0bc26ec0a5598e7dcf0ab
Choose a base ref
..
head repository: oracle/cluster-api-provider-oci
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d8198f202e602cae15a7602e71d353002e7861b4
Choose a head ref
Showing with 12 additions and 8 deletions.
  1. +12 −8 docs/src/development/development.md
  2. BIN docs/src/images/tenancy_namespace.png
20 changes: 12 additions & 8 deletions docs/src/development/development.md
Original file line number Diff line number Diff line change
@@ -4,15 +4,17 @@

1. Install [go][go]
- Get the latest patch version for go v1.17.
1. Install [KIND][kind]
2. Install [KIND][kind]
- `GO111MODULE="on" go get sigs.k8s.io/kind@v<stableVersion>`.
1. Install [Kustomize][kustomize]
3. Install [Kustomize][kustomize]
- `brew install kustomize` on macOS.
- `choco install kustomize` on Windows.
- [install instructions][kustomizelinux] on Linux
1. Install [envsubst][envsubst]
4. Install [envsubst][envsubst]
- `go get github.com/a8m/envsubst/cmd/envsubst`
1. Install make.
5. Install make.
- `xcode-select --install` on macOS.
- `sudo apt-get install build-essential` on Ubuntu Linux

## Fork and get the source

@@ -64,13 +66,15 @@ export REGISTRY="<region>.ocir.io/<namespace>"
make docker-build
```

`region` for example, phx. See the
[Availability by Region](https://docs.oracle.com/en-us/iaas/Content/Registry/Concepts/registryprerequisites.htm#Availab)
`region` for example, `phx` or `us-phoenix-1`. See the
[Available Endpoints](https://docs.oracle.com/en-us/iaas/Content/Registry/Concepts/registryprerequisites.htm#Availab)
topic in the Oracle Cloud Infrastructure Registry documentation.

`namespace` is the auto-generated Object Storage namespace string of the tenancy
(as shown on the Tenancy Information page) that owns the repository to which you
want to push the image.
want to push the image.

![tenancy_namespace](../images/tenancy_namespace.png)

Push the resulting docker image to the repository. For more info on how to push
to OCIR see
@@ -80,7 +84,7 @@ Execute the following steps to install the image

```bash
make release-manifests
kubectl apply -f out/infrastructure-oci/v0.0.1-alpha1/infrastructure-components.yaml
kubectl apply -f out/infrastructure-oci/v0.1.1-development/infrastructure-components.yaml
```

[go]: https://golang.org/doc/install
Binary file added docs/src/images/tenancy_namespace.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.