mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2025-12-18 06:52:13 +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.
|
Create Namespace, PV, and PVC.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
kubectl apply -k registry
|
kubectl apply -k containergroup
|
||||||
```
|
```
|
||||||
|
|
||||||
Add label to the node.
|
Add label to the node.
|
||||||
|
|
|
||||||
|
|
@ -73,7 +73,7 @@ kubectl apply -k registry
|
||||||
Required resources has been deployed in `registry` namespace.
|
Required resources has been deployed in `registry` namespace.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ kubectl get all -n registry
|
$ kubectl -n registry get all
|
||||||
NAME READY STATUS RESTARTS AGE
|
NAME READY STATUS RESTARTS AGE
|
||||||
pod/registry-5b4f874b77-9gb64 1/1 Running 0 27s
|
pod/registry-5b4f874b77-9gb64 1/1 Running 0 27s
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue