mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-24 06:54:57 -04:00
Make Kubernetes serviceCIDR configurable in config (#2660)
* config: pass serviceCIDR to kubeadm init * terraform: add serviceCIDR
This commit is contained in:
parent
c2d1a7b7fb
commit
63cdd03d09
13 changed files with 103 additions and 61 deletions
|
@ -30,6 +30,8 @@ message InitRequest {
|
|||
string cluster_name = 9;
|
||||
// ApiserverCertSans is a list of Subject Alternative Names to add to the apiserver certificate.
|
||||
repeated string apiserver_cert_sans = 10;
|
||||
// ServiceCIDR is the CIDR to use for Kubernetes ClusterIPs.
|
||||
string service_cidr = 11;
|
||||
}
|
||||
|
||||
// InitResponse is the rpc message sent by the Constellation bootstrapper in response to the InitRequest.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue