Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #31

Merged
merged 2 commits into from
Jun 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion tf/add-powervm-workers/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Add PowerVM workers to Intel cluster

User need to uopdate required vales in data/vars.tfvars file such as username and password of IBM intranet credentials to get access to the PowerVC.
User need to update required vales in powervm.tfvars file such as username and password of IBM intranet credentials to get access to the PowerVC.
prb112 marked this conversation as resolved.
Show resolved Hide resolved

*Note* It is recommended to copy the powervm.tfvars into data/ and use the data/powervm.tfvars with your terraform commands.
```
auth_url = "https://host.net:5000/v3/"
user_name = "***@us.ibm.com"
Expand Down Expand Up @@ -42,6 +44,7 @@ Get the MAC Address and IP Address of the VM created on PowerVC. Update /etc/dhc
```

## Troubleshooting

### Ignition failed.

* If ignition failed, Once you have the VM console, run the following commands:
Expand All @@ -61,6 +64,7 @@ ignition --platform openstack -stage fetch -log-to-stdout
sudo journalctl -u kubelet
```
* Ignition file properties should has `/etc/hostname` , `/etc/resolv.conf`, `passwd` section with proper values.

### Ignition successful, CSR does not show

* If you see the error with `no such host` error in the `sudo journalctl -u kubelet` add the DNS service points to the right host/ip of the ignition IP.
Expand Down
Loading