You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@kyuubi.apache.org by GitBox <gi...@apache.org> on 2023/01/06 06:40:44 UTC

[GitHub] [kyuubi] cfmcgrady opened a new pull request, #4108: [BUILD] Provide GitHub token to prevent 403 error

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: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [kyuubi] cfmcgrady commented on pull request #4108: [BUILD] Provide GitHub token to prevent 403 error

Posted by GitBox <gi...@apache.org>.
cfmcgrady commented on PR #4108:
URL: https://github.com/apache/kyuubi/pull/4108#issuecomment-1373208002

   another approach: setup minikube with `curl` as spark does.
   
   ```yml
         - name: start minikube
           run: |
             # See more in "Installation" https://minikube.sigs.k8s.io/docs/start/
             curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64
             sudo install minikube-linux-amd64 /usr/local/bin/minikube
             # Github Action limit cpu:2, memory: 6947MB, limit to 2U6G for better resource statistic
             minikube start --cpus 2 --memory 6144
   ```
   


-- 
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: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [kyuubi] cfmcgrady closed pull request #4108: [BUILD] Provide GitHub token to prevent 403 error

Posted by GitBox <gi...@apache.org>.
cfmcgrady closed pull request #4108: [BUILD] Provide GitHub token to prevent 403 error
URL: https://github.com/apache/kyuubi/pull/4108


-- 
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: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [kyuubi] cfmcgrady commented on pull request #4108: [BUILD] Provide GitHub token to prevent 403 error

Posted by GitBox <gi...@apache.org>.
cfmcgrady commented on PR #4108:
URL: https://github.com/apache/kyuubi/pull/4108#issuecomment-1373337400

   thanks, merging to master(v1.7.0)/branch-1.6(v1.6.2)


-- 
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: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org