Merge pull request #710 from influxdata/minikube-updates

Update minikube getting started instructions
pull/715/head
pierwill 2020-01-10 08:19:10 -08:00 committed by GitHub
commit c907263284
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -218,7 +218,14 @@ The instructions below use Minikube, but the steps should be similar in any Kube
kubectl apply -f https://raw.githubusercontent.com/influxdata/docs-v2/master/static/downloads/influxdb-k8-minikube.yaml
```
(**Note:** Always inspect YAML manifests before running `kubectl apply -f <url>`!)
<div class="warn block">
<p>
Always inspect YAML manifests before running <code>kubectl apply -f &lt;url&gt;</code>!
</p>
</div>
This creates an `influxdb` Namespace, Service, and StatefulSet.
A PersistentVolumeClaim is also created to store data written to InfluxDB.
4. Ensure the Pod is running: