From 3b3c18a31123cdc95c3ce36d94f855d66ebdf954 Mon Sep 17 00:00:00 2001 From: Matt Nikkel Date: Fri, 25 Sep 2020 11:53:28 -0400 Subject: [PATCH] Add `insecure_skip_verify` option for k3s private registry config --- content/k3s/latest/en/installation/private-registry/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/k3s/latest/en/installation/private-registry/_index.md b/content/k3s/latest/en/installation/private-registry/_index.md index 44035239852..c87ee3df0cb 100644 --- a/content/k3s/latest/en/installation/private-registry/_index.md +++ b/content/k3s/latest/en/installation/private-registry/_index.md @@ -41,6 +41,7 @@ Directive | Description `cert_file` | The client certificate path that will be used to authenticate with the registry `key_file` | The client key path that will be used to authenticate with the registry `ca_file` | Defines the CA certificate path to be used to verify the registry's server cert file +`insecure_skip_verify` | Boolean that defines if TLS verification should be skipped for the registry The credentials consist of either username/password or authentication token: