-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SOLVED] Issue migrating to Tigera Operator, IPAMCONFIGURATION not found #3276
Comments
Please provide more info. How did you migrate? What directions did you follow? Please include any additional info you find. I would expect that the IPAMConfiguration is the problem here. I'm surprised your old windows pods aren't still present on the windows nodes, but I'm not too familiar with how the migration works with windows. |
Hello, these are the answers. A. What directions did you follow? Tigera migration procedure on calico website. I have applied the manifest (with my custom parameters, like api server address / port , got cidr, etc ...). All is working fine for linux node. But nothing appear for windows node (the windows calico node daemonset do not spaw at all. Nothing about this ds in events logs) B. Do you have the IPAMConfiguration resource type in your cluster? i do not have IPAMConfiguration object but i have IPAMConfig. Dont know if it is the same your talk about.
C. Have you reviewed the tigerastatus?
Other informations
|
@amapi what steps did you follow to migrate to windows operator? Was it these https://docs.tigera.io/calico/latest/getting-started/kubernetes/windows-calico/operator ? (Meaning: have you already added the required configuration for windows and enabled it in the installation resource?) Can you post more complete operator logs, and the output of |
(Meaning: have you already added the required configuration for windows and enabled it in the installation resource?) Calico is already installed on windows node, installation is done following calico documentation (can detail here but i will just copy/paste calico website) For the calico operator, I had the installation object
|
Have edited previous message and added new response |
I think you need to deploy the APIServer.
and then |
i'm testing, will report when done |
This is IT. Thanks a lot. Solution: Apply
|
We decide to migrate from calico manifest installation to Tigera Calico Operator on K8S cluster with Windows nodes.
Everything work (calico run fine) on Linux node
Nothing work on Windows node
No calico-node-win (pod/ds) are created.
Tigera Operator pod report this error message
"Waiting for IPAMConfiguration watch to be established"
Cluster before migration:
K8S 1.27.6
Calico 3.27.2 (installed with manifest)
Calico run fine on linux and windows node
Cluster after calico tigera operator migration:
K8S 1.27.6
Calico 3.27.2 ok on linux node
Nothing on windows node
The text was updated successfully, but these errors were encountered: