Skip to content

Commit

Permalink
replace variable
Browse files Browse the repository at this point in the history
  • Loading branch information
eaudetcobello authored and k8s-bot committed Jun 14, 2024
1 parent 691af86 commit bffb2d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/snap/howto/cis-hardening/master.md
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ Description: `Ensure that the --profiling argument is set to false (Automated)`

Audit:
```
/bin/ps -ef | grep $schedulerbin | grep -v grep
/bin/ps -ef | grep kube-scheduler | grep -v grep
```

Remediation:
Expand All @@ -807,7 +807,7 @@ Description: `Ensure that the --bind-address argument is set to 127.0.0.1 (Autom

Audit:
```
/bin/ps -ef | grep $schedulerbin | grep -v grep
/bin/ps -ef | grep kube-scheduler | grep -v grep
```

Remediation:
Expand Down

0 comments on commit bffb2d2

Please sign in to comment.