cluster-api-provider-vsphere
cluster-api-provider-vsphere copied to clipboard
Add Calico flag to generate CNI resources for cluster templates
/kind feature
Describe the solution you'd like
Currently, the cluster templates generated by CAPV do not deploy any CNI resources by default. This becomes a manual step when using the template to deploy clusters. Since, CAPV does not prescribe any particular CNI, but uses Calico in its e2e tests, it would make sense to include an extra flag during template generation --calico
(just an example) to include the Calico resources as part of the CRS which is used to deploy CPI/CSI.
Anything else you would like to add:
As a first step, we can try to include this with the vip
flavor and then extend it over to other flavors too.
Environment:
- Cluster-api-provider-vsphere version:
tip of main branch
- Kubernetes version: (use
kubectl version
): n/a - OS (e.g. from
/etc/os-release
): n/a
/help /good-first-issue
@srm09: This request has been marked as suitable for new contributors.
Guidelines
Please ensure that the issue body includes answers to the following questions:
- Why are we solving this issue?
- To address this issue, are there any code changes? If there are code changes, what needs to be done in the code and what places can the assignee treat as reference points?
- Does this issue have zero to low barrier of entry?
- How can the assignee reach out to you for help?
For more details on the requirements of such an issue, please see here and ensure that they are met.
If this request no longer meets these requirements, the label can be removed
by commenting with the /remove-good-first-issue
command.
In response to this:
/kind feature
Describe the solution you'd like Currently, the cluster templates generated by CAPV do not deploy any CNI resources by default. This becomes a manual step when using the template to deploy clusters. Since, CAPV does not prescribe any particular CNI, but uses Calico in its e2e tests, it would make sense to include an extra flag during template generation
--calico
(just an example) to include the Calico resources as part of the CRS which is used to deploy CPI/CSI.Anything else you would like to add: As a first step, we can try to include this with the
vip
flavor and then extend it over to other flavors too.Environment:
- Cluster-api-provider-vsphere version:
tip of main branch
- Kubernetes version: (use
kubectl version
): n/a- OS (e.g. from
/etc/os-release
): n/a/help /good-first-issue
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
/assign @scdubey
/unassign
/help /good-first-issue
/assign
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.
This bot triages issues and PRs according to the following rules:
- After 90d of inactivity,
lifecycle/stale
is applied - After 30d of inactivity since
lifecycle/stale
was applied,lifecycle/rotten
is applied - After 30d of inactivity since
lifecycle/rotten
was applied, the issue is closed
You can:
- Mark this issue or PR as fresh with
/remove-lifecycle stale
- Mark this issue or PR as rotten with
/lifecycle rotten
- Close this issue or PR with
/close
- Offer to help out with Issue Triage
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.
This bot triages issues and PRs according to the following rules:
- After 90d of inactivity,
lifecycle/stale
is applied - After 30d of inactivity since
lifecycle/stale
was applied,lifecycle/rotten
is applied - After 30d of inactivity since
lifecycle/rotten
was applied, the issue is closed
You can:
- Mark this issue or PR as fresh with
/remove-lifecycle rotten
- Close this issue or PR with
/close
- Offer to help out with Issue Triage
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle rotten
/close
If this feature is still needed by someone feel free to reopen :-)
The CAPI quickstart includes deploying a CNI separately.
@chrischdi: Closing this issue.
In response to this:
/close
If this feature is still needed by someone feel free to reopen :-)
The CAPI quickstart includes deploying a CNI separately.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.