Skip to content

Commit 92b4c90

Browse files
Improve k3s docs (#5175)
Co-authored-by: Eddú Meléndez Gonzales <[email protected]>
1 parent 7112db5 commit 92b4c90

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/modules/k3s.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ This may be used with Kubernetes clients - e.g. for the [official Java client](c
3535

3636
* k3s containers may be unable to run on host machines where `/var/lib/docker` is on a BTRFS filesystem. See [k3s-io/k3s#4863](https://github.com/k3s-io/k3s/issues/4863) for an example.
3737

38+
* You may experience PKIX exceptions when trying to use a configured Fabric8 client. This is down to newer distributions of k3s issuing elliptic curve keys.
39+
This can be fixed by adding [BouncyCastle PKI library](https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk15on) to your classpath.
40+
3841
## Adding this module to your project dependencies
3942

4043
Add the following dependency to your `pom.xml`/`build.gradle` file:

0 commit comments

Comments
 (0)