Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Wiring user identities" #465

Merged
merged 1 commit into from
Aug 2, 2024

Conversation

jsturtevant
Copy link
Contributor

This reverts commit 8dc7bb1.

This is passing for ws2022 but started failing in ws2019 with E0802 14:31:52.114636 6048 kuberuntime_manager.go:269] "Failed to register CRI auth plugins" err="plugin binary directory /var/lib/kubelet/credential-provider did not exist"

also seeing some interesting errors in logs:

b1d0a36836c1","Type":"ContainerStarted","Data":"34516e609fce5ffa186d271994a9288502d1a52e440cb9ca51a309d5520b6eea"}
E0802 17:18:50.454190    4912 log.go:32] "PullImage from image service failed" err="rpc error: code = NotFound desc = failed to pull and unpack image \"e2eprivatecommunity.azurecr.io/alpine:3.7\": failed to resolve reference \"e2eprivatecommunity.azurecr.io/alpine:3.7\": e2eprivatecommunity.azurecr.io/alpine:3.7: not found" image="e2eprivatecommunity.azurecr.io/alpine:3.7"
E0802 17:18:50.755482    4912 log.go:32] "PullImage from image service failed" err="rpc error: code = Unknown desc = failed to pull and unpack image \"e2eprivatecommunity.azurecr.io/alpine:3.7\": failed to resolve reference \"e2eprivatecommunity.azurecr.io/alpine:3.7\": failed to authorize: failed to fetch anonymous token: unexpected status from GET request to https://e2eprivatecommunity.azurecr.io/oauth2/token?scope=repository%3Aalpine%3Apull&service=e2eprivatecommunity.azurecr.io: 401 Unauthorized" image="e2eprivatecommunity.azurecr.io/alpine:3.7"
E0802 17:18:50.755904    4912 kuberuntime_manager.go:1272] "Unhandled Error" err="container &Container{Name:image-pull-test,Image:e2eprivatecommunity.azurecr.io/alpine:3.7,Command:[/bin/sh -c while true; do sleep 1; done],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-2fl6v,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,RecursiveReadOnly:nil,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:Always,SecurityContext:nil,Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,ResizePolicy:[]ContainerResizePolicy{},RestartPolicy:nil,} start failed in pod image-pull-teste6f5f010-1cbc-416c-a4fd-82d2361bb2de_container-runtime-2696(fb7746e7-1a03-4678-93c5-b1d0a36836c1): ErrImagePull: [rpc error: code = NotFound desc = failed to pull and unpack image \"e2eprivatecommunity.azurecr.io/alpine:3.7\": failed to resolve reference \"e2eprivatecommunity.azurecr.io/alpine:3.7\": e2eprivatecommunity.azurecr.io/alpine:3.7: not found, failed to pull and unpack image \"e2eprivatecommunity.azurecr.io/alpine:3.7\": failed to resolve reference \"e2eprivatecommunity.azurecr.io/alpine:3.7\": failed to authorize: failed to fetch anonymous token: unexpected status from GET request to https://e2eprivatecommunity.azurecr.io/oauth2/token?scope=repository%3Aalpine%3Apull&service=e2eprivatecommunity.azurecr.io: 401 Unauthorized]" logger="UnhandledError"

While we investigate, to unblock the release-informing job we will revert this.

/assign @marosset @ritikaguptams

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Aug 2, 2024
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jsturtevant

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Aug 2, 2024
@marosset
Copy link
Contributor

marosset commented Aug 2, 2024

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 2, 2024
@k8s-ci-robot k8s-ci-robot merged commit 553e949 into kubernetes-sigs:master Aug 2, 2024
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants