Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Commits
ce33558e
Commit
ce33558e
authored
Apr 20, 2021
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
Increase sleep after K8s deletion
parent
58f93b14
Branches
Branches containing commit
Tags
Tags containing commit
3 merge requests
!159
Re-implementation of Theodolite with Kotlin/Quarkus
,
!157
Update Graal Image in CI pipeline
,
!83
WIP: Re-implementation of Theodolite with Kotlin/Quarkus
Pipeline
#2928
canceled
Apr 20, 2021
Stage: build
Stage: test
Stage: check
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
theodolite-quarkus/src/main/kotlin/theodolite/benchmark/KubernetesBenchmarkDeployment.kt
+1
-1
1 addition, 1 deletion
...lin/theodolite/benchmark/KubernetesBenchmarkDeployment.kt
with
1 addition
and
1 deletion
theodolite-quarkus/src/main/kotlin/theodolite/benchmark/KubernetesBenchmarkDeployment.kt
+
1
−
1
View file @
ce33558e
...
@@ -30,7 +30,7 @@ class KubernetesBenchmarkDeployment(
...
@@ -30,7 +30,7 @@ class KubernetesBenchmarkDeployment(
private
val
kafkaController
=
TopicManager
(
this
.
kafkaConfig
)
private
val
kafkaController
=
TopicManager
(
this
.
kafkaConfig
)
private
val
kubernetesManager
=
K8sManager
(
client
)
private
val
kubernetesManager
=
K8sManager
(
client
)
private
val
LAG_EXPORTER_POD_LABEL
=
"app.kubernetes.io/name=kafka-lag-exporter"
private
val
LAG_EXPORTER_POD_LABEL
=
"app.kubernetes.io/name=kafka-lag-exporter"
private
val
SLEEP_AFTER_K8S_DELETION_MS
=
2
000L
private
val
SLEEP_AFTER_K8S_DELETION_MS
=
10_
000L
/**
/**
* Setup a [KubernetesBenchmark] using the [TopicManager] and the [K8sManager]:
* Setup a [KubernetesBenchmark] using the [TopicManager] and the [K8sManager]:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment