Skip to content

Commit

Permalink
rm repo creation block
Browse files Browse the repository at this point in the history
  • Loading branch information
seemywingz committed Jul 29, 2024
1 parent 700d0a7 commit c5b3996
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions pages/how-to/set-up/new-mgmt-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,17 @@ GCP
gcloud auth list
```


### Create a New Repo for Plural
```sh
git clone [email protected]:pluralsh/plrl-how-to.git
cd plrl-how-to
```

### Setup Repo and Deploy Resources
Ensure your _[app.plural.sh](https://app.plural.sh/profile/me)_ User has `admin` permissions
Follow the onscreen prompts to setup the repo and deploy resources
* Use the provided Plural DNS Services for the MGMT Cluster
* When providing a domain name provide the _canonical_ name, e.g. how-to-plrl.onplural.sh

* The Plural CLI will create a new repository
* If there are permission related repository creation constraints
the repo can be cloned before running `plural` commands

* Use the provided Plural DNS Services for the MGMT Cluster
* When providing a domain name provide the _canonical_ name, e.g. how-to-plrl.onplural.sh

```sh
plural login
plural up
Expand Down

0 comments on commit c5b3996

Please sign in to comment.