Skip to content

Feature: add serviceNetwork CIDRs in the stackit_ske_cluster outputs #1452

@yashwanth-l

Description

@yashwanth-l

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions