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

Unable to pass array to Bottlerocket [settings.kubernetes] cluster-dns-ip #6212

Closed
z0rc opened this issue May 16, 2024 · 1 comment
Closed
Labels
bug Something isn't working needs-triage Issues that need to be triaged

Comments

@z0rc
Copy link

z0rc commented May 16, 2024

Description

Observed Behavior:

Instance user data:

...
[settings.kubernetes]
cluster-dns-ip = '169.254.20.25'
...

Expected Behavior:

...
[settings.kubernetes]
cluster-dns-ip = ['169.254.20.25', '10.100.0.10']
...

Reproduction Steps (Please include YAML):

apiVersion: karpenter.sh/v1beta1
kind: NodePool
metadata:
  name: foo
spec:
  template:
    spec:
      kubelet:
        clusterDNS:
        - 169.254.20.25
        - 10.100.0.10

Versions:

  • Chart Version: 0.36.1
  • Kubernetes Version (kubectl version): irrelevant

See https://bottlerocket.dev/en/os/1.19.x/api/settings/kubernetes/#cluster-dns-ip

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment
@z0rc z0rc added bug Something isn't working needs-triage Issues that need to be triaged labels May 16, 2024
@z0rc z0rc changed the title Unable to pass array to Bottlerocket[kubernetes.setting] cluster-dns-ip Unable to pass array to Bottlerocket [kubernetes.setting] cluster-dns-ip May 16, 2024
@z0rc z0rc changed the title Unable to pass array to Bottlerocket [kubernetes.setting] cluster-dns-ip Unable to pass array to Bottlerocket [kubernetes.setting] cluster-dns-ip May 16, 2024
@z0rc z0rc changed the title Unable to pass array to Bottlerocket [kubernetes.setting] cluster-dns-ip Unable to pass array to Bottlerocket [kubernetes.setting] cluster-dns-ip May 16, 2024
@z0rc z0rc changed the title Unable to pass array to Bottlerocket [kubernetes.setting] cluster-dns-ip Unable to pass array to Bottlerocket [settings.kubernetes] cluster-dns-ip May 16, 2024
@njtran
Copy link
Contributor

njtran commented May 20, 2024

Looks to be a duplicate of #4836. Closing this in favor of the other issue. Feel free to re-open if you disagree.

@njtran njtran closed this as completed May 20, 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 needs-triage Issues that need to be triaged
Projects
None yet
Development

No branches or pull requests

2 participants