Skip to content
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

KonnectGatewayControlPlane have no status for CP group members references #797

Open
czeslavo opened this issue Oct 24, 2024 · 0 comments
Open
Labels
bug Something isn't working
Milestone

Comments

@czeslavo
Copy link
Contributor

Current Behavior

When creating a CP group like so:

echo '
kind: KonnectGatewayControlPlane
apiVersion: konnect.konghq.com/v1alpha1
metadata:
  name: control-plane-group
  namespace: default
spec:
  name: control-plane-group # Name used to identify the Gateway Control Plane in Konnect
  cluster_type: CLUSTER_TYPE_CONTROL_PLANE_GROUP # Type of the Gateway Control Plane
  members:
    - name: gateway-control-plane # Reference to the KonnectGatewayControlPlane object
  konnect:
    authRef:
      name: konnect-api-auth # Reference to the KonnectAPIAuthConfiguration object
  ' | kubectl apply -f -

there is no status populated to signal whether the reference to the group members was resolved successfully or not.

Expected Behavior

A conditions is populated for every group member (could be a new map[name]condition status field).

@czeslavo czeslavo added the bug Something isn't working label Oct 24, 2024
@czeslavo czeslavo added this to the KGO v1.4.x milestone Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant