Skip to content

Commit

Permalink
update configs and Readme (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshith-umesh authored Sep 30, 2024
1 parent d7c4808 commit e371ca6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ In order to run the [web-burner plugin](arcaflow_plugin_kubeburner/kubeburner_pl
### Containerized
1. Clone this repository
2. cd arcaflow-plugin-kube-burner
3. Copy and Paste the openshift cluster's kubeconfig file content into the configs/webburner_input.yaml file
4. Create the container with `docker build -t arca-web-burner -f Dockerfile`
5. To run a web-burner workload `cat configs/webburner_input.yaml | docker run -i arca-web-burner -s run-web-burner--debug -f -`
3. Copy and Paste the openshift cluster's kubeconfig file content into the configs/webburner_input.yaml and configs/webburner_cleanup.yaml files.
4. Create the container with `docker build -t arca-web-burner .`
5. To run a web-burner workload `cat configs/webburner_input.yaml | docker run -i arca-web-burner -s run-web-burner --debug -f -`
6. To delete a web-burner workload `cat configs/webburner_input.yaml | docker run -i arca-kube-burner -s delete-web-burner --debug -f -`


Expand Down
9 changes: 8 additions & 1 deletion configs/webburner_cleanup_input.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
workload_template: 'cfg_delete_icni2_node_density2.yml'
scale_factor: 2
scale_factor: 1
qps: 20
burst: 20
number_of_nodes: 3
bfd_enabled: false
indexing: true
es_server: ''
es_index: ''
bridge: br-ex
sriov: false
uuid: 'poiy761b-d12e-4922-86a2-ea17354d80hh'
kubeconfig: |
apiVersion: v1
Expand Down
8 changes: 6 additions & 2 deletions configs/webburner_input.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
workload_template: 'cfg_icni2_node_density2.yml'
scale_factor: 2
number_of_nodes: 3
scale_factor: 1
qps: 20
burst: 20
number_of_nodes: 2
bfd_enabled: false
uuid: 'poiy761b-d12e-4922-86a2-ea17354d80hh'
indexing: true
es_server: ''
es_index: ''
bridge: br-ex
sriov: false
kubeconfig: |
apiVersion: v1
clusters:
Expand Down

0 comments on commit e371ca6

Please sign in to comment.