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

feat: add schema for values.yaml #3260

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

sumo-drosiek
Copy link
Contributor

Checklist

WIP, so the python code is very bad quality. In final state, only ci/generate_files.py is going to be used. As for now it generates README.md, but I plan to generate values.yaml as well. However I'm not convinced to do it in one PR

@github-actions github-actions bot added the documentation documentation label Sep 12, 2023
@sumo-drosiek sumo-drosiek force-pushed the drosiek-create-schema branch 2 times, most recently from 5ce2662 to f98d1ab Compare September 13, 2023 13:59
Comment on lines 381 to 383
## Otel metrics collector. Replaces Prometheus.
## To enable, you need opentelemetry-operator enabled as well.
## Stability: Beta.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

.

Comment on lines 605 to 610
# ## Optionally specify an array of imagePullSecrets.
# ## Secrets must be manually created in the namespace.
# ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
# ##
Copy link
Contributor Author

Choose a reason for hiding this comment

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

.

Comment on lines 623 to 627
# ## Reference to one or more secrets to be used when pulling images
# ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
# ##
Copy link
Contributor Author

Choose a reason for hiding this comment

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

.

Comment on lines 677 to 678
- expr: "1 - avg by (node) (\n rate(node_cpu_seconds_total{job=\"node-exporter\"\
,mode=\"idle\"}[1m])\n* on (namespace, pod) group_left(node)\n node_namespace_pod:kube_pod_info:)"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

would bed nice to have it as multiline string

@@ -3494,27 +3299,21 @@ otellogs:
## The value of this key should be a dictionary, that will replace the normal configuration.
## This is an advanced feature, use with caution, and review the generated configuration first.
override: {}

## Set securityContext for containers running in pods in log collector daemonset
Copy link
Contributor Author

Choose a reason for hiding this comment

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

.

Comment on lines 3372 to 2075
## linux:
## nodeSelector:
## kubernetes.io/os: linux
## resources:
## limits:
## memory: 1Gi
## cpu: 6
## requests:
## memory: 32Mi
## cpu: 2
Copy link
Contributor Author

Choose a reason for hiding this comment

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

.

Comment on lines 3383 to 2085
## affinity:
## nodeAffinity:
## requiredDuringSchedulingIgnoredDuringExecution:
## nodeSelectorTerms:
## - matchExpressions:
## - key: kubernetes.io/os
## operator: NotIn
## values:
## - linux
Copy link
Contributor Author

Choose a reason for hiding this comment

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

.

@sumo-drosiek sumo-drosiek force-pushed the drosiek-create-schema branch 2 times, most recently from 6a322a8 to aa90cf8 Compare September 21, 2023 15:13
Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant