Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add O-Cloud e2e user guide #227

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions content/en/docs/guides/install-guides/optional-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,23 @@ NAME READY STATUS RESTARTS AGE
o2ims-operator-5595cd78b7-thggl 1/1 Running 0 5h27m
```

## Focom Operator

Install the operator using the below commands
```bash
kpt pkg get --for-deployment https://github.com/nephio-project/catalog.git/nephio/optional/focom-operator@origin/main /tmp/focom
kpt fn render /tmp/focom
kpt live init /tmp/focom
kpt live apply /tmp/focom --reconcile-timeout=15m --output=table
```

The operator is deployed to the *focom-operator-system* namespace by default.

```bash
kubectl get pods -n focom-operator-system
```
Output:
```
NAME READY STATUS RESTARTS AGE
focom-operator-controller-manager-d8f4d5cb6-dqqk8 1/1 Running 0 31s
```

This file was deleted.

Loading
Loading