-
Notifications
You must be signed in to change notification settings - Fork 136
feat: batch_mode config option to unlock 3x multiple problem solving speed by reusing openebs and observe namespace (1mins speed up), plus helm pull policy (1mins speed up) #64
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
base: main
Are you sure you want to change the base?
Conversation
cleanup cleanup cleanup cleanup
|
@microsoft-github-policy-service agree |
Add noop problem for astronomy shop
|
I'm running into this issue when running a problem with cli.py: Thought it seems potentially unrelated. Let me know if you see this as well! |
HacksonClark
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See #64 (comment)
d8a36f6 to
0704650
Compare
Thank you for sharing, may I confirm about the reproduce steps, is such like this : # Step1: clone repo and checkout
git clone git@github.com:zhangddjs/AIOpsLab.git --recurse-submodules
cd AIOpsLab; git checkout zhangdd/feat/batch_mode
# Step2: settle config.yml file
cp -a aiopslab/config.example.yml aiopslab/config.yml; vim aiopslab/config.yml
# Step3: start cli.py
poetry run python cli.py
# Step4: start problem
aiopslab> start k8s_target_port-misconfig-detection-1And may I know does |
|
I don't believe the issue is in main. |
|
ok, let me try to reproduce, from my side currently looks ok |
|
@zhangddjs what environment are you using? I'm using a kubernetes cluster deployed on cloudlab. Are you using a real Kubernetes cluster or an emulated one like KinD? |
No description provided.