Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f17fa67

Browse files
author
Nándor István Krácser
authored
Merge pull request dexidp#1653 from sdarwin/doc-dex-healthz
update doc regarding health check
2 parents 0f8c4db + 49e85a3 commit f17fa67

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Documentation/kubernetes.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,6 @@ Create the dex deployment, configmap, and node port service. This will also crea
140140
$ kubectl create -f dex.yaml
141141
```
142142

143-
__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].
144-
145143
## Logging into the cluster
146144

147145
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:
183181
[trusted-peers]: https://godoc.org/github.com/dexidp/dex/storage#Client
184182
[coreos-kubernetes]: https://github.com/coreos/coreos-kubernetes/
185183
[coreos-baremetal]: https://github.com/coreos/coreos-baremetal/
186-
[dex-healthz]: https://github.com/dexidp/dex/issues/682
187184
[github-oauth2]: https://github.com/settings/applications/new
188185
[node-port]: http://kubernetes.io/docs/user-guide/services/#type-nodeport
189186
[coreos-kubernetes]: https://github.com/coreos/coreos-kubernetes

0 commit comments

Comments
 (0)