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

[SPARK-46783][K8S][TESTS] Use built-in storage classes in PVTestsSuite #44809

Closed
wants to merge 1 commit into from

Conversation

dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Jan 20, 2024

What changes were proposed in this pull request?

This PR aims to use built-in storage classes in PVTestsSuite.

Why are the changes needed?

Minikube already has built-in storage classe, standard, for hostpath. We don't need to create a new one.

$ minikube kubectl get storageclass
NAME                 PROVISIONER                    RECLAIMPOLICY   VOLUMEBINDINGMODE      ALLOWVOLUMEEXPANSION   AGE
standard (default)   k8s.io/minikube-hostpath       Delete          Immediate              false                  109m

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Pass the CIs.

Was this patch authored or co-authored using generative AI tooling?

No.

@dongjoon-hyun
Copy link
Member Author

Could you review this, @LuciferYang ?

Copy link
Contributor

@LuciferYang LuciferYang left a comment

Choose a reason for hiding this comment

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

LGTM ~

@dongjoon-hyun
Copy link
Member Author

Thank you so much!

@dongjoon-hyun dongjoon-hyun deleted the SPARK-46783 branch January 20, 2024 10:15
szehon-ho pushed a commit to szehon-ho/spark that referenced this pull request Feb 7, 2024
This PR aims to use `built-in` storage classes in PVTestsSuite.

`Minikube` already has `built-in` storage classe, `standard`, for `hostpath`. We don't need to create a new one.
```
$ minikube kubectl get storageclass
NAME                 PROVISIONER                    RECLAIMPOLICY   VOLUMEBINDINGMODE      ALLOWVOLUMEEXPANSION   AGE
standard (default)   k8s.io/minikube-hostpath       Delete          Immediate              false                  109m
```

No.

Pass the CIs.

No.

Closes apache#44809 from dongjoon-hyun/SPARK-46783.

Authored-by: Dongjoon Hyun <dhyun@apple.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants