Hello Davide!
I am running the File Daemon on the master node, on the control plane. It's
Kubernetes vanilla, version 1.25.4.
No, the master node is running on the same subnet as the workers.
It should be some network issue, I think.
Best regards,
Zsolt
On Wed, Jan 11, 2023 at 8:45 AM Davide F.
Hi!
Yes, but only one tiny:
kind: NetworkPolicy
apiVersion: networking.k8s.io/v1
metadata:
name: allow-apiserver
namespace: calico-apiserver
ownerReferences:
- apiVersion: operator.tigera.io/v1
kind: APIServer
name: default
controller: true
blockOwnerDeletion: tr
Hi,
Are you using some kind of network policy within your cluster ?
Best,
Davide
On Wed, 11 Jan 2023 at 10:53 Zsolt Kozak wrote:
> Hello Davide!
>
> I am running the File Daemon on the master node, on the control plane.
> It's Kubernetes vanilla, version 1.25.4.
> No, the master node is runni
Hello Zsolt,
Indeed, the NetworkPolicy you've provided doesn't seem to be involved in
the issue your facing.
Let's keep trying to figure out what's going on with your setup
Could you run these commands below
kubectl get networkpolicy
and if you get some result, run
kubectl describe networkpo