Skip to content

Commit

Permalink
correct readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dciangot committed Nov 30, 2023
1 parent 6b45880 commit 35bcf85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/interlink-slurm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ mkdir -p interlink/config

cp $PATH_TO_KUBECONFIG interlink/config/kubeconfig.yaml
sed 's/certificate-authority:.*/certificate-authority-data: '$CA_DATA'/g' $PATH_TO_KUBECONFIG | sed 's/client-certificate:.*/client-certificate-data: '$CERT_DATA'/g' - | sed 's/client-key:.*/client-key-data: '$KEY_DATA'/g' - > interlink/config/kubeconfig.yaml

chmod 777 interlink/config/kubeconfig.yaml
```

Then you need to provide the interLink IP address that should be reachable from the kubernetes pods. In case of this demo setup, that address __is the address of your machine__
Expand Down

0 comments on commit 35bcf85

Please sign in to comment.