cfmcgrady opened a new pull request, #4108:
URL: https://github.com/apache/kyuubi/pull/4108
<!--
Thanks for sending a pull request!
Here are some tips for you:
1. If this is your first time, please read our contributor guidelines:
https://kyuubi.readthedocs.io/en/latest/community/CONTRIBUTING.html
2. If the PR is related to an issue in
https://github.com/apache/kyuubi/issues, add '[KYUUBI #XXXX]' in your PR title,
e.g., '[KYUUBI #XXXX] Your PR title ...'.
3. If the PR is unfinished, add '[WIP]' in your PR title, e.g.,
'[WIP][KYUUBI #XXXX] Your PR title ...'.
-->
### _Why are the changes needed?_
<!--
Please clarify why the changes are needed. For instance,
1. If you add a feature, you can talk about the use case of it.
2. If you fix a bug, you can clarify why it is a bug.
-->
1. Provide GitHub token to prevent 403 error.
https://github.com/apache/kyuubi/actions/runs/3852055295/jobs/6563845498
```
data: {
message: "API rate limit exceeded for 65.52.35.0. (But here's the good
news: Authenticated requests get a higher rate limit. Check out the
documentation for more details.)",
documentation_url:
'https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting'
}
```
https://github.com/manusa/actions-setup-minikube#optional-input-parameters
> GITHUB_TOKEN secret value to access GitHub REST API with an unlimited
number of requests (optional but recommended)
2. bump up minikube from v1.25.2 to v1.28.0
3. bump up kubernetes from v1.23.3 to v1.25.4
### _How was this patch tested?_
Pass CI.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]