Skip to content

Hint for Tanzu skip verify wrong #190

@timdeluxe

Description

@timdeluxe

The "false" default hint here:

* Environment TANZU_SKIP_TLS_VERIFY: Skip TLS verification [false]
is wrong, since the logic works on a "yes"/"no" base, see here:
if [ "X${TANZU_ADD_CONTROL_CLUSTER:-no}X" == "XyesX" ]
so the hint has to be rather "no" than "false".

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions