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

Adding kind configuration for NodePort Testing #1434

Merged
merged 1 commit into from
Feb 6, 2023
Merged

Adding kind configuration for NodePort Testing #1434

merged 1 commit into from
Feb 6, 2023

Conversation

cniackz
Copy link
Contributor

@cniackz cniackz commented Feb 3, 2023

Objective:

To test NodePort in our Operator Service, added kind configuration for that.

Reason:

I have some functions I would like to use with different config:

     13 function createcluster() {
     14         kind delete cluster
     15         kind create cluster --config ~/operator/testing/kind-config.yaml
     16 }

Copy link
Contributor

@allanrogerr allanrogerr left a comment

Choose a reason for hiding this comment

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

Very helpful!

Copy link
Contributor

@shtripat shtripat left a comment

Choose a reason for hiding this comment

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

lgtm

@pjuarezd pjuarezd merged commit 7824287 into minio:master Feb 6, 2023
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

4 participants