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

Minikube ip #16709

Closed
joedayz opened this issue Jun 14, 2023 · 2 comments
Closed

Minikube ip #16709

joedayz opened this issue Jun 14, 2023 · 2 comments

Comments

@joedayz
Copy link

joedayz commented Jun 14, 2023

What Happened?

Hi Guys, I am stopped in this:

Before: I could use the minikube ip and access a node port with hyperkit driver in mac osx with this format:

:port and nothing more.

Now:

But now on mac osx I cannot use hyperkit because has many issues and only docker driver works for me, unfortunately no longer lets me call it that way. What alternatives do I have to make it work?

I wanted to use : 443 and associate a certificate to have https communication with external clients in a short demo.

Please, help me with in the correct way!.

Attach the log file

  • ==> Audit <==
  • |---------|--------------------------------|----------|----------|---------|---------------------|---------------------|
    | Command | Args | Profile | User | Version | Start Time | End Time |
    |---------|--------------------------------|----------|----------|---------|---------------------|---------------------|
    | start | --memory=10240 --cpus=4 | minikube | josediaz | v1.30.1 | 14 Jun 23 12:45 -05 | |
    | | --disk-size=30g | | | | | |
    | | --driver=docker | | | | | |
    | start | --memory=10240 --cpus=4 | minikube | josediaz | v1.30.1 | 14 Jun 23 12:45 -05 | |
    | | --disk-size=30g | | | | | |
    | | --driver=docker | | | | | |
    | start | --memory=8192 --cpus=4 | minikube | josediaz | v1.30.1 | 14 Jun 23 12:46 -05 | 14 Jun 23 12:47 -05 |
    | | --disk-size=30g | | | | | |
    | | --driver=docker | | | | | |
    |---------|--------------------------------|----------|----------|---------|---------------------|---------------------|

Operating System

None

Driver

None

@ShardulPrabhu
Copy link

Obtain an SSL certificate: You can either get a certificate from a trusted certificate authority (CA) or generate a self-signed certificate for testing purposes. Tools like OpenSSL can help with generating self-signed certificates.

then use below command

kubectl create secret tls my-certificate --cert=path/to/certificate.crt --key=path/to/private.key

@joedayz
Copy link
Author

joedayz commented Jun 14, 2023

Oh!! It solves my problem: #9404

Thanks

Jose

@joedayz joedayz closed this as completed Jun 15, 2023
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