8000 Windows GMSA tests are failing. · Issue #75100 · kubernetes/kubernetes · GitHub
[go: up one dir, main page]

Skip to content

Windows GMSA tests are failing. #75100

@adelina-t

Description

@adelina-t

Test added by: #74738 is failing on WIndows.

Reason for failure:

  1. 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.

  1. 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/failing-testCategorizes issue or PR as related to a consistently or frequently failing test.sig/windowsCategorizes an issue or PR as relevant to SIG Windows.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0