fix: fix invalid directory name

This commit is contained in:
kurokobo 2021-08-24 09:31:29 -04:00
parent 0eb0129163
commit 2ee16273a9
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ sudo mkdir -p /data/demo
Create Namespace, PV, and PVC.
```bash
kubectl apply -k registry
kubectl apply -k containergroup
```
Add label to the node.

View file

@ -73,7 +73,7 @@ kubectl apply -k registry
Required resources has been deployed in `registry` namespace.
```bash
$ kubectl get all -n registry
$ kubectl -n registry get all
NAME READY STATUS RESTARTS AGE
pod/registry-5b4f874b77-9gb64 1/1 Running 0 27s