Skip to content

Commit eb757ea

Browse files
author
Natalia Jordan
committed
updating for reccomened suggestions from PR comments (i.e blank spaces)
Signed-off-by: Natalia Jordan <[email protected]>
1 parent e7c3441 commit eb757ea

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

docs/troubleShooting.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ terraform apply
3939
To rebuild specific worker or master nodes:
4040

4141
```bash
42-
4342
terraform taint module.nodes.ibm_pi_instance.worker[0]
4443
terraform apply
4544
```
@@ -98,8 +97,6 @@ PowerVS does not allow duplicate network names—even if the old network is inac
9897
terraform apply ./openshift-install-powervs create
9998
```
10099

101-
⚠️ Renaming networks automatically is not recommended—it can lead to subnet sprawl and degraded performance.
102-
103100
## Remote-Exec Provisioning Errors
104101

105102
**Error:**
@@ -134,11 +131,8 @@ Resolution:
134131

135132
Check instance health:
136133
```bash
137-
138134
ibmcloud pi instance get <INSTANCE_ID>
139135
```
140-
141-
142136
**Note**: Due to RSCT daemon not being available for RHCOS, RHCOS instances in dashboard can show "Warning" Status, ignore this!
143137

144138
In console reboot instances by OS shutting down the instance, then restarting
@@ -176,11 +170,11 @@ Set available image names manually:
176170
```bash
177171

178172
variable "rhel_image_name" {
179-
default = "rhel-8.9"
173+
default = "rhel-9.6"
180174
}
181175

182176
variable "rhcos_image_name" {
183-
default = "rhcos-4.15"
177+
default = "rhcos-4.19"
184178
}
185179
```
186180
Option 3 — Export Versions Before Running

openshift-install-powervs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ function check_required_env_vars {
180180
if [[ -z "${RELEASE_VER}" ]]; then
181181
warn "RELEASE_VER is not set (will use default: 4.15 type 4.15 if you want to use defualt elsee export correct rhcos version)"
182182
echo " Description: OpenShift release version to install"
183-
echo " Default: 4.15"
183+
echo " Default: "
184184
echo " How to set: export RELEASE_VER='4.16'"
185185
echo ""
186186
else

0 commit comments

Comments
 (0)