Skip to content
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 imagepullsecret and update to v0.13.0 #172

Merged
merged 4 commits into from
Jun 9, 2020

Conversation

Tomcli
Copy link
Member

@Tomcli Tomcli commented Jun 9, 2020

Which issue is resolved by this Pull Request:
Resolves #54

Description of your changes:

  • Fix taskRunSpecs bugs for v0.13.0 release (there's a missing s in the spec)
  • Update imagepullsecret to use the Tekton v0.13.0 podTemplate (also help for the single PipelineRun PR)
  • Update default Tekton version to v.0.13.0 since we will be moving forward with these new features.

Environment tested:

  • Python Version (use python --version): 3.6.4
  • Tekton Version (use tkn version): v0.13.0
  • Kubernetes Version (use kubectl version): 1.16
  • OS (e.g. from /etc/os-release):

@kubeflow-bot
Copy link

This change is Reviewable

Copy link
Collaborator

@animeshsingh animeshsingh left a comment

Choose a reason for hiding this comment

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

thanks @Tomcli
/lgtm with couple minor nits

sdk/FEATURES.md Outdated Show resolved Hide resolved
sdk/FEATURES.md Outdated Show resolved Hide resolved
sdk/FEATURES.md Outdated
@@ -197,6 +195,5 @@ An exit handler is a component that always executes, irrespective of success or

[ParallelFor]: https://github.com/tektoncd/pipeline/issues/2050
[VarSub]: https://github.com/tektoncd/pipeline/issues/2322
Copy link
Member

Choose a reason for hiding this comment

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

VarSub was also addressed in KFP-tekton, is it?

Copy link
Member Author

Choose a reason for hiding this comment

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

VarSub is not resolved, the issue is being redirected to a different one with the same feature requirement. I updated the issue link to the new issue.

Copy link
Member

@ckadner ckadner left a comment

Choose a reason for hiding this comment

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

Thanks for fixing the taskRunSpec issue. I did not see the missing s and struggled with that for hours trying to get the E2E tests to run. I even reinstalled my Tekton cluster twice :-)

/lgtm

@ckadner
Copy link
Member

ckadner commented Jun 9, 2020

@Tomcli -- can you address Feng's and Animesh's comments so we can merge this? Thanks.

@k8s-ci-robot k8s-ci-robot removed the lgtm label Jun 9, 2020
Copy link
Member

@ckadner ckadner left a comment

Choose a reason for hiding this comment

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

/lgtm

@ckadner
Copy link
Member

ckadner commented Jun 9, 2020

/approve

@k8s-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ckadner

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot merged commit 171b920 into kubeflow:master Jun 9, 2020
@Tomcli Tomcli deleted the imagepullsecret branch December 22, 2023 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for set_image_pull_secrets
6 participants