Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add FAQ for K8s #145

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions content/docs/kubernetes/8-faq.md
Original file line number Diff line number Diff line change
@@ -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';

<head>
<title>FAQs for Civo Kubernetes | Civo Documentation</title>
</head>


### 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.
18 changes: 18 additions & 0 deletions content/docs/kubernetes/faq.md
Original file line number Diff line number Diff line change
@@ -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';

<head>
<title>FAQs for Civo Kubernetes | Civo Documentation</title>
</head>


### 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.