brief-mouse-13981
11/23/2023, 10:19 AMcurl.exe --insecure -fL <https://url/wins-agent-install.ps1> -o install.ps1; Set-ExecutionPolicy Bypass -Scope Process -Force; ./install.ps1 -Server <https://url> -Label 'cattle.io/os=windows' -Token <token> -Worker -CaChecksum <checksum>
I get the following messags in my powershell prompt:
INFO: Windows feature: 'Containers' is installed. Installation will proceed.
INFO: Value from <https://url/cacerts> is an x509 certificate
okINFO: Determined CA is not necessary to connect to Rancher.
INFO: Successfully tested Rancher connection.
INFO: Checking if rancher-wins service exists
INFO: rancher-wins service found, stopping now
INFO: Downloading Wins from <https://url/assets/wins.exe>
INFO: Successfully downloaded the wins binary.
INFO: Not generating Cattle ID
ERROR: 000 received while downloading Rancher connection information. Sleeping for 5 seconds and trying again.
ERROR: 000 received while downloading Rancher connection information. Sleeping for 5 seconds and trying again.
ERROR: 000 received while downloading Rancher connection information. Sleeping for 5 seconds and trying again.
ERROR: 000 received while downloading Rancher connection information. Sleeping for 5 seconds and trying again.
ERROR: 000 received while downloading Rancher connection information. Sleeping for 5 seconds and trying again.
ERROR: 000 received while downloading Rancher connection information. Sleeping for 5 seconds and trying again.
INFO: Checking if rancher-wins service exists.
Status Name DisplayName
------ ---- -----------
Stopped rancher-wins Rancher Wins
INFO: Starting rancher-wins service.
I can see this in the rancher logs itself:
2023/11/23 10:18:10 [ERROR] [rkebootstrap] fleet-default/custom-e83796ae5642: error getting machine by owner reference no matching controller owner ref
2023/11/23 10:18:10 [ERROR] error syncing 'fleet-default/custom-e83796ae5642': handler rke-bootstrap: no matching controller owner ref, requeuing
2023/11/23 10:18:13 [ERROR] [CAPI] Reconciler error: failed to add &Node{ObjectMeta:{ 0 0001-01-01 00:00:00 +0000 UTC <nil> <nil> map[] map[] [] [] []},Spec:NodeSpec{PodCIDR:,DoNotUseExternalID:,ProviderID:,Unschedulable:false,Taints:[]Taint{},ConfigSource:nil,PodCIDRs:[],},Status:NodeStatus{Capacity:ResourceList{},Allocatable:ResourceList{},Phase:,Conditions:[]NodeCondition{},Addresses:[]NodeAddress{},DaemonEndpoints:NodeDaemonEndpoints{KubeletEndpoint:DaemonEndpoint{Port:0,},},NodeInfo:NodeSystemInfo{MachineID:,SystemUUID:,BootID:,KernelVersion:,OSImage:,ContainerRuntimeVersion:,KubeletVersion:,KubeProxyVersion:,OperatingSystem:,Architecture:,},Images:[]ContainerImage{},VolumesInUse:[],VolumesAttached:[]AttachedVolume{},Config:nil,},} watch on cluster fleet-default/rke2-home: failed to create cluster accessor: error creating dynamic rest mapper for remote cluster "fleet-default/rke2-home": Get "<https://10.43.78.117/k8s/clusters/c-m-kz9pwkzm/api?timeout=10s>": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
What does this mean? Any clues on where to go from here?