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

create secret for default service account #262

Merged
merged 11 commits into from
Nov 16, 2018
Merged

Conversation

IronPan
Copy link
Member

@IronPan IronPan commented Nov 14, 2018

This is for smooth transition to kubeflow deployment. Kubeflow would have this installed in cluster and our components start to rely on its existence.


This change is Reviewable

@IronPan IronPan changed the title create secret for default service account [WIP] create secret for default service account Nov 14, 2018
@coveralls
Copy link

coveralls commented Nov 14, 2018

Pull Request Test Coverage Report for Build 361

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 7 unchanged lines in 3 files lost coverage.
  • Overall coverage increased (+7.5%) to 74.993%

Files with Coverage Reduction New Missed Lines %
src/lib/Utils.ts 1 90.16%
src/pages/NewRun.tsx 1 96.37%
src/pages/PipelineSelector.tsx 5 56.1%
Totals Coverage Status
Change from base Build 329: 7.5%
Covered Lines: 1704
Relevant Lines: 2192

💛 - Coveralls

RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl
RUN chmod +x ./kubectl
RUN mv kubectl /usr/local/bin/

# Install ksonnet
RUN curl -LO https://github.com/ksonnet/ksonnet/releases/download/v0.11.0/ks_0.11.0_linux_amd64.tar.gz
Copy link

@charlesa101 charlesa101 Nov 14, 2018

Choose a reason for hiding this comment

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

it will be nicer if the version of ksonnet is defined as an ARG variable, it will make it easier to update and test diff versions of it
i.e

ARG KS_VERSION="0.11.0"
RUN curl -LO https://github.com/ksonnet/ksonnet/releases/download/v$KS_VERSION/ks_$KS_VERSION_linux_amd64.tar.gz```

Copy link
Member Author

Choose a reason for hiding this comment

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

thanks. done :)

@IronPan
Copy link
Member Author

IronPan commented Nov 15, 2018

/retest

@IronPan
Copy link
Member Author

IronPan commented Nov 15, 2018

/test build-image

@IronPan IronPan changed the title [WIP] create secret for default service account create secret for default service account Nov 15, 2018
@IronPan
Copy link
Member Author

IronPan commented Nov 15, 2018

/assign @Ark-kun

@Ark-kun
Copy link
Contributor

Ark-kun commented Nov 15, 2018

/lgtm

@IronPan
Copy link
Member Author

IronPan commented Nov 15, 2018

/test presubmit-e2e-test

@vicaire
Copy link
Contributor

vicaire commented Nov 15, 2018

/lgtm
/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: vicaire

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

1 similar comment
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: vicaire

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

@IronPan
Copy link
Member Author

IronPan commented Nov 15, 2018

/test presubmit-e2e-test

@Ark-kun
Copy link
Contributor

Ark-kun commented Nov 15, 2018

/lgtm

@IronPan
Copy link
Member Author

IronPan commented Nov 15, 2018

/retest

@IronPan
Copy link
Member Author

IronPan commented Nov 16, 2018

/test presubmit-e2e-test

@Ark-kun
Copy link
Contributor

Ark-kun commented Nov 16, 2018

/retest

@k8s-ci-robot k8s-ci-robot merged commit b28a6f0 into master Nov 16, 2018
@IronPan IronPan deleted the yangpa/usersa branch December 10, 2018 22:26
Linchin pushed a commit to Linchin/pipelines that referenced this pull request Apr 11, 2023
* Use Cloud FileStore for the NFS share

* Add a DM config to create cloud filestore instance

* Refactor the test_infra directory to have spearate directories for the
  ksonnet app and deployment manager configs.

* Fix kubeflow#262

* Fix jsonet formatting.
magdalenakuhn17 pushed a commit to magdalenakuhn17/pipelines that referenced this pull request Oct 22, 2023
* Add Dockerfile and GCB for pushing to GCR

* Fix typo in cloudbuild command
HumairAK pushed a commit to red-hat-data-services/data-science-pipelines that referenced this pull request Mar 11, 2024
* update tekton api client to 0.15

* update doc versioning

* Update tekton_kfp_guide.md
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.

6 participants