Skip to content

Commit

Permalink
Updated replication install doc for centralized helm charts (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
santhoshatdell authored Jul 14, 2023
1 parent 1f6a495 commit 8c021e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/replication/deployment/install-script.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ description: Installation of CSM for Replication using script (Helm chart)
git clone -b v1.5.0 https://github.com/dell/csm-replication.git
cd csm-replication
kubectl create ns dell-replication-controller
# Copy and modify values.yaml file if you wish to customize your deployment in any way
cp ./helm/csm-replication/values.yaml ./myvalues.yaml
# Download and modify the default values.yaml file if you wish to customize your deployment in any way
wget -O myvalues.yaml https://raw.githubusercontent.com/dell/helm-charts/csm-replication-1.5.0/charts/csm-replication/values.yaml
bash scripts/install.sh --values ./myvalues.yaml
```
>Note: Current installation method allows you to specify custom `<FQDN>:<IP>` entries to be appended to controller's `/etc/hosts` file. It can be useful if controller is being deployed in private environment where DNS is not set up properly, but kubernetes clusters use FQDN as API server's address.
Expand Down

0 comments on commit 8c021e1

Please sign in to comment.