sparse-intern-71089
08/04/2020, 12:51 PMlimited-rainbow-51650
08/04/2020, 1:19 PMpreviously
? did you bump the k8s version between a previous and this deployment?better-actor-92669
08/04/2020, 1:38 PMbetter-actor-92669
08/04/2020, 1:39 PMbillowy-army-68599
better-actor-92669
08/04/2020, 1:41 PMbetter-actor-92669
08/04/2020, 1:43 PMbetter-actor-92669
08/04/2020, 1:43 PMbetter-actor-92669
08/04/2020, 1:45 PMbillowy-army-68599
kubectl get endpoints
? i suspect your service isn't finding those pods correctly. it uses Kubernetes labels to do thatbetter-actor-92669
08/04/2020, 1:47 PMbetter-actor-92669
08/04/2020, 1:48 PMdmytro.zap@MAC-C02YG37SJGH ~ $ kubectl get endpoints
NAME ENDPOINTS AGE
kubernetes 10.2.2.2:443 177m
traefik <none> 176m
win-webserver 10.206.3.4:80 68m
better-actor-92669
08/04/2020, 1:48 PMbetter-actor-92669
08/04/2020, 1:48 PMbillowy-army-68599
billowy-army-68599
better-actor-92669
08/04/2020, 1:50 PMbetter-actor-92669
08/04/2020, 2:30 PMservice:
enabled: true
type: LoadBalancer
# Additional annotations (e.g. for cloud provider specific config)
annotations:
# Additional entries here will be added to the service spec. Cannot contains
# type, selector or ports entries.
cloud.google.com/load-balancer-type: "Internal"
better-actor-92669
08/04/2020, 2:31 PM