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

CI stop working due to unsupported kubernetes version being used #1581

Closed
Jeffwan opened this issue May 3, 2022 · 2 comments
Closed

CI stop working due to unsupported kubernetes version being used #1581

Jeffwan opened this issue May 3, 2022 · 2 comments

Comments

@Jeffwan
Copy link
Member

Jeffwan commented May 3, 2022

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

$.parts(namespace, name, overrides).e2e(prow_env, bucket).buildTemplate("setup-cluster", testWorkerImage, [
"/usr/local/bin/create-eks-cluster.sh",
]), // setup cluster

@Jeffwan
Copy link
Member Author

Jeffwan commented May 3, 2022

Let me pick up this one and help fix it.

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.
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.
@johnugeorge
Copy link
Member

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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants