Skip to content

Instantly share code, notes, and snippets.

@gowatana
Created March 9, 2024 02:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gowatana/64fe6e21394dd00959b3fa06c0fb8faf to your computer and use it in GitHub Desktop.
Save gowatana/64fe6e21394dd00959b3fa06c0fb8faf to your computer and use it in GitHub Desktop.
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: istio-ingressgateway-certs
namespace: istio-system
spec:
commonName: istio-ingressgateway.istio-system.svc
ipAddresses:
- 192.168.12.211
isCA: true
issuerRef:
kind: ClusterIssuer
name: kubeflow-self-signing-issuer
secretName: istio-ingressgateway-certs
@gowatana
Copy link
Author

gowatana commented Mar 9, 2024

下記の投稿むけ。

Nutanix Kubernetes Engine クラスタに Kubeflow をインストールしてみる。
https://blog.ntnx.jp/entry/2024/03/09/121846

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment