Skip to content

Commit

Permalink
fix: disable profiling
Browse files Browse the repository at this point in the history
Closes: #30
Closes: #35
Closes: #36
  • Loading branch information
mnaser committed Nov 10, 2022
1 parent 4b98d36 commit d18936e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions magnum_cluster_api/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,12 +353,19 @@ def get_object(self) -> objects.KubeadmControlPlaneTemplate:
"apiServer": {
"extraArgs": {
"cloud-provider": "external",
"profiling": "false",
},
"extraVolumes": [],
},
"controllerManager": {
"extraArgs": {
"cloud-provider": "external",
"profiling": "false",
},
},
"scheduler": {
"extraArgs": {
"profiling": "false",
},
},
},
Expand Down

0 comments on commit d18936e

Please sign in to comment.