From 22f24cdfb03f9d5012bed2b0385c50ff60adf604 Mon Sep 17 00:00:00 2001 From: Harsh Thakur Date: Thu, 16 Jan 2025 14:20:49 +0530 Subject: [PATCH 1/2] Add FAQ for K8s Signed-off-by: Harsh Thakur --- content/docs/kubernetes/faq.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 content/docs/kubernetes/faq.md diff --git a/content/docs/kubernetes/faq.md b/content/docs/kubernetes/faq.md new file mode 100644 index 0000000..729fda0 --- /dev/null +++ b/content/docs/kubernetes/faq.md @@ -0,0 +1,18 @@ +--- +title: FAQs for Civo Kubernetes +description: Frequently asked questions about Civo Kubernetes clusters. +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; + + + FAQs for Civo Kubernetes | Civo Documentation + + + +### Why can I only launch 8 pods per node? +We've set this pod limit on nodes with extremely limited resources(less than 2GB RAM) to prevent the node from being overloaded as it can cause down time for your application. Currently, we've this limit set on g4s.kube.small and g4s.kube.xsmall instances. + + +### Why hasn't OTEL collector been deployed on my nodes? +We've set scheduling constraints on the OTEL daemonset to ensure it's not scheduled on nodes with extremely limited resources(less than 2GB RAM) to prevent the node from being overloaded as it can cause down time for your application. Currently, we've this limit set on g4s.kube.small and g4s.kube.xsmall instances. \ No newline at end of file From b4a10686f5ea2ba1942cf0654f9354a66a0a7304 Mon Sep 17 00:00:00 2001 From: Harsh Thakur Date: Thu, 16 Jan 2025 14:33:19 +0530 Subject: [PATCH 2/2] move faq to 8 to fix ordering Signed-off-by: Harsh Thakur --- content/docs/kubernetes/8-faq.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 content/docs/kubernetes/8-faq.md diff --git a/content/docs/kubernetes/8-faq.md b/content/docs/kubernetes/8-faq.md new file mode 100644 index 0000000..729fda0 --- /dev/null +++ b/content/docs/kubernetes/8-faq.md @@ -0,0 +1,18 @@ +--- +title: FAQs for Civo Kubernetes +description: Frequently asked questions about Civo Kubernetes clusters. +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; + + + FAQs for Civo Kubernetes | Civo Documentation + + + +### Why can I only launch 8 pods per node? +We've set this pod limit on nodes with extremely limited resources(less than 2GB RAM) to prevent the node from being overloaded as it can cause down time for your application. Currently, we've this limit set on g4s.kube.small and g4s.kube.xsmall instances. + + +### Why hasn't OTEL collector been deployed on my nodes? +We've set scheduling constraints on the OTEL daemonset to ensure it's not scheduled on nodes with extremely limited resources(less than 2GB RAM) to prevent the node from being overloaded as it can cause down time for your application. Currently, we've this limit set on g4s.kube.small and g4s.kube.xsmall instances. \ No newline at end of file