-
Notifications
You must be signed in to change notification settings - Fork 14
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
[Feature]: document public IP topology #377
Comments
I saw this issue, #323 about public IP of control plane, I don't want public IP for CP, but for workers. |
In the contexxt of SecNumCloud, the ccm needs access to outscale API. We are currently testing, with manually attached IPs, and we see this:
There are 2 possibilities:
I think 2nd option is the best. Could you tell us what is this IP, and do you have some guidelines to do that? Thanks for your help! |
Just discovered that with this tag: We could automatically attach a preprovisionned IP to a VM. |
Wondering if https://github.com/kubernetes-sigs/cluster-api-ipam-provider-in-cluster could help solve this issue. |
I don't see how IPAM would help. IPAM is designed to allocate primary/local IP addresses in on-prem setups. The I'll look into it. |
Can you clarify your network requirements ? Do you need predefined IPs ? e.g. because of firewall rules restricting access to the cluster |
Yes, I'd need predefined IPs. |
Explain problem to solve
I want to deploy a kubernetes cluster for "visio" workload, and we'd like to have each node born with a public IP.
Describe the solution you would like
Have a flag and/or documentation for doing so.
Additional context
.
Environment
The text was updated successfully, but these errors were encountered: