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

Use the newer klipper-lb image #4029

Merged
merged 1 commit into from
Sep 17, 2021
Merged

Conversation

manuelbuil
Copy link
Contributor

@manuelbuil manuelbuil commented Sep 16, 2021

Signed-off-by: Manuel Buil [email protected]

Proposed Changes

Use the new klipper-lb image that has newer go and Alpine versions

Types of Changes

Dump a new version

Verification

Deploy a service with type loadbalancer

Linked Issues

#4021

User-Facing Change

klipper-lb upgrade to 0.3.0

@manuelbuil manuelbuil requested a review from a team as a code owner September 16, 2021 09:48
@manuelbuil
Copy link
Contributor Author

Will merge once QA can verify that it does not break k3s on arm

@brandond
Copy link
Member

Looks good on our CI hosts at least, but it would be nice to confirm on a Pi that's actually got a 32bit arm processor.

/ # kubectl describe pod -n kube-system   svclb-traefik-xccgq lb-port-80
Name:         svclb-traefik-xccgq
Namespace:    kube-system
Priority:     0
Node:         dd399395abbe/172.17.0.10
Start Time:   Fri, 17 Sep 2021 17:42:41 +0000
Labels:       app=svclb-traefik
              controller-revision-hash=7d744545b9
              pod-template-generation=1
              svccontroller.k3s.cattle.io/svcname=traefik
Annotations:  <none>
Status:       Running
IP:           10.42.0.8
IPs:
  IP:           10.42.0.8
Controlled By:  DaemonSet/svclb-traefik
Containers:
  lb-port-80:
    Container ID:   containerd://5335f54942c9d13ef5e9d3d68e141381491c339038762f1f0645a9d2b9977af6
    Image:          rancher/klipper-lb:v0.3.0
    Image ID:       docker.io/rancher/klipper-lb@sha256:324d0d8a564bc025beb7a37fd5109cc9307358058d8102dc5eed0340d881b9cc
    Port:           80/TCP
    Host Port:      80/TCP
    State:          Running
      Started:      Fri, 17 Sep 2021 17:42:46 +0000
    Ready:          True
    Restart Count:  0
    Environment:
      SRC_PORT:    80
      DEST_PROTO:  TCP
      DEST_PORT:   80
      DEST_IP:     10.43.125.56
    Mounts:
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-99xq5 (ro)
  lb-port-443:
    Container ID:   containerd://7c2a9d0c189ed96115db965670e0160db30a8d90e9ed845e4abd498f00d4f5b6
    Image:          rancher/klipper-lb:v0.3.0
    Image ID:       docker.io/rancher/klipper-lb@sha256:324d0d8a564bc025beb7a37fd5109cc9307358058d8102dc5eed0340d881b9cc
    Port:           443/TCP
    Host Port:      443/TCP
    State:          Running
      Started:      Fri, 17 Sep 2021 17:42:46 +0000
    Ready:          True
    Restart Count:  0
    Environment:
      SRC_PORT:    443
      DEST_PROTO:  TCP
      DEST_PORT:   443
      DEST_IP:     10.43.125.56
    Mounts:
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-99xq5 (ro)

@brandond
Copy link
Member

Going to merge, QA can test on the RC

@brandond brandond merged commit 1d21491 into k3s-io:master Sep 17, 2021
@manuelbuil manuelbuil deleted the update_klipperlb branch October 28, 2021 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants