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

[#52] Add rules for Minikube #53

Merged
merged 1 commit into from
Jul 6, 2022
Merged

Conversation

ljupcovangelski
Copy link
Contributor

No description provided.

)

def _minikube_start_impl(ctx):
script = "{} -p airy-core start --driver=docker --cpus=4 --memory=7168 --container-runtime=containerd --ports=80:80 --extra-config=apiserver.service-nodeport-range=1-65535".format(ctx.executable._minikube_binary.path)
Copy link
Contributor Author

@ljupcovangelski ljupcovangelski Jun 28, 2022

Choose a reason for hiding this comment

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

Probably all of these attributes should be submitted as attributes, particularly the name of the profile.

@ljupcovangelski ljupcovangelski marked this pull request as ready for review July 1, 2022 16:35
README.md Outdated Show resolved Hide resolved
README.md Outdated
**Parameters:**

- `name` Unique name of the rule.
- `_helm_binary` (optional) Location of the Minikube binary to be used (Defaults to the binary downloaded with the repository rule).
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
- `_helm_binary` (optional) Location of the Minikube binary to be used (Defaults to the binary downloaded with the repository rule).
- `_helm_binary` (optional) Location of the Minikube binary to be used (Defaults to the binary downloaded with the repository rule).

README.md Outdated Show resolved Hide resolved
@ljupcovangelski ljupcovangelski merged commit fe915e4 into main Jul 6, 2022
@ljupcovangelski ljupcovangelski deleted the feature/52-minikube-rules branch July 6, 2022 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants