Skip to content

Commit

Permalink
CASMTRIAGE-7577: Update to add cray-spire-jwks (#5593)
Browse files Browse the repository at this point in the history
* CASMTRIAGE-7577: Update to add cray-spire-jwks

* Update example to better reflect real life
  • Loading branch information
ndavidson-hpe authored Dec 18, 2024
1 parent 9c15d64 commit b0ebab6
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ Some systems are configured with lazy mounts that do not have this requirement f
To resolve the space issue, see [Troubleshoot Ceph OSDs Reporting Full](../utility_storage/Troubleshoot_Ceph_OSDs_Reporting_Full.md).
1. (`ncn-m001#`) Check that `spire` pods have started.
1. (`ncn-m001#`) Check that `spire` and `cray-spire` pods have started.
Monitor the status of the `spire-jwks` pods to ensure they restart and enter the `Running` state.
Expand All @@ -341,6 +341,9 @@ Some systems are configured with lazy mounts that do not have this requirement f
Example output:
```text
cray-spire-jwks-57bbb4f5c7-57j5k 2/3 CrashLoopBackOff 9 23h 10.44.0.31 ncn-w002 <none> <none>
cray-spire-jwks-57bbb4f5c7-crb2m 2/3 CrashLoopBackOff 9 23h 10.36.0.34 ncn-w003 <none> <none>
cray-spire-jwks-57bbb4f5c7-lq9ar 2/3 CrashLoopBackOff 9 23h 10.39.0.5 ncn-w001 <none> <none>
spire-jwks-6b97457548-gc7td 2/3 CrashLoopBackOff 9 23h 10.44.0.117 ncn-w002 <none> <none>
spire-jwks-6b97457548-jd7bd 2/3 CrashLoopBackOff 9 23h 10.36.0.123 ncn-w003 <none> <none>
spire-jwks-6b97457548-lvqmf 2/3 CrashLoopBackOff 9 23h 10.39.0.79 ncn-w001 <none> <none>
Expand All @@ -352,6 +355,12 @@ Some systems are configured with lazy mounts that do not have this requirement f
kubectl rollout restart -n spire deployment spire-jwks
```
1. (`ncn-m001#`) If the `cray-spire-jwks` pods indicate `CrashLoopBackOff`, then restart the Cray Spire deployment.
```bash
kubectl rollout restart -n spire deployment cray-spire-jwks
```
1. (`ncn-m001#`) Rejoin Spire on the worker and master NCNs, to avoid issues with Spire tokens.
```bash
Expand Down

0 comments on commit b0ebab6

Please sign in to comment.