-
Notifications
You must be signed in to change notification settings - Fork 41.5k
Closed
Labels
kind/failing-testCategorizes issue or PR as related to a consistently or frequently failing test.Categorizes issue or PR as related to a consistently or frequently failing test.sig/windowsCategorizes an issue or PR as relevant to SIG Windows.Categorizes an issue or PR as relevant to SIG Windows.
Description
Test added by: #74738 is failing on WIndows.
Reason for failure:
- The way the test is set up it does not actually wait for the pod to be Running.
Here: https://github.com/kubernetes/kubernetes/blob/master/test/e2e/windows/gmsa.go#L71
It should be using PodClient().CreateSync() in order to wait for the pod.
- Running the command on the pods created by the tests ( when they finally start ) outputs the following:
/usr/local/bin/kubectl --server=https://k8s-cbelu-2.eastus.cloudapp.azure.com --kubeconfig=/home/ubuntu/kube/config_2 exec --namespace=gmsa-test-windows-4891 with-correct-gmsa-annotations --container=container1 -- nltest /PARENTDOMAIN
Getting parent domain failed: Status = 1722 0x6ba RPC_S_SERVER_UNAVAILABLE
command terminated with exit code 1
@ddebroy Is there something that needs to be set up on the nodes in order for the test to run? Does it expect that the nodes are joined in a domain?
claudiubelu
Metadata
Metadata
Assignees
Labels
kind/failing-testCategorizes issue or PR as related to a consistently or frequently failing test.Categorizes issue or PR as related to a consistently or frequently failing test.sig/windowsCategorizes an issue or PR as relevant to SIG Windows.Categorizes an issue or PR as relevant to SIG Windows.