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.25] Update flannel version #7647

Closed
manuelbuil opened this issue May 31, 2023 · 1 comment
Closed

[Release 1.25] Update flannel version #7647

manuelbuil opened this issue May 31, 2023 · 1 comment
Assignees

Comments

@manuelbuil
Copy link
Contributor

Backport: #7627

@manuelbuil manuelbuil self-assigned this May 31, 2023
@manuelbuil manuelbuil moved this from New to Working in K3s Development May 31, 2023
@manuelbuil manuelbuil moved this from Working to To Test in K3s Development May 31, 2023
@bguzman-3pillar bguzman-3pillar self-assigned this Jun 1, 2023
@bguzman-3pillar
Copy link

Validated on commit 474498c

$ k3s -v
k3s version v1.25.10+k3s-474498c5 (474498c5)
go version go1.19.9

Environment Details

Infrastructure

  • Cloud
  • Hosted

Node(s) CPU architecture, OS, and Version:

$ cat /etc/os-release
PRETTY_NAME="Ubuntu 22.04.2 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.2 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=jammy

Cluster Configuration:

1 server

Testing Steps

  1. Install K3S using commit
  2. Run /var/lib/rancher/k3s/data/*/bin/flannel to check v0.22.0 is showed
  3. Do some network checks: deploy a service that uses nodeport, deploy an ingress, deploy a clusterip service.

Validation Results:

$ /var/lib/rancher/k3s/data/*/bin/flannel
CNI flannel plugin v0.22.0 (linux/amd64) commit HEAD built on 2023-06-01T16:17:47Z
CNI protocol versions supported: 0.1.0, 0.2.0, 0.3.0, 0.3.1, 0.4.0, 1.0.0
$ kubectl get node,all,ingress -A 
NAME                    STATUS   ROLES                  AGE    VERSION
node/ip-172-31-41-114   Ready    control-plane,master   5m9s   v1.25.10+k3s-474498c5

NAMESPACE     NAME                                            READY   STATUS      RESTARTS   AGE
kube-system   pod/coredns-8b9777675-f2mkv                     1/1     Running     0          4m53s
kube-system   pod/local-path-provisioner-69dff9496c-hpgst     1/1     Running     0          4m53s
kube-system   pod/helm-install-traefik-crd-jfldf              0/1     Completed   0          4m54s
kube-system   pod/svclb-traefik-b2bc291d-rvnwc                2/2     Running     0          4m38s
kube-system   pod/helm-install-traefik-gv4cp                  0/1     Completed   1          4m54s
kube-system   pod/traefik-66fd46ccd-llpk2                     1/1     Running     0          4m38s
kube-system   pod/metrics-server-5f9f776df5-ms9nf             1/1     Running     0          4m53s
default       pod/nginx-nodeport-deployment-9746fbfc6-xx5wl   1/1     Running     0          115s
default       pod/nginx-nodeport-deployment-9746fbfc6-6m6gm   1/1     Running     0          115s
default       pod/nginx-nodeport-deployment-9746fbfc6-fnbs2   1/1     Running     0          115s
default       pod/nginx-nodeport-deployment-9746fbfc6-lpv4q   1/1     Running     0          115s
default       pod/othertest-deploy-4vw5h                      1/1     Running     0          88s

NAMESPACE     NAME                            TYPE           CLUSTER-IP      EXTERNAL-IP     PORT(S)                      AGE
default       service/kubernetes              ClusterIP      10.43.0.1       <none>          443/TCP                      5m10s
kube-system   service/kube-dns                ClusterIP      10.43.0.10      <none>          53/UDP,53/TCP,9153/TCP       5m7s
kube-system   service/metrics-server          ClusterIP      10.43.125.135   <none>          443/TCP                      5m6s
kube-system   service/traefik                 LoadBalancer   10.43.117.131   172.31.41.114   80:31524/TCP,443:32088/TCP   4m39s
default       service/nginx-nodeport-svc      NodePort       10.43.15.219    <none>          8080:30096/TCP               116s
default       service/othertest-ingress-svc   ClusterIP      10.43.34.130    <none>          8080/TCP                     89s

NAMESPACE     NAME                                    DESIRED   CURRENT   READY   UP-TO-DATE   AVAILABLE   NODE SELECTOR   AGE
kube-system   daemonset.apps/svclb-traefik-b2bc291d   1         1         1       1            1           <none>          4m39s
default       daemonset.apps/othertest-deploy         1         1         1       1            1           <none>          89s

NAMESPACE     NAME                                        READY   UP-TO-DATE   AVAILABLE   AGE
kube-system   deployment.apps/coredns                     1/1     1            1           5m7s
kube-system   deployment.apps/local-path-provisioner      1/1     1            1           5m7s
kube-system   deployment.apps/traefik                     1/1     1            1           4m39s
kube-system   deployment.apps/metrics-server              1/1     1            1           5m6s
default       deployment.apps/nginx-nodeport-deployment   4/4     4            4           116s

NAMESPACE     NAME                                                  DESIRED   CURRENT   READY   AGE
kube-system   replicaset.apps/coredns-8b9777675                     1         1         1       4m55s
kube-system   replicaset.apps/local-path-provisioner-69dff9496c     1         1         1       4m55s
kube-system   replicaset.apps/traefik-66fd46ccd                     1         1         1       4m39s
kube-system   replicaset.apps/metrics-server-5f9f776df5             1         1         1       4m55s
default       replicaset.apps/nginx-nodeport-deployment-9746fbfc6   4         4         4       116s

NAMESPACE     NAME                                 COMPLETIONS   DURATION   AGE
kube-system   job.batch/helm-install-traefik-crd   1/1           18s        5m4s
kube-system   job.batch/helm-install-traefik       1/1           21s        5m4s

NAMESPACE   NAME                                          CLASS     HOSTS       ADDRESS         PORTS   AGE
default     ingress.networking.k8s.io/othertest-ingress   traefik   test1.com   172.31.41.114   80      89s
$ curl -H 'Host: test1.com' http://<IP>/name.html
othertest-deploy-4vw5h

@github-project-automation github-project-automation bot moved this from To Test to Done Issue in K3s Development Jun 1, 2023
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