Skip to content

Commit

Permalink
update README with conditions improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
phoracek committed Apr 8, 2019
1 parent b51779c commit 1e2c3fc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,18 @@ CR](deploy/crds/network-addons-config-example.cr.yaml):
kubectl apply -f https://raw.githubusercontent.com/kubevirt/cluster-network-addons-operator/master/deploy/crds/network-addons-config-example.cr.yaml
```

Finally you can wait for the operator to finish deployment:

```shell
kubectl wait networkaddonsconfig cluster --for condition=Ready
```

In case something failed, you can find the error in the NetworkAddonsConfig Status field:

```shell
kubectl get networkaddonsconfig cluster -o yaml
```

For more information about the configuration format check [configuring section](#configuration).

# Development
Expand Down

0 comments on commit 1e2c3fc

Please sign in to comment.