Skip to content

Conversation

@zylxjtu
Copy link
Contributor

@zylxjtu zylxjtu commented Oct 31, 2025

This is based on #521, while we have met with issue for calico related pod on linux node.but the system pods such as calico-apiserver and calico-node pods are failing on linux node, while the calico-node* related pos are in running state on windows node. it looks hat during the installation of calico/cni, it will need to call DNS to reach to apiserver, while the coreDNS pod, without the cni being set up, will not be able to properly SNAT its request so it failed to request to upstream DNS.

the workaround here is to use ipaddress instead of the servername to calico-node to break this kind of deadlock.

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Oct 31, 2025
}

apply_workload_configuraiton(){
log "wait for cluster to stabilize"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this seems to be redundant from PR: #520 @jrvaldes

@zylxjtu zylxjtu force-pushed the master branch 2 times, most recently from 848948f to 908e7cc Compare October 31, 2025 23:20
@zylxjtu
Copy link
Contributor Author

zylxjtu commented Nov 3, 2025

/retest

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: msft-linliu, zylxjtu
Once this PR has been reviewed and has the lgtm label, please assign andyzhangx for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants