Add init container to GFD for handling imex nodes config mount#1070
Merged
cdesiniotis merged 3 commits intomainfrom Oct 28, 2024
Merged
Add init container to GFD for handling imex nodes config mount#1070cdesiniotis merged 3 commits intomainfrom
cdesiniotis merged 3 commits intomainfrom
Conversation
klueska
reviewed
Oct 25, 2024
klueska
reviewed
Oct 25, 2024
| echo "Removing cached IMEX nodes config" | ||
| rm -f /config/${IMEX_NODES_CONFIG_FILE} | ||
| fi | ||
| if [[ ! -f ${DRIVER_ROOT_CTR_PATH}/${IMEX_NODES_CONFIG_FILE} ]]; then |
Contributor
There was a problem hiding this comment.
Where is DRIVER_ROOT_CTR_PATH being set?
Contributor
Author
There was a problem hiding this comment.
A few lines above when we source the driver-ready file.
Contributor
Author
There was a problem hiding this comment.
Here are the logs from the init container now:
cdesiniotis@cnt-imex-devel:~$ kubectl logs -n gpu-operator gpu-feature-discovery-5nd22 -c gpu-feature-discovery-imex-init
IS_HOST_DRIVER=true
NVIDIA_DRIVER_ROOT=/
DRIVER_ROOT_CTR_PATH=/host
NVIDIA_DEV_ROOT=/
DEV_ROOT_CTR_PATH=/host
Copying IMEX nodes config
Contributor
Author
|
@ArangoGutierrez @tariq1890 do you know why the GitHub actions are not being triggered here? |
Contributor
|
43e1a9e to
401c81d
Compare
Signed-off-by: Christopher Desiniotis <cdesiniotis@nvidia.com>
Signed-off-by: Christopher Desiniotis <cdesiniotis@nvidia.com>
401c81d to
d2c828b
Compare
tariq1890
reviewed
Oct 25, 2024
1e42c5f to
2117822
Compare
Signed-off-by: Christopher Desiniotis <cdesiniotis@nvidia.com>
2117822 to
22941b5
Compare
tariq1890
approved these changes
Oct 25, 2024
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.
No description provided.