diff options
| author | Jeremy Wood <36464809+JeremyWx@users.noreply.github.com> | 2019-10-28 13:17:27 -0400 |
|---|---|---|
| committer | Jeremy Wood <36464809+JeremyWx@users.noreply.github.com> | 2019-10-28 13:17:27 -0400 |
| commit | ee547d6ae51696742b4aff2e2e6c3d91d7ab6b29 (patch) | |
| tree | d9669cb80f7d362d5c63191d8e5b1ce2699afb4b | |
| parent | fb90bc939bddce45d84936b9987a458ab5d2f5fb (diff) | |
| parent | 2639fa60168267cc746b6249dd792b08c721674b (diff) | |
Adding Troubleshooting Section
| -rw-r--r-- | sig-windows/CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sig-windows/CONTRIBUTING.md b/sig-windows/CONTRIBUTING.md index f352c68c..a018c820 100644 --- a/sig-windows/CONTRIBUTING.md +++ b/sig-windows/CONTRIBUTING.md @@ -104,7 +104,7 @@ The first example will execute after the pod is up and in this particular case w command: ["powershell.exe","-command","do { $Result = @(ping -n 1 dbhost.example.com) } while ( $Result -notcontains 'Approximate round trip times in milli-seconds:' ); Restart-Service -Name dbconnect"] ``` -This second example is used in pods where gmsa is being used. This will restart the `netlogon` service until we can affirm that the pod has logged on to the domain correctly. +This second example is used in pods where GMSA is being used. This will restart the `netlogon` service until we can affirm that the pod has logged on to the domain correctly. ``` lifecycle: |
