Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add insecure connect support #247

Closed
zyfyy opened this issue Nov 29, 2022 · 1 comment
Closed

add insecure connect support #247

zyfyy opened this issue Nov 29, 2022 · 1 comment

Comments

@zyfyy
Copy link

zyfyy commented Nov 29, 2022

just like kubectl --insecure-skip-tls-verify options

@cjimti
Copy link
Member

cjimti commented Nov 29, 2022

You can add that to your .kube/config

- cluster:
    name:  my-insecure-cluster
    server: https://SERVER
    insecure-skip-tls-verify: true

@cjimti cjimti closed this as completed Nov 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants