Skip to content
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.

MM-10728 Add support for kubernetes #71

Merged
merged 4 commits into from
Jun 4, 2018
Merged

MM-10728 Add support for kubernetes #71

merged 4 commits into from
Jun 4, 2018

Conversation

jwilander
Copy link
Member

@jwilander jwilander commented Jun 1, 2018

@@ -0,0 +1,32 @@
package: github.com/mattermost/mattermost-load-test
Copy link
Member Author

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",
Copy link
Member Author

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

@jwilander
Copy link
Member Author

jwilander commented Jun 1, 2018

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

@jwilander jwilander closed this Jun 1, 2018
@jwilander jwilander reopened this Jun 1, 2018
@jwilander jwilander closed this Jun 1, 2018
@jwilander jwilander reopened this Jun 1, 2018
@jwilander jwilander closed this Jun 1, 2018
@jwilander jwilander reopened this Jun 1, 2018
@jwilander jwilander closed this Jun 1, 2018
@jwilander jwilander reopened this Jun 1, 2018
Copy link
Contributor

@cpanato cpanato left a comment

Choose a reason for hiding this comment

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

looks very cool!!

@crspeller crspeller merged commit 4a918d5 into master Jun 4, 2018
@crspeller crspeller deleted the kubes branch June 4, 2018 16:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants