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

[ISSUE-48] [Feature] Init Kubernetes operator directory #75

Merged
merged 3 commits into from
Jul 27, 2022

Conversation

jerqi
Copy link
Contributor

@jerqi jerqi commented Jul 26, 2022

What changes were proposed in this pull request?

To solve issue #48, First step. we add Kubernetes operator profile and directory. We add two scripts build-operator.sh and test-operator.sh. We can use these scripts to build and test our operator. When we use the command mvn compile -Pkubernetes, we can build the operator. When we use the command mvn test -Pkubernetes, we can test the operator.

Why are the changes needed?

We hope use Kubernetes to deploy Uniffle.

Does this PR introduce any user-facing change?

No

How was this patch tested?

No need.

@jerqi jerqi requested a review from colinmjj July 26, 2022 09:51
@codecov-commenter
Copy link

codecov-commenter commented Jul 26, 2022

Codecov Report

Merging #75 (1db4b57) into master (aa18be0) will decrease coverage by 0.02%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##             master      #75      +/-   ##
============================================
- Coverage     56.39%   56.36%   -0.03%     
+ Complexity     1173     1171       -2     
============================================
  Files           149      149              
  Lines          7953     7953              
  Branches        761      761              
============================================
- Hits           4485     4483       -2     
- Misses         3226     3227       +1     
- Partials        242      243       +1     
Impacted Files Coverage Δ
...e/uniffle/server/storage/SingleStorageManager.java 65.57% <0.00%> (-1.64%) ⬇️
.../apache/uniffle/coordinator/ClientConfManager.java 91.54% <0.00%> (-1.41%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us.

@wangao1236
Copy link
Collaborator

Thanks, I'll submit some PRs about dockerfile and operator of Uniffe.

@jerqi jerqi changed the title [ISSUE-48] Init Kubernetes Operator directory [ISSUE-48] Init Kubernetes operator directory Jul 26, 2022
@frankliee
Copy link
Contributor

We can add a markdown file in doc directory to put its user guide.

@jerqi
Copy link
Contributor Author

jerqi commented Jul 26, 2022

We can add a markdown file in doc directory to put its user guide.

When we finish the issue, we add the complete doc.

@jerqi jerqi changed the title [ISSUE-48] Init Kubernetes operator directory [ISSUE-48] [Feature] Init Kubernetes operator directory Jul 26, 2022
@colinmjj
Copy link

+1, LGTM

@jerqi jerqi merged commit 229b63b into apache:master Jul 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants