Skip to content

Commit

Permalink
Merge pull request #1141 from danwinship/update-network-troubleshooting
Browse files Browse the repository at this point in the history
Update network troubleshooting docs for naming changes
  • Loading branch information
openshift-merge-robot committed Jan 29, 2019
2 parents 9e263e0 + a9df71d commit e8ce3e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,13 +244,13 @@ If it doesn't exist, the installer didn't create it. You'll have to run `openshi
Next, check that the network-operator is running:

```sh
kubectl -n openshift-cluster-network-operator get pods
kubectl -n openshift-network-operator get pods
```

And retrieve the logs. Note that, on multi-master systems, the operator will perform leader election and all other operators will sleep:

```sh
kubectl -n openshift-cluster-network-operator logs -l "k8s-app=cluster-network-operator"
kubectl -n openshift-network-operator logs -l "name=network-operator"
```

If appropriate, file a [network operator](https://github.com/openshift/cluster-network-operator) issue. RH employees can also try #forum-sdn.
Expand Down

0 comments on commit e8ce3e4

Please sign in to comment.