Skip to content

Commit

Permalink
controller bug fix (kubeflow#714)
Browse files Browse the repository at this point in the history
  • Loading branch information
kunmingg authored and k8s-ci-robot committed Apr 24, 2018
1 parent 6917fab commit 6d6dc6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gke/iap.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ to create a ksonnet app to deploy Kubeflow.
[cert-manager](https://github.com/jetstack/cert-manager) is used to automatically request valid SSL certifiactes using the [ACME](https://en.wikipedia.org/wiki/Automated_Certificate_Management_Environment) issuer.

```
ks generate cert-manager cert-manager --acmeEmail=${ACCOUNT}
ks generate cert-manager cert-manager --namespace=${NAMESPACE} --acmeEmail=${ACCOUNT}
ks apply ${ENVIRONMENT} -c cert-manager
ks generate iap-ingress iap-ingress --namespace=${NAMESPACE} --ipName=${IP_NAME} --hostname=${FQDN}
Expand Down
1 change: 1 addition & 0 deletions kubeflow/core/cloud-endpoints.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@
kind: "Service",
metadata: {
name: "cloud-endpoints-controller",
namespace: namespace,
},
spec: {
type: "ClusterIP",
Expand Down

0 comments on commit 6d6dc6a

Please sign in to comment.