-
Notifications
You must be signed in to change notification settings - Fork 700
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
CI stop working due to unsupported kubernetes version being used #1581
Comments
Let me pick up this one and help fix it. |
1 task
tenzen-y
added a commit
to tenzen-y/katib
that referenced
this issue
May 22, 2022
To avoid the `../../../../pkg/mod/k8s.io/client-go@v0.22.2/plugin/pkg/client/auth/exec/metrics.go:21:2: package io/fs is not in GOROOT (/usr/local/go/src/io/fs)` error, we need to update Go version, but as described in kubeflow/training-operator#1581, we do not have permission to update `public.ecr.aws/j1r0q0g6/kubeflow-testing:latest` so we need to update it in this.
tenzen-y
added a commit
to tenzen-y/katib
that referenced
this issue
May 22, 2022
To avoid the `../../../../pkg/mod/k8s.io/client-go@v0.22.2/plugin/pkg/client/auth/exec/metrics.go:21:2: package io/fs is not in GOROOT (/usr/local/go/src/io/fs)` error, we need to update Go version, but as described in kubeflow/training-operator#1581, we do not have permission to update `public.ecr.aws/j1r0q0g6/kubeflow-testing:latest` so we need to update it in this.
tenzen-y
added a commit
to tenzen-y/katib
that referenced
this issue
May 22, 2022
To avoid the `../../../../pkg/mod/k8s.io/client-go@v0.22.2/plugin/pkg/client/auth/exec/metrics.go:21:2: package io/fs is not in GOROOT (/usr/local/go/src/io/fs)` error, we need to update Go version, but as described in kubeflow/training-operator#1581, we do not have permission to update `public.ecr.aws/j1r0q0g6/kubeflow-testing:latest` so we need to update it in this.
tenzen-y
added a commit
to tenzen-y/katib
that referenced
this issue
May 22, 2022
To avoid the `../../../../pkg/mod/k8s.io/client-go@v0.22.2/plugin/pkg/client/auth/exec/metrics.go:21:2: package io/fs is not in GOROOT (/usr/local/go/src/io/fs)` error, we need to update Go version, but as described in kubeflow/training-operator#1581, we do not have permission to update `public.ecr.aws/j1r0q0g6/kubeflow-testing:latest` so we need to update it in this.
tenzen-y
added a commit
to tenzen-y/katib
that referenced
this issue
May 22, 2022
To avoid the `../../../../pkg/mod/k8s.io/client-go@v0.22.2/plugin/pkg/client/auth/exec/metrics.go:21:2: package io/fs is not in GOROOT (/usr/local/go/src/io/fs)` error, we must use Go v1.16 or later, but as described in kubeflow/training-operator#1581, we do not have permission to update `public.ecr.aws/j1r0q0g6/kubeflow-testing:latest` so we need to update it in this.
1 task
google-oss-prow bot
pushed a commit
to kubeflow/katib
that referenced
this issue
May 22, 2022
…2.2 (#1861) * upgrade kubebuilder version from v2.3.0 to v3.2.0 * fix envtest for experiment-controller * fix suite test To avoid the `timeout waiting for process kube-apiserver to stop` error, we must use the `context.WithCancel`. Ref: kubernetes-sigs/controller-runtime#1571 (comment) * update Go version to v1.17 in kubeflow-katib-presubmit To avoid the `../../../../pkg/mod/k8s.io/client-go@v0.22.2/plugin/pkg/client/auth/exec/metrics.go:21:2: package io/fs is not in GOROOT (/usr/local/go/src/io/fs)` error, we must use Go v1.16 or later, but as described in kubeflow/training-operator#1581, we do not have permission to update `public.ecr.aws/j1r0q0g6/kubeflow-testing:latest` so we need to update it in this.
Closing this as we are using GHA CI |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@zw0610 synced the CI issue found in this Pr #1575 with me and I notice it's using 1.18 which has been deprecated by AWS EKS.
I asked @zw0610 to use 1.19 and file a PR here kubeflow/testing#998. However, I forget the image
public.ecr.aws/j1r0q0g6/kubeflow-testing:latest
was manually updated in the past. Due to #1561, I don't want to bother @PatrickXYS any more. I think we can just use environment to control the version to be created instead.training-operator/test/workflows/components/workflows.libsonnet
Lines 361 to 363 in ce82602
The text was updated successfully, but these errors were encountered: