[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

Adding --configmap argument back under kube-burner init sub command #710

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

smanda99
Copy link
Contributor
@smanda99 smanda99 commented Oct 15, 2024

Type of change

  • Refactor
  • New feature
  • Bug fix
  • Optimization
  • Documentation Update

Description

Adding --configmap argument back under kube-burner init sub command

/kube-burner init --configmap kube-burner-config-smanda -n burner
time="2024-10-15 08:07:38" level=info msg="Fetching configmap kube-burner-config-smanda" file="config.go:201"
time="2024-10-15 08:07:39" level=info msg="🔥 Starting kube-burner (configmap@38fcb39d684d5401517073093d95c6d553d95cb4) with UUID d8c3a0f6-7229-4b1d-95e0-ef2706a15ff0" file="job.go:110"
time="2024-10-15 08:07:40" level=info msg="Job cluster-density-v2: 1 iterations with 1 Deployment replicas" file="create.go:92"
time="2024-10-15 08:07:40" level=info msg="QPS: 20" file="job.go:131"
time="2024-10-15 08:07:40" level=info msg="Burst: 20" file="job.go:132"
time="2024-10-15 08:07:40" level=info msg="Triggering job: cluster-density-v2" file="job.go:142"
time="2024-10-15 08:07:40" level=info msg="Deleting 1 namespaces with label: kube-burner-job=cluster-density-v2" file="namespaces.go:67"
time="2024-10-15 08:07:53" level=info msg="0/1 iterations completed" file="create.go:130"
time="2024-10-15 08:07:53" level=info msg="Waiting up to 4h0m0s for actions to be completed" file="create.go:179"
time="2024-10-15 08:07:56" level=info msg="Actions in namespace cluster-density-v2-0 completed" file="waiters.go:84"
time="2024-10-15 08:07:56" level=info msg="Verifying created objects" file="utils.go:85"
time="2024-10-15 08:07:56" level=info msg="deployments found: 1 Expected: 1" file="utils.go:118"
time="2024-10-15 08:07:56" level=info msg="Pausing for 3s before finishing job" file="job.go:200"
time="2024-10-15 08:07:59" level=info msg="Job cluster-density-v2 took 19s" file="job.go:207"
time="2024-10-15 08:07:59" level=info msg="Finished execution with UUID: d8c3a0f6-7229-4b1d-95e0-ef2706a15ff0" file="job.go:268"
time="2024-10-15 08:07:59" level=info msg="👋 Exiting kube-burner d8c3a0f6-7229-4b1d-95e0-ef2706a15ff0" file="kube-burner.go:86"

Related Tickets & Documents

  • Related Issue # 648
  • Closes #

@rsevilla87 rsevilla87 self-requested a review October 15, 2024 09:18
Copy link
Member
@rsevilla87 rsevilla87 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR!, tests passe, seems there're still some linting issues, can you take a look? :)

Signed-off-by: Supraja Manda <mandasupraja1365139@gmail.com>
Copy link
Collaborator
@vishnuchalla vishnuchalla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants