You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ You can also use the script provided that replaces the default values to the IP
58
58
The script replaces every instance of `169.47.241.213` in the files of your [core services](#core-microservices) yaml files and `setup.yaml` to the IP of your cluster *(found by executing `kubectl get nodes`)*.
59
59
60
60
Usage for the script can also be
61
-
*`./scripts/replace_ip_<OS>.sh <IP-to-be-replaced>` replaces every instance of <IP-to-be-replaced> in the same yaml files to the IP of your current cluster.
61
+
*`./scripts/replace_ip_<OS>.sh <IP-to-be-replaced>` replaces every instance of `<IP-to-be-replaced>` in the same yaml files to the IP of your current cluster.
62
62
63
63
This can be used if you have already changed `169.47.241.213` to a new IP and you want to work in another cluster that has a different IP.
0 commit comments