Skip to content

Commit

Permalink
add more description
Browse files Browse the repository at this point in the history
  • Loading branch information
medyagh committed Jan 27, 2025
1 parent 380dc34 commit d80f708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-kubernetes-versions-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
body: |
This PR was auto-generated by `make update-kubernetes-versions-list` using [update-kubernetes-versions-list.yml](https://github.com/kubernetes/minikube/tree/master/.github/workflows/update-kubernetes-versions-list.yml) CI Workflow.
The purpose of this ValidKubernetesVersions in the code is, to check a kuberentes version is valid without checking Github on first try
and if the version is not valid, it will check Github for the latest valid versions.
and if the version is not valid, it will check Github for the latest valid versions. this will save some unesccary network calls.

1 comment on commit d80f708

@xcarolan
Copy link
Contributor

Choose a reason for hiding this comment

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

Looks like you have a typo - unesccary should be unnecessary

Please sign in to comment.