You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-4
Original file line number
Diff line number
Diff line change
@@ -16,21 +16,41 @@ To set up this operator follow the instructions below:
16
16
darwin/amd64
17
17
18
18
* An openshift cluster
19
+
* If you wish to run this locally by using kind please check [KindInstallationREADME.md](hack/KindInstallationREADME.md)
20
+
19
21
20
22
21
23
### Modyfing the CRD
22
24
Modify the file config/skydive_v1_skydivesuite.yaml and pick what you wish to deploy (insert true or false in the relevant field), the options are as follows:
23
25
* Skydive agents
24
26
* Skydive analyzer
25
-
* Service route - TODO: doesn't work on IBM cluster.
27
+
* Service route
28
+
* Flow exporter
26
29
27
30
Choose your logging level (defaults to INFO)
28
31
29
32
30
33
### Installation - Open-Shift
31
34
32
35
run the zsh script :
33
-
```deploy_operator_on_openshift.sh```
36
+
```sh
37
+
deploy_operator_on_openshift.sh
38
+
```
39
+
40
+
#### Analyzer UI
41
+
1a. Check that all the pods, services and routes are running and afterwards run the following command:
42
+
43
+
```sh
44
+
oc get routes
45
+
```
46
+
47
+
2a. post the url into your web-browser
48
+
49
+
1b. If routes option doesn't work, run the following command
This is a simple deployment guide for the operator on a kind cluster
6
+
7
+
<!-- GETTING STARTED -->
8
+
9
+
## Getting Started
10
+
11
+
To set up this operator on a kind follow the instructions below:
12
+
13
+
### Prerequisites
14
+
15
+
* Make sure you have golang installed on your machine, The go-lang version that this operator was built on is go1.15.7
16
+
darwin/amd64
17
+
18
+
* Kind installed
19
+
20
+
### Modyfing the CRD
21
+
Modify the file config/skydive_v1_skydivesuite.yaml and pick what you wish to deploy (insert true or false in the relevant field), the options are as follows:
22
+
* Skydive agents
23
+
* Skydive analyzer
24
+
* Service route
25
+
* Flow exporter
26
+
27
+
Choose your logging level (defaults to INFO)
28
+
29
+
### Installation
30
+
31
+
#### Kind
32
+
Install kind on your machine, use [this](https://kind.sigs.k8s.io/docs/user/quick-start/) quick start guide for help,
33
+
make sure that your have a running kind cluster and that kubectl commands refer to relevant context.
34
+
35
+
run the zsh script :
36
+
```deploy_operator_on_kind.sh```
37
+
38
+
#### Analyzer UI
39
+
1. Check that all the pods and services are running and afterwards run the following command:
0 commit comments