Skip to content

Commit

Permalink
documentation fixes (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
Madhur97 authored Sep 5, 2022
1 parent 2302ed9 commit a4abf35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ See also our [contributor guide](CONTRIBUTING.md) and the Kubernetes [community

## Project Status

This project is currently a work-in-progress, in an Alpha state, so it may not be production ready. There is no backwards-compatibility guarantee at this point. For more details on the roadmap and upcoming features, check out [the project's issue tracker on GitHub][issue].
This project is currently a work-in-progress, in an Alpha state, so it may not be production ready. There is no backwards-compatibility guarantee at this point. For more details on the roadmap and upcoming features, check out the project's [issue](https://github.com/vmware-tanzu/cluster-api-provider-bringyourownhost/issues) tracker on GitHub.


## Getting involved and contributing
Expand Down
4 changes: 2 additions & 2 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ docker network inspect kind | jq -r 'map(.Containers[].IPv4Address) []'
Generate the cluster.yaml for workload cluster
- for vms as byohosts
```shell
BUNDLE_LOOKUP_TAG=v1.23.5 CONTROL_PLANE_ENDPOINT_IP=10.10.10.10 clusterctl generate cluster byoh-cluster \
CONTROL_PLANE_ENDPOINT_IP=10.10.10.10 clusterctl generate cluster byoh-cluster \
--infrastructure byoh \
--kubernetes-version v1.23.5 \
--control-plane-machine-count 1 \
Expand All @@ -211,7 +211,7 @@ Generate the cluster.yaml for workload cluster
- for docker hosts use the --flavor argument
```shell
BUNDLE_LOOKUP_TAG=v1.23.5 CONTROL_PLANE_ENDPOINT_IP=10.10.10.10 clusterctl generate cluster byoh-cluster \
CONTROL_PLANE_ENDPOINT_IP=10.10.10.10 clusterctl generate cluster byoh-cluster \
--infrastructure byoh \
--kubernetes-version v1.23.5 \
--control-plane-machine-count 1 \
Expand Down

0 comments on commit a4abf35

Please sign in to comment.