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

Docs: fix known issues metrics-server custom values #1660

Open
SamuelLHuber opened this issue Jul 27, 2024 · 0 comments
Open

Docs: fix known issues metrics-server custom values #1660

SamuelLHuber opened this issue Jul 27, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@SamuelLHuber
Copy link

Describe the bug: (a clear and concise description of what the bug is)

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://otomi.io/docs/get-started/installation/known-issues
  2. Try the described custom values on deployment via
helm repo add apl https://linode.github.io/apl-core/
helm repo update
helm install apl apl/otomi -f values-linodeapl.yaml

then it will fail with Error: YAML parse error on metrics-server/templates/deployment.yaml: error converting YAML to JSON: yaml: line 66: did not find expected '-' indicator

which can be fixed by using

apps:
  metrics-server:
    enabled: true
    _rawValues:
      extraArgs:
        - --kubelet-preferred-address-types=InternalIP
        - --kubelet-insecure-tls=true
@SamuelLHuber SamuelLHuber added the bug Something isn't working label Jul 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant