1.0.0 • Published 5 years ago

minikube-ip v1.0.0

Weekly downloads
6
License
-
Repository
github
Last release
5 years ago

Minikube IP Build Status

Retrieve the ip address of a locally running minikube cluster

Table of Contents

Install

npm i minikube-ip

# Or with Yarn
yarn add minikube-ip

Usage

import minikubeIp from `minikube-ip`;

(async function() {
  const ip = await minikubeIp(); // 192.168.39.197
})();

Options

The minikubeIp function also accepts an object of options.

KeyDefaultDescription
profileminikubeA minikube profile (useful when multiple instances of minikube are being used)

Contributing

See the contribute file!

PRs accepted.

License

MIT © Michael Leaney