-
Notifications
You must be signed in to change notification settings - Fork 43
MM-10728 Add support for kubernetes #71
Conversation
@@ -0,0 +1,32 @@ | |||
package: github.com/mattermost/mattermost-load-test |
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 switched to glide because the kubernetes client has trouble with dep, per golang/dep#1124
App: &AppConfig{ | ||
ReplicaCount: c.Configuration().AppInstanceCount, | ||
Image: &ImageSetting{ | ||
Tag: "4.9.2", |
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.
Hardcoded to 4.9.2 for now so it's not running off master. When we create pipelines/jenkins jobs to create the docker images for release versions then we can update this to be a parameter
There's still a few issues I need to fix before we can load test on kubernetes at scale (e.g bulk loading fails when there's DB read replica) but most of the changes will be to the helm chart or app servers and ltops is functional with kubernetes with this PR |
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.
looks very cool!!
https://mattermost.atlassian.net/browse/MM-10728