Recent runs || View in Spyglass
PR | oprinmarius: Apply Windows Exporter manifests after Prometheus Core Manifests |
Result | FAILURE |
Tests | 0 failed / 0 succeeded |
Started | |
Elapsed | 39m59s |
Revision | 298fb3b315ae042ab2c7598e0c526aa62ba65c27 |
Refs |
2051 |
... skipping 674 lines ... certificate.cert-manager.io "selfsigned-cert" deleted # Create secret for AzureClusterIdentity ./hack/create-identity-secret.sh make[2]: Entering directory '/home/prow/go/src/sigs.k8s.io/cluster-api-provider-azure' make[2]: Nothing to be done for 'kubectl'. make[2]: Leaving directory '/home/prow/go/src/sigs.k8s.io/cluster-api-provider-azure' Error from server (NotFound): secrets "cluster-identity-secret" not found secret/cluster-identity-secret created secret/cluster-identity-secret labeled # Deploy CAPI curl --retry 3 -sSL https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.1.2/cluster-api-components.yaml | /home/prow/go/src/sigs.k8s.io/cluster-api-provider-azure/hack/tools/bin/envsubst-v2.0.0-20210730161058-179042472c46 | kubectl apply -f - namespace/capi-system created customresourcedefinition.apiextensions.k8s.io/clusterclasses.cluster.x-k8s.io created ... skipping 124 lines ... # Wait for the kubeconfig to become available. timeout --foreground 300 bash -c "while ! kubectl get secrets | grep capz-i86avn-kubeconfig; do sleep 1; done" capz-i86avn-kubeconfig cluster.x-k8s.io/secret 1 1s # Get kubeconfig and store it locally. kubectl get secrets capz-i86avn-kubeconfig -o json | jq -r .data.value | base64 --decode > ./kubeconfig timeout --foreground 600 bash -c "while ! kubectl --kubeconfig=./kubeconfig get nodes | grep control-plane; do sleep 1; done" error: the server doesn't have a resource type "nodes" capz-i86avn-control-plane-lnfj6 NotReady control-plane,master 9s v1.22.1 run "kubectl --kubeconfig=./kubeconfig ..." to work with the new target cluster make[1]: Leaving directory '/home/prow/go/src/sigs.k8s.io/cluster-api-provider-azure' Waiting for 1 control plane machine(s), 2 worker machine(s), and windows machine(s) to become Ready node/capz-i86avn-control-plane-lnfj6 condition met node/capz-i86avn-md-0-8vbsp condition met ... skipping 46 lines ... go: downloading google.golang.org/grpc v1.36.0 go: downloading sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.22 go: downloading google.golang.org/genproto v0.0.0-20210312152112-fc591d9ea70f I0504 17:27:31.522926 27316 network_performance_measurement.go:87] Registering Network Performance Measurement I0504 17:27:31.726939 27316 clusterloader.go:152] ClusterConfig.Nodes set to 3 I0504 17:27:31.770671 27316 clusterloader.go:158] ClusterConfig.MasterName set to capz-i86avn-control-plane-lnfj6 E0504 17:27:31.815348 27316 clusterloader.go:169] Getting master external ip error: didn't find any ExternalIP master IPs I0504 17:27:31.861146 27316 clusterloader.go:176] ClusterConfig.MasterInternalIP set to [10.0.0.4] I0504 17:27:31.861347 27316 clusterloader.go:268] Using config: {ClusterConfig:{KubeConfigPath:/home/prow/go/src/sigs.k8s.io/cluster-api-provider-azure/kubeconfig RunFromCluster:false Nodes:3 Provider:0xc00043ad30 EtcdCertificatePath:/etc/srv/kubernetes/pki/etcd-apiserver-server.crt EtcdKeyPath:/etc/srv/kubernetes/pki/etcd-apiserver-server.key EtcdInsecurePort:2382 MasterIPs:[] MasterInternalIPs:[10.0.0.4] MasterName:capz-i86avn-control-plane-lnfj6 DeleteStaleNamespaces:false DeleteAutomanagedNamespaces:true APIServerPprofByClientEnabled:true KubeletPort:10250 K8SClientsNumber:1 SkipClusterVerification:false} ReportDir:reports EnableExecService:true ModifierConfig:{OverwriteTestConfig:[] SkipSteps:[]} PrometheusConfig:{TearDownServer:true EnableServer:true EnablePushgateway:false ScrapeEtcd:false ScrapeNodeExporter:false ScrapeWindowsNodeExporter:true ScrapeKubelets:false ScrapeMasterKubelets:false ScrapeKubeProxy:true ScrapeKubeStateMetrics:false ScrapeMetricsServerMetrics:false ScrapeNodeLocalDNS:false ScrapeAnet:false ScrapeCiliumOperator:false APIServerScrapePort:443 SnapshotProject: ManifestPath:$GOPATH/src/k8s.io/perf-tests/clusterloader2/pkg/prometheus/manifests CoreManifests:$GOPATH/src/k8s.io/perf-tests/clusterloader2/pkg/prometheus/manifests/*.yaml DefaultServiceMonitors:$GOPATH/src/k8s.io/perf-tests/clusterloader2/pkg/prometheus/manifests/default/*.yaml KubeStateMetricsManifests:$GOPATH/src/k8s.io/perf-tests/clusterloader2/pkg/prometheus/manifests/exporters/kube-state-metrics/*.yaml MasterIPServiceMonitors:$GOPATH/src/k8s.io/perf-tests/clusterloader2/pkg/prometheus/manifests/master-ip/*.yaml MetricsServerManifests:$GOPATH/src/k8s.io/perf-tests/clusterloader2/pkg/prometheus/manifests/exporters/metrics-server/*.yaml NodeExporterPod:$GOPATH/src/k8s.io/perf-tests/clusterloader2/pkg/prometheus/manifests/exporters/node_exporter/node-exporter.yaml WindowsNodeExporterManifests:$GOPATH/src/k8s.io/perf-tests/clusterloader2/pkg/prometheus/manifests/exporters/windows_node_exporter/*.yaml PushgatewayManifests:$GOPATH/src/k8s.io/perf-tests/clusterloader2/pkg/prometheus/manifests/pushgateway/*.yaml StorageClassProvisioner:kubernetes.io/azure-disk StorageClassVolumeType:StandardSSD_LRS ReadyTimeout:15m0s} OverridePaths:[]} I0504 17:27:31.905287 27316 cluster.go:74] Listing cluster nodes: I0504 17:27:31.905343 27316 cluster.go:86] Name: capz-i86a-jkf7d, clusterIP: 10.1.0.4, externalIP: , isSchedulable: false I0504 17:27:31.905354 27316 cluster.go:86] Name: capz-i86a-ld5l5, clusterIP: 10.1.0.5, externalIP: , isSchedulable: false I0504 17:27:31.905360 27316 cluster.go:86] Name: capz-i86avn-control-plane-lnfj6, clusterIP: 10.0.0.4, externalIP: , isSchedulable: true ... skipping 6 lines ... W0504 17:27:32.136405 27316 framework.go:271] There is no matching file for pattern /home/prow/go/src/k8s.io/perf-tests/clusterloader2/pkg/prometheus/manifests/*.yaml. W0504 17:27:32.136438 27316 framework.go:271] There is no matching file for pattern /home/prow/go/src/k8s.io/perf-tests/clusterloader2/pkg/prometheus/manifests/exporters/windows_node_exporter/*.yaml. W0504 17:27:32.136447 27316 framework.go:271] There is no matching file for pattern /home/prow/go/src/k8s.io/perf-tests/clusterloader2/pkg/prometheus/manifests/default/*.yaml. I0504 17:27:32.136455 27316 prometheus.go:327] Exposing kube-apiserver metrics in the cluster W0504 17:27:32.321164 27316 framework.go:271] There is no matching file for pattern /home/prow/go/src/k8s.io/perf-tests/clusterloader2/pkg/prometheus/manifests/master-ip/*.yaml. I0504 17:27:32.321199 27316 prometheus.go:406] Waiting for Prometheus stack to become healthy... W0504 17:28:02.350572 27316 util.go:72] error while calling prometheus api: the server could not find the requested resource (get services http:prometheus-k8s:9090), response: "k8s\x00\n\f\n\x02v1\x12\x06Status\x12e\n\x06\n\x00\x12\x00\x1a\x00\x12\aFailure\x1a#services \"prometheus-k8s\" not found\"\bNotFound* \n\x0eprometheus-k8s\x12\x00\x1a\bservices(\x002\x000\x94\x03\x1a\x00\"\x00" W0504 17:28:32.351937 27316 util.go:72] error while calling prometheus api: the server could not find the requested resource (get services http:prometheus-k8s:9090), response: "k8s\x00\n\f\n\x02v1\x12\x06Status\x12e\n\x06\n\x00\x12\x00\x1a\x00\x12\aFailure\x1a#services \"prometheus-k8s\" not found\"\bNotFound* \n\x0eprometheus-k8s\x12\x00\x1a\bservices(\x002\x000\x94\x03\x1a\x00\"\x00" W0504 17:29:02.349513 27316 util.go:72] error while calling prometheus api: the server could not find the requested resource (get services http:prometheus-k8s:9090), response: "k8s\x00\n\f\n\x02v1\x12\x06Status\x12e\n\x06\n\x00\x12\x00\x1a\x00\x12\aFailure\x1a#services \"prometheus-k8s\" not found\"\bNotFound* \n\x0eprometheus-k8s\x12\x00\x1a\bservices(\x002\x000\x94\x03\x1a\x00\"\x00" W0504 17:29:32.350240 27316 util.go:72] error while calling prometheus api: the server could not find the requested resource (get services http:prometheus-k8s:9090), response: "k8s\x00\n\f\n\x02v1\x12\x06Status\x12e\n\x06\n\x00\x12\x00\x1a\x00\x12\aFailure\x1a#services \"prometheus-k8s\" not found\"\bNotFound* \n\x0eprometheus-k8s\x12\x00\x1a\bservices(\x002\x000\x94\x03\x1a\x00\"\x00" W0504 17:30:02.349966 27316 util.go:72] error while calling prometheus api: the server could not find the requested resource (get services http:prometheus-k8s:9090), response: "k8s\x00\n\f\n\x02v1\x12\x06Status\x12e\n\x06\n\x00\x12\x00\x1a\x00\x12\aFailure\x1a#services \"prometheus-k8s\" not found\"\bNotFound* \n\x0eprometheus-k8s\x12\x00\x1a\bservices(\x002\x000\x94\x03\x1a\x00\"\x00" W0504 17:30:32.350656 27316 util.go:72] error while calling prometheus api: the server could not find the requested resource (get services http:prometheus-k8s:9090), response: "k8s\x00\n\f\n\x02v1\x12\x06Status\x12e\n\x06\n\x00\x12\x00\x1a\x00\x12\aFailure\x1a#services \"prometheus-k8s\" not found\"\bNotFound* \n\x0eprometheus-k8s\x12\x00\x1a\bservices(\x002\x000\x94\x03\x1a\x00\"\x00" W0504 17:31:02.350246 27316 util.go:72] error while calling prometheus api: the server could not find the requested resource (get services http:prometheus-k8s:9090), response: "k8s\x00\n\f\n\x02v1\x12\x06Status\x12e\n\x06\n\x00\x12\x00\x1a\x00\x12\aFailure\x1a#services \"prometheus-k8s\" not found\"\bNotFound* \n\x0eprometheus-k8s\x12\x00\x1a\bservices(\x002\x000\x94\x03\x1a\x00\"\x00" W0504 17:31:32.350813 27316 util.go:72] error while calling prometheus api: the server could not find the requested resource (get services http:prometheus-k8s:9090), response: "k8s\x00\n\f\n\x02v1\x12\x06Status\x12e\n\x06\n\x00\x12\x00\x1a\x00\x12\aFailure\x1a#services \"prometheus-k8s\" not found\"\bNotFound* \n\x0eprometheus-k8s\x12\x00\x1a\bservices(\x002\x000\x94\x03\x1a\x00\"\x00" W0504 17:32:02.349706 27316 util.go:72] error while calling prometheus api: the server could not find the requested resource (get services http:prometheus-k8s:9090), response: "k8s\x00\n\f\n\x02v1\x12\x06Status\x12e\n\x06\n\x00\x12\x00\x1a\x00\x12\aFailure\x1a#services \"prometheus-k8s\" not found\"\bNotFound* \n\x0eprometheus-k8s\x12\x00\x1a\bservices(\x002\x000\x94\x03\x1a\x00\"\x00" W0504 17:32:32.351523 27316 util.go:72] error while calling prometheus api: the server could not find the requested resource (get services http:prometheus-k8s:9090), response: "k8s\x00\n\f\n\x02v1\x12\x06Status\x12e\n\x06\n\x00\x12\x00\x1a\x00\x12\aFailure\x1a#services \"prometheus-k8s\" not found\"\bNotFound* \n\x0eprometheus-k8s\x12\x00\x1a\bservices(\x002\x000\x94\x03\x1a\x00\"\x00" W0504 17:33:02.351734 27316 util.go:72] error while calling prometheus api: the server could not find the requested resource (get services http:prometheus-k8s:9090), response: "k8s\x00\n\f\n\x02v1\x12\x06Status\x12e\n\x06\n\x00\x12\x00\x1a\x00\x12\aFailure\x1a#services \"prometheus-k8s\" not found\"\bNotFound* \n\x0eprometheus-k8s\x12\x00\x1a\bservices(\x002\x000\x94\x03\x1a\x00\"\x00" W0504 17:33:32.349871 27316 util.go:72] error while calling prometheus api: the server could not find the requested resource (get services http:prometheus-k8s:9090), response: "k8s\x00\n\f\n\x02v1\x12\x06Status\x12e\n\x06\n\x00\x12\x00\x1a\x00\x12\aFailure\x1a#services \"prometheus-k8s\" not found\"\bNotFound* \n\x0eprometheus-k8s\x12\x00\x1a\bservices(\x002\x000\x94\x03\x1a\x00\"\x00" W0504 17:34:02.350984 27316 util.go:72] error while calling prometheus api: the server could not find the requested resource (get services http:prometheus-k8s:9090), response: "k8s\x00\n\f\n\x02v1\x12\x06Status\x12e\n\x06\n\x00\x12\x00\x1a\x00\x12\aFailure\x1a#services \"prometheus-k8s\" not found\"\bNotFound* \n\x0eprometheus-k8s\x12\x00\x1a\bservices(\x002\x000\x94\x03\x1a\x00\"\x00" W0504 17:34:32.350065 27316 util.go:72] error while calling prometheus api: the server could not find the requested resource (get services http:prometheus-k8s:9090), response: "k8s\x00\n\f\n\x02v1\x12\x06Status\x12e\n\x06\n\x00\x12\x00\x1a\x00\x12\aFailure\x1a#services \"prometheus-k8s\" not found\"\bNotFound* \n\x0eprometheus-k8s\x12\x00\x1a\bservices(\x002\x000\x94\x03\x1a\x00\"\x00" W0504 17:35:02.350697 27316 util.go:72] error while calling prometheus api: the server could not find the requested resource (get services http:prometheus-k8s:9090), response: "k8s\x00\n\f\n\x02v1\x12\x06Status\x12e\n\x06\n\x00\x12\x00\x1a\x00\x12\aFailure\x1a#services \"prometheus-k8s\" not found\"\bNotFound* \n\x0eprometheus-k8s\x12\x00\x1a\bservices(\x002\x000\x94\x03\x1a\x00\"\x00" W0504 17:35:32.350701 27316 util.go:72] error while calling prometheus api: the server could not find the requested resource (get services http:prometheus-k8s:9090), response: "k8s\x00\n\f\n\x02v1\x12\x06Status\x12e\n\x06\n\x00\x12\x00\x1a\x00\x12\aFailure\x1a#services \"prometheus-k8s\" not found\"\bNotFound* \n\x0eprometheus-k8s\x12\x00\x1a\bservices(\x002\x000\x94\x03\x1a\x00\"\x00" W0504 17:36:02.351423 27316 util.go:72] error while calling prometheus api: the server could not find the requested resource (get services http:prometheus-k8s:9090), response: "k8s\x00\n\f\n\x02v1\x12\x06Status\x12e\n\x06\n\x00\x12\x00\x1a\x00\x12\aFailure\x1a#services \"prometheus-k8s\" not found\"\bNotFound* \n\x0eprometheus-k8s\x12\x00\x1a\bservices(\x002\x000\x94\x03\x1a\x00\"\x00" W0504 17:36:32.350449 27316 util.go:72] error while calling prometheus api: the server could not find the requested resource (get services http:prometheus-k8s:9090), response: "k8s\x00\n\f\n\x02v1\x12\x06Status\x12e\n\x06\n\x00\x12\x00\x1a\x00\x12\aFailure\x1a#services \"prometheus-k8s\" not found\"\bNotFound* \n\x0eprometheus-k8s\x12\x00\x1a\bservices(\x002\x000\x94\x03\x1a\x00\"\x00" W0504 17:37:02.349760 27316 util.go:72] error while calling prometheus api: the server could not find the requested resource (get services http:prometheus-k8s:9090), response: "k8s\x00\n\f\n\x02v1\x12\x06Status\x12e\n\x06\n\x00\x12\x00\x1a\x00\x12\aFailure\x1a#services \"prometheus-k8s\" not found\"\bNotFound* \n\x0eprometheus-k8s\x12\x00\x1a\bservices(\x002\x000\x94\x03\x1a\x00\"\x00" W0504 17:37:32.352220 27316 util.go:72] error while calling prometheus api: the server could not find the requested resource (get services http:prometheus-k8s:9090), response: "k8s\x00\n\f\n\x02v1\x12\x06Status\x12e\n\x06\n\x00\x12\x00\x1a\x00\x12\aFailure\x1a#services \"prometheus-k8s\" not found\"\bNotFound* \n\x0eprometheus-k8s\x12\x00\x1a\bservices(\x002\x000\x94\x03\x1a\x00\"\x00" W0504 17:38:02.350132 27316 util.go:72] error while calling prometheus api: the server could not find the requested resource (get services http:prometheus-k8s:9090), response: "k8s\x00\n\f\n\x02v1\x12\x06Status\x12e\n\x06\n\x00\x12\x00\x1a\x00\x12\aFailure\x1a#services \"prometheus-k8s\" not found\"\bNotFound* \n\x0eprometheus-k8s\x12\x00\x1a\bservices(\x002\x000\x94\x03\x1a\x00\"\x00" W0504 17:38:32.350320 27316 util.go:72] error while calling prometheus api: the server could not find the requested resource (get services http:prometheus-k8s:9090), response: "k8s\x00\n\f\n\x02v1\x12\x06Status\x12e\n\x06\n\x00\x12\x00\x1a\x00\x12\aFailure\x1a#services \"prometheus-k8s\" not found\"\bNotFound* \n\x0eprometheus-k8s\x12\x00\x1a\bservices(\x002\x000\x94\x03\x1a\x00\"\x00" W0504 17:39:02.350294 27316 util.go:72] error while calling prometheus api: the server could not find the requested resource (get services http:prometheus-k8s:9090), response: "k8s\x00\n\f\n\x02v1\x12\x06Status\x12e\n\x06\n\x00\x12\x00\x1a\x00\x12\aFailure\x1a#services \"prometheus-k8s\" not found\"\bNotFound* \n\x0eprometheus-k8s\x12\x00\x1a\bservices(\x002\x000\x94\x03\x1a\x00\"\x00" W0504 17:39:32.350175 27316 util.go:72] error while calling prometheus api: the server could not find the requested resource (get services http:prometheus-k8s:9090), response: "k8s\x00\n\f\n\x02v1\x12\x06Status\x12e\n\x06\n\x00\x12\x00\x1a\x00\x12\aFailure\x1a#services \"prometheus-k8s\" not found\"\bNotFound* \n\x0eprometheus-k8s\x12\x00\x1a\bservices(\x002\x000\x94\x03\x1a\x00\"\x00" W0504 17:40:02.349906 27316 util.go:72] error while calling prometheus api: the server could not find the requested resource (get services http:prometheus-k8s:9090), response: "k8s\x00\n\f\n\x02v1\x12\x06Status\x12e\n\x06\n\x00\x12\x00\x1a\x00\x12\aFailure\x1a#services \"prometheus-k8s\" not found\"\bNotFound* \n\x0eprometheus-k8s\x12\x00\x1a\bservices(\x002\x000\x94\x03\x1a\x00\"\x00" W0504 17:40:32.351089 27316 util.go:72] error while calling prometheus api: the server could not find the requested resource (get services http:prometheus-k8s:9090), response: "k8s\x00\n\f\n\x02v1\x12\x06Status\x12e\n\x06\n\x00\x12\x00\x1a\x00\x12\aFailure\x1a#services \"prometheus-k8s\" not found\"\bNotFound* \n\x0eprometheus-k8s\x12\x00\x1a\bservices(\x002\x000\x94\x03\x1a\x00\"\x00" W0504 17:41:02.350037 27316 util.go:72] error while calling prometheus api: the server could not find the requested resource (get services http:prometheus-k8s:9090), response: "k8s\x00\n\f\n\x02v1\x12\x06Status\x12e\n\x06\n\x00\x12\x00\x1a\x00\x12\aFailure\x1a#services \"prometheus-k8s\" not found\"\bNotFound* \n\x0eprometheus-k8s\x12\x00\x1a\bservices(\x002\x000\x94\x03\x1a\x00\"\x00" W0504 17:41:32.349989 27316 util.go:72] error while calling prometheus api: the server could not find the requested resource (get services http:prometheus-k8s:9090), response: "k8s\x00\n\f\n\x02v1\x12\x06Status\x12e\n\x06\n\x00\x12\x00\x1a\x00\x12\aFailure\x1a#services \"prometheus-k8s\" not found\"\bNotFound* \n\x0eprometheus-k8s\x12\x00\x1a\bservices(\x002\x000\x94\x03\x1a\x00\"\x00" W0504 17:42:02.350349 27316 util.go:72] error while calling prometheus api: the server could not find the requested resource (get services http:prometheus-k8s:9090), response: "k8s\x00\n\f\n\x02v1\x12\x06Status\x12e\n\x06\n\x00\x12\x00\x1a\x00\x12\aFailure\x1a#services \"prometheus-k8s\" not found\"\bNotFound* \n\x0eprometheus-k8s\x12\x00\x1a\bservices(\x002\x000\x94\x03\x1a\x00\"\x00" W0504 17:42:32.349742 27316 util.go:72] error while calling prometheus api: the server could not find the requested resource (get services http:prometheus-k8s:9090), response: "k8s\x00\n\f\n\x02v1\x12\x06Status\x12e\n\x06\n\x00\x12\x00\x1a\x00\x12\aFailure\x1a#services \"prometheus-k8s\" not found\"\bNotFound* \n\x0eprometheus-k8s\x12\x00\x1a\bservices(\x002\x000\x94\x03\x1a\x00\"\x00" W0504 17:42:32.377904 27316 util.go:72] error while calling prometheus api: the server could not find the requested resource (get services http:prometheus-k8s:9090), response: "k8s\x00\n\f\n\x02v1\x12\x06Status\x12e\n\x06\n\x00\x12\x00\x1a\x00\x12\aFailure\x1a#services \"prometheus-k8s\" not found\"\bNotFound* \n\x0eprometheus-k8s\x12\x00\x1a\bservices(\x002\x000\x94\x03\x1a\x00\"\x00" I0504 17:42:32.377957 27316 prometheus.go:454] Dumping monitoring/prometheus-k8s events... I0504 17:42:32.406456 27316 prometheus.go:465] { "metadata": { "resourceVersion": "2694" }, "items": null } F0504 17:42:32.406492 27316 clusterloader.go:300] Error while setting up prometheus stack: timed out waiting for the condition exit status 1 make: Nothing to be done for 'kubectl'. ================ DUMPING LOGS FOR MANAGEMENT CLUSTER ================ Exported logs for cluster "capz" to: /logs/artifacts/management-cluster ================ DUMPING LOGS FOR WORKLOAD CLUSTER (Linux) ========== ... skipping 21 lines ... Deploying log-dump-daemonset-windows daemonset.apps/log-dump-node-windows created Waiting for log-dump-daemonset-windows pod/log-dump-node-windows-dtdnw condition met pod/log-dump-node-windows-x2jq2 condition met Getting logs for node capz-i86a-jkf7d C:\var\log\kubelet\kubelet.exe.capz-i86a-jkf7d.WORKGROUP_capz-i86a-jkf7d$.log.ERROR.20220504-172647.5096 C:\var\log\kubelet\kubelet.exe.capz-i86a-jkf7d.WORKGROUP_capz-i86a-jkf7d$.log.INFO.20220504-172646.5096 C:\var\log\kubelet\kubelet.exe.capz-i86a-jkf7d.WORKGROUP_capz-i86a-jkf7d$.log.WARNING.20220504-172647.5096 C:\var\log\kubelet\kubelet.exe.ERROR C:\var\log\kubelet\kubelet.exe.INFO C:\var\log\kubelet\kubelet.exe.WARNING 6 File(s) copied C:\var\log\pods\default_log-dump-node-windows-dtdnw_c3e977c2-b160-4a99-8507-22d2781b654b\log-dump-node-windows\0.log C:\var\log\pods\kube-system_calico-node-windows-5r62g_0b77dd6b-9eb4-49ca-8a5c-86d39dd28c35\calico-node-felix\0.log C:\var\log\pods\kube-system_calico-node-windows-5r62g_0b77dd6b-9eb4-49ca-8a5c-86d39dd28c35\calico-node-felix\1.log C:\var\log\pods\kube-system_calico-node-windows-5r62g_0b77dd6b-9eb4-49ca-8a5c-86d39dd28c35\calico-node-startup\0.log C:\var\log\pods\kube-system_calico-node-windows-5r62g_0b77dd6b-9eb4-49ca-8a5c-86d39dd28c35\install-cni\0.log 5 File(s) copied Collecting pod logs Getting logfile C:\log\kubelet.exe.capz-i86a-jkf7d.WORKGROUP_capz-i86a-jkf7d$.log.ERROR.20220504-172647.5096 Getting logfile C:\log\kubelet.exe.capz-i86a-jkf7d.WORKGROUP_capz-i86a-jkf7d$.log.INFO.20220504-172646.5096 Getting logfile C:\log\kubelet.exe.capz-i86a-jkf7d.WORKGROUP_capz-i86a-jkf7d$.log.WARNING.20220504-172647.5096 Getting logfile C:\log\kubelet.exe.ERROR Getting logfile C:\log\kubelet.exe.INFO Getting logfile C:\log\kubelet.exe.WARNING Getting logfile C:\log\default_log-dump-node-windows-dtdnw_c3e977c2-b160-4a99-8507-22d2781b654b\log-dump-node-windows\0.log Getting logfile C:\log\kube-system_calico-node-windows-5r62g_0b77dd6b-9eb4-49ca-8a5c-86d39dd28c35\calico-node-felix\0.log Getting logfile C:\log\kube-system_calico-node-windows-5r62g_0b77dd6b-9eb4-49ca-8a5c-86d39dd28c35\calico-node-felix\1.log Getting logfile C:\log\kube-system_calico-node-windows-5r62g_0b77dd6b-9eb4-49ca-8a5c-86d39dd28c35\calico-node-startup\0.log Getting logfile C:\log\kube-system_calico-node-windows-5r62g_0b77dd6b-9eb4-49ca-8a5c-86d39dd28c35\install-cni\0.log Exported logs for node "capz-i86a-jkf7d" Getting logs for node capz-i86a-ld5l5 C:\var\log\kubelet\kubelet.exe.capz-i86a-ld5l5.WORKGROUP_capz-i86a-ld5l5$.log.ERROR.20220504-172707.4944 C:\var\log\kubelet\kubelet.exe.capz-i86a-ld5l5.WORKGROUP_capz-i86a-ld5l5$.log.INFO.20220504-172706.4944 C:\var\log\kubelet\kubelet.exe.capz-i86a-ld5l5.WORKGROUP_capz-i86a-ld5l5$.log.WARNING.20220504-172707.4944 C:\var\log\kubelet\kubelet.exe.ERROR C:\var\log\kubelet\kubelet.exe.INFO C:\var\log\kubelet\kubelet.exe.WARNING 6 File(s) copied C:\var\log\pods\default_log-dump-node-windows-x2jq2_0bdb19d1-82f9-435d-8d20-3dea36dbf99c\log-dump-node-windows\0.log C:\var\log\pods\kube-system_calico-node-windows-f4d47_8df811ec-6bc5-4961-bbaa-026f6f55c636\calico-node-felix\0.log C:\var\log\pods\kube-system_calico-node-windows-f4d47_8df811ec-6bc5-4961-bbaa-026f6f55c636\calico-node-felix\1.log C:\var\log\pods\kube-system_calico-node-windows-f4d47_8df811ec-6bc5-4961-bbaa-026f6f55c636\calico-node-startup\0.log C:\var\log\pods\kube-system_calico-node-windows-f4d47_8df811ec-6bc5-4961-bbaa-026f6f55c636\install-cni\0.log 5 File(s) copied Collecting pod logs Getting logfile C:\log\kubelet.exe.capz-i86a-ld5l5.WORKGROUP_capz-i86a-ld5l5$.log.ERROR.20220504-172707.4944 Getting logfile C:\log\kubelet.exe.capz-i86a-ld5l5.WORKGROUP_capz-i86a-ld5l5$.log.INFO.20220504-172706.4944 Getting logfile C:\log\kubelet.exe.capz-i86a-ld5l5.WORKGROUP_capz-i86a-ld5l5$.log.WARNING.20220504-172707.4944 Getting logfile C:\log\kubelet.exe.ERROR Getting logfile C:\log\kubelet.exe.INFO Getting logfile C:\log\kubelet.exe.WARNING Getting logfile C:\log\default_log-dump-node-windows-x2jq2_0bdb19d1-82f9-435d-8d20-3dea36dbf99c\log-dump-node-windows\0.log Getting logfile C:\log\kube-system_calico-node-windows-f4d47_8df811ec-6bc5-4961-bbaa-026f6f55c636\calico-node-felix\0.log Getting logfile C:\log\kube-system_calico-node-windows-f4d47_8df811ec-6bc5-4961-bbaa-026f6f55c636\calico-node-felix\1.log Getting logfile C:\log\kube-system_calico-node-windows-f4d47_8df811ec-6bc5-4961-bbaa-026f6f55c636\calico-node-startup\0.log ... skipping 22 lines ...