Skip to content

Instantly share code, notes, and snippets.

@superbrothers
Created July 21, 2024 05:39
Show Gist options
  • Save superbrothers/52413a32cad6ef731d23d1148a202733 to your computer and use it in GitHub Desktop.
Save superbrothers/52413a32cad6ef731d23d1148a202733 to your computer and use it in GitHub Desktop.
apiVersion: cert-manager.io/v1
kind: Issuer
metadata:
name: hubble-ca-issuer
namespace: kube-system
spec:
selfSigned: {}
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: hubble-ca
namespace: kube-system
spec:
isCA: true
commonName: hubble-grpc.cilium.io
secretName: hubble-ca-crt
issuerRef:
kind: Issuer
name: hubble-ca-issuer
---
apiVersion: cert-manager.io/v1
kind: Issuer
metadata:
name: hubble-issuer
namespace: kube-system
spec:
ca:
secretName: hubble-ca-crt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment