Skip to content
Snippets Groups Projects
Unverified Commit f17fa677 authored by Nándor István Krácser's avatar Nándor István Krácser Committed by GitHub
Browse files

Merge pull request #1653 from sdarwin/doc-dex-healthz

update doc regarding health check
parents 0f8c4db9 49e85a3c
No related branches found
No related tags found
No related merge requests found
...@@ -140,8 +140,6 @@ Create the dex deployment, configmap, and node port service. This will also crea ...@@ -140,8 +140,6 @@ Create the dex deployment, configmap, and node port service. This will also crea
$ kubectl create -f dex.yaml $ kubectl create -f dex.yaml
``` ```
__Caveats:__ No health checking is configured because dex does its own TLS termination complicating the setup. This is a known issue and can be tracked [here][dex-healthz].
## Logging into the cluster ## Logging into the cluster
The `example-app` can be used to log into the cluster and get an ID Token. To build the app, you can run `make` in the root of the repo and it will build the `example-app` binary in the repo's `bin` directory. To build the `example-app` requires at least a 1.7 version of Go. The `example-app` can be used to log into the cluster and get an ID Token. To build the app, you can run `make` in the root of the repo and it will build the `example-app` binary in the repo's `bin` directory. To build the `example-app` requires at least a 1.7 version of Go.
...@@ -183,7 +181,6 @@ users: ...@@ -183,7 +181,6 @@ users:
[trusted-peers]: https://godoc.org/github.com/dexidp/dex/storage#Client [trusted-peers]: https://godoc.org/github.com/dexidp/dex/storage#Client
[coreos-kubernetes]: https://github.com/coreos/coreos-kubernetes/ [coreos-kubernetes]: https://github.com/coreos/coreos-kubernetes/
[coreos-baremetal]: https://github.com/coreos/coreos-baremetal/ [coreos-baremetal]: https://github.com/coreos/coreos-baremetal/
[dex-healthz]: https://github.com/dexidp/dex/issues/682
[github-oauth2]: https://github.com/settings/applications/new [github-oauth2]: https://github.com/settings/applications/new
[node-port]: http://kubernetes.io/docs/user-guide/services/#type-nodeport [node-port]: http://kubernetes.io/docs/user-guide/services/#type-nodeport
[coreos-kubernetes]: https://github.com/coreos/coreos-kubernetes [coreos-kubernetes]: https://github.com/coreos/coreos-kubernetes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment