KubeCluster
Client –> Scheduler: missing port number in address 'kubernetes'
#405
Labels
KubeCluster
Client –> Scheduler: missing port number in address 'kubernetes'
#405
What happened:
When spawning a new k8s cluster, I get these errors:
With versions:
What you expected to happen:
I haven't declared
kubernetes
anywhere, so I don't expect it to crash on it.I've disabled istio injection, so it should not be a problem with istio.
When looking at the pods, both a worker and a scheduler is created in the cluster and they connect to each other (looking at their logs).
The code is running from the same cluster as it's deploying to.
Minimal Complete Verifiable Example:
Anything else we need to know?:
Environment:
FROM python:3.9-slim as base
The text was updated successfully, but these errors were encountered: