adamant-kite-43734
09/17/2024, 6:47 PMcreamy-pencil-82913
09/17/2024, 7:01 PMfuture-fountain-82544
09/17/2024, 7:10 PM.spec.containers[].ports[].hostPort
set, which seems odd to mefuture-fountain-82544
09/17/2024, 7:11 PMcreamy-pencil-82913
09/17/2024, 7:31 PMfuture-fountain-82544
09/17/2024, 7:37 PMsvclb-*
pod in the kube-system namespace using that same hostPort, but the thing I can't trace back is wha's creating that pod?future-fountain-82544
09/17/2024, 7:38 PMsvclb-*
pods are running klipper-lb:v0.4.9, and what's funny is in the k3s cluster I upgraded to 1.30, I don't see those svclb-*
pods at all.creamy-pencil-82913
09/17/2024, 7:40 PMcreamy-pencil-82913
09/17/2024, 7:41 PMfuture-fountain-82544
09/17/2024, 7:45 PMspec:
allocateLoadBalancerNodePorts: true
clusterIP: 10.43.129.45
clusterIPs:
- 10.43.129.45
- fd00:2b::d61
externalTrafficPolicy: Local
healthCheckNodePort: 31269
internalTrafficPolicy: Cluster
ipFamilies:
- IPv4
- IPv6
ipFamilyPolicy: RequireDualStack
ports:
- appProtocol: http
name: http
nodePort: 30670
port: 80
protocol: TCP
targetPort: http
- appProtocol: https
name: https
nodePort: 32379
port: 443
protocol: TCP
targetPort: https
selector:
<http://app.kubernetes.io/component|app.kubernetes.io/component>: controller
<http://app.kubernetes.io/instance|app.kubernetes.io/instance>: nginx-ingress-internal
<http://app.kubernetes.io/name|app.kubernetes.io/name>: ingress-nginx
sessionAffinity: None
type: LoadBalancer
When I look at the corresponding svc-*
Pods:
image: rancher/klipper-lb:v0.4.9
imagePullPolicy: IfNotPresent
name: lb-tcp-80
ports:
- containerPort: 80
hostPort: 80 # ??? not 30670
name: lb-tcp-80
protocol: TCP
and
ports:
- containerPort: 443
hostPort: 443 # ??? not 32379
name: lb-tcp-443
protocol: TCP
future-fountain-82544
09/17/2024, 7:49 PMfuture-fountain-82544
09/17/2024, 7:52 PMfuture-fountain-82544
09/17/2024, 7:53 PMfuture-fountain-82544
09/17/2024, 7:53 PM--disable servicelb
future-fountain-82544
09/17/2024, 7:54 PMfuture-fountain-82544
09/17/2024, 7:55 PMfuture-fountain-82544
09/17/2024, 8:00 PMfuture-fountain-82544
09/17/2024, 8:00 PMfuture-fountain-82544
09/17/2024, 8:00 PMfuture-fountain-82544
09/17/2024, 8:01 PMfuture-fountain-82544
09/17/2024, 8:01 PMcreamy-pencil-82913
09/17/2024, 8:20 PMfuture-fountain-82544
09/17/2024, 8:39 PMfuture-fountain-82544
09/17/2024, 8:39 PMcreamy-pencil-82913
09/17/2024, 8:48 PMfuture-fountain-82544
09/17/2024, 8:57 PM