Skip to content

Commit 75313af

Browse files
committed
Update symlink paths in RBAC and SCC documentation for consistency and clarity; add prerequisite and troubleshooting symlinks.
Signed-off-by: Daniele Martinoli <dmartino@redhat.com>
1 parent 599e9a6 commit 75313af

8 files changed

Lines changed: 12 additions & 6 deletions

File tree

rh-developer/skills/debug-rbac/SKILL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Diagnose RBAC permission failures on OpenShift by analyzing pod logs, readiness
3939

4040
## Prerequisites
4141

42-
**Required MCP Servers:** `openshift` ([setup](../../docs/prerequisites.md))
42+
**Required MCP Servers:** `openshift` ([setup](docs/prerequisites.md))
4343

4444
**Required MCP Tools:**
4545
- `resources_get` (from openshift) — Retrieve Deployment, Pod, ServiceAccount, Role, and RoleBinding details
@@ -425,7 +425,7 @@ Select an option:
425425
## Dependencies
426426
427427
### Required MCP Servers
428-
- `openshift` — Kubernetes/OpenShift resource access for Deployments, Pods, ServiceAccounts, Roles, RoleBindings, and Events ([setup](../../docs/prerequisites.md))
428+
- `openshift` — Kubernetes/OpenShift resource access for Deployments, Pods, ServiceAccounts, Roles, RoleBindings, and Events ([setup](docs/prerequisites.md))
429429

430430
### Required MCP Tools
431431
- `resources_get` (from openshift) — Retrieve individual resource details (Deployment, Pod, ServiceAccount, Role, RoleBinding)
@@ -440,7 +440,7 @@ Select an option:
440440
- `/debug-network` — If pods can't reach services (network, not API access)
441441

442442
### Reference Documentation
443-
- **Internal:** [docs/debugging-patterns.md](../../docs/debugging-patterns.md) — Common error patterns and troubleshooting trees
443+
- **Internal:** [docs/debugging-patterns.md](docs/debugging-patterns.md) — Common error patterns and troubleshooting trees
444444
- **Official:** [Using RBAC - OpenShift](https://docs.openshift.com/container-platform/latest/authentication/using-rbac.html)
445445

446446
## Example Usage
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../debug-build/docs/debugging-patterns.md
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../validate-environment/docs/prerequisites.md
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../rhel-deploy/docs/selinux-troubleshooting.md

rh-developer/skills/debug-scc/SKILL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Diagnose OpenShift SCC violations that block pod creation by analyzing security
3939

4040
## Prerequisites
4141

42-
**Required MCP Servers:** `openshift` ([setup](../../docs/prerequisites.md))
42+
**Required MCP Servers:** `openshift` ([setup](docs/prerequisites.md))
4343

4444
**Required MCP Tools:**
4545
- `resources_get` (from openshift) — Retrieve Deployment, ReplicaSet, and ServiceAccount details
@@ -435,7 +435,7 @@ Select an option:
435435
## Dependencies
436436

437437
### Required MCP Servers
438-
- `openshift` — Kubernetes/OpenShift resource access for Deployments, ReplicaSets, Events, ServiceAccounts, and SecurityContextConstraints ([setup](../../docs/prerequisites.md))
438+
- `openshift` — Kubernetes/OpenShift resource access for Deployments, ReplicaSets, Events, ServiceAccounts, and SecurityContextConstraints ([setup](docs/prerequisites.md))
439439

440440
### Required MCP Tools
441441
- `resources_get` (from openshift) — Retrieve individual resource details (Deployment, ReplicaSet, ServiceAccount)
@@ -448,7 +448,7 @@ Select an option:
448448
- `/debug-rbac` — If pods run but fail with 403 Forbidden API errors (RBAC, not SCC)
449449

450450
### Reference Documentation
451-
- **Internal:** [docs/debugging-patterns.md](../../docs/debugging-patterns.md) — Common error patterns and troubleshooting trees
451+
- **Internal:** [docs/debugging-patterns.md](docs/debugging-patterns.md) — Common error patterns and troubleshooting trees
452452
- **Official:** [Managing SCCs - OpenShift](https://docs.openshift.com/container-platform/latest/authentication/managing-security-context-constraints.html)
453453

454454
## Example Usage
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../debug-build/docs/debugging-patterns.md
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../validate-environment/docs/prerequisites.md
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../rhel-deploy/docs/selinux-troubleshooting.md

0 commit comments

Comments
 (0)