Capitalize terms in Kubernetes getting started docs

pull/679/head
pierwill 2019-12-20 12:47:29 -06:00
parent c79ccb89b1
commit 3e550b325c
1 changed files with 3 additions and 3 deletions

View File

@ -218,15 +218,15 @@ 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>`!)
(**Note:** Always inspect YAML manifests before running `kubectl apply -f <url>`!)
4. Ensure the pod is running:
4. Ensure the Pod is running:
```
kubectl get pods -n influxdb
```
5. Ensure the service is available:
5. Ensure the Service is available:
```
kubectl describe service -n influxdb influxdb