-
Notifications
You must be signed in to change notification settings - Fork 89
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
Add tekton tasks for eks-cluster-create/teardown and kaniko #866
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall lgtm
...s/clusters/optional-test-infra-tekton/namespaces/kubeflow-test-infra/eks-cluster-create.yaml
Outdated
Show resolved
Hide resolved
default: "4" | ||
description: The maximum number of nodes in the cluster. | ||
workspaces: | ||
- name: secrets |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to configure this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added a sample secrets file
* add sample file for aws-credentials secret
/lgtm @theofpa Thanks! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: PatrickXYS, theofpa 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 |
Which issue is resolved by this Pull Request:
Resolves #
Description of your changes:
Add three reusable tasks from tekton hub:
The kaniko image is modified to fetch a custom built image until the pending PRs awslabs/amazon-ecr-credential-helper#253, GoogleContainerTools/kaniko#1515 and GoogleContainerTools/kaniko#1543 will be merged and released to have ECR-public support in kaniko. More information here.
Checklist:
If PR related to Optional-Test-Infra,
aws/GitOps
folder:cd aws
make optional-generate
make optional-test