-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
700d0a7
commit c5b3996
Showing
1 changed file
with
5 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|