Kuadrant / multicluster-gateway-controller

multi-cluster gateway controller, manages multi-cluster gateways based on gateway api and policy attachment
Apache License 2.0
10 stars 23 forks source link

Bug: TLSPolicy controller does not watch ClusterIssuers #730

Closed maleck13 closed 3 months ago

maleck13 commented 8 months ago

What

Create a TLSPolicy with no Cluster Issuer present

kubectl --context kind-kuadrant-local apply -f - <<EOF
apiVersion: kuadrant.io/v1alpha1
kind: TLSPolicy
metadata:
  name: api-gateway-tls
  namespace: kuadrant-system
spec:
  targetRef:
    name: api-gateway
    group: gateway.networking.k8s.io
    kind: Gateway
  issuerRef:
    group: cert-manager.io
    kind: ClusterIssuer
    name: glbc-ca
EOF

You will see a status error in the policy

Create the issuer, the policy does not get reconciled

philbrookes commented 6 months ago

This issue is stale because it has been open for 60 days with no activity.

philbrookes commented 4 months ago

This issue is stale because it has been open for 60 days with no activity.

philbrookes commented 3 months ago

This issue was closed because it has been inactive for 30 days since being marked as stale.