Skip to content

Commit

Permalink
Merge pull request #16593 from rafaeltuelho/doc-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
cescoffier committed Apr 20, 2021
2 parents ab00a99 + e4d7c40 commit 18c22c3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/src/main/asciidoc/deploying-to-kubernetes.adoc
Expand Up @@ -680,6 +680,20 @@ quarkus.kubernetes.readiness-probe.period=45s
In this example `initial-delay` and `period` are fields of the type `Probe`.
Below you will find tables describing all available types.

==== Client Connection Configuration
You may need to configure the connection to your Kubernetes cluster.
By default, it automatically uses the active _context_ used by `kubectl`.

For instance, if your cluster API endpoint uses a self-signed SSL Certificate you need to explicitly configure the client to trust it. You can achieve this by defining the following property:

[source,properties]
----
quarkus.kubernetes-client.trust-certs=true
----

The full list of the Kuberneters client configuration properties is provided below.

include::{generated-dir}/config/quarkus-kubernetes-client.adoc[opts=optional, leveloffset=+1]

==== Basic Types

Expand Down

0 comments on commit 18c22c3

Please sign in to comment.