Merge pull request #710 from influxdata/minikube-updates
Update minikube getting started instructionspull/715/head
commit
c907263284
|
@ -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 <url></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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue