-
Notifications
You must be signed in to change notification settings - Fork 443
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 CI test cluster version to 1.16 #1316
Update CI test cluster version to 1.16 #1316
Conversation
/retest |
looks like getting similar errors as KFServing was having eariler
|
@yuzisun Yes, sometime this error appears, I don't know why. |
/retest |
@yuzisun Did you fix it somehow for KF Serving ? |
no, it is random, sometimes retry works, I think it is gcp issue. |
/retest |
8 similar comments
/retest |
/retest |
/retest |
/retest |
/retest |
/retest |
/retest |
/retest |
/retest |
5 similar comments
/retest |
/retest |
/retest |
/retest |
/retest |
@johnugeorge @gaocegege I added part to fix connection error in activate service account part. |
Is this a gke bug of not getting activated? |
@johnugeorge I think it is a GCP networking issue, KF Serving has the same: kserve/kserve#979 (comment) |
/lgtm |
Instead of this adding try catch on Activate Service Account, we can try to add |
It looks much more clean right? |
I think it is better! |
5db4ded
to
1e0684c
Compare
The test is passed with retry strategy. Can you approve it @gaocegege @johnugeorge ? |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: johnugeorge 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 |
It seems that we can't create new GKE cluster with 1.14 version.
Ref: https://cloud.google.com/kubernetes-engine/docs/release-notes#august_27_2020_r28.
I update version to 1.16, KF serving uses it also.
/assign @johnugeorge @gaocegege
/cc @yuzisun