Skip to content

Commit

Permalink
Remove unneccessary clutter and link to relevant issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Nov 22, 2024
1 parent 5bcaa72 commit 62f3663
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 46 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ ansible-playbook main.yml

At the end of the playbook, there should be an instance of Drupal running on the cluster. If you log into node 1, you should be able to access it with `curl localhost`.

> If the playbook stalls while installing K3s, you might need to configure static IP addresses for the nodes, especially if using mDNS (like with `.local` names for the nodes). Follow the guide in "Static network configuration" then run the `main.yml` playbook again afterwards, and it should get things in order.
> If the playbook stalls while installing K3s, [you might need to configure static IP addresses](https://github.com/geerlingguy/pi-cluster/issues/11#issuecomment-1983874999) for the nodes, especially if using mDNS (like with `.local` names for the nodes). Follow the guide in "Static network configuration" then run the `main.yml` playbook again afterwards, and it should get things in order.
If you have SSH tunnelling configured (see later section), you could access `http://[your-vps-ip-or-hostname]:8080/` and you'd see the site.

Expand Down
4 changes: 2 additions & 2 deletions benchmarks/drupal-benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ printf "\n"
printf "Drupal benchmarks.\n"

# Variables. Best to use IP address to prevent `ab` errors.
DRUPAL_URL="http://10.0.2.41/"
AUTHENTICATED_SESSION_COOKIE="SESS6e9bdcaa1bb8e81ee7ccc64c8cbd9919=x2tDrABmKKFCGZzNw-JEPPtFoR397NNQykTHXKZpJ9GIevki"
DRUPAL_URL="http://10.0.2.61/"
AUTHENTICATED_SESSION_COOKIE="SESS3747f176b3220dbe6938dbbc37681fd0=VsCYFTA3-5A16oYGR%2Cer%2C7-wm53P3wLnN8ZKIlVmnyHqfR2D"
# Install dependencies.
if [ ! `which ab` ]; then
printf "Please install apachebench (ab) and try again.\n\n"
Expand Down
23 changes: 0 additions & 23 deletions config-super6c.yml

This file was deleted.

20 changes: 0 additions & 20 deletions hosts-super6c.ini

This file was deleted.

0 comments on commit 62f3663

Please sign in to comment.