Closed lippertmarkus closed 2 years ago
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.
This bot triages issues and PRs according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/lifecycle rotten
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.
This bot triages issues and PRs according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle rotten
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle rotten
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.
This bot triages issues and PRs according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/reopen
/remove-lifecycle rotten
Please send feedback to sig-contributor-experience at kubernetes/community.
/close
@k8s-triage-robot: Closing this issue.
When running
make all
on Ubuntu, the script ends successfully including the smoke tests but the calico-kube-controller and calico-node pods are crashing because of failed probes. Logs however don't show any errors:calico-kube-controllers:
calico-node:
Maybe a symptom of that is, that the networking only partially works:
Pod-to-Internet
linux pod -> internet works
windows pod -> internet doesn't work (windows node itself does have internet connection)
Node-to-service
controlplane -> windows service works controlplane -> linux service works
Windows node -> windows service doesn't work Windows node -> linux service doesn't work
Pod-to-service
linux pod -> linux service works linux pod -> windows service works windows pod -> linux service works windows pod -> windows service works
Pod-to-Pod
Linux pod -> Linux pod works Linux pod -> Windows pod doesn't work
Windows pod -> Linux pod works Windows pod -> Windows pod doesn't work
Node-to-Pod
controlplane -> linux pod works controlplane -> windows pod doesn't work
windows node -> linux pod doesn't work windows node -> windows pod doesn't work