-
Notifications
You must be signed in to change notification settings - Fork 827
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
Migrate away from google.com gcp project k8s-authenticated-test #1459
Comments
/wg k8s-infra |
For reference, here's the output of {
"bindings": [
{
"members": [
"projectEditor:k8s-authenticated-test",
"projectOwner:k8s-authenticated-test"
],
"role": "roles/storage.legacyBucketOwner"
},
{
"members": [
"allAuthenticatedUsers",
"projectViewer:k8s-authenticated-test"
],
"role": "roles/storage.legacyBucketReader"
}
],
"etag": "CAk="
} To keep the behavior of these tests as-is using a new registry, the key part is That said, I question whether we should keep these tests at all, ref: kubernetes/kubernetes#97026 (comment) |
/miletone v1.21 |
/cc |
/milestone v1.22 |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
/remove-lifecycle rotten |
/milestone v1.24 |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
One possible alternative discussed at kubernetes/kubernetes#113925 (comment) This project is at risk in the near future and GCR is deprecated and shutting down within a year anyhow. Raised in #sig-node today. |
copying from kubernetes/kubernetes#113925 (comment) This internal GCR will be shut down early (october?) rather than waiting for the public normal end-user GCR turn down timeline unless a Googler intervenes (internal bug: b/355704184). It does not seem like we have sufficient interest in this test to bother continuing to deal with this problematic infrastructure, I'm somewhat inclined to preemptively shut it down now and move on. We should not have ever been depending on a hardcoded service account key for a public authenticated endpoint in the test binaries, that was never a sustainable solution. |
Part of umbrella issue to migrate away from google.com gcp projects: #1469
Part of umbrella to migrate kubernetes e2e test images/registries to community-owned infrastructure: #1458
The registry is used by the following kubernetes e2e tests:
The k8s-authenticated-test project was accidentally earlier today, and has caused these tests to fail (ref: ref: kubernetes/kubernetes#97002 (comment))
We should:
The text was updated successfully, but these errors were encountered: