You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to use kui with a self-signed host, you need to start it with IGNORE_CERTS=true (although there is some magic that saves you from that for some hosts).
if you neglect to do that, wsk -i does not work and reports: 'Unsupported optional parameter i`.
i'd think wsk -i should work... but also, this may be more convenient: it would be helpful to host set <...> -i where the -i property here will allow you to eschew it on every wsk command.
The text was updated successfully, but these errors were encountered:
copied from kubernetes-sigs/kui#599
to use kui with a self-signed host, you need to start it with IGNORE_CERTS=true (although there is some magic that saves you from that for some hosts).
if you neglect to do that, wsk -i does not work and reports: 'Unsupported optional parameter i`.
i'd think wsk -i should work... but also, this may be more convenient: it would be helpful to host set <...> -i where the -i property here will allow you to eschew it on every wsk command.
The text was updated successfully, but these errors were encountered: