-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feature/revive compute #130
base: master
Are you sure you want to change the base?
Conversation
@@ -26,7 +26,7 @@ MINIKUBE_RECREATE=${MINIKUBE_RECREATE:-true} | |||
START_MINIKUBE=${START_MINIKUBE:-true} | |||
CONFIGURE_K8S_COMPUTE=${CONFIGURE_K8S_COMPUTE:-true} | |||
COMPUTE_NAMESPACE=${COMPUTE_NAMESPACE:-nvm-disc} | |||
|
|||
KEEPER_ARTIFACTS_FOLDER="${HOME}/nevermined-contracts/artifacts" |
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.
This variable is already defined in the start_nevermined.sh
file:
export KEEPER_ARTIFACTS_FOLDER="${NEVERMINED_HOME}/nevermined-contracts/artifacts"
So I don't think needs to be re-defined here
@@ -259,11 +259,14 @@ configure_nevermined_compute() { | |||
$K create namespace $COMPUTE_NAMESPACE | |||
fi | |||
|
|||
#mount local directory to minikube vm |
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.
cleanup
#echo -e "${COLOR_B}Creating configmap with artifacts from folder ${KEEPER_ARTIFACTS_FOLDER} ...${COLOR_RESET}" | ||
#$K create -n $COMPUTE_NAMESPACE configmap artifacts --from-file=${KEEPER_ARTIFACTS_FOLDER} | ||
|
||
# Install argo artifacts | ||
helm install -n $COMPUTE_NAMESPACE argo-artifacts stable/minio --set fullnameOverride=argo-artifacts --set resources.requests.memory=1Gi | ||
helm install -n $COMPUTE_NAMESPACE argo-artifacts bitnami/minio --version 11.10.13 --set fullnameOverride=argo-artifacts --set resources.requests.memory=1Gi |
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.
minio version should be defined in an environment variable like MINIKUBE_VERSION
and not hardcoded here
Description
Add a description of your changes here.
Is this PR related with an open issue?
Related to Issue #
Types of changes
Checklist: