-
Notifications
You must be signed in to change notification settings - Fork 0
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
Added train-ticket. #2
base: main
Are you sure you want to change the base?
Conversation
], | ||
"Helm Config": { | ||
"release_name": "train-ticket", | ||
"chart_path": "train-ticket", |
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.
How does Helm find the chart of the train-ticket? (same question for the flight-tickect)
It seems that I do not see the train-ticket repo/chart path in this commit.
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.
I tried it in the CloudLab and validated that the path cannot be found : )
(aiopslab-py3.11) yinfang@node0:~/AIOpsLab$ python3 -m aiopslab.service.apps.train_ticket
Namespace train-ticket not found. Creating namespace.
Namespace train-ticket created successfully: namespace/train-ticket created
Namespace 'train-ticket' already exists.
== Helm Install ==
WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /users/yinfang/.kube/config
WARNING: Kubernetes configuration file is world-readable. This is insecure. Location: /users/yinfang/.kube/config
Error: INSTALLATION FAILED: path "/users/yinfang/AIOpsLab/TargetMicroservices/train-ticket" not found
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.
Did you clone train ticket into TargetMicroservices?
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.
Which Train-Ticket shall I put? The train-ticket in https://github.com/xlab-uiuc/agent-ops-benchmarks?
I thought you might have some customized version somewhere.
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.
@yinfangchen the xlab fork: https://github.com/xlab-uiuc/train-ticket
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.
OKay, got it. Let me try.
Did you encounter this? It seems that there is no PV for the nacosdb. |
Similar setup with openebs that we use for other services. |
Shall I run these two commands?
|
@yinfangchen Yes, that will set up openebs so the PVCs will work. |
@JacksonArthurClark, great I am able to see the running train-ticket on my side now! Shall we
|
@yinfangchen Let's keep it as a submodule |
Be sure to put our train-ticket in TargetMicroservices for testing.