docs: provide instructions on how to pre-load tf providers in a custom runn…#1490
Open
itsthatriver wants to merge 1 commit into
Open
docs: provide instructions on how to pre-load tf providers in a custom runn…#1490itsthatriver wants to merge 1 commit into
itsthatriver wants to merge 1 commit into
Conversation
akselleirv
reviewed
Jan 21, 2025
akselleirv
left a comment
Collaborator
There was a problem hiding this comment.
Thank you for sharing this with the community @thejosephstevens !
Only updated the tags with the latest release tag.
| runner: | ||
| image: | ||
| repository: ghcr.io/my-org/custom-runnner | ||
| tag: v0.16.0-rc.3 |
Collaborator
There was a problem hiding this comment.
Suggested change
| tag: v0.16.0-rc.3 | |
| tag: v0.16.0-rc.5 |
| kubectl get deployments.apps -n flux-system tf-controller -o jsonpath='{.spec.template.spec.containers[*]}' | jq '.env[] | select(.name == "RUNNER_POD_IMAGE")' | ||
| { | ||
| "name": "RUNNER_POD_IMAGE", | ||
| "value": "ghcr.io/my-org/custom-runner:v0.16.0-rc3" |
Collaborator
There was a problem hiding this comment.
Suggested change
| "value": "ghcr.io/my-org/custom-runner:v0.16.0-rc3" | |
| "value": "ghcr.io/my-org/custom-runner:v0.16.0-rc5" |
|
|
||
| ```bash | ||
| export BASE_IMAGE=ghcr.io/flux-iac/tf-runner | ||
| export BASE_TAG=v0.16.0-rc.4 |
Collaborator
There was a problem hiding this comment.
Suggested change
| export BASE_TAG=v0.16.0-rc.4 | |
| export BASE_TAG=v0.16.0-rc.5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…er image
Following up on my comments here, this PR provides documentation on how to cache TF providers in a custom tf-runner image.