Skip to content
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

Orchestration in VDMS with Kubernetes #261

Open
wants to merge 41 commits into
base: develop
Choose a base branch
from
Open

Conversation

100rish
Copy link

@100rish 100rish commented Jan 2, 2025

Closes #246

Copy link
Contributor

Target CPP Coverage: 64.1421%
Source CPP Coverage: 63.0404%

Target Python Coverage: 98.02%
Source Python Coverage: 98.02%

Copy link
Contributor

Target CPP Coverage: 64.1421%
Source CPP Coverage: 63.3586%

Target Python Coverage: 98.02%
Source Python Coverage: 98.02%

Copy link
Contributor

Target CPP Coverage: 64.1421%
Source CPP Coverage: 63.349%

Target Python Coverage: 97.94%
Source Python Coverage: 97.94%

@cwlacewe cwlacewe added this to the v2.11.0 Tasks milestone Feb 27, 2025
Copy link
Contributor

github-actions bot commented Mar 5, 2025

Target CPP Coverage: 64.1323%
Source CPP Coverage: 63.3586%

Target Python Coverage: 97.94%
Source Python Coverage: 97.94%

Copy link
Contributor

github-actions bot commented Mar 6, 2025

Target CPP Coverage: 64.2822%
Source CPP Coverage: 64.2933%

Target Python Coverage: 97.94%
Source Python Coverage: 97.94%

@cwlacewe cwlacewe requested a review from ifadams March 12, 2025 17:17
Copy link
Contributor

Target CPP Coverage: 64.2822%
Source CPP Coverage: 64.2933%

Target Python Coverage: 97.94%
Source Python Coverage: 97.94%

Copy link
Contributor

Target CPP Coverage: 64.2822%
Source CPP Coverage: 64.303%

Target Python Coverage: 97.94%
Source Python Coverage: 97.94%

Copy link
Contributor

@ifadams ifadams left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nothing was leaping out, but I do have some concerns at the level of complexity of the utilities we're bolting on, and think we might want to have a discussion at some point of teasing apart some of the pieces into more isolated libraries/calls (e.g. VCL, K8s support, etc).

That said, approved.

{
echo ""
echo "Usage: $0 -m machinetype -i install -s setup_the_node -k k8s_setup -c clear_the_node -j local_kubeConfig"
echo "\t-m Input the machine type either 'remote' or 'master'"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor nit: we try to avoid using term "master" these days. "primary" is a good alternative.

sudo docker tag remote-udf-1 localhost:5000/remote-udf-1
sudo docker push localhost:5000/remote-udf-1
}
remoteInstallFunction()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I dont think there's a lot we can do in the short term, but I'm concerned about the number of hard coded paths and URLs I'm seeing. This script may be difficult to maintain in the long term given our relatively limited development resources.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants