mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2025-12-15 21:42:15 +11:00
fix: fix invalid directory name
This commit is contained in:
parent
0eb0129163
commit
2ee16273a9
2 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue