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

feat: Use socket to do IPC request to kube-explorer #695

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    51b4510 View commit details
    Browse the repository at this point in the history
  2. feat(k3d): Auto detect ip when setting 0.0.0.0 for API Port field

    When running autok3s in docker, 0.0.0.0 won't work as bridge network is used.
    Now the autok3s will detect docker host IP and set it to tls-san for k3d cluster
    Also when creating cluster via UI, the request hostname will also added to tls-san when running inside container.
    orangedeng committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    1bb21e5 View commit details
    Browse the repository at this point in the history