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

Update tasks.md for bumping kubernetes version to minimum requirement. #565

Merged
merged 1 commit into from
Oct 16, 2023

Conversation

minhoryang
Copy link
Contributor

@minhoryang minhoryang commented Oct 13, 2023

Changes

$ minikube start --kubernetes-version v1.24.4 --driver docker
$ kubectl apply --filename \
https://storage.googleapis.com/tekton-releases/pipeline/latest/release.yaml
$ kubectl get pods --namespace tekton-pipelines --watch
NAME                                           READY   STATUS              RESTARTS      AGE
tekton-events-controller-77f545999b-8ptt4      0/1     ContainerCreating   0             82s
tekton-pipelines-controller-5886b486bd-n2lb7   0/1     CrashLoopBackOff    1 (18s ago)   82s
tekton-pipelines-webhook-846fd9b64d-ngtj9      0/1     ContainerCreating   0             82s
tekton-pipelines-controller-5886b486bd-n2lb7   0/1     Error               2 (21s ago)   85s
^C
$ kubectl logs -n tekton-pipelines tekton-pipelines-controller-5886b486bd-n2lb7
2023/10/13 01:29:51 Registering 8 clients
2023/10/13 01:29:51 Registering 5 informer factories
2023/10/13 01:29:51 Registering 8 informers
2023/10/13 01:29:51 Registering 3 controllers
{"level":"info","ts":1697160591.3197494,"logger":"fallback","caller":"cache/cacheclient.go:42","msg":"CACHE CLIENT &{lru:0x4000319e40 evictedKeys:[] evictedVals:[] onEvictedCB:<nil> lock:{w:{state:0 sema:0} writerSem:0 readerSem:0 readerCount:0 readerWait:0}}"}
2023/10/13 01:29:51 Readiness and health check server listening on port 8080
{"severity":"info","timestamp":"2023-10-13T01:29:51.330Z","logger":"tekton-pipelines-controller","caller":"profiling/server.go:65","message":"Profiling enabled: false","commit":"feb943c"}
{"severity":"fatal","timestamp":"2023-10-13T01:29:51.330Z","logger":"tekton-pipelines-controller","caller":"sharedmain/main.go:386","message":"Version check failed","commit":"feb943c","error":"kubernetes version \"1.24.4\" is not compatible, need at least \"1.25.0-0\" (this can be overridden with the env var \"KUBERNETES_MIN_VERSION\")","stacktrace":"knative.dev/pkg/injection/sharedmain.CheckK8sClientMinimumVersionOrDie\n\tknative.dev/pkg@v0.0.0-20230718152110-aef227e72ead/injection/sharedmain/main.go:386\nknative.dev/pkg/injection/sharedmain.MainWithConfig\n\tknative.dev/pkg@v0.0.0-20230718152110-aef227e72ead/injection/sharedmain/main.go:256\nmain.main\n\tgithub.com/tektoncd/pipeline/cmd/controller/main.go:101\nruntime.main\n\truntime/proc.go:250"}

Submitter Checklist

These are the criteria that every PR should meet, please check them off as you
review them:

See the contribution guide
for more details.

@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Oct 13, 2023

CLA Signed

The committers listed above are authorized under a signed CLA.

  • ✅ login: minhoryang / name: Minho Ryang (7cdb502)

@tekton-robot tekton-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Oct 13, 2023
Copy link
Member

@AlanGreene AlanGreene left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @minhoryang
/lgtm

@tekton-robot tekton-robot added the lgtm Indicates that a PR is ready to be merged. label Oct 16, 2023
@tekton-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: AlanGreene

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

@tekton-robot tekton-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Oct 16, 2023
@tekton-robot tekton-robot merged commit 31ae305 into tektoncd:main Oct 16, 2023
6 checks passed
@minhoryang minhoryang deleted the patch-1 branch October 21, 2023 11:51
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. lgtm Indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants