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
After a successful deployment of skydive operator run the script:
66
73
@@ -76,9 +83,10 @@ field), the options are as follows:
76
83
* Skydive agents
77
84
* Skydive analyzer
78
85
* Service route
79
-
86
+
80
87
You can provide the skydive operator with environments variables in order to customize your skydive deployment.
81
-
Checkout [this example](config/skydive_v1_skydive_env_example.yaml) of crd to get started with providing environment
82
-
variables to the skydive operator, full list of acceptable enviorment variables are listed [here](https://github.com/skydive-project/skydive/blob/master/etc/skydive.yml.default)
88
+
Checkout [this example](config/skydive_v1_skydive_env_example.yaml) of crd to get started with providing environment
89
+
variables to the skydive operator, full list of acceptable enviorment variables are
Copy file name to clipboardexpand all lines: hack/KindInstallationREADME.md
+13-11
Original file line number
Diff line number
Diff line change
@@ -18,31 +18,32 @@ To set up this operator on a kind follow the instructions below:
18
18
* Kind installed
19
19
20
20
### Modyfing the CRD
21
-
Modify the file config/skydive_v1_skydive.yaml and pick what you wish to deploy (insert true or false in the relevant field), the options are as follows:
21
+
22
+
Modify the file config/skydive_v1_skydive.yaml and pick what you wish to deploy (insert true or false in the relevant
23
+
field), the options are as follows:
24
+
22
25
* Skydive agents
23
26
* Skydive analyzer
24
27
* Service route
25
-
26
28
27
29
### Installation
28
30
29
31
#### Kind
30
-
Install kind on your machine, use [this](https://kind.sigs.k8s.io/docs/user/quick-start/) quick start guide for help,
32
+
33
+
Install kind on your machine, use [this](https://kind.sigs.k8s.io/docs/user/quick-start/) quick start guide for help,
31
34
make sure that your have a running kind cluster and that kubectl commands refer to relevant context.
32
35
33
-
After installing and running the Kind cluster, make sure the env var KUBECONFIG is set to the correct kubeConfig file,
34
-
it usually defaults to $HOME/.kube/config, run this command:
36
+
If for some reason you have changed your KUBECONFIG default location please update the KUBECONFIG environment variable
37
+
by using this command:
35
38
36
39
```bash
37
-
export KUBECONFIG=~/.kube/config
40
+
export KUBECONFIG=$PATH_TO_YOUR_KUBECONFIG
38
41
```
39
42
40
43
run the script :
41
44
42
45
```./deploy_operator_on_kind.sh```
43
46
44
-
*if you get an error
45
-
46
47
### Customize skydive deployment / CRD
47
48
48
49
Modify the current config/skydive_v1_skydive.yaml and pick what you wish to deploy (insert true or false in the relevant
@@ -52,11 +53,12 @@ field), the options are as follows:
52
53
* Skydive analyzer
53
54
54
55
You can provide the skydive operator with environments variables in order to customize your skydive deployment.
55
-
Checkout [this example](config/skydive_v1_skydive_env_example.yaml) of crd to get started with providing environment
56
-
variables to the skydive operator, full list of acceptable enviorment variables are listed [here](https://github.com/skydive-project/skydive/blob/master/etc/skydive.yml.default)
57
-
56
+
Checkout [this example](../config/skydive_v1_skydive_env_example.yaml) of crd to get started with providing environment
57
+
variables to the skydive operator, full list of acceptable enviorment variables are
0 commit comments