Skip to content

Commit

Permalink
updated v2
Browse files Browse the repository at this point in the history
  • Loading branch information
zerlordsantiago committed Jul 21, 2023
1 parent 03bb713 commit fd15172
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
9 changes: 4 additions & 5 deletions docs/tutorials/nativeinstallers.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,15 @@ Volt MX Go Foundry supports the following installation mechanisms:

The procedure sets up Helm with the details necessary to authenticate with the HCL Container Repository. You will need your [email and authentication token](obtainauthenticationtoken.md) used with the HCL Container Repository.

1. Run the following command to set up Helm:
- Run the following command to set up Helm:

```
helm repo add hclcr https://hclcr.io/chartrepo/voltmxgo --username --password
helm repo add hclcr https://hclcr.io/chartrepo/voltmxgo --username <your hclcr username> --password <your hclcr password>
```

!!!note
Replace `username` with your HCL Container Repository username and `password` with your HCL Container Repository authentication token.
!!!example
`helm repo add hclcr https://hclcr.io/chartrepo/voltmxgo --username user.name@example.com --password xx3ds2w`

2. When prompted for a password, enter your authentication token for HCL Container Repository.

If you get an error message similar to the following:

Expand Down
12 changes: 5 additions & 7 deletions docs/tutorials/prereq.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,14 @@ export HCLCR_TOKEN=<your hclcr authentication token>

The procedure sets up Helm with the details necessary to authenticate with the HCL Container Repository. You will need your [email and authentication token](obtainauthenticationtoken.md) used with the HCL Container Repository.

1. Run the following command to set up Helm:
- Run the following command to set up Helm:

```
helm repo add hclcr https://hclcr.io/chartrepo/voltmxgo --username --password
helm repo add hclcr https://hclcr.io/chartrepo/voltmxgo --username <your hclcr username> --password <your hclcr password>
```

!!!note
Replace `username` with your HCL Container Repository username and `password` with your HCL Container Repository authentication token.

2. When prompted for a password, enter your authentication token for HCL Container Repository.
!!!example
`helm repo add hclcr https://hclcr.io/chartrepo/voltmxgo --username user.name@example.com --password xx3ds2w`

If you get an error message similar to the following:

Expand All @@ -61,7 +59,7 @@ kubectl config set-context --current --namespace=mxgo

## 3. Ensure Foundry Hostnames are resolvable

You must ensure the url used to access Foundry and Domino REST API are resolvable by all systems that will be accessing it including Kubernetes and any browsers that you use. This can be done by adding DNS host names and IP addresses to your corporate DNS configuration, or by modifying the hosts file for all systems.
You must ensure the url used to access Foundry and Domino REST API are resolvable by all systems that will be accessing it including Kubernetes and any browsers that you use. This can be done by adding DNS host names and IP addresses to your corporate DNS configuration, or by modifying the hosts file for all systems.

In the examples that follow we are going to use these hostnames as examples:

Expand Down

0 comments on commit fd15172

Please sign in to comment.