Skip to content

Commit

Permalink
Merge pull request #863 from srcarrier/readme
Browse files Browse the repository at this point in the history
Correct doc namespace err and misspellings
  • Loading branch information
openshift-merge-robot committed Jun 14, 2021
2 parents 2a4d17c + 787b6bb commit ee1a0e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ You can see it in action by running an [OpenShift Cluster deployed by the Instal

However you can run it in a vanilla Kubernetes cluster by precreating some assets:

- Create a `openshift-machine-api-operator` namespace
- Create a `openshift-machine-api` namespace
- Create a [CRD Status definition](config/0000_00_cluster-version-operator_01_clusteroperator.crd.yaml)
- Create a [CRD Machine definition](install/0000_30_machine-api-operator_02_machine.crd.yaml)
- Create a [CRD MachineSet definition](install/0000_30_machine-api-operator_03_machineset.crd.yaml)
Expand Down
8 changes: 4 additions & 4 deletions docs/dev/hacking-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ You may want to run unit tests before pushing changes. It can be done in a simil

Prerequisite:
```
git checkout github.com/openshit/$repository_name
git checkout github.com/openshift/$repository_name
cd $repository_name
```
In order to run the unit tests locally on your machine run the following command:
Expand All @@ -78,7 +78,7 @@ If this command is run inside a cloud provider repository you will run only clou
### Running machine controller
Prerequisites:
```
git checkout github.com/openshit/$repository_name
git checkout github.com/openshift/$repository_name
cd $repository_name
```
Make sure your $KUBECONFIG is set properly, because it will be used to interact with your cluster.
Expand Down Expand Up @@ -120,7 +120,7 @@ The section is inspired by [this](https://notes.elmiko.dev/2020/08/18/tips-exper

Prerequisites:
```
git checkout github.com/openshit/$repository_name
git checkout github.com/openshift/$repository_name
cd $repository_name
```

Expand Down Expand Up @@ -207,7 +207,7 @@ machine-api-operator is vendored in every provider repository.
```
git checkout github.com/openshfit/$provider_repository_name
cd $provider_repository_name
go get github.com/openshit/machine-api-operator@master
go get github.com/openshift/machine-api-operator@master
make vendor
```

Expand Down

0 comments on commit ee1a0e5

Please sign in to comment.