Skip to content

Commit 1c88f88

Browse files
authored
Merge pull request #75994 from RichardHoch/insecure_tls
OADP-682 Support for insecure TLS connections
2 parents 9942490 + f40c59e commit 1c88f88

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

backup_and_restore/application_backup_and_restore/troubleshooting.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ include::modules/migration-using-must-gather.adoc[leveloffset=+1]
100100
.Additional resources
101101
* xref:../../support/gathering-cluster-data.adoc#gathering-cluster-data[Gathering cluster data]
102102

103+
include::modules/support-insecure-tls-connections.adoc[leveloffset=+2]
103104
include::modules/migration-combining-must-gather.adoc[leveloffset=+2]
104105
include::modules/oadp-monitoring.adoc[leveloffset=+1]
105106
[role="_additional-resources"]
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
// Module included in the following assemblies:
2+
// * backup_and_restore/application_backup_and_restore/troubleshooting.adoc
3+
4+
:_mod-docs-content-type: PROCEDURE
5+
[id="support-insecure-tls-connections_{context}"]
6+
= Using must-gather with insecure TLS connections
7+
8+
If a custom CA certificate is used, the `must-gather` pod fails to grab the output for `velero logs/describe`. To use the `must-gather` tool with insecure TLS connections, you can pass the `gather_without_tls` flag to the `must-gather` command.
9+
10+
.Procedure
11+
* Pass the `gather_without_tls` flag, with value set to `true`, to the `must-gather` tool by using the following command:
12+
13+
[source,terminal]
14+
----
15+
$ oc adm must-gather --image=registry.redhat.io/oadp/oadp-mustgather-rhel9:v1.3 -- /usr/bin/gather_without_tls <true/false>
16+
----
17+
18+
By default, the flag value is set to `false`. Set the value to `true` to allow insecure TLS connections.

0 commit comments

Comments
 (0)