-
Notifications
You must be signed in to change notification settings - Fork 11
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
Set up oci-prow-worker on OCI with OpenTofu #68
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Marvin Beckers <mail@embik.me>
Skipping CI for Draft Pull Request. |
Signed-off-by: Marvin Beckers <mail@embik.me>
Signed-off-by: Marvin Beckers <mail@embik.me>
Signed-off-by: Marvin Beckers <marvin@kubermatic.com>
Signed-off-by: Marvin Beckers <marvin@kubermatic.com>
|
||
The following environment variables are required before running any `make` targets: | ||
|
||
- `AWS_ACCESS_KEY_ID`: Needs to be the key ID for a [Customer Secret Key](https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/managingcredentials.htm#Working2) to access OCI's S3-compatible storage buckets. |
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.
Can you add .env.example
file and source it in the make file? And ignore .env
in git too. Basically placeholder for env to be used when using locally?
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.
var.node_pool_ssh_public_key is missing too. Do we have shared on?
/lgtm |
LGTM label has been added. Git tree hash: 1d3363b8ec4349c6eefd20a27c6d9ee8ead41081
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: mjudeikis The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
New changes are detected. LGTM label has been removed. |
Signed-off-by: Marvin Beckers <marvin@kubermatic.com>
Signed-off-by: Marvin Beckers <marvin@kubermatic.com>
Signed-off-by: Marvin Beckers <marvin@kubermatic.com>
Signed-off-by: Marvin Beckers <marvin@kubermatic.com>
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
/remove-lifecycle stale |
This is a WIP PR for creating a OKE cluster via OpenTofu that we can use as a new prow worker cluster.