Problem description
Ability to have the serviceNetwork CIDRs exported in the stackit_ske_cluster
Proposed solution
terraform output stackit_ske_cluster.this
The output has serviceNetwork / serviceNetworks as an attribute
Additional information
As I understand, this value is usually available in the ConfigMap shoot-info in the kube-system namespace under serviceNetwork / serviceNetworks keys. This would be useful when adding Network Policies(example to DNS)
egress:
- to:
- ipBlock:
cidr: x.x.x.x/y
ports:
- protocol: UDP
port: 53
- protocol: TCP
port: 53
Problem description
Ability to have the serviceNetwork CIDRs exported in the stackit_ske_cluster
Proposed solution
The output has
serviceNetwork/serviceNetworksas an attributeAdditional information
As I understand, this value is usually available in the ConfigMap
shoot-infoin thekube-systemnamespace underserviceNetwork/serviceNetworkskeys. This would be useful when adding Network Policies(example to DNS)