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

[Release-1.26] - Core DNS missing NodeHosts key in Configmap #9382

Closed
brandond opened this issue Feb 7, 2024 · 1 comment
Closed

[Release-1.26] - Core DNS missing NodeHosts key in Configmap #9382

brandond opened this issue Feb 7, 2024 · 1 comment
Assignees
Milestone

Comments

@brandond
Copy link
Member

brandond commented Feb 7, 2024

Backport fix for Core DNS missing NodeHosts key in Configmap

@brandond brandond self-assigned this Feb 7, 2024
@brandond brandond moved this from New to Working in K3s Development Feb 7, 2024
@brandond brandond added this to the v1.26.14+k3s1 milestone Feb 7, 2024
@brandond brandond moved this from Working to To Test in K3s Development Feb 13, 2024
@fmoral2 fmoral2 self-assigned this Feb 14, 2024
@fmoral2
Copy link
Contributor

fmoral2 commented Feb 15, 2024

Validated on Version:

-$ k3s version v1.26.13+k3s-62448e1e (62448e1e)


Environment Details

Infrastructure
Cloud EC2 instance

Node(s) CPU architecture, OS, and Version:
NAME="Oracle Linux Server"
VERSION="8.9"
ID="ol"
ID_LIKE="fedora"

Cluster Configuration:
1 node servers

Steps to validate the fix

  1. Install k3s from airgap releases
  2. Start k3s with those flags:
 --node-ip={internal-ip} --flannel-iface={proper-interface} --write-kubeconfig-mode=644 --kube-apiserver-arg=service-node-port-range=30000-30100 --secrets-encryption --disable=traefik --disable=servicelb --disable-helm-controller --disable-network-policy --kubelet-arg cloud-provider=external --debug
  1. Validate nodes and pods are all ok
  2. Validate that coredns is starting and running correctly

Validation Results:

 
$ k3s -v
k3s version v1.26.13+k3s-62448e1e (62448e1e)
go version go1.20.13



~$ kgn
NAME               STATUS   ROLES                       AGE   VERSION
ip-1                Ready    control-plane,etcd,master   15s   v1.26.13+k3s-62448e1e

 ~$ kgp -A
NAMESPACE     NAME                                      READY   STATUS    RESTARTS   AGE
kube-system   coredns-59b4f5bbd5-zdpqk                  1/1     Running   0          13s
kube-system   local-path-provisioner-7d94548cbf-hdclf   1/1     Running   0          13s
kube-system   metrics-server-68cf49699b-sz565           0/1     Running   0          13s



@fmoral2 fmoral2 closed this as completed Feb 15, 2024
@github-project-automation github-project-automation bot moved this from To Test to Done Issue in K3s Development Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants