From a1eba7f10e49992721b0f3d31429cef09a568b24 Mon Sep 17 00:00:00 2001 From: Jonsy13 Date: Tue, 8 Jun 2021 10:33:12 +0530 Subject: [PATCH 1/4] Added Control-plane resources requirements. Signed-off-by: Jonsy13 --- website/docs/k8s-support.md | 45 +++++++++++++++++++++++++++++++++++++ website/sidebars.js | 38 +++++++++++++++++-------------- 2 files changed, 66 insertions(+), 17 deletions(-) create mode 100644 website/docs/k8s-support.md diff --git a/website/docs/k8s-support.md b/website/docs/k8s-support.md new file mode 100644 index 00000000..83a3b301 --- /dev/null +++ b/website/docs/k8s-support.md @@ -0,0 +1,45 @@ +--- +id: k8s-support +title: Kubernetes Support +sidebar_label: Kubernetes Support +original_id: k8s-support +--- + +--- + +### Control Plane Resource Requirements + +The Resource requests and limits provided here have been calculated using data gathered by manually using a command `kubectl top` and Vertical-Pod-Autoscaler & also through recomendation by a great utility Goldilocks.The resources are getting monitored contineously and the information below will be updated as the metrics changes. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PodContainerCPU(Requested)Memory(Requested)
litmusportal-frontendlitmusportal-frontend25m263M
litmusportal-serverauth-server23m132M
litmusportal-servergraphql-server12m132M
mongodbmongodb25m262M
diff --git a/website/sidebars.js b/website/sidebars.js index 434c87d0..8f8542e0 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -8,12 +8,16 @@ module.exports = { "Getting Started": [ "getstarted", { - "Installation" : [ "litmus-install", "agent-install", "litmus-with-ingress"], + Installation: [ + "litmus-install", + "agent-install", + "litmus-with-ingress", + ], }, "create-workflow", "observe-workflow", { - "Uninstallation" : [ "agent-uninstall", "litmus-uninstall" ], + Uninstallation: ["agent-uninstall", "litmus-uninstall"], }, ], "User Guide": [ @@ -27,23 +31,23 @@ module.exports = { "Day 2": ["myhub", "gitops", "probes"], }, ], -// Features: [ - // "gitops", + // Features: [ + // "gitops", // "settings", - // "myhub", - // "settings", - // "analytics", - // "myhub", - // "external-agents" + // "myhub", + // "settings", + // "analytics", + // "myhub", + // "external-agents" //], //Concepts: [ - //"probes", - // "cross-cloud-control", - // "litmusctl", - // "crds", - // "rbac", - // "service-acounts", - // ], - Advanced: ["admin-mode", "namespaced-mode", "litmus-psp"], + //"probes", + // "cross-cloud-control", + // "litmusctl", + // "crds", + // "rbac", + // "service-acounts", + // ], + Advanced: ["admin-mode", "namespaced-mode", "litmus-psp", "k8s-support"], }, }; From eb54fbf800898f057e5b1b069e12caa8649e2d1a Mon Sep 17 00:00:00 2001 From: Jonsy13 Date: Tue, 8 Jun 2021 10:42:36 +0530 Subject: [PATCH 2/4] Added Spellcheck fixes. Signed-off-by: Jonsy13 --- .wordlist.txt | 2 ++ website/docs/k8s-support.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.wordlist.txt b/.wordlist.txt index 65915369..e65028f6 100644 --- a/.wordlist.txt +++ b/.wordlist.txt @@ -1,3 +1,5 @@ +mongodb +graphql accomodate accomodated abc diff --git a/website/docs/k8s-support.md b/website/docs/k8s-support.md index 83a3b301..95986e54 100644 --- a/website/docs/k8s-support.md +++ b/website/docs/k8s-support.md @@ -9,7 +9,7 @@ original_id: k8s-support ### Control Plane Resource Requirements -The Resource requests and limits provided here have been calculated using data gathered by manually using a command `kubectl top` and Vertical-Pod-Autoscaler & also through recomendation by a great utility Goldilocks.The resources are getting monitored contineously and the information below will be updated as the metrics changes. +The Resource requests and limits provided here have been calculated using data gathered by manually using a command `kubectl top` and Vertical-Pod-Autoscaler & also through recommendation by a great utility Goldilocks.The resources are getting monitored continuously and the information below will be updated as the metrics changes. From 8d872a0919d9798a80d2332eda48087a1d871863 Mon Sep 17 00:00:00 2001 From: Jonsy13 Date: Tue, 8 Jun 2021 12:27:15 +0530 Subject: [PATCH 3/4] Added Minor fixes Signed-off-by: Jonsy13 --- website/docs/k8s-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/k8s-support.md b/website/docs/k8s-support.md index 95986e54..b4b3a870 100644 --- a/website/docs/k8s-support.md +++ b/website/docs/k8s-support.md @@ -27,7 +27,7 @@ The Resource requests and limits provided here have been calculated using data g - + From b4a5406ef57e67cd3f673d51a00a8a1538250fd8 Mon Sep 17 00:00:00 2001 From: Jonsy13 Date: Fri, 11 Jun 2021 10:10:19 +0530 Subject: [PATCH 4/4] Updated the info structure. Signed-off-by: Jonsy13 --- website/docs/k8s-support.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/website/docs/k8s-support.md b/website/docs/k8s-support.md index b4b3a870..09a33721 100644 --- a/website/docs/k8s-support.md +++ b/website/docs/k8s-support.md @@ -9,7 +9,12 @@ original_id: k8s-support ### Control Plane Resource Requirements -The Resource requests and limits provided here have been calculated using data gathered by manually using a command `kubectl top` and Vertical-Pod-Autoscaler & also through recommendation by a great utility Goldilocks.The resources are getting monitored continuously and the information below will be updated as the metrics changes. +The Resource requests provided here have been estimated using data gathered manually using different methods - +- Using command `kubectl top` +- Recommendations from Vertical-Pod-Autoscaler +- Recommendations by a great utility Goldilocks. + +These resources are getting monitored continuously and the information below will be updated as the metrics changes.
litmusportal-server auth-server23m12m 132M
@@ -22,24 +27,24 @@ The Resource requests and limits provided here have been calculated using data g - + - - + + - - + + - +
litmusportal-frontend litmusportal-frontend 25m263M300M
litmusportal-server auth-server12m132M15m150M
litmusportal-server graphql-server12m132M15m150M
mongodb mongodb 25m262M300M