James Sturtevant
James Sturtevant
I asked on the .net Discord channel: https://discord.com/channels/143867839282020352/1141126727028985877/1304582707287818314 The first one `CSC : warning CS8784: Generator 'VtableIndexStubGenerator' failed to initialize. ` is used for COM and only used in CI...
from the logs of the last run it looks like kube-proxy for windows failed to started, both of the windows nodes started up but kubeproxy and cloud-node manager is failing:...
A different failure also has issues with cloud node manager but different error: https://storage.googleapis.com/kubernetes-jenkins/pr-logs/pull/kubernetes-sigs_cluster-api-provider-azure/4069/pull-cluster-api-provider-azure-windows-containerd-upstream-with-ci-artifacts/1714025610105327616/artifacts/clusters/capz-conf-nq4wee/kube-system/cloud-node-manager-windows-xwn2p/pod-describe.txt ``` Normal Scheduled 30m default-scheduler Successfully assigned kube-system/cloud-node-manager-windows-xwn2p to capz-conf-hrtrc Warning Failed 29m kubelet Failed to...
from job https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/directory/pull-cluster-api-provider-azure-windows-containerd-upstream-with-ci-artifacts/1714025610105327616 ~we see that the `capzci.azurecr.io/azure-cloud-node-manager:266c5e0` is linux only~: ``` regctl manifest get capzci.azurecr.io/azure-cloud-controller-manager:266c5e0 Name: capzci.azurecr.io/azure-cloud-controller-manager:266c5e0 MediaType: application/vnd.docker.distribution.manifest.v2+json Digest: sha256:d4e21d25eeabdbac71f3d87614b9a98805995fb2f0f30840cad7da09a4c620e7 Total Size: 17.99MB Config: Digest: sha256:fc7aa3ed566fcabcf6761407799a3565fda8d08cf6d6dc3ce63ba053d3cbb64e MediaType: application/vnd.docker.container.image.v1+json...
feels similar too https://github.com/kubernetes-sigs/cluster-api-provider-azure/issues/3270
retriggered on https://github.com/kubernetes-sigs/cluster-api-provider-azure/pull/4052 which was the most recent failure and it worked. My current thought is some where the cloudnode manager is being built with linux only and not being...
This looks like what I was trying to accomplish awhile back! I need to read through https://learn.microsoft.com/en-us/dotnet/core/project-sdk/overview but upon a quick look it seems like this will work. Are there...
a quick look at the code and I found that id just takes the name but doesn't do anything else: https://github.com/Azure/azure-service-operator/blob/477e496973c4b1fbbbdb77b83e2164532937d477/pkg/resourcemanager/loadbalancer/client.go#L86-L92
> I wonder if the Azure Portal is doing some extra work here to wire things up - it wouldn't be the first time we've seen a discrepancy between the...
> Also another thing to look at, when you try this in the portal can you look at the raw JSON view for the "works" and "doesn't work" use-cases and...