-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
SDK/Components/Python - Improved Python2 compatibility #718
SDK/Components/Python - Improved Python2 compatibility #718
Conversation
Improved Python2 compatibility in Lightweight python components
/lgtm |
/retest |
3 similar comments
/retest |
/retest |
/retest |
/test kubeflow-pipeline-build-image |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Ark-kun 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 |
/test kubeflow-pipeline-build-image |
* Fix the docker image; I switched the base image to alpine but didn't update the pkg commands from apt to apk. * Refactor the code to make it easier to write a unittest for the error regexes. * Use a global map for the regexes * Use named constants for the particular error types * We should be using CombinedOutput in order to get stdout and stderr when shelling out. * Mark required flags * Use working directory as default directory * Change flag name for push to refspec * Add an option to format logs as json * This is needed when running in cluster and using stackdriver so that multi line entries and metadata fields like level and filename are recorded as structured entries. * Add kustomize to the prctl image * This is a quick fix so we can use the prctl image to run hydration of manifests
…ry (kubeflow#718) * Fix check_sa_exists not checking all service accounts * Fixed lint errors
…eflow#718) * update KFP SDK version to 1.7.2, create KFP-TEKTON 1.0.0 release * update standalone deployment readme
/assign @qimingj @gaoning777 @hongye-sun
This change is